summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-06srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney1-12/+22
2025-11-06srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney4-17/+44
2025-11-06srcu: Create an srcu_expedite_current() functionPaul E. McKenney2-0/+9
2025-11-06coredump: mark struct mm_struct as constChristian Brauner1-1/+1
2025-11-06crypto: hisilicon - qm updates BAR configurationLongfang Liu1-0/+3
2025-11-06fs: add super_write_guardChristian Brauner1-0/+5
2025-11-06fs: inline current_umask() and move it to fs_struct.hMateusz Guzik3-2/+7
2025-11-06fs: add fs/super.h headerChristian Brauner2-219/+234
2025-11-06fs: add fs/super_types.h headerChristian Brauner2-307/+336
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+0
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson1-2/+2
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson1-10/+0
2025-11-05block: introduce blkdev_report_zones_cached()Damien Le Moal1-0/+2
2025-11-05block: introduce blkdev_get_zone_info()Damien Le Moal1-0/+3
2025-11-05block: use zone condition to determine conventional zonesDamien Le Moal1-28/+9
2025-11-05block: introduce disk_report_zone()Damien Le Moal2-3/+14
2025-11-05regulator: Add support for MediaTek MT6363 SPMI PMIC RegulatorsAngeloGioacchino Del Regno1-0/+330
2025-11-05module: Add compile-time check for embedded NUL charactersKees Cook1-0/+3
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang1-2/+2
2025-11-05entry,unwind/deferred: Fix unwind_reset_info() placementPeter Zijlstra1-1/+1
2025-11-05dma-mapping: Allow use of DMA_BIT_MASK(64) in global scopeJames Clark1-1/+1
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo1-0/+8
2025-11-05iomap: optional zero range dirty folio processingBrian Foster1-0/+4
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster1-0/+2
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong1-1/+1
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+61
2025-11-05spi: tegra210-quad: Improve timeout handling underMark Brown21-24/+138
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner2-5/+8
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe2-0/+29
2025-11-05iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENTJason Gunthorpe2-0/+13
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe1-2/+1
2025-11-05iommu/amd: Remove AMD io_pgtable supportJason Gunthorpe1-2/+0
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe2-0/+24
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe1-0/+12
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe1-0/+6
2025-11-05iommupt: Add read_and_clear_dirty opJason Gunthorpe1-0/+6
2025-11-05iommupt: Add map_pages opJason Gunthorpe1-0/+59
2025-11-05iommupt: Add unmap_pages opJason Gunthorpe1-2/+8
2025-11-05iommupt: Add iova_to_phys opJason Gunthorpe1-5/+14
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe2-0/+31
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe1-0/+150
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe1-0/+135
2025-11-05net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook1-4/+2
2025-11-05bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook1-1/+1
2025-11-05bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook1-7/+10
2025-11-05net: Remove struct sockaddr from net.hKees Cook1-1/+0
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-5/+5
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-05net: Add struct sockaddr_unsized for sockaddr of unknown lengthKees Cook1-0/+17
2025-11-05net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit1-2/+0