summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2012-07-31mm: hugetlbfs: close race during teardown of hugetlbfs shared page tablesMel Gorman
2012-07-31hugetlb/cgroup: assign the page hugetlb cgroup when we move the page to activ...Aneesh Kumar K.V
2012-07-31hugetlb: move all the in use pages to active listAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add hugetlb cgroup control filesAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add charge/uncharge routines for hugetlb cgroupAneesh Kumar K.V
2012-07-31hugetlb/cgroup: add the cgroup pointer to page lruAneesh Kumar K.V
2012-07-31hugetlb: make some static variables globalAneesh Kumar K.V
2012-07-31hugetlb: add a list for tracking in-use HugeTLB pagesAneesh Kumar K.V
2012-07-31hugetlb: use mmu_gather instead of a temporary linked list for accumulating p...Aneesh Kumar K.V
2012-07-31hugetlb: add an inline helper for finding hstate indexAneesh Kumar K.V
2012-07-31hugetlb: don't use ERR_PTR with VM_FAULT* valuesAneesh Kumar K.V
2012-07-31hugetlb: rename max_hstate to hugetlb_max_hstateAneesh Kumar K.V
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen
2012-05-29hugetlb: fix resv_map leak in error pathDave Hansen
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf
2012-04-25mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vmaKonstantin Khlebnikov
2012-04-12hugetlb: fix race condition in hugetlb_fault()Chris Metcalf
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman
2012-03-21mm: hugetlb: bail out unmapping after serving reference pageHillf Danton
2012-03-21mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton
2012-03-05flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro
2012-01-23mm/hugetlb.c: undo change to page mapcount in fault handlerHillf Danton
2012-01-10mm/hugetlb.c: avoid bogus counter of surplus huge pageHillf Danton
2012-01-10mm: hugetlb: fix pgoff computation when unmapping page from vmaHillf Danton
2012-01-10mm/hugetlb.c: fix virtual address handling in hugetlb faultKAMEZAWA Hiroyuki
2012-01-10hugetlb: clarify hugetlb_instantiation_mutex usageMichal Hocko
2012-01-10hugetlb: detect race upon page allocation failure during COWHillf Danton
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers
2011-12-09thp: set compound tail page _count to zeroYouquan Song
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra
2011-04-26Merge branch 'master' into for-nextJiri Kosina
2011-04-10treewide: remove extra semicolonsJustin P. Mattock
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl