summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slab: partially revert list3 changesMel Gorman2008-01-241-3/+3
* fix hugepages leak due to pagetable page sharingLarry Woodman2008-01-241-0/+5
* Update ctime and mtime for memory-mapped filesAnton Salikhmetov2008-01-231-0/+6
* #ifdef very expensive debug check in page fault pathCarsten Otte2008-01-171-0/+2
* mm: fix section mismatch warning in page_alloc.cSam Ravnborg2008-01-171-1/+1
* Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds2008-01-141-6/+3
* hugetlbfs: fix quota leakKen Chen2008-01-141-3/+10
* quicklists: Only consider memory that can be used with GFP_KERNELChristoph Lameter2008-01-141-2/+10
* Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0Thomas Bogendoerfer2008-01-081-1/+1
* xip: fix get_zeroed_page with __GFP_HIGHMEMAkinobu Mita2008-01-081-4/+5
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-022-3/+10
* slub: provide /proc/slabinfoPekka J Enberg2008-01-011-13/+92
* SLUB: Improve hackbench speedChristoph Lameter2007-12-211-2/+2
* Do dirty page accounting when removing a page from the page cacheLinus Torvalds2007-12-191-0/+12
* SLUB: remove useless masking of GFP_ZEROChristoph Lameter2007-12-171-3/+0
* Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Nishanth Aravamudan2007-12-171-5/+0
* hugetlb: introduce nr_overcommit_hugepages sysctlNishanth Aravamudan2007-12-171-6/+61
* mm: fix page allocation for larger I/O segmentsMel Gorman2007-12-171-0/+11
* mm/sparse.c: improve the error handling for sparse_add_one_section()WANG Cong2007-12-171-6/+12
* mm/sparse.c: check the return value of sparse_index_alloc()WANG Cong2007-12-171-0/+2
* sparsemem: make SPARSEMEM_VMEMMAP selectableGeoff Levand2007-12-171-8/+7
* hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke2007-12-101-1/+1
* Avoid double memclear() in SLOB/SLUBLinus Torvalds2007-12-092-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-12-052-2/+12
|\
| * VM/Security: add security hook to do_brkEric Paris2007-12-061-0/+4
| * Security: round mmap hint address above mmap_min_addrEric Paris2007-12-062-0/+6
| * security: protect from stack expantion into low vm addressesEric Paris2007-12-061-2/+6
* | VM/Security: add security hook to do_brkEric Paris2007-12-051-0/+4
* | SLUB's ksize() fails for size > 2048Vegard Nossum2007-12-051-1/+5
* | mm: fix XIP file writesNick Piggin2007-12-051-1/+1
* | Add EXPORT_SYMBOL(ksize);Tetsuo Handa2007-12-052-0/+2
* | mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_initDenis Cheng2007-12-051-2/+2
|/
* Fix kmem_cache_free performance regression in slabMatthew Wilcox2007-11-301-2/+2
* memory hotplug fix: fix section mismatch in vmammap_allock_block()KAMEZAWA Hiroyuki2007-11-291-1/+11
* Fix boot problem with iSeries lacking hugepage supportMel Gorman2007-11-291-2/+21
* prep_zero_page: remove bogus BUG_ONHugh Dickins2007-11-281-1/+0
* tmpfs: restore missing clear_highpageHugh Dickins2007-11-281-2/+3
* [S390] Optimize storage key handling for anonymous pagesChristian Borntraeger2007-11-201-4/+5
* dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds2007-11-151-8/+0
* slob: fix memory corruptionNick Piggin2007-11-151-1/+2
* Swap delay accounting, include lock_page() delaysBalbir Singh2007-11-141-1/+1
* vmstat: fix section mismatch warningRandy Dunlap2007-11-141-1/+1
* fix mm/util.c:krealloc()Adrian Bunk2007-11-141-2/+2
* hugetlb: fix i_blocks accountingKen Chen2007-11-141-0/+10
* mm/hugetlb.c: make a function staticAdrian Bunk2007-11-141-1/+1
* hugetlb: enforce quotas during reservation for shared mappingsAdam Litke2007-11-141-10/+13
* hugetlb: allow bulk updating in hugetlb_*_quota()Adam Litke2007-11-141-2/+2
* hugetlb: debit quota in alloc_huge_pageAdam Litke2007-11-141-12/+12
* hugetlb: fix quota management for private mappingsAdam Litke2007-11-141-3/+10
* hugetlb: split alloc_huge_page into private and shared componentsAdam Litke2007-11-141-19/+27