aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Gravatar Qi Zheng 1-13/+0
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Gravatar Yun-Ze Li 1-3/+3
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Gravatar Muchun Song 2-9/+11
2022-07-03mm: memory_hotplug: enumerate all supported section flagsGravatar Muchun Song 1-9/+32
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Gravatar Matthew Wilcox (Oracle) 1-5/+1
2022-07-03mm/swap: convert __put_page() to __folio_put()Gravatar Matthew Wilcox (Oracle) 1-3/+3
2022-07-03mm/swap: make __pagevec_lru_add staticGravatar Matthew Wilcox (Oracle) 1-1/+0
2022-07-03mm: add folios_put()Gravatar Matthew Wilcox (Oracle) 2-2/+19
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosGravatar Matthew Wilcox (Oracle) 1-0/+6
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...Gravatar David Hildenbrand 1-2/+6
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionGravatar SeongJae Park 1-0/+2
2022-07-03mm/damon/schemes: add 'LRU_PRIO' DAMOS actionGravatar SeongJae Park 1-0/+2
2022-07-03mm: shrinkers: provide shrinkers with namesGravatar Roman Gushchin 1-2/+12
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersGravatar Roman Gushchin 1-1/+18
2022-07-03mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()Gravatar Roman Gushchin 1-0/+21
2022-07-03mm: introduce clear_highpage_kasan_taggedGravatar Andrey Konovalov 1-0/+10
2022-07-03mm/damon/{dbgfs,sysfs}: move target_has_pid() from dbgfs to damon.hGravatar SeongJae Park 1-0/+6
2022-07-03mm/migration: fix potential pte_unmap on an not mapped pteGravatar Miaohe Lin 1-4/+8
2022-07-03mm/migration: return errno when isolate_huge_page failedGravatar Miaohe Lin 1-3/+3
2022-07-03mm/page_vma_mapped.c: check possible huge PMD map with transhuge_vma_suitable()Gravatar Yang Shi 1-2/+6
2022-07-03mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALKGravatar Yang Shi 1-2/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmGravatar Mike Rapoport 5-7/+7
2022-06-27Merge branch 'master' into mm-stableGravatar akpm 25-505/+103
2022-06-26Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-4/+5
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+2
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+16
2022-06-24Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Gravatar Linus Torvalds 1-0/+1
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-7/+6
2022-06-24Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-7/+35
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-33/+0
2022-06-23gpio: Fix kernel-doc comments to nested unionGravatar Akira Yokosawa 1-13/+16
2022-06-23Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+8
2022-06-23Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 2-33/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Gravatar Petr Mladek 1-11/+0
2022-06-23Revert "printk: add kthread console printers"Gravatar Petr Mladek 1-2/+0
2022-06-23Revert "printk: extend console_lock for per-console locking"Gravatar Petr Mladek 1-15/+0
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Gravatar Petr Mladek 1-5/+0
2022-06-23io_uring: move io_uring_get_opcode out of TP_printkGravatar Dylan Yudaken 1-7/+35
2022-06-23Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2022-06-23nvme: fix the CRIMS and CRWMS definitions to match the specGravatar Joel Granados 1-2/+2
2022-06-23sock: redo the psock vs ULP protection checkGravatar Jakub Kicinski 1-0/+5
2022-06-21Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 1-0/+3
2022-06-21certs: Move load_certificate_list() to be with the asymmetric keys codeGravatar David Howells 1-0/+3
2022-06-19block: remove queue from struct blk_independent_access_rangeGravatar Damien Le Moal 1-1/+0
2022-06-19random: quiet urandom warning ratelimit suppression messageGravatar Jason A. Donenfeld 1-4/+8
2022-06-19Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+6
2022-06-17Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+5
2022-06-17Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-06-17Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+0
2022-06-17Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2