aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt7-55/+92
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli1-1/+1
2010-01-11percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton1-1/+3
2010-01-07maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel1-2/+9
2010-01-06NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang1-2/+4
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger1-3/+8
2010-01-05sh: Drop down to a single quicklist.Paul Mundt1-1/+1
2009-12-30Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-2/+2
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins3-44/+65
2009-12-28SLAB: Fix lockdep annotation breakagePekka Enberg1-2/+2
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc-2.6Linus Torvalds1-4/+7
2009-12-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds2-1/+10
2009-12-23SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen1-4/+7
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-7/+50
2009-12-21HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen2-1/+10
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-7/+50
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+1
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2-91/+107
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2009-12-17cpumask: avoid deprecated function in mm/slab.cRusty Russell1-1/+1
2009-12-16Fix breakage in shmem.cAl Viro1-0/+2
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu1-2/+2
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+1
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds8-77/+673
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-221/+37
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig1-14/+1
2009-12-16make generic_acl slightly more genericChristoph Hellwig3-141/+10
2009-12-16sanitize xattr handler prototypesChristoph Hellwig2-67/+30
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro1-2/+0
2009-12-16switch alloc_file() to passing struct pathAl Viro1-6/+8
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro1-12/+9
2009-12-16memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu1-3/+1
2009-12-16memcg: remove memcg_tasklistDaisuke Nishimura1-5/+0
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2-8/+15
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura1-49/+35
2009-12-16memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura1-20/+18
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki2-14/+11
2009-12-16memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki1-6/+156
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki3-6/+98
2009-12-16memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov1-0/+1
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2-19/+49
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro1-3/+13
2009-12-16HWPOISON: Remove stray phrase in a commentAndi Kleen1-1/+0
2009-12-16HWPOISON: Try to allocate migration page on the same nodeAndi Kleen1-1/+2
2009-12-16HWPOISON: Don't do early filtering if filter is disabledAndi Kleen1-0/+3
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen1-3/+12
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen2-6/+190
2009-12-16HWPOISON: Undefine short-hand macros after use to avoid namespace conflictAndi Kleen1-0/+13