summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* cpumask: avoid deprecated function in mm/slab.cRusty Russell2009-12-171-1/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-168-77/+673
|\
| * HWPOISON: Remove stray phrase in a commentAndi Kleen2009-12-161-1/+0
| * HWPOISON: Try to allocate migration page on the same nodeAndi Kleen2009-12-161-1/+2
| * HWPOISON: Don't do early filtering if filter is disabledAndi Kleen2009-12-161-0/+3
| * HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2009-12-161-3/+12
| * HWPOISON: Add soft page offline supportAndi Kleen2009-12-162-6/+190
| * HWPOISON: Undefine short-hand macros after use to avoid namespace conflictAndi Kleen2009-12-161-0/+13
| * HWPOISON: Use new shake_page in memory_failureAndi Kleen2009-12-161-1/+8
| * HWPOISON: mention HWPoison in Kconfig entryAndi Kleen2009-12-161-1/+1
| * HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen2009-12-161-2/+1
| * HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li2009-12-163-0/+11
| * HWPOISON: add memory cgroup filterAndi Kleen2009-12-163-0/+54
| * memcg: add accessor to mem_cgroup.cssWu Fengguang2009-12-161-0/+5
| * memcg: rename and export try_get_mem_cgroup_from_page()Wu Fengguang2009-12-161-7/+4
| * HWPOISON: add page flags filterWu Fengguang2009-12-164-0/+33
| * HWPOISON: limit hwpoison injector to known page typesWu Fengguang2009-12-162-2/+41
| * HWPOISON: add fs/device filtersWu Fengguang2009-12-163-0/+65
| * HWPOISON: return 0 to indicate success reliablyWu Fengguang2009-12-161-2/+6
| * HWPOISON: make semantics of IGNORED/DELAYED clearWu Fengguang2009-12-161-15/+7
| * HWPOISON: Add unpoisoning supportWu Fengguang2009-12-162-6/+98
| * HWPOISON: detect free buddy pages explicitlyWu Fengguang2009-12-163-2/+31
| * HWPOISON: remove the free buddy page handlerWu Fengguang2009-12-161-10/+4
| * HWPOISON: introduce delete_from_lru_cache()Wu Fengguang2009-12-161-8/+37
| * HWPOISON: comment dirty swapcache pagesWu Fengguang2009-12-161-0/+4
| * HWPOISON: comment the possible set_page_dirty() raceWu Fengguang2009-12-161-0/+2
| * HWPOISON: abort on failed unmapWu Fengguang2009-12-161-5/+15
| * HWPOISON: Turn ref argument into flags argumentAndi Kleen2009-12-162-3/+4
| * HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang2009-12-162-5/+4
| * HWPOISON: return ENXIO on invalid page numberWu Fengguang2009-12-161-6/+6
| * HWPOISON: remove the anonymous entryWu Fengguang2009-12-161-1/+0
| * HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen2009-12-161-0/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-164-221/+37
|\ \
| * | direct I/O fallback sync simplificationChristoph Hellwig2009-12-161-14/+1
| * | make generic_acl slightly more genericChristoph Hellwig2009-12-163-141/+10
| * | sanitize xattr handler prototypesChristoph Hellwig2009-12-162-67/+30
| * | Untangling ima mess, part 1: alloc_file()Al Viro2009-12-161-2/+0
| * | switch alloc_file() to passing struct pathAl Viro2009-12-161-6/+8
| * | switch shmem_file_setup() to alloc_file()Al Viro2009-12-161-12/+9
| |/
* | memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu2009-12-161-3/+1
* | memcg: remove memcg_tasklistDaisuke Nishimura2009-12-161-5/+0
* | memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2009-12-162-8/+15
* | memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura2009-12-161-49/+35
* | memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura2009-12-161-20/+18
* | memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki2009-12-162-14/+11
* | memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki2009-12-161-6/+156
* | memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-163-6/+98
* | memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov2009-12-161-0/+1
* | oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-162-19/+49
* | oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro2009-12-161-3/+13
|/