aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+6
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-7/+5
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi6-6/+6
2020-12-15mm: simplify follow_pte{,pmd}Christoph Hellwig1-30/+5
2020-12-15mm: unexport follow_pte_pmdChristoph Hellwig1-1/+0
2020-12-15mm/memory_hotplug: quieting offline operationLaurent Dufour1-1/+1
2020-12-15mm: fix a race on nr_swap_pagesZhaoyang Huang1-5/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-326/+399
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins3-22/+27
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck3-46/+10
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi8-125/+215
2020-12-15mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi1-9/+35
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi2-30/+55
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi2-22/+20
2020-12-15mm/mlock: remove __munlock_isolate_lru_page()Alex Shi1-22/+9
2020-12-15mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi1-21/+5
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi1-1/+6
2020-12-15mm/lru: move lock into lru_note_costAlex Shi3-5/+4
2020-12-15mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi1-42/+23
2020-12-15mm/memcg: add debug checking in lock_page_memcgAlex Shi1-0/+6
2020-12-15mm: page_idle_get_page() does not need lru_lockHugh Dickins1-4/+0
2020-12-15mm/rmap: stop store reordering issue on page->mappingAlex Shi1-1/+7
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi1-13/+25
2020-12-15mm/thp: narrow lru lockingAlex Shi1-12/+13
2020-12-15mm/thp: simplify lru_add_page_tail()Alex Shi1-14/+6
2020-12-15mm/thp: use head for head page in lru_add_page_tail()Alex Shi1-12/+11
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2-33/+30
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds7-119/+87
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds62-1722/+2434
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan2-18/+18
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches1-73/+77
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches1-9/+12
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches1-4/+4
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches5-46/+52
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab3-22/+24
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King1-1/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song1-46/+137
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches1-3/+3
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka2-19/+1
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka2-14/+4
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka1-1/+0
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka2-49/+22
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parametersVlastimil Babka1-46/+42
2020-12-15mm: cma: improve pr_debug log in cma_release()Charan Teja Reddy1-1/+1
2020-12-15mm/cma.c: remove redundant cma_mutex lockLecopzer Chen1-3/+1
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang1-4/+2