aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hugetlb.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-13/+3
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-27/+121
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-167/+201
2008-07-24hugetlb: factor out prep_new_huge_pageAndi Kleen1-6/+11
2008-07-24vma_page_offset() has no callees: drop itJohannes Weiner1-20/+9
2008-07-24hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splitsAndy Whitcroft1-27/+145
2008-07-24hugetlb: allow huge page mappings to be created without reservationsAndy Whitcroft1-5/+53
2008-07-24hugetlb: move reservation region support earlierAndy Whitcroft1-121/+125
2008-07-24huge page private reservation review cleanupsAndy Whitcroft1-13/+45
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman1-18/+183
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman1-39/+119
2008-07-24hugetlb: move hugetlb_acct_memory()Mel Gorman1-41/+41
2008-07-24mm/hugetlb.c: fix duplicate variableAdrian Bunk1-1/+0
2008-06-06hugetlb: fix lockdep errorNick Piggin1-1/+1
2008-04-29page allocator: explicitly retry hugepage allocationsNishanth Aravamudan1-2/+4
2008-04-28mm: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28hugetlbfs: common code update for s390Gerald Schaefer1-15/+21
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gerald Schaefer1-0/+1
2008-04-28mempolicy: rework mempolicy Reference Counting [yet again]Lee Schermerhorn1-1/+1
2008-04-28mempolicy: rename mpol_free to mpol_putLee Schermerhorn1-1/+1
2008-04-28Subject: [PATCH] hugetlb: vmstat events for huge page allocationsAdam Litke1-0/+7
2008-04-28hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pagesAdam Litke1-5/+12
2008-04-28mm: filter based on a nodemask as well as a gfp_maskMel Gorman1-2/+4
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-1/+2
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-4/+4
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan1-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan1-2/+4
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke1-3/+10
2008-03-04hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan1-4/+22
2008-03-04hugetlb: close a difficult to trigger reservation raceAdam Litke1-4/+13
2008-02-23hugetlb: ensure we do not reference a surplus page after handing it to buddyAndy Whitcroft1-1/+1
2008-02-13hugetlb: fix overcommit lockingNishanth Aravamudan1-2/+4
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan1-0/+10
2008-02-05mm: fix PageUptodate data raceNick Piggin1-0/+2
2008-01-24fix hugepages leak due to pagetable page sharingLarry Woodman1-0/+5
2008-01-14hugetlbfs: fix quota leakKen Chen1-3/+10
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan1-5/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan1-6/+61
2007-12-10hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke1-1/+1
2007-11-14hugetlb: fix i_blocks accountingKen Chen1-0/+10
2007-11-14mm/hugetlb.c: make a function staticAdrian Bunk1-1/+1
2007-11-14hugetlb: enforce quotas during reservation for shared mappingsAdam Litke1-10/+13
2007-11-14hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke1-2/+2
2007-11-14hugetlb: debit quota in alloc_huge_pageAdam Litke1-12/+12
2007-11-14hugetlb: fix quota management for private mappingsAdam Litke1-3/+10
2007-11-14hugetlb: split alloc_huge_page into private and shared componentsAdam Litke1-19/+27
2007-11-14hugetlb: follow_hugetlb_page() for write accessAdam Litke1-2/+3
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke1-2/+11
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan1-20/+43
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke1-5/+4
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke1-0/+5
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke1-23/+132
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke1-14/+125
2007-10-16hugetlb: Move update_and_free_pageAdam Litke1-15/+15
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-2/+0
2007-10-01hugetlb: fix clear_user_highpage argumentsRalf Baechle1-1/+1
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn1-1/+3
2007-08-22Fix VM_FAULT flags conversion for hugetlbAdam Litke1-1/+1
2007-07-24fix hugetlb page allocation leakKen Chen1-0/+1
2007-07-19hugetlb: use set_compound_page_dtorAkinobu Mita1-1/+1
2007-07-19Remove nid_lock from alloc_fresh_huge_pageHugh Dickins1-3/+7
2007-07-19dequeue_huge_page() warning fixAndrew Morton1-10/+7
2007-07-19mm: fault feedback #2Nick Piggin1-5/+5
2007-07-19mm: fault feedback #1Nick Piggin1-4/+3
2007-07-17MM: Make needlessly global hugetlb_no_page() static.Robert P. J. Day1-1/+1
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman1-3/+20
2007-07-16hugetlb: fix race in alloc_fresh_huge_page()Joe Jin1-4/+11
2007-07-16hugetlb: remove unnecessary nid initializationNishanth Aravamudan1-1/+1
2007-06-16Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt1-3/+4
2007-05-09pretend cpuset has some form of hugetlb page reservationKen Chen1-0/+31
2007-05-09fix leaky resv_huge_pages when cpuset is in useKen Chen1-0/+2
2007-02-09[PATCH] hugetlb: preserve hugetlb pte dirty stateKen Chen1-0/+2
2006-12-13[PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto1-3/+3
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-1/+1
2006-12-07[PATCH] mm: make compound page destructor handling explicitAndy Whitcroft1-1/+1
2006-12-07[PATCH] htlb forget rss with pt sharingChen, Kenneth W1-8/+0
2006-12-07[PATCH] shared page table for hugetlb pageChen, Kenneth W1-0/+7
2006-12-07[PATCH] __unmap_hugepage_range(): add commentChen, Kenneth W1-0/+5