summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-071-3/+3
|\
| * mm/gup: Remove the 'write' parameter from gup_fast_permitted()Ira Weiny2019-02-111-3/+3
* | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-03-072-2/+2
|\ \
| * | percpu: km: no need to consider pcpu_group_offsets[0]Peng Fan2019-02-261-1/+1
| * | percpu: use nr_groups as check conditionPeng Fan2019-02-231-1/+1
* | | mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador2019-03-051-0/+17
* | | mm/sparse: fix a bad comparisonQian Cai2019-03-051-1/+1
* | | mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek2019-03-051-1/+4
* | | mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai2019-03-051-3/+1
* | | mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai2019-03-051-0/+1
* | | mm/memcontrol.c: fix bad line in commentQian Cai2019-03-051-1/+1
* | | 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-059-49/+50
* | | mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-052-4/+3
* | | 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
* | | 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
* | | mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador2019-03-051-2/+2
* | | 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/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport2019-03-051-185/+182
* | | numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-03-051-2/+2
* | | numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-057-9/+7
* | | 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-053-0/+20
* | | mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi2019-03-051-4/+3
* | | mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-052-4/+24
* | | mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2019-03-052-26/+178
* | | mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2019-03-052-390/+310
* | | 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
* | | mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V2019-03-051-3/+5
* | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-052-7/+7
* | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-052-4/+4
* | | mm: fix some typos in mm directoryWei Yang2019-03-055-9/+9
* | | mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-03-051-0/+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