summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge branch 'core/locking' into tracing/ftraceIngo Molnar5-0/+14
2009-03-03Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar1-1/+9
2009-02-28mm: fix lazy vmap purging (use-after-free error)Vegard Nossum1-1/+2
2009-02-28mm: vmap fix overflowNick Piggin1-0/+7
2009-02-27Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar1-22/+21
2009-02-25shmem: fix shared anonymous accountingHugh Dickins1-22/+21
2009-02-24Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/coreIngo Molnar4-18/+36
2009-02-22Merge branch 'hibernate'Linus Torvalds2-18/+14
2009-02-22swsusp: clean up shrink_all_zones()Johannes Weiner1-12/+11
2009-02-22swsusp: dont fiddle with swappinessJohannes Weiner1-4/+1
2009-02-22PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins1-2/+2
2009-02-21vmalloc: call flush_cache_vunmap() from unmap_kernel_range()Tejun Heo1-0/+2
2009-02-21slab: introduce kzfree()Johannes Weiner1-0/+20
2009-02-20Merge branch 'for-ingo' of git://git.kernel.org/pub/scm/linux/kernel/git/penb...Ingo Molnar1-8/+8
2009-02-20SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter1-8/+8
2009-02-19Merge branch 'linus' into tracing/blktraceIngo Molnar5-14/+43
2009-02-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-02-19mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki1-3/+20
2009-02-19mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+7
2009-02-19mm: task dirty accounting fixNick Piggin1-10/+3
2009-02-19vmalloc: add __get_vm_area_caller()Benjamin Herrenschmidt1-0/+8
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-1/+1
2009-02-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar1-2/+1
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin5-0/+15
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar11-43/+84
2009-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-0/+3
2009-02-12Fix page writeback thinko, causing Berkeley DB slowdownNick Piggin1-1/+1
2009-02-12mm: Export symbol ksize()Kirill A. Shutemov3-0/+3
2009-02-12mm: rearrange exit_mmap() to unlock before arch_exit_mmapJeremy Fitzhardinge1-4/+6
2009-02-12writeback: fix break conditionFederico Cuello1-13/+16
2009-02-12memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki1-1/+2
2009-02-12mm: fix mlocked page counter mismatchMinChan Kim1-1/+2
2009-02-12mm: fix dirty_bytes/dirty_background_bytes sysctls on 64bit archesSven Wegener1-1/+1
2009-02-12migration: migrate_vmas should check "vma"Daisuke Nishimura1-1/+1
2009-02-11Do not account for hugetlbfs quota at mmap() time if mapping [SHM|MAP]_NORESERVEMel Gorman1-20/+33
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-1/+6
2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman4-33/+51
2009-02-10Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar1-1/+4
2009-02-09Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar1-1/+1
2009-02-09mm: fix error case in mlock downgrade reversionHugh Dickins1-1/+4
2009-02-05do_wp_page: fix regression with execute in placeCarsten Otte1-1/+1
2009-02-05Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar1-6/+15
2009-02-04write-back: fix nr_to_write counterArtem Bityutskiy1-6/+15
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar7-97/+87
2009-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-1/+1
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds1-45/+2
2009-02-01Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2-24/+26
2009-01-30Allow opportunistic merging of VM_CAN_NONLINEAR areasLinus Torvalds1-1/+4
2009-01-30memcg: NULL pointer dereference at rmdir on some NUMA systemsKAMEZAWA Hiroyuki1-1/+1