summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* hugetlb: follow_hugetlb_page() for write accessAdam Litke2007-11-142-3/+4
* Add IORESOUCE_BUSY flag for System RAMYasunori Goto2007-11-141-1/+1
* mm: speed up writeback ramp-up on clean systemsPeter Zijlstra2007-11-141-2/+17
* memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki2007-11-142-5/+5
* Migration: find correct vma in new_vma_page()Lee Schermerhorn2007-11-142-5/+23
* slab: fix typo in allocation failure handlingAkinobu Mita2007-11-141-1/+1
* Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds2007-11-121-20/+0
* SLUB: killed the unused "end" variableDenis Cheng2007-11-121-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2007-11-051-1/+0
|\
| * unexport access_process_vmAdrian Bunk2007-11-051-1/+0
* | SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter2007-11-051-19/+1
|/
* Remove broken ptrace() special-case code from file mappingLinus Torvalds2007-10-311-11/+2
* dio: fix cache invalidation after sync writesZach Brown2007-10-301-10/+6
* fix tmpfs BUG and AOP_WRITEPAGE_ACTIVATEHugh Dickins2007-10-301-0/+15