summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-09-21memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-09-21mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim1-3/+4
2010-09-21bounce: call flush_dcache_page() after bounce_copy_vec()Gary King1-1/+1
2010-09-21swap: do not send discards as barriersChristoph Hellwig1-6/+3
2010-09-21swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins1-1/+1
2010-09-21swap: prevent reuse during hibernationHugh Dickins1-4/+20
2010-09-21writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner1-16/+10
2010-08-27slab: fix object alignmentCarsten Otte1-2/+2
2010-08-27mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-27mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-27mm: make the vma list be doubly linkedLinus Torvalds2-6/+22
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-14mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-14mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-14mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-07-31mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-07-21x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2-4/+23
2010-07-21mm/vmscan.c: fix mapping use after freeNick Piggin1-1/+1
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-3/+5
2010-07-20Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2-0/+12
2010-07-19kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+5
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas1-0/+7
2010-07-14lmb: rename to memblockYinghai Lu3-0/+546
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-15/+5
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-11/+3
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig2-4/+2
2010-06-30mempolicy: fix dangling reference to tmpfs superblock mpolLee Schermerhorn1-4/+5
2010-06-30memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki1-1/+3
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-3/+2
2010-06-18percpu: fix first chunk match in per_cpu_ptr_to_phys()Tejun Heo1-3/+28
2010-06-17percpu: fix trivial bugs in pcpu_build_alloc_info()Pavel V. Panteleev1-3/+2
2010-06-11writeback: simplify and split bdi_start_writebackChristoph Hellwig1-3/+2
2010-06-09writeback: limit write_cache_pages integrity scanning to current EOFDave Chinner1-0/+15
2010-06-09writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner1-10/+5
2010-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+3
2010-06-05Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2010-06-05vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failureKOSAKI Motohiro1-13/+16
2010-06-05fix truncate inode time modification breakageNick Piggin1-2/+3
2010-06-01Merge branch 'master' into for-linusJens Axboe27-761/+2574
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-2/+2
2010-05-30Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-22/+11
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-0/+2
2010-05-28tmpfs: convert to use the new truncate conventionnpiggin@suse.de1-21/+22
2010-05-28fs: introduce new truncate sequencenpiggin@suse.de1-5/+5
2010-05-28rename the generic fsync implementationsChristoph Hellwig1-1/+1
2010-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+31
2010-05-27numa: slab: use numa_mem_id() for slab local memory nodeLee Schermerhorn1-21/+22
2010-05-27numa: introduce numa_mem_id()- effective local memory node idLee Schermerhorn1-1/+44
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn1-0/+5