aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-02-03Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...Linus Torvalds4-5/+20
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel1-2/+1
2023-02-03block: add a bvec_set_virt helperChristoph Hellwig1-0/+12
2023-02-03block: add a bvec_set_folio helperChristoph Hellwig1-0/+13
2023-02-03block: factor out a bvec_set_page helperChristoph Hellwig1-0/+15
2023-02-03blk-cgroup: move the cgroup information to struct gendiskChristoph Hellwig1-6/+6
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2023-02-03Merge tag 'v6.2-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-0/+146
2023-02-03livepatch,x86: Clear relocation targets on a module removalSong Liu1-0/+17
2023-02-03iommu/vt-d: Support cpumask for IOMMU perfmonKan Liang1-0/+1
2023-02-03iommu/vt-d: Support size of the register set in DRHDKan Liang1-0/+1
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu1-16/+0
2023-02-03Merge tag 'ib-leds-led_get-v6.3' into HEADHans de Goede1-0/+21
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda1-1/+1
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda1-1/+2
2023-02-02util_macros.h: add missing inclusionAndy Shevchenko1-0/+2
2023-02-02include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()Manfred Spraul1-2/+4
2023-02-02error-injection: remove EI_ETYPE_NONEMasami Hiramatsu (Google)1-1/+2
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)1-1/+1
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)2-0/+30
2023-02-02block: remove ->rw_pageChristoph Hellwig1-5/+7
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2-0/+33
2023-02-02mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh2-28/+2
2023-02-02mm/damon: update comments in damon.h for damon_attrsSeongJae Park1-3/+3
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly2-1/+39
2023-02-02swap_state: update shadow_nodes for anonymous pageYang Yang1-1/+2
2023-02-02mm/hugetlb: convert get_hwpoison_huge_page() to foliosSidhartha Kumar1-2/+2
2023-02-02mm/page_ext: init page_ext early if there are no deferred struct pagesPasha Tatashin1-0/+2
2023-02-02mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()Matthew Wilcox (Oracle)1-1/+1
2023-02-02mm/fs: convert inode_attach_wb() to take a folioMatthew Wilcox (Oracle)1-6/+6
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-17/+16
2023-02-02filemap: remove find_get_pages_range_tag()Vishal Moola (Oracle)2-18/+0
2023-02-02filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+2
2023-02-02pagemap: add filemap_grab_folio()Vishal Moola (Oracle)1-0/+20
2023-02-02mm: fix khugepaged with shmem_enabled=adviseDavid Stevens1-8/+2
2023-02-02mm: discard __GFP_ATOMICNeilBrown1-8/+4
2023-02-02mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin1-0/+18
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-29/+0
2023-02-02mm: pagevec: add folio_batch_reinit()Lorenzo Stoakes1-0/+5
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar1-2/+2
2023-02-02mm: remove the hugetlb field from struct pageSidhartha Kumar1-12/+0
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)1-8/+0
2023-02-02mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)2-11/+12
2023-02-02doc: correct struct folio kernel-docMatthew Wilcox (Oracle)1-4/+4
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)1-18/+0
2023-02-02mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)1-3/+8
2023-02-02mm: reimplement compound_nr()Matthew Wilcox (Oracle)1-22/+27
2023-02-02mm: reimplement compound_order()Matthew Wilcox (Oracle)1-2/+11
2023-02-02mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)2-28/+3