summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds4-1/+26
2009-06-11Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-44/+29
2009-06-11Merge branch 'next' into for-linusJames Morris4-1/+26
2009-06-11Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-97/+44
2009-06-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-69/+0
2009-06-10nommu: Provide mmap_min_addr definition.Paul Mundt1-0/+3
2009-06-09tracing/events: convert block trace points to TRACE_EVENT()Li Zefan1-3/+2
2009-06-09Merge branch 'master' into nextJames Morris8-39/+40
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter2-0/+22
2009-05-29memcg: fix build warning and avoid checking for mem != null again and againNikanth Karthikesan1-9/+1
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman1-13/+13
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura5-7/+10
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes1-9/+15
2009-05-23block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-22Merge branch 'master' into nextJames Morris7-47/+43
2009-05-22integrity: move ima_counts_getMimi Zohar1-1/+1
2009-05-22integrity: path_check updateMimi Zohar1-1/+1
2009-05-22hugh: update email addressHugh Dickins1-1/+1
2009-05-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-15/+19
2009-05-18[ARM] Double check memmap is actually valid with a memmap has unexpected hole...Mel Gorman2-15/+19
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar7-54/+82
2009-05-18mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu1-69/+0
2009-05-18page-writeback: fix the calculation of the oldest_jif in wb_kupdate()Toshiyuki Okajima1-3/+3
2009-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-2/+9
2009-05-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-19/+12
2009-05-15Revert "mm: add /proc controls for pdflush threads"Jens Axboe1-19/+12
2009-05-13Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds1-8/+0
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-07nommu: make the initial mmap allocation excess behaviour Kconfig configurableDavid Howells2-1/+29
2009-05-07nommu: clamp zone_batchsize() to 0 under NOMMU conditionsDavid Howells1-0/+18
2009-05-07mm: use roundown_pow_of_two() in zone_batchsize()David Howells1-1/+1
2009-05-07alloc_vmap_area: fix memory leakRalph Wuerthner1-0/+1
2009-05-07oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes1-23/+21
2009-05-06Merge branches 'topic/documentation', 'topic/slub/fixes' and 'topic/urgent' i...Pekka 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-06Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman1-0/+8
2009-05-03vmscan: avoid multiplication overflow in shrink_zone()Andrew Morton1-1/+1
2009-05-03mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro3-58/+13
2009-05-03memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura2-23/+18
2009-05-03mm: close page_mkwrite racesNick Piggin1-32/+76
2009-05-03memcg: fix try_get_mem_cgroup_from_swapcache()Daisuke Nishimura1-3/+2
2009-05-03mm: fix pageref leak in do_swap_page()Johannes Weiner1-2/+2
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-22vmscan,memcg: reintroduce sc->may_swapKOSAKI Motohiro1-4/+8