summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins-3/+2
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck-0/+52
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi-1/+60
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi-1/+1
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi-0/+1
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi-2/+0
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-106/+32
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-33/+167
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-53/+57
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-145/+30
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-27/+78
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-225/+469
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2838/+2387
2020-12-15Merge branch 'pci/ecam'Bjorn Helgaas-0/+27
2020-12-15Merge branch 'pci/pm'Bjorn Helgaas-1/+1
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas-1/+0
2020-12-15Merge branch 'pci/err'Bjorn Helgaas-0/+13
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-357/+609
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra-0/+9
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka-4/+0
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka-0/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka-4/+29
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka-17/+3
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi-2/+2
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)-4/+15
2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su-12/+0
2020-12-15include/linux/huge_mm.h: remove extern keywordRalph Campbell-52/+41
2020-12-15mm/page-flags: fix commentMatthew Wilcox (Oracle)-2/+1
2020-12-15include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivateMiaohe Lin-2/+1
2020-12-15mm, page_alloc: cache pageset high and batch in struct zoneVlastimil Babka-0/+6
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport-7/+5
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport-3/+7
2020-12-15PM: hibernate: make direct map manipulations more explicitMike Rapoport-12/+0
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport-0/+15
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport-31/+0
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport-14/+0
2020-12-15mm/vmalloc: rework the drain logicUladzislau Rezki (Sony)-5/+3
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter-0/+16
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov-1/+2
2020-12-15mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov-1/+1
2020-12-15mm: move free_unref_page to mm/internal.hMatthew Wilcox (Oracle)-2/+0
2020-12-15mm: mmap_lock: add tracepoints around lock acquisitionAxel Rasmussen-5/+196
2020-12-15mm: cleanup: remove unused tsk arg from __access_remote_vmJohn Hubbard-2/+2
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt-5/+5
2020-12-15mm: move lruvec stats update functions to vmstat.hShakeel Butt-111/+104
2020-12-15mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_stateMuchun Song-9/+9
2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin-15/+0
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin-7/+0
2020-12-15mm: memcg: fix obsolete code commentsRoman Gushchin-4/+2
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt-1/+0