aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pteTony Lu1-0/+1
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu1-10/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-2/+8
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-14/+22
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi1-1/+7
2012-12-12hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi1-1/+3
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-12/+12
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra1-2/+8
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-10-09mm: document PageHuge somewhatAndrew Morton1-0/+5
2012-10-09mm: move all mmu notifier invocations to be done outside the PT lockSagi Grimberg1-8/+13
2012-10-09hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreachMichal Hocko1-1/+2
2012-10-09mm/hugetlb.c: remove duplicate inclusion of header fileSachin Kamat1-1/+0
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-2/+1
2012-10-09mm: hugetlb: add arch hook for clearing page flags before entering poolWill Deacon1-0/+1
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman1-2/+26
2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to active list.Aneesh Kumar K.V1-12/+10
2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V1-1/+10
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V1-0/+8
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V1-1/+15
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V1-0/+4
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V1-5/+2
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V1-5/+7
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating pagesAneesh Kumar K.V1-24/+35
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V1-9/+11
2012-07-31hugetlb: don't use ERR_PTR with VM_FAULT* valuesAneesh Kumar K.V1-5/+13
2012-07-31hugetlb: rename max_hstate to hugetlb_max_hstateAneesh Kumar K.V1-7/+7
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-05-29hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui1-2/+2
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+1
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov1-1/+1
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton1-14/+11
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson1-27/+108
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-4/+11
2012-03-21mm: hugetlb: bail out unmapping after serving reference pageHillf Danton1-0/+4
2012-03-21mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton1-13/+17
2012-03-05flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro1-1/+1
2012-01-23mm/hugetlb.c: undo change to page mapcount in fault handlerHillf Danton1-3/+6
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton1-1/+1
2012-01-10mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton1-2/+1
2012-01-10mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki1-0/+2
2012-01-10hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko1-0/+3
2012-01-10hugetlb: detect race upon page allocation failure during COWHillf Danton1-1/+8
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-17/+17