summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2009-12-171-0/+1
| |/ /
* | | Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds2009-12-172-91/+107
|\ \ \
| * | | kmemleak: Reduce the false positives by checking for modified objectsCatalin Marinas2009-10-281-54/+70
| * | | kmemleak: Show the age of an unreferenced objectCatalin Marinas2009-10-281-2/+4
| * | | kmemleak: Release the object lock before calling put_object()Catalin Marinas2009-10-281-3/+6
| * | | kmemleak: Simplify the kmemleak_scan_area() function prototypeCatalin Marinas2009-10-282-30/+23
| * | | kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACECatalin Marinas2009-10-281-2/+4
* | | | readahead: add blk_run_backing_devHisashi Hifumi2009-12-171-0/+12
* | | | Fix breakage in shmem.cAl Viro2009-12-161-0/+2
| |/ / |/| |
* | | 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