aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-03-19mm: Allow to kill tasks doing pcpu_alloc() and waiting for pcpu_balance_workfn()Kirill Tkhai
2018-03-19percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz
2018-03-18mm: Clear arch specific VM flags on protection changeKhalid Aziz
2018-03-18mm: Add address parameter to arch_validate_prot()Khalid Aziz
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann
2018-03-16mm: remove blackfin MPU supportArnd Bergmann
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek
2018-03-09mm/memblock.c: hardcode the end_pfn being -1Daniel Vacek
2018-03-09mm/gup.c: teach get_user_pages_unlocked to handle FOLL_NOWAITAndrea Arcangeli
2018-03-09hugetlb: fix surplus pages accountingMichal Hocko
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2018-02-28writeback: remove dead code in wb_blkcg/memcg_offlineJiufei Xue
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar
2018-02-23percpu: add a schedule point in pcpu_balance_workfn()Eric Dumazet
2018-02-23Drop a bunch of metag referencesJames Hogan
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross
2018-02-21vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systemsMichal Hocko
2018-02-21mm/swap.c: make functions and their kernel-doc agree (again)Mike Rapoport
2018-02-21mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docMike Rapoport
2018-02-21mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt
2018-02-18percpu: allow select gfp to be passed to underlying allocatorsDennis Zhou
2018-02-18percpu: add __GFP_NORETRY semantics to the percpu balancing pathDennis Zhou
2018-02-18percpu: match chunk allocator declarations with definitionsDennis Zhou
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-14x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport
2018-02-06mm: docs: fix parameter names mismatchMike Rapoport
2018-02-06mm: docs: fixup punctuationMike Rapoport
2018-02-06mm/memblock: memblock_is_map/region_memory can be booleanYaowei Bai
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky
2018-02-06mm/userfaultfd.c: remove duplicate includePravin Shedge
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport
2018-02-06kasan: fix prototype author email addressAndrey Konovalov
2018-02-06kasan: detect invalid freesDmitry Vyukov
2018-02-06kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov
2018-02-06kasan: add functions for unpoisoning stack variablesAlexander Potapenko
2018-02-06kasan: support alloca() poisoningPaul Lawrence