summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-12-19mm/Kconfig: fix spelling mistake "whats" -> "what's"Colin Ian King
2020-12-19mm/memcontrol:rewrite mem_cgroup_page_lruvec()Hui Su
2020-12-19mm/memcg: warning on !memcg after readahead page chargedAlex Shi
2020-12-19mm/memcg: bail early from swap accounting if memcg disabledAlex Shi
2020-12-18mm/filemap: fix infinite loop in generic_file_buffered_read()Kent Overstreet
2020-12-18mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
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