summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton2010-01-111-1/+3
* maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel2010-01-071-2/+9
* NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang2010-01-061-2/+4
* NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger2010-01-061-3/+8
* Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2009-12-301-2/+2
|\
| * SLAB: Fix lockdep annotation breakagePekka Enberg2009-12-281-2/+2
* | mm: move sys_mmap_pgoff from util.cHugh Dickins2009-12-303-44/+65
|/
* Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds2009-12-241-4/+7
|\
| * SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen2009-12-231-4/+7
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-242-1/+10
|\ \ | |/ |/|
| * HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen2009-12-212-1/+10
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-12-221-7/+50
|\ \ | |/ |/|
| * mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-181-7/+50
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-191-2/+2
|\ \ | |/ |/|
| * x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-161-2/+2
* | Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-171-1/+1
|\ \
| * | cpumask: avoid deprecated function in mm/slab.cRusty Russell2009-12-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-12-171-0/+1
|\ \ \
| * | | 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
OpenPOWER on IntegriCloud