summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-12-16Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig
2020-12-15mm: unexport follow_pte_pmdChristoph Hellwig
2020-12-15mm/memory_hotplug: quieting offline operationLaurent Dufour
2020-12-15mm: fix a race on nr_swap_pagesZhaoyang Huang
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi
2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi
2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi
2020-12-15mm/lru: move lock into lru_note_costAlex Shi
2020-12-15mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi
2020-12-15mm/memcg: add debug checking in lock_page_memcgAlex Shi
2020-12-15mm: page_idle_get_page() does not need lru_lockHugh Dickins
2020-12-15mm/rmap: stop store reordering issue on page->mappingAlex Shi
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi
2020-12-15mm/thp: narrow lru lockingAlex Shi
2020-12-15mm/thp: simplify lru_add_page_tail()Alex Shi
2020-12-15mm/thp: use head for head page in lru_add_page_tail()Alex Shi
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen