summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-03-051-1/+3
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-03-051-0/+1
* mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin2019-03-051-10/+9
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-0513-58/+55
* mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-053-5/+4
* mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-03-051-2/+1
* mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu2019-03-051-5/+4
* tmpfs: test link accounting with O_TMPFILEAlexey Dobriyan2019-03-054-0/+76
* MAINTAINERS: add entry for memblockMike Rapoport2019-03-051-0/+8
* mm/shmem: make find_get_pages_range() work for huge pageYu Zhao2019-03-051-2/+2
* mm: unexport free_reserved_areaChristoph Hellwig2019-03-051-1/+0
* tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding2019-03-051-9/+11
* tools/vm/slabinfo: align usage output columnsTobin C. Harding2019-03-051-3/+3
* tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding2019-03-051-5/+6
* tools/vm/slabinfo: update options in usage messageTobin C. Harding2019-03-051-1/+1
* include/linux/compaction.h: fix potential build errorYu Zhao2019-03-051-1/+1
* mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador2019-03-051-2/+2
* mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com2019-03-051-22/+9
* mm/migrate.c: cleanup expected_page_refs()Jan Kara2019-03-051-4/+4
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-0512-59/+221
* 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