summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2010-07-30mm: fix ia64 crash when gcore reads gate areaHugh Dickins-3/+13
2010-07-20x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu-4/+23
2010-07-20mm/vmscan.c: fix mapping use after freeNick Piggin-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner-3/+5
2010-07-19Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds-0/+12
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas-0/+5
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas-0/+7
2010-07-14lmb: rename to memblockYinghai Lu-0/+546
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-15/+5
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig-11/+3
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig-4/+2
2010-06-29mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn-4/+5
2010-06-29memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki-1/+3
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-3/+2
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo-3/+28
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev-3/+2
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig-3/+2
2010-06-08writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner-0/+15
2010-06-08writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner-10/+5
2010-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+3
2010-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+2
2010-06-04vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro-13/+16
2010-06-04fix truncate inode time modification breakageNick Piggin-2/+3
2010-06-01Merge branch 'master' into for-linusJens Axboe-761/+2574
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe-2/+2
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-22/+11
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds-0/+2
2010-05-27tmpfs: convert to use the new truncate conventionnpiggin@suse.de-21/+22
2010-05-27fs: introduce new truncate sequencenpiggin@suse.de-5/+5
2010-05-27rename the generic fsync implementationsChristoph Hellwig-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds-5/+31
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn-21/+22
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn-1/+44
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn-0/+5
2010-05-27slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita-1/+1
2010-05-27cpusets: new round-robin rotor for SLAB allocationsJack Steiner-1/+1
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov-85/+66
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov-24/+41
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org-39/+98
2010-05-27mm: memcontrol - uninitialised return valuePhil Carmody-1/+1
2010-05-27mm: remove unnecessary use of atomicPhil Carmody-7/+7
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes-4/+1
2010-05-27memcg: move charge of file pagesDaisuke Nishimura-12/+108
2010-05-27memcg: clean up move chargeDaisuke Nishimura-37/+59
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki-19/+94
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki-8/+92
2010-05-27memcg: oom wakeup filterKAMEZAWA Hiroyuki-17/+46
2010-05-26do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer-0/+6
2010-05-26nommu: allow private mappings of read-only devicesBernd Schmidt-14/+18
2010-05-26mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter-1/+2