summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-052-16/+16
* docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport2019-03-051-185/+182
* mm/page_poison: update comment after code movedMichael S. Tsirkin2019-03-051-1/+1
* numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-03-052-4/+4
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-0512-16/+14
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-03-051-1/+2
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-03-051-22/+29
* mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai2019-03-051-30/+14
* mm: ksm: do not block on page lock when searching stable treeYang Shi2019-03-051-10/+35
* mm: memcontrol: expose THP events on a per-memcg basisChris Down2019-03-054-0/+36
* mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi2019-03-051-4/+3
* mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi2019-03-051-1/+1
* selftests/memfd: add tests for F_SEAL_FUTURE_WRITE sealJoel Fernandes (Google)2019-03-051-0/+74
* mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-054-5/+26
* powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V2019-03-051-17/+7
* powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V2019-03-051-87/+38
* mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2019-03-054-27/+182
* mm/cma: add PF flag to force non cma allocAneesh Kumar K.V2019-03-052-8/+41
* mm: better document PG_reservedDavid Hildenbrand2019-03-051-2/+31
* ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand2019-03-051-55/+4
* arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-052-28/+1
* arm64: kexec: no need to ClearPageReserved()David Hildenbrand2019-03-051-1/+0
* m68k/mm: use __ClearPageReserved()David Hildenbrand2019-03-051-1/+1
* riscv/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-1/+0
* powerpc/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-2/+0
* s390/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-2/+0
* agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand2019-03-051-2/+0
* mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2019-03-054-391/+319
* mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai2019-03-051-205/+244
* mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai2019-03-051-11/+4
* mm, mempolicy: fix uninit memory accessVlastimil Babka2019-03-051-1/+1
* memcg: killed threads should not invoke memcg OOM killerTetsuo Handa2019-03-051-5/+14
* mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport2019-03-051-1/+8
* arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2019-03-053-0/+54
* mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V2019-03-052-3/+25
* arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-054-0/+65
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-057-14/+17
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-0510-31/+35
* mm: fix some typos in mm directoryWei Yang2019-03-056-10/+10
* mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-03-052-17/+17
* mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()Yang Fan2019-03-051-4/+3
* mm, oom: remove 'prefer children over parent' heuristicShakeel Butt2019-03-051-60/+18
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-059-64/+24
* mm/memory.c: prevent mapping typed pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm: prevent mapping slab pages to userspaceMatthew Wilcox2019-03-051-1/+1
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-03-051-1/+5
* mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down2019-03-051-45/+19
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-053-15/+25
* kernel: cgroup: add poll file operationJohannes Weiner2019-03-052-0/+16
* fs: kernfs: add poll file operationJohannes Weiner2019-03-052-11/+26