summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds-2/+2
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds-1/+1
2008-04-21trivial: small cleanupsPavel Machek-2/+2
2008-04-19driver core: memory: semaphore to mutexDaniel Walker-1/+1
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis-16/+13
2008-04-19cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis-2/+2
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis-1/+2
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds-1/+56
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds-33/+64
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel-0/+6
2008-04-17uaccess: add probe_kernel_write()Ingo Molnar-1/+50
2008-04-15add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro-0/+1
2008-04-15memcg: fix oops in oom handlingLi Zefan-2/+2
2008-04-15mm: sparsemem memory_present() fixIngo Molnar-0/+10
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter-11/+40
2008-04-14slub: Move map/flag clearing to __free_slabChristoph Lameter-2/+2
2008-04-14slub: Fixes to per cpu stat output in sysfsChristoph Lameter-1/+3
2008-04-14slub: Deal with config variable dependenciesChristoph Lameter-15/+15
2008-04-14slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter-4/+1
2008-04-14slub: Initialize per-cpu statsPekka Enberg-0/+3
2008-04-08memcg: fix node_state handlingKAMEZAWA Hiroyuki-5/+4
2008-04-04memory controller: make memory resource control aware of boot optionsBalbir Singh-0/+17
2008-04-01Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter-1/+1
2008-03-30NULL noise: fs/*, mm/*, kernel/*Al Viro-4/+4
2008-03-27Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds-0/+3
2008-03-26hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan-1/+10
2008-03-26hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan-2/+4
2008-03-26slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley-2/+2
2008-03-26count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter-0/+2
2008-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+2
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton-22/+5
2008-03-24mm: fix boundary checking in free_bootmem_coreYinghai Lu-6/+19
2008-03-19mm/readahead: fix kernel-doc notationRandy Dunlap-2/+3
2008-03-19memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov-1/+1
2008-03-19mm: rmap kernel-doc fixesRandy Dunlap-3/+10
2008-03-19mm: highmem kernel-doc additionsRandy Dunlap-4/+26
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap-1/+8
2008-03-19mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap-20/+13
2008-03-19mm: fix various kernel-doc commentsRandy Dunlap-17/+33
2008-03-19[PATCH] double dput() on failure exit in tiny-shmemAl Viro-0/+2
2008-03-17slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter-3/+9
2008-03-10iov_iter_advance() fixNick Piggin-12/+10
2008-03-10hugetlb: correct page count for surplus huge pagesAdam Litke-3/+10
2008-03-10mempolicy: fix reference counting bugsLee Schermerhorn-1/+6
2008-03-09Do not include linux/backing-dev.h twiceJesper Juhl-1/+0
2008-03-06slab: NUMA slab allocator migration bugfixJoe Korty-3/+2
2008-03-06slub: Do not cross cacheline boundaries for very small objectsNick Piggin-4/+7
2008-03-06slab - use angle brackets for include of kmalloc_sizes.hJoe Perches-1/+1
2008-03-06slab numa fallback logic: Do not pass unfiltered flags to page allocatorChristoph Lameter-1/+1
2008-03-06slub statistics: Fix check for DEACTIVATE_REMOTE_FREESChristoph Lameter-1/+1