summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0419-230/+230
* thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov2016-03-251-1/+1
* mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange2016-03-251-3/+4
* mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-253-12/+66
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-256-32/+35
* mm, kasan: SLAB supportAlexander Potapenko2016-03-256-18/+218
* mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka2016-03-251-13/+33
* oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa2016-03-251-6/+2
* oom: make oom_reaper freezableMichal Hocko2016-03-251-0/+2
* oom: make oom_reaper_list single linkedVladimir Davydov2016-03-251-8/+7
* oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko2016-03-251-1/+5
* mm, oom_reaper: implement OOM victims queuingMichal Hocko2016-03-251-17/+19
* mm, oom_reaper: report success/failureMichal Hocko2016-03-251-2/+15
* oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko2016-03-251-25/+48
* mm, oom: introduce oom reaperMichal Hocko2016-03-253-13/+160
* mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski2016-03-221-5/+8
* kernel: add kcov code coverageDmitry Vyukov2016-03-222-0/+16
* zram: revive swap_slot_free_notifyMinchan Kim2016-03-221-43/+50
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-0/+6
|\
| * Merge drm-fixes into drm-next.Dave Airlie2016-03-1417-61/+148
| |\
| * \ Merge tag 'drm-intel-next-2016-01-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-091-0/+6
| |\ \
| | * \ Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-01-189-62/+88
| | |\ \
| | * | | mm: Export nr_swap_pagesChris Wilson2016-01-051-0/+6
* | | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-2011-59/+200
|\ \ \ \ \
| * | | | | mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-182-5/+13
| * | | | | mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen2016-02-181-0/+2
| * | | | | mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen2016-02-183-3/+3
| * | | | | mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-182-2/+10
| * | | | | mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-183-8/+20
| * | | | | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-182-3/+19
| * | | | | mm/gup: Factor out VMA fault permission checkingDave Hansen2016-02-181-3/+13
| * | | | | mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen2016-02-181-0/+3
| * | | | | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-164-7/+9
| * | | | | mm/gup: Overload get_user_pages() functionsDave Hansen2016-02-163-36/+94
| * | | | | mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-163-9/+31
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2016-02-162-6/+32
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-3/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-3/+14
| * | | | | | | | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-0/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-1856-1177/+1249
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox2016-03-171-9/+3
| * | | | | | | | | mm: use radix_tree_iter_retry()Matthew Wilcox2016-03-172-47/+29
| * | | | | | | | | radix_tree: add support for multi-order entriesMatthew Wilcox2016-03-171-1/+1
| * | | | | | | | | fix Christoph's email addressesChristoph Lameter2016-03-172-2/+2
| * | | | | | | | | mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa2016-03-171-1/+5
| * | | | | | | | | mm,oom: make oom_killer_disable() killableTetsuo Handa2016-03-171-7/+3
| * | | | | | | | | mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky2016-03-171-7/+13
| * | | | | | | | | zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu2016-03-171-6/+3
| * | | | | | | | | mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin2016-03-171-1/+1
| * | | | | | | | | mm: memcontrol: zap oom_info_lockVladimir Davydov2016-03-171-4/+0