aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix possible off-by-one in walk_pte_range()Johannes Weiner2008-04-281-2/+6
* s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger2008-04-271-3/+4
* x86_64/mm: check and print vmemmap allocation continuousYinghai Lu2008-04-261-0/+5
* mm: allow reserve_bootmem() cross nodesYinghai Lu2008-04-261-23/+69
* mm: offset align in alloc_bootmem()Yinghai Lu2008-04-261-26/+34
* mm: fix alloc_bootmem_core to use fast searching for all nodesYinghai Lu2008-04-261-6/+12
* mm: make mem_map allocation continuousYinghai Lu2008-04-261-3/+29
* slab_err: Pass parameters correctly to slab_bugChristoph Lameter2008-04-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-2/+2
|\
| * trivial: small cleanupsPavel Machek2008-04-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-1/+1
|\ \
| * | driver core: memory: semaphore to mutexDaniel Walker2008-04-191-1/+1
| |/
* | nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-193-16/+13
* | cpuset: modify cpuset_set_cpus_allowed to use cpumask pointerMike Travis2008-04-191-2/+2
* | cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis2008-04-191-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds2008-04-182-1/+56
|\
| * kgdb: fix optional arch functions and probe_kernel_*Jason Wessel2008-04-171-0/+6
| * uaccess: add probe_kernel_write()Ingo Molnar2008-04-172-1/+50
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-04-181-33/+64
|\ \ | |/ |/|
| * slub: No need for per node slab counters if !SLUB_DEBUGChristoph Lameter2008-04-141-11/+40
| * slub: Move map/flag clearing to __free_slabChristoph Lameter2008-04-141-2/+2
| * slub: Fixes to per cpu stat output in sysfsChristoph Lameter2008-04-141-1/+3
| * slub: Deal with config variable dependenciesChristoph Lameter2008-04-141-15/+15
| * slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logicChristoph Lameter2008-04-141-4/+1
| * slub: Initialize per-cpu statsPekka Enberg2008-04-141-0/+3
* | add "Isolate" migratetype name to /proc/pagetypeinfoKOSAKI Motohiro2008-04-151-0/+1
* | memcg: fix oops in oom handlingLi Zefan2008-04-151-2/+2
* | mm: sparsemem memory_present() fixIngo Molnar2008-04-151-0/+10
|/
* memcg: fix node_state handlingKAMEZAWA Hiroyuki2008-04-081-5/+4
* memory controller: make memory resource control aware of boot optionsBalbir Singh2008-04-041-0/+17
* Fix undefined count_partial if !CONFIG_SLABINFOChristoph Lameter2008-04-011-1/+1
* NULL noise: fs/*, mm/*, kernel/*Al Viro2008-03-301-4/+4
* Revert "SLUB: remove useless masking of GFP_ZERO"Linus Torvalds2008-03-271-0/+3
* hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan2008-03-261-1/+10
* hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan2008-03-261-2/+4
* slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley2008-03-261-2/+2
* count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter2008-03-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-251-0/+2
|\
| * [PATCH] double dput() on failure exit in tiny-shmemAl Viro2008-03-191-0/+2
* | revert "kswapd should only wait on IO if there is IO"Andrew Morton2008-03-241-22/+5
* | mm: fix boundary checking in free_bootmem_coreYinghai Lu2008-03-241-6/+19
* | mm/readahead: fix kernel-doc notationRandy Dunlap2008-03-191-2/+3
* | memcgroup: fix check for thread being a group leader in memcgroupPavel Emelyanov2008-03-191-1/+1
* | mm: rmap kernel-doc fixesRandy Dunlap2008-03-191-3/+10
* | mm: highmem kernel-doc additionsRandy Dunlap2008-03-191-4/+26
* | mm/oom_kill: fix kernel-docRandy Dunlap2008-03-191-1/+8
* | mm/shmem and tiny-shmem: fix some kernel-docRandy Dunlap2008-03-192-20/+13
* | mm: fix various kernel-doc commentsRandy Dunlap2008-03-197-17/+33
* | slub page alloc fallback: Enable interrupts for GFP_WAIT.Christoph Lameter2008-03-171-3/+9
|/
* iov_iter_advance() fixNick Piggin2008-03-101-12/+10