aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2008-01-28sh: Bump number of quicklists for SH-5.Gravatar Paul Mundt 1-1/+1
2008-01-25sched: sched_rt_entityGravatar Peter Zijlstra 1-1/+1
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gravatar Gautham R Shenoy 1-7/+11
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-12/+11
2008-01-25slab: fix bootstrap on memoryless nodeGravatar Pekka Enberg 1-23/+23
2008-01-24Kobject: convert mm/slub.c to use kobject_init/add_ng()Gravatar Greg Kroah-Hartman 1-5/+4
2008-01-24kobject: convert kernel_kset to be a kobjectGravatar Greg Kroah-Hartman 1-2/+1
2008-01-24kset: move /sys/slab to /sys/kernel/slabGravatar Greg Kroah-Hartman 1-1/+2
2008-01-24kset: convert slub to use kset_createGravatar Greg Kroah-Hartman 1-8/+7
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-2/+3
2008-01-25Security: remove security_file_mmap hook sparse-warnings (NULL as 0).Gravatar Richard Knutsson 1-2/+2
2008-01-24slab: partially revert list3 changesGravatar Mel Gorman 1-3/+3
2008-01-24fix hugepages leak due to pagetable page sharingGravatar Larry Woodman 1-0/+5
2008-01-23Update ctime and mtime for memory-mapped filesGravatar Anton Salikhmetov 1-0/+6
2008-01-17#ifdef very expensive debug check in page fault pathGravatar Carsten Otte 1-0/+2
2008-01-17mm: fix section mismatch warning in page_alloc.cGravatar Sam Ravnborg 1-1/+1
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Gravatar Linus Torvalds 1-6/+3
2008-01-14hugetlbfs: fix quota leakGravatar Ken Chen 1-3/+10
2008-01-14quicklists: Only consider memory that can be used with GFP_KERNELGravatar Christoph Lameter 1-2/+10
2008-01-08Fix crash with FLAT_MEMORY and ARCH_PFN_OFFSET != 0Gravatar Thomas Bogendoerfer 1-1/+1
2008-01-08xip: fix get_zeroed_page with __GFP_HIGHMEMGravatar Akinobu Mita 1-4/+5
2008-01-02Unify /proc/slabinfo configurationGravatar Linus Torvalds 2-3/+10
2008-01-01slub: provide /proc/slabinfoGravatar Pekka J Enberg 1-13/+92
2007-12-21SLUB: Improve hackbench speedGravatar Christoph Lameter 1-2/+2
2007-12-19Do dirty page accounting when removing a page from the page cacheGravatar Linus Torvalds 1-0/+12
2007-12-17SLUB: remove useless masking of GFP_ZEROGravatar Christoph Lameter 1-3/+0
2007-12-17Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"Gravatar Nishanth Aravamudan 1-5/+0
2007-12-17hugetlb: introduce nr_overcommit_hugepages sysctlGravatar Nishanth Aravamudan 1-6/+61
2007-12-17mm: fix page allocation for larger I/O segmentsGravatar Mel Gorman 1-0/+11
2007-12-17mm/sparse.c: improve the error handling for sparse_add_one_section()Gravatar WANG Cong 1-6/+12
2007-12-17mm/sparse.c: check the return value of sparse_index_alloc()Gravatar WANG Cong 1-0/+2
2007-12-17sparsemem: make SPARSEMEM_VMEMMAP selectableGravatar Geoff Levand 1-8/+7
2007-12-10hugetlb: handle write-protection faults in follow_hugetlb_pageGravatar Adam Litke 1-1/+1
2007-12-09Avoid double memclear() in SLOB/SLUBGravatar Linus Torvalds 2-1/+4
2007-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-2/+12
2007-12-05VM/Security: add security hook to do_brkGravatar Eric Paris 1-0/+4
2007-12-05SLUB's ksize() fails for size > 2048Gravatar Vegard Nossum 1-1/+5
2007-12-05mm: fix XIP file writesGravatar Nick Piggin 1-1/+1
2007-12-05Add EXPORT_SYMBOL(ksize);Gravatar Tetsuo Handa 2-0/+2
2007-12-05mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_initGravatar Denis Cheng 1-2/+2
2007-12-06VM/Security: add security hook to do_brkGravatar Eric Paris 1-0/+4
2007-12-06Security: round mmap hint address above mmap_min_addrGravatar Eric Paris 2-0/+6
2007-12-06security: protect from stack expantion into low vm addressesGravatar Eric Paris 1-2/+6
2007-11-30Fix kmem_cache_free performance regression in slabGravatar Matthew Wilcox 1-2/+2
2007-11-29memory hotplug fix: fix section mismatch in vmammap_allock_block()Gravatar KAMEZAWA Hiroyuki 1-1/+11
2007-11-29Fix boot problem with iSeries lacking hugepage supportGravatar Mel Gorman 1-2/+21
2007-11-28prep_zero_page: remove bogus BUG_ONGravatar Hugh Dickins 1-1/+0
2007-11-28tmpfs: restore missing clear_highpageGravatar Hugh Dickins 1-2/+3
2007-11-20[S390] Optimize storage key handling for anonymous pagesGravatar Christian Borntraeger 1-4/+5