aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig
2009-12-16make generic_acl slightly more genericChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro
2009-12-16memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu
2009-12-16memcg: remove memcg_tasklistDaisuke Nishimura
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura
2009-12-16memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki
2009-12-16memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-16memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro
2009-12-16HWPOISON: Remove stray phrase in a commentAndi Kleen
2009-12-16HWPOISON: Try to allocate migration page on the same nodeAndi Kleen
2009-12-16HWPOISON: Don't do early filtering if filter is disabledAndi Kleen
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen
2009-12-16HWPOISON: Undefine short-hand macros after use to avoid namespace conflictAndi Kleen
2009-12-16HWPOISON: Use new shake_page in memory_failureAndi Kleen
2009-12-16HWPOISON: mention HWPoison in Kconfig entryAndi Kleen
2009-12-16HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen
2009-12-16HWPOISON: add an interface to switch off/on all the page filtersHaicheng Li
2009-12-16HWPOISON: add memory cgroup filterAndi Kleen
2009-12-16memcg: add accessor to mem_cgroup.cssWu Fengguang
2009-12-16memcg: rename and export try_get_mem_cgroup_from_page()Wu Fengguang
2009-12-16HWPOISON: add page flags filterWu Fengguang
2009-12-16HWPOISON: limit hwpoison injector to known page typesWu Fengguang
2009-12-16HWPOISON: add fs/device filtersWu Fengguang
2009-12-16HWPOISON: return 0 to indicate success reliablyWu Fengguang
2009-12-16HWPOISON: make semantics of IGNORED/DELAYED clearWu Fengguang
2009-12-16HWPOISON: Add unpoisoning supportWu Fengguang
2009-12-16HWPOISON: detect free buddy pages explicitlyWu Fengguang
2009-12-16HWPOISON: remove the free buddy page handlerWu Fengguang
2009-12-16HWPOISON: introduce delete_from_lru_cache()Wu Fengguang
2009-12-16HWPOISON: comment dirty swapcache pagesWu Fengguang
2009-12-16HWPOISON: comment the possible set_page_dirty() raceWu Fengguang
2009-12-16HWPOISON: abort on failed unmapWu Fengguang
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen
2009-12-16HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang
2009-12-16HWPOISON: return ENXIO on invalid page numberWu Fengguang
2009-12-16HWPOISON: remove the anonymous entryWu Fengguang
2009-12-16HWPOISON: Be more aggressive at freeing non LRU cachesAndi Kleen
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang