summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel
2023-02-03block: add a bvec_set_virt helperChristoph Hellwig
2023-02-03block: add a bvec_set_folio helperChristoph Hellwig
2023-02-03block: factor out a bvec_set_page helperChristoph Hellwig
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-03Merge tag 'v6.2-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-02-03livepatch,x86: Clear relocation targets on a module removalSong Liu
2023-02-03iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu
2023-02-03Merge tag 'ib-leds-led_get-v6.3' into HEADHans de Goede
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda
2023-02-02util_macros.h: add missing inclusionAndy Shevchenko
2023-02-02include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()Manfred Spraul
2023-02-02error-injection: remove EI_ETYPE_NONEMasami Hiramatsu (Google)
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)
2023-02-02block: remove ->rw_pageChristoph Hellwig
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh
2023-02-02mm/damon: update comments in damon.h for damon_attrsSeongJae Park
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02swap_state: update shadow_nodes for anonymous pageYang Yang
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)
2023-02-02filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02pagemap: add filemap_grab_folio()Vishal Moola (Oracle)
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens
2023-02-02mm: discard __GFP_ATOMICNeilBrown
2023-02-02mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02mm: pagevec: add folio_batch_reinit()Lorenzo Stoakes
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm: remove the hugetlb field from struct pageSidhartha Kumar
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)
2023-02-02doc: correct struct folio kernel-docMatthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_nr()Matthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_order()Matthew Wilcox (Oracle)
2023-02-02mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)