aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsJane Chu1-4/+4
2022-05-16Merge branch kvm-arm64/vgic-invlpir into kvmarm-master/nextMarc Zyngier1-0/+2
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-2/+3
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OChristoph Hellwig1-0/+11
2022-05-16fs: add a lockdep check function for sb_start_write()Naohiro Aota1-0/+5
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman5-4/+8
2022-05-16firmware: mediatek: Add adsp ipc protocol interfaceTingHan Shen1-0/+65
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet1-0/+1
2022-05-16net: skb: change the definition SKB_DR_SET()Menglong Dong1-1/+2
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-1/+5
2022-05-16net: limit GSO_MAX_SIZE to 524280 bytesEric Dumazet1-2/+5
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+3
2022-05-16nvme: add missing status values to verbose loggingMax Gurtovoy1-0/+2
2022-05-15cdrom: remove the unused driver specific disc change ioctlPaul Gortmaker1-1/+0
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-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-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-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-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-13tracing: incorrect gfp_t conversionVasily Averin1-1/+1
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
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)1-11/+7
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan2-6/+3
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan1-2/+2
2022-05-13mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan1-2/+0
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu1-0/+20
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu1-2/+5