summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-08-051-36/+49
|\
| * percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-12/+40
| * percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo2010-06-271-25/+10Star
* | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-041-0/+33
|\ \
| * | KVM: Fix a race condition for usage of is_hwpoison_address()Huang Ying2010-08-011-0/+3
| * | KVM: Avoid killing userspace through guest SRAO MCE on unmapped pagesHuang Ying2010-08-011-0/+30
* | | mm: fix ia64 crash when gcore reads gate areaHugh Dickins2010-07-311-3/+13
|/ /
* | x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-07-212-4/+23
* | mm/vmscan.c: fix mapping use after freeNick Piggin2010-07-211-1/+1
* | mm: add context argument to shrinker callbackDave Chinner2010-07-191-3/+5
* | Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2010-07-192-0/+12
|\ \
| * | kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas2010-07-191-0/+5
| * | kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas2010-07-191-0/+7
* | | lmb: rename to memblockYinghai Lu2010-07-143-0/+546
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-07-082-15/+5Star
|\ \ \ | |/ / |/| |
| * | writeback: simplify the write back thread queueChristoph Hellwig2010-07-061-11/+3Star
| * | writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-062-4/+2Star
* | | mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn2010-06-301-4/+5
* | | memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki2010-06-301-1/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-291-3/+2Star
|\ \ | |/ |/|
| * writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-111-3/+2Star
* | percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo2010-06-181-3/+28
* | percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev2010-06-171-3/+2Star
|/
* writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner2010-06-091-0/+15
* writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-091-10/+5Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-051-2/+3
|\
| * fix truncate inode time modification breakageNick Piggin2010-06-041-2/+3
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-051-2/+2
|\ \
| * | Merge branch 'master' into for-linusJens Axboe2010-06-0127-761/+2574
| |\|
| * | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-2/+2
* | | vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro2010-06-051-13/+16
| |/ |/|
* | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-301-22/+11Star
|\ \
| * | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-241-22/+11Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-302-0/+2
|\ \ \
| * | | mm: export remove_from_page_cache() to modulesMiklos Szeredi2010-05-251-0/+1
| * | | mm: export lru_cache_add_*() to modulesMiklos Szeredi2010-05-251-0/+1
| |/ /
* | | tmpfs: convert to use the new truncate conventionnpiggin@suse.de2010-05-281-21/+22
* | | fs: introduce new truncate sequencenpiggin@suse.de2010-05-281-5/+5
* | | rename the generic fsync implementationsChristoph Hellwig2010-05-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-05-271-5/+31
|\ \ \
| * | | fs: allow short direct-io reads to be completed via buffered IOJosef Bacik2010-05-251-5/+31
* | | | numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn2010-05-271-21/+22
* | | | numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn2010-05-271-1/+44
* | | | numa: add generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-0/+5
* | | | slab: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* | | | cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-271-1/+1
* | | | memcg: clean up memory thresholdsKirill A. Shutemov2010-05-271-85/+66Star
* | | | cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-271-24/+41
* | | | memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2010-05-272-39/+98
* | | | mm: memcontrol - uninitialised return valuePhil Carmody2010-05-271-1/+1