aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-21SLUB: Improve hackbench speedChristoph Lameter1-2/+2
2007-12-19Do dirty page accounting when removing a page from the page cacheLinus Torvalds1-0/+12
2007-12-17SLUB: remove useless masking of GFP_ZEROChristoph Lameter1-3/+0
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-17mm: fix page allocation for larger I/O segmentsMel Gorman1-0/+11
2007-12-17mm/sparse.c: improve the error handling for sparse_add_one_section()WANG Cong1-6/+12
2007-12-17mm/sparse.c: check the return value of sparse_index_alloc()WANG Cong1-0/+2
2007-12-17sparsemem: make SPARSEMEM_VMEMMAP selectableGeoff Levand1-8/+7
2007-12-10hugetlb: handle write-protection faults in follow_hugetlb_pageAdam Litke1-1/+1
2007-12-09Avoid double memclear() in SLOB/SLUBLinus Torvalds2-1/+4
2007-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds2-2/+12
2007-12-05VM/Security: add security hook to do_brkEric Paris1-0/+4
2007-12-05SLUB's ksize() fails for size > 2048Vegard Nossum1-1/+5
2007-12-05mm: fix XIP file writesNick Piggin1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Tetsuo Handa2-0/+2
2007-12-05mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_initDenis Cheng1-2/+2
2007-12-06VM/Security: add security hook to do_brkEric Paris1-0/+4
2007-12-06Security: round mmap hint address above mmap_min_addrEric Paris2-0/+6
2007-12-06security: protect from stack expantion into low vm addressesEric Paris1-2/+6
2007-11-30Fix kmem_cache_free performance regression in slabMatthew Wilcox1-2/+2
2007-11-29memory hotplug fix: fix section mismatch in vmammap_allock_block()KAMEZAWA Hiroyuki1-1/+11
2007-11-29Fix boot problem with iSeries lacking hugepage supportMel Gorman1-2/+21
2007-11-28prep_zero_page: remove bogus BUG_ONHugh Dickins1-1/+0
2007-11-28tmpfs: restore missing clear_highpageHugh Dickins1-2/+3
2007-11-20[S390] Optimize storage key handling for anonymous pagesChristian Borntraeger1-4/+5
2007-11-15dirty page balancing: Get rid of broken unmapped_ratio logicLinus Torvalds1-8/+0
2007-11-15slob: fix memory corruptionNick Piggin1-1/+2
2007-11-14Swap delay accounting, include lock_page() delaysBalbir Singh1-1/+1
2007-11-14vmstat: fix section mismatch warningRandy Dunlap1-1/+1
2007-11-14fix mm/util.c:krealloc()Adrian Bunk1-2/+2
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 Litke2-3/+4
2007-11-14Add IORESOUCE_BUSY flag for System RAMYasunori Goto1-1/+1
2007-11-14mm: speed up writeback ramp-up on clean systemsPeter Zijlstra1-2/+17
2007-11-14memory hotremove: unset migrate type "ISOLATE" after removalKAMEZAWA Hiroyuki2-5/+5
2007-11-14Migration: find correct vma in new_vma_page()Lee Schermerhorn2-5/+23
2007-11-14slab: fix typo in allocation failure handlingAkinobu Mita1-1/+1
2007-11-12Revert "Bias the placement of kernel pages at lower PFNs"Linus Torvalds1-20/+0
2007-11-12SLUB: killed the unused "end" variableDenis Cheng1-2/+0
2007-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds1-1/+0
2007-11-05SLUB: Fix memory leak by not reusing cpu_slabChristoph Lameter1-19/+1
2007-11-05unexport access_process_vmAdrian Bunk1-1/+0
2007-10-31Remove broken ptrace() special-case code from file mappingLinus Torvalds1-11/+2