aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli1-0/+17
2013-11-21mm: thp: give transparent hugepage code a separate copy_pageDave Hansen1-34/+0
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov1-44/+66
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli1-1/+15
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim1-0/+1
2013-09-11mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movableNaoya Horiguchi1-18/+14
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-2/+69
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi1-0/+14
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi1-1/+22
2013-09-11mm, hugetlb: return a reserved page to a reserved pool if failedJoonsoo Kim1-1/+12
2013-09-11mm, hugetlb: grab a page_table_lock after page_cache_releaseJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: remove useless check about mapping typeJoonsoo Kim1-2/+1
2013-09-11mm, hugetlb: fix subpool accounting handlingJoonsoo Kim1-4/+6
2013-09-11mm, hugetlb: change variable name reservations to resvJoonsoo Kim1-13/+13
2013-09-11mm, hugetlb: protect reserved pages when soft offlining a hugepageJoonsoo Kim1-2/+3
2013-09-11mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cacheJoonsoo Kim1-8/+26
2013-09-11mm, hugetlb: remove decrement_hugepage_resv_vma()Joonsoo Kim1-21/+10
2013-09-11mm, hugetlb: add VM_NORESERVE check in vma_has_reserves()Joonsoo Kim1-0/+2
2013-09-11mm, hugetlb: do not use a page in page cache for cow optimizationJoonsoo Kim1-5/+2
2013-09-11mm, hugetlb: remove redundant list_empty check in gather_surplus_pages()Joonsoo Kim1-5/+2
2013-09-11mm, hugetlb: fix and clean-up node iteration code to alloc or freeJoonsoo Kim1-82/+61
2013-09-11mm, hugetlb: clean-up alloc_huge_page()Joonsoo Kim1-9/+4
2013-09-11mm, hugetlb: trivial commenting fixJoonsoo Kim1-2/+2
2013-09-11mm, hugetlb: move up the code which check availability of free huge pageJoonsoo Kim1-5/+5
2013-09-11mm: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+2
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds1-1/+1
2013-07-03mm: correctly update zone->managed_pagesJiang Liu1-1/+1
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-9/+210
2013-07-02Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+17
2013-06-25futex: Take hugepages into account when generating futex_keyZhang Yi1-0/+17
2013-06-14mm: hugetlb: Copy general hugetlb code from x86 to mm.Steve Capper1-9/+88
2013-06-14mm: hugetlb: Copy huge_pmd_share from x86 to mm.Steve Capper1-0/+122
2013-06-12mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2013-04-29mm, hugetlb: include hugepages in meminfoDavid Rientjes1-0/+15
2013-04-29mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer1-11/+13
2013-04-17hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi1-1/+11
2013-03-22mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li1-2/+6
2013-03-18Merge branch 'master' into for-nextJiri Kosina1-21/+18
2013-03-07hugetlb: fix sparse warning for hugetlb_register_nodeClaudiu Ghioc1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse1-6/+6
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony 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/...Linus 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/jik...Linus 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 activ...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 p...Aneesh 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
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton1-1/+1
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-17/+17
2011-12-09thp: set compound tail page _count to zeroYouquan Song1-0/+1
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton1-0/+2
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-1/+9
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini1-0/+8
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro1-2/+2
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-7/+7
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-9/+7
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek1-4/+2
2011-01-13hugetlb: fix handling of parse errors in sysfsEric B Munson1-4/+2
2011-01-13hugetlb: do not allow pagesize >= MAX_ORDER pool adjustmentEric B Munson1-2/+21
2011-01-13hugetlb: check the return value of string conversion in sysctl handlerMichal Hocko1-6/+12
2011-01-13mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()Jesper Juhl1-1/+3
2011-01-13thp: clear_copy_huge_pageAndrea Arcangeli1-67/+3
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson1-1/+2
2010-10-26mm/hugetlb.c: add missing spin_lock() to hugetlb_cow()Dean Nelson1-1/+4
2010-10-08Encode huge page size for VM_FAULT_HWPOISON errorsAndi Kleen1-2/+4
2010-10-08hugepage: move is_hugepage_on_freelist inside ifdef to avoid warningAndi Kleen1-1/+2
2010-10-08HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASEDNaoya Horiguchi1-0/+1
2010-10-08hugetlb: move refcounting in hugepage allocation inside hugetlb_lockNaoya Horiguchi1-22/+13
2010-10-08HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()Naoya Horiguchi1-4/+25
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-1/+17
2010-10-08hugetlb: redefine hugepage copy functionsNaoya Horiguchi1-5/+40
2010-10-08hugetlb: add allocate function for hugepage migrationNaoya Horiguchi1-25/+54
2010-10-08hugetlb: fix metadata corruption in hugetlb_fault()Naoya Horiguchi1-12/+9
2010-09-23hugetlb, rmap: fix confusing page locking in hugetlb_cow()Naoya Horiguchi1-10/+12
2010-09-23hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow()Naoya Horiguchi1-1/+1
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-2/+102
2010-08-11hugetlb: add missing unlock in avoidcopy path in hugetlb_cow()Naoya Horiguchi1-1/+3
2010-08-11HWPOISON, hugetlb: support hwpoison injection for hugepageNaoya Horiguchi1-0/+2
2010-08-11HWPOISON, hugetlb: detect hwpoison in hugetlb codeNaoya Horiguchi1-0/+40
2010-08-11HWPOISON, hugetlb: isolate corrupted hugepageNaoya Horiguchi1-0/+16
2010-08-11hugetlb, rmap: add reverse mapping for hugepageNaoya Horiguchi1-2/+42
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan1-0/+6
2010-05-25cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie1-4/+8
2010-05-11hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman1-1/+1
2010-04-24hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2010-02-02hugetlb: fix section mismatchesJeff Mahoney1-4/+3
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli1-1/+1
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman1-0/+3
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman1-1/+8
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() ...Larry Woodman1-2/+11
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes1-2/+3
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn1-17/+18
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn1-26/+248
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-13/+84
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn1-53/+72
2009-12-15hugetlb: rework hstate_next_node_* functionsLee Schermerhorn1-25/+45
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-6/+6
2009-09-22mm: hugetlbfs_pagecache_presentHugh Dickins1-5/+11
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins1-25/+37
2009-09-22hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn1-1/+1
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn1-33/+24
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn1-46/+86
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesJoerg Roedel1-0/+1
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen1-1/+1
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins1-8/+9
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-35/+63
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter1-2/+2
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman1-2/+2
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman1-13/+13
2009-04-01hugetlb: chg cannot become less than 0Roel Kluin1-3/+3
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman1-20/+33
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman1-14/+25
2009-01-06mm: hugetlb: remove redundant `if' operationCyrill Gorcunov1-3/+2
2009-01-06hugetlb: fix sparse warningsHannes Eder1-4/+8
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+13
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-0/+16
2008-11-12hugetlb: make unmap_ref_private multi-size-awareAdam Litke1-2/+3
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft1-1/+11
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft1-1/+36
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan1-2/+3
2008-10-20hugepage: support ZERO_PAGE()KOSAKI Motohiro1-3/+19
2008-10-20mm: hugetlb.c make functions static, use NULL rather than 0Harvey Harrison1-7/+5
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-5/+5
2008-10-16hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault()David Gibson1-5/+18
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlock...Andy Whitcroft1-4/+11
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft1-9/+35
2008-08-12hugetlb: call arch_prepare_hugepage() for surplus pagesGerald Schaefer1-1/+6
2008-08-06Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Linus Torvalds1-1/+1
2008-08-01mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt1-1/+6
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-1/+1
2008-07-30mm/hugetlb.c must #include <asm/io.h>Adrian Bunk1-1/+1
2008-07-28mm/hugetlb.c must #include <asm/io.h>Adrian Bunk1-0/+1
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+3
2008-07-26hugetlb: fix CONFIG_SYSCTL=n buildNishanth Aravamudan1-12/+12
2008-07-25mm/hugetlb.c: fix build failure with !CONFIG_SYSCTLIngo Molnar1-11/+11
2008-07-24hugetlb: quota is not freed for unused reserved private huge pagesAdam Litke1-1/+3
2008-07-24hugetlb: fix a hugepage reservation check for MAP_SHAREDMel Gorman1-6/+6
2008-07-24hugetlb: allow arch overridden hugepage allocationJon Tollefson1-8/+3
2008-07-24hugetlb: override default huge page sizeNick Piggin1-6/+17
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-0/+9
2008-07-24hugetlb: printk cleanupAndi Kleen1-4/+16
2008-07-24hugetlb: support boot allocate different sizesAndi Kleen1-9/+30
2008-07-24hugetlb: support larger than MAX_ORDERAndi Kleen1-2/+81
2008-07-24hugetlb: abstract numa round robin selectionAndi Kleen1-15/+22
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-66/+222