summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-11-05coredump: mark struct mm_struct as constChristian Brauner
2025-11-05crypto: hisilicon - qm updates BAR configurationLongfang Liu
2025-11-05fs: add super_write_guardChristian Brauner
2025-11-05fs: inline current_umask() and move it to fs_struct.hMateusz Guzik
2025-11-05fs: add fs/super.h headerChristian Brauner
2025-11-05fs: add fs/super_types.h headerChristian Brauner
2025-11-05Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-11-05KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()Sean Christopherson
2025-11-05KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatorySean Christopherson
2025-11-05block: introduce blkdev_report_zones_cached()Damien Le Moal
2025-11-05block: introduce blkdev_get_zone_info()Damien Le Moal
2025-11-05block: use zone condition to determine conventional zonesDamien Le Moal
2025-11-05block: introduce disk_report_zone()Damien Le Moal
2025-11-05regulator: Add support for MediaTek MT6363 SPMI PMIC RegulatorsAngeloGioacchino Del Regno
2025-11-05module: Add compile-time check for embedded NUL charactersKees Cook
2025-11-05block: add __must_check attribute to sb_min_blocksize()Yongpeng Yang
2025-11-05entry,unwind/deferred: Fix unwind_reset_info() placementPeter Zijlstra
2025-11-05dma-mapping: Allow use of DMA_BIT_MASK(64) in global scopeJames Clark
2025-11-05iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flagQu Wenruo
2025-11-05iomap: optional zero range dirty folio processingBrian Foster
2025-11-05filemap: add helper to look up dirty folios in a rangeBrian Foster
2025-11-05iomap: make iomap_read_folio() a void returnJoanne Koong
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong
2025-11-05spi: tegra210-quad: Improve timeout handling underMark Brown
2025-11-05fs: rename fs_types.h to fs_dirent.hChristian Brauner
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe
2025-11-05iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENTJason Gunthorpe
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe
2025-11-05iommu/amd: Remove AMD io_pgtable supportJason Gunthorpe
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe
2025-11-05iommupt: Add read_and_clear_dirty opJason Gunthorpe
2025-11-05iommupt: Add map_pages opJason Gunthorpe
2025-11-05iommupt: Add unmap_pages opJason Gunthorpe
2025-11-05iommupt: Add iova_to_phys opJason Gunthorpe
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04net: Remove struct sockaddr from net.hKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Add struct sockaddr_unsized for sockaddr of unknown lengthKees Cook
2025-11-04net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit
2025-11-04net: phy: fixed_phy: add helper fixed_phy_register_100fdHeiner Kallweit
2025-11-04net: phy: make phy_device members pause and asym_pause bitfield bitsHeiner Kallweit
2025-11-04virtio_net: fix alignment for virtio_net_hdr_v1_hashMichael S. Tsirkin