summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-01-31mm/gup: factor out duplicate code from four routinesJohn Hubbard
2020-01-31mm/gup.c: use is_vm_hugetlb_page() to check whether to follow hugeWei Yang
2020-01-31mm: fix gup_pud_rangeQiujun Huang
2020-01-31mm/filemap.c: clean up filemap_write_and_wait()Ira Weiny
2020-01-31mm/debug.c: always print flags in dump_page()Vlastimil Babka
2020-01-31mm/kmemleak: turn kmemleak_lock and object->lock to raw_spinlock_tHe Zhe
2020-01-31mm/slub.c: avoid slub allocation while holding list_lockYu Zhao
2020-01-31mm: move_pages: report the number of non-attempted pagesYang Shi
2020-01-31mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang
2020-01-31mm/memory_hotplug: fix remove_memory() lockdep splatDan Williams
2020-01-31mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang
2020-01-31mm/sparse.c: reset section's mem_map when fully deactivatedPingfan Liu
2020-01-31mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
2020-01-31memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-31Merge branch 'ttm-prot-fix' of git://people.freedesktop.org/~thomash/linux in...Dave Airlie
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini
2020-01-29Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2020-01-29Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-01-28Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior
2020-01-22kasan: No KASAN's memmove check if archs don't have it.Nick Hu
2020-01-20mm: make do_madvise() available internallyJens Axboe
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom
2020-01-16mm: Add a vmf_insert_mixed_prot() functionThomas Hellstrom
2020-01-14mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifierJason Gunthorpe
2020-01-14mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifierJason Gunthorpe
2020-01-14mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptionsJason Gunthorpe
2020-01-14x86/vdso: Handle faults on timens pageDmitry Safonov
2020-01-13mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang
2020-01-13mm/page-writeback.c: improve arithmetic divisionsWen Yang
2020-01-13mm/page-writeback.c: use div64_ul() for u64-by-unsigned-long divideWen Yang
2020-01-13mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin
2020-01-13mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov
2020-01-13mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov
2020-01-13mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2020-01-06arm64: Revert support for execute-only user mappingsCatalin Marinas