summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-161-0/+3
|\
| * mm: memblock: add more debug logsFaiyaz Mohammed2020-11-161-0/+3
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-7/+6
|\ \
| * | filemap: consistently use ->f_mapping over ->i_mappingChristoph Hellwig2020-12-011-7/+6
| |/
* | Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-161-7/+5
|\ \
| * | parisc: Make user stack size configurableHelge Deller2020-11-111-7/+5
* | | mm: fix some spelling mistakes in commentsHaitao Shi2020-12-156-6/+6
* | | mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-30/+5
* | | mm: unexport follow_pte_pmdChristoph Hellwig2020-12-151-1/+0
* | | mm/memory_hotplug: quieting offline operationLaurent Dufour2020-12-151-1/+1
* | | mm: fix a race on nr_swap_pagesZhaoyang Huang2020-12-151-5/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-1512-326/+399
|\ \ \
| * | | mm/lru: revise the comments of lru_lockHugh Dickins2020-12-153-22/+27
| * | | mm/lru: introduce relock_page_lruvec()Alexander Duyck2020-12-153-46/+10
| * | | mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-158-125/+215
| * | | mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi2020-12-151-9/+35
| * | | mm/compaction: do page isolation first in compactionAlex Shi2020-12-152-30/+55
| * | | mm/lru: introduce TestClearPageLRU()Alex Shi2020-12-152-22/+20
| * | | mm/mlock: remove __munlock_isolate_lru_page()Alex Shi2020-12-151-22/+9
| * | | mm/mlock: remove lru_lock on TestClearPageMlockedAlex Shi2020-12-151-21/+5
| * | | mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi2020-12-151-1/+6
| * | | mm/lru: move lock into lru_note_costAlex Shi2020-12-153-5/+4
| * | | mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi2020-12-151-42/+23
| * | | mm/memcg: add debug checking in lock_page_memcgAlex Shi2020-12-151-0/+6
| * | | mm: page_idle_get_page() does not need lru_lockHugh Dickins2020-12-151-4/+0
| * | | mm/rmap: stop store reordering issue on page->mappingAlex Shi2020-12-151-1/+7
| * | | mm/vmscan: remove unnecessary lruvec addingAlex Shi2020-12-151-13/+25
| * | | mm/thp: narrow lru lockingAlex Shi2020-12-151-12/+13
| * | | mm/thp: simplify lru_add_page_tail()Alex Shi2020-12-151-14/+6
| * | | mm/thp: use head for head page in lru_add_page_tail()Alex Shi2020-12-151-12/+11
| * | | mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2020-12-152-33/+30
* | | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-157-119/+87
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-1110-110/+88
| |\ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-047-117/+84
| |\ \ \ \
| | * | | | mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-022-13/+7
| | * | | | mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-022-30/+11
| | * | | | mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-027-79/+71
| | | |/ / | | |/| |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-1562-1722/+2434
|\ \ \ \ \
| * | | | | mm: cleanup kstrto*() usageAlexey Dobriyan2020-12-152-18/+18
| * | | | | mm: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-152-0/+2
| * | | | | mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches2020-12-151-73/+77
| * | | | | mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches2020-12-151-9/+12
| * | | | | mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches2020-12-151-4/+4
| * | | | | mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches2020-12-151-21/+31
| * | | | | mm: use sysfs_emit for struct kobject * usesJoe Perches2020-12-155-46/+52
| * | | | | mm: fix kernel-doc markupsMauro Carvalho Chehab2020-12-153-22/+24
| * | | | | mm/process_vm_access: remove redundant initialization of iov_rColin Ian King2020-12-151-1/+1
| * | | | | mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin2020-12-151-7/+4
| * | | | | mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song2020-12-151-46/+137
| * | | | | mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing2020-12-151-1/+1