summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider
2023-08-22acpi/prmt: Use EFI runtime sandbox to invoke PRM handlersArd Biesheuvel
2023-08-22efi/runtime-wrappers: Don't duplicate setup/teardown codeArd Biesheuvel
2023-08-22efi/runtime-wrappers: Remove duplicated macro for service returning voidArd Biesheuvel
2023-08-22ceph: fscrypt_auth handling for cephJeff Layton
2023-08-22libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton
2023-08-22libceph: add sparse read support to OSD clientJeff Layton
2023-08-22libceph: add sparse read support to msgr1Jeff Layton
2023-08-22libceph: new sparse_read op, support sparse reads on msgr2 crc codepathJeff Layton
2023-08-22libceph: define struct ceph_sparse_extent and add some helpersJeff Layton
2023-08-22libceph: add spinlock around osd->o_requestsJeff Layton
2023-08-22hv: hyperv.h: Replace one-element array with flexible-array memberSaurabh Sengar
2023-08-21Merge tag 'qcom-drivers-for-6.6' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2023-08-22x86/hyperv: Set Virtual Trust Level in VMBus init messageTianyu Lan
2023-08-21bpf: Add multi uprobe linkJiri Olsa
2023-08-22interconnect: qcom: Annotate struct icc_onecell_data with __counted_byKees Cook
2023-08-22Merge tag 'v6.5-rc6' into icc-nextGeorgi Djakov
2023-08-21scsi: qla2xxx: Add Unsolicited LS Request and Response Support for NVMeManish Rangankar
2023-08-21mm: add tail private fields to struct folioMatthew Wilcox (Oracle)
2023-08-21mm: remove folio_test_transhuge()Matthew Wilcox (Oracle)
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: rearrange page flagsMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)
2023-08-21mm: call free_huge_page() directlyMatthew Wilcox (Oracle)
2023-08-21pgtable: improve pte_protnone() commentDavid Hildenbrand
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21kill do_each_thread()Oleg Nesterov
2023-08-21lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko
2023-08-21pagemap: remove wait_on_page_locked_killable()Kefeng Wang
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)
2023-08-21mm: remove page table members from struct pageVishal Moola (Oracle)
2023-08-21mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}Vishal Moola (Oracle)
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()Vishal Moola (Oracle)
2023-08-21mm: add utility functions for ptdescVishal Moola (Oracle)
2023-08-21pgtable: create struct ptdescVishal Moola (Oracle)