aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-15cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker1-1/+0
2022-05-15Merge tag 'sched-urgent-2022-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2022-05-15KVM: arm64: Pass pmu events to hyp via vcpuFuad Tabba1-0/+6
2022-05-15KVM: arm64: Repack struct kvm_pmu to reduce sizeFuad Tabba1-2/+2
2022-05-14Unify the primitives for file descriptor closingAl Viro1-1/+1
2022-05-14fs: remove fget_many and fput_many interfaceGou Hao2-5/+1
2022-05-14io_uring: add IORING_ACCEPT_MULTISHOT for acceptHao Xu1-0/+5
2022-05-13mm/damon: add documentation for Enum valueGautam Menghani1-0/+1
2022-05-13mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song1-0/+9
2022-05-13mm: rmap: fix CONT-PTE/PMD size hugetlb issue when migrationBaolin Wang1-0/+11
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-2/+2
2022-05-13Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco1-0/+31
2022-05-13mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2-17/+23
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong1-8/+10
2022-05-13timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-05-13Merge tag 'v5.18-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/dtArnd Bergmann1-0/+3
2022-05-13security: declare member holding string literal constChristian Göttsche1-2/+2
2022-05-13Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski1-8/+12
2022-05-13netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell1-4/+17
2022-05-13netfilter: prefer extension check to pointer checkFlorian Westphal2-17/+16
2022-05-13netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal1-25/+5
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal1-0/+1
2022-05-13netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso1-3/+9
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal2-7/+0
2022-05-13netfilter: extensions: introduce extension genid countFlorian Westphal2-16/+25
2022-05-13netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal1-3/+0
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal1-8/+0
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal1-1/+0
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal1-0/+2
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2-3/+2
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe1-2/+1
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe1-2/+3
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe1-2/+1
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe1-2/+0
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe1-1/+1
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson6-25/+66
2022-05-13drm/displayid: convert to drm_edidJani Nikula2-5/+7
2022-05-13tracing: incorrect gfp_t conversionVasily Averin6-58/+58
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin1-6/+17
2022-05-13mm: functions may simplify the use of return valuesLi kunyu1-9/+3
2022-05-13mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.hTong Tiangen1-2/+0
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen1-8/+15
2022-05-13mm: add folio_test_movable()Matthew Wilcox (Oracle)1-0/+5
2022-05-13mm: add folio_mapping_flags()Matthew Wilcox (Oracle)1-0/+5
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-13mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)1-0/+4
2022-05-13mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)1-1/+0
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)1-0/+14
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-6/+7