aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-07NOMMU: Don't check vm_region::vm_start is page aligned in add_nommu_region()David Howells1-2/+0
2009-05-07Merge branch 'tracing/hw-branch-tracing' into tracing/coreIngo Molnar1-30/+21
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar11-135/+175
2009-05-06nommu: make the initial mmap allocation excess behaviour Kconfig configurableDavid Howells2-1/+29
2009-05-06nommu: clamp zone_batchsize() to 0 under NOMMU conditionsDavid Howells1-0/+18
2009-05-06mm: use roundown_pow_of_two() in zone_batchsize()David Howells1-1/+1
2009-05-06alloc_vmap_area: fix memory leakRalph Wuerthner1-0/+1
2009-05-06oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes1-23/+21
2009-05-06Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' into for-linusPekka Enberg2-2/+9
2009-05-06mm: SLOB fix reclaim_stateNick Piggin1-1/+4
2009-05-06mm: SLUB fix reclaim_stateNick Piggin1-0/+3
2009-05-05Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman1-0/+8
2009-05-02vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton1-1/+1
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro3-58/+13
2009-05-02memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura2-23/+18
2009-05-02mm: close page_mkwrite racesNick Piggin1-32/+76
2009-05-02memcg: fix try_get_mem_cgroup_from_swapcache()Daisuke Nishimura1-3/+2
2009-05-02mm: fix pageref leak in do_swap_page()Johannes Weiner1-2/+2
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar7-16/+55
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger1-19/+17
2009-04-24Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracingIngo Molnar8-27/+91
2009-04-23slub: enforce MAX_ORDERDavid Rientjes1-1/+2
2009-04-21vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro1-4/+8
2009-04-18PM/Hibernate: Fix memory shrinkingRafael J. Wysocki1-2/+3
2009-04-16mm: pass correct mm when growing stackHugh Dickins1-1/+1
2009-04-16Export filemap_write_and_wait_rangeChris Mason1-0/+1
2009-04-14tracing/events: move trace point headers into include/trace/eventsSteven Rostedt1-1/+1
2009-04-14tracing: create automated trace definesSteven Rostedt1-8/+3
2009-04-13shmem: respect MAX_LFS_FILESIZEHugh Dickins1-5/+20
2009-04-13shmem: fix division by zeroYuri Tikhonov1-1/+1
2009-04-13memcg: remove warning when CONFIG_DEBUG_VM=nKAMEZAWA Hiroyuki1-1/+1
2009-04-13mm: document get_user_pages_fast()Andy Grover1-0/+16
2009-04-13mm: point the UNEVICTABLE_LRU config option at the documentationDavid Howells1-0/+2
2009-04-13filemap: fix kernel-doc warningsRandy Dunlap1-2/+2
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and tracepoint partZhaolei3-3/+3
2009-04-08percpu: remove rbtree and use page->index insteadChristoph Lameter1-80/+20
2009-04-08percpu: don't put the first chunk in reverse-map rbtreeTejun Heo1-17/+24
2009-04-08mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar1-6/+0
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreIngo Molnar1-11/+36
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-12/+19
2009-04-07mm: fix pdflush thread creation upper boundPeter W Morreale1-6/+24
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger1-7/+6
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar7-56/+61
2009-04-06percpu: __percpu_depopulate_mask can take a const maskStephen Rothwell1-1/+1
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-50/+55
2009-04-06block: change the request allocation/congestion logic to be sync/async basedJens Axboe1-5/+5
2009-04-06perf_counter: executable mmap() informationPeter Zijlstra1-0/+10
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+2
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-20/+169
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds4-7/+9