summaryrefslogtreecommitdiff
path: root/mm/hugetlb.c
AgeCommit message (Expand)Author
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King
2010-02-02hugetlb: fix section mismatchesJeff Mahoney
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() ...Larry Woodman
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn
2009-12-15hugetlb: rework hstate_next_node_* functionsLee Schermerhorn
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-22mm: hugetlbfs_pagecache_presentHugh Dickins
2009-09-22mm: follow_hugetlb_page flagsHugh Dickins
2009-09-22hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn
2009-09-10hugetlbfs: export vma_kernel_pagsize to modulesJoerg Roedel
2009-07-29hugetlbfs: fix i_blocks accountingEric Sandeen
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang
2009-06-16page allocator: use a pre-calculated value instead of num_online_nodes() in f...Christoph Lameter
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman
2009-04-01hugetlb: chg cannot become less than 0Roel Kluin
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman
2009-01-06mm: hugetlb: remove redundant `if' operationCyrill Gorcunov
2009-01-06hugetlb: fix sparse warningsHannes Eder
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2008-11-12hugetlb: make unmap_ref_private multi-size-awareAdam Litke
2008-11-06hugetlb: pull gigantic page initialisation out of the default pathAndy Whitcroft
2008-11-06hugetlbfs: handle pages higher order than MAX_ORDERAndy Whitcroft
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan
2008-10-20hugepage: support ZERO_PAGE()KOSAKI Motohiro
2008-10-20mm: hugetlb.c make functions static, use NULL rather than 0Harvey Harrison
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-16hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault()David Gibson
2008-08-12allocate structures for reservation tracking in hugetlbfs outside of spinlock...Andy Whitcroft
2008-08-12hugetlbfs: allocate structures for reservation tracking outside of spinlocksAndy Whitcroft
2008-08-12hugetlb: call arch_prepare_hugepage() for surplus pagesGerald Schaefer
2008-08-06Revert duplicate "mm/hugetlb.c must #include <asm/io.h>"Linus Torvalds
2008-08-01mm/hugetlb: don't crash when HPAGE_SHIFT is 0Benjamin Herrenschmidt
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2008-07-30mm/hugetlb.c must #include <asm/io.h>Adrian Bunk
2008-07-28mm/hugetlb.c must #include <asm/io.h>Adrian Bunk