summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport
2019-03-05mm/page_poison: update comment after code movedMichael S. Tsirkin
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi
2019-03-05mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi
2019-03-05selftests/memfd: add tests for F_SEAL_FUTURE_WRITE sealJoel Fernandes (Google)
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V
2019-03-05powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V
2019-03-05mm: better document PG_reservedDavid Hildenbrand
2019-03-05ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand
2019-03-05m68k/mm: use __ClearPageReserved()David Hildenbrand
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai
2019-03-05mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai
2019-03-05mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai
2019-03-05mm, mempolicy: fix uninit memory accessVlastimil Babka
2019-03-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugChangbin Du
2019-03-05mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan
2019-03-05mm, oom: remove 'prefer children over parent' heuristicShakeel Butt
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox
2019-03-05mm: prevent mapping slab pages to userspaceMatthew Wilcox
2019-03-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-03-05mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner
2019-03-05fs: kernfs: add poll file operationJohannes Weiner
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman