summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-07-19Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas
2010-07-16slub: Use kmem_cache flags to detect if slab is in debugging mode.Christoph Lameter
2010-07-16slub: Allow removal of slab caches during bootChristoph Lameter
2010-07-16slub: Check kasprintf results in kmem_cache_init()Christoph Lameter
2010-07-16SLUB: Constants need ULChristoph Lameter
2010-07-16slub: Use a constant for a unspecified node.Christoph Lameter
2010-07-16SLOB: Free objects to their own listBob Liu
2010-07-14lmb: rename to memblockYinghai Lu
2010-07-09x86, ioremap: Fix incorrect physical address handling in PAE modeKenji Kaneshige
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar
2010-07-01Merge branch 'linus' into core/rcuIngo Molnar
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn
2010-06-29memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo
2010-06-27percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev
2010-06-14mm: remove all rcu head initializationsPaul E. McKenney
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-06-08writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-06-04vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro
2010-06-04fix truncate inode time modification breakageNick Piggin
2010-06-01Merge branch 'master' into for-linusJens Axboe
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de
2010-05-27rename the generic fsync implementationsChristoph Hellwig
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov