summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2020-01-281-45/+16
|\
| * bitmap: genericize percpu bitmap region iteratorsDennis Zhou2020-01-201-45/+16
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+40
|\ \
| * | x86/kasan: Print original address on #GPJann Horn2019-12-311-0/+40
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-7/+7
|\ \ \
| * | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-258-182/+257
| |\| |
| * | | sched/rt, mm: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-7/+7
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-282-1/+9
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-2011-103/+82
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-102-1/+9
| |\ \ \ \
| | * | | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-102-1/+9
* | | | | | Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-271-1/+1
|\ \ \ \ \ \
| * | | | | | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-271-0/+2
|\ \ \ \ \ \
| * | | | | | x86/vdso: Handle faults on timens pageDmitry Safonov2020-01-141-0/+2
* | | | | | | Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-01-271-11/+187
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | mm: hugetlb controller for cgroups v2Giuseppe Scrivano2019-12-161-11/+187
| | |_|/ / / | |/| | | |
* | | | | | mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang2020-01-131-1/+2
* | | | | | mm/page-writeback.c: improve arithmetic divisionsWen Yang2020-01-131-1/+1
* | | | | | mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divideWen Yang2020-01-131-2/+2
* | | | | | mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang2020-01-131-2/+2
* | | | | | mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-134-29/+18
* | | | | | mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin2020-01-131-28/+9
* | | | | | mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov2020-01-131-3/+4
* | | | | | mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov2020-01-131-14/+24
* | | | | | mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand2020-01-131-1/+8
* | | | | | mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka2020-01-132-22/+12
| |_|/ / / |/| | | |
* | | | | arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-061-6/+0
| |/ / / |/| | |
* | | | mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
* | | | mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-041-2/+6
* | | | mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-041-1/+1
* | | | mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-041-6/+17
* | | | mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-041-0/+5
* | | | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-042-16/+17
| |_|/ |/| |
* | | mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi2019-12-171-1/+1
* | | kasan: don't assume percpu shadow allocations will succeedDaniel Axtens2019-12-171-10/+38
* | | kasan: use apply_to_existing_page_range() for releasing vmalloc shadowDaniel Axtens2019-12-171-3/+6
* | | mm/memory.c: add apply_to_existing_page_range() helperDaniel Axtens2019-12-171-42/+94
* | | kasan: fix crashes on access to memory mapped by vm_map_ram()Andrey Ryabinin2019-12-172-54/+58
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-055-74/+61
|\ \
| * | mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport2019-12-041-8/+0
| * | mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao2019-12-041-1/+1
| * | mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov2019-12-042-34/+27
| * | mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-041-31/+20
| * | mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin2019-12-041-0/+12
| * | mm/kasan/common.c: fix compile errorzhong jiang2019-12-041-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-041-0/+1
|\ \ | |/ |/|
| * mm: ksm: Export ksm_madvise()Bharata B Rao2019-11-281-0/+1
* | mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim2019-12-011-2/+13
* | mm/Kconfig: fix trivial help text punctuationRandy Dunlap2019-12-011-1/+1