summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-11-05iommupt: Add the Intel VT-d second stage page table formatJason Gunthorpe-0/+29
2025-11-05iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENTJason Gunthorpe-0/+13
2025-11-05iommupt: Add a kunit test for the IOMMU implementationJason Gunthorpe-2/+1
2025-11-05iommu/amd: Remove AMD io_pgtable supportJason Gunthorpe-2/+0
2025-11-05iommupt: Add the x86 64 bit page table formatJason Gunthorpe-0/+24
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe-0/+12
2025-11-05iommupt: Add a mock pagetable format for iommufd selftest to useJason Gunthorpe-0/+6
2025-11-05iommupt: Add read_and_clear_dirty opJason Gunthorpe-0/+6
2025-11-05iommupt: Add map_pages opJason Gunthorpe-0/+59
2025-11-05iommupt: Add unmap_pages opJason Gunthorpe-2/+8
2025-11-05iommupt: Add iova_to_phys opJason Gunthorpe-5/+14
2025-11-05iommupt: Add the AMD IOMMU v1 page table formatJason Gunthorpe-0/+31
2025-11-05iommupt: Add the basic structure of the iommu implementationJason Gunthorpe-0/+150
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe-0/+135
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook-4/+2
2025-11-04bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsizedKees Cook-1/+1
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook-7/+10
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook-18/+17
2025-11-04net: Remove struct sockaddr from net.hKees Cook-1/+0
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-11/+11
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-5/+5
2025-11-04net: Add struct sockaddr_unsized for sockaddr of unknown lengthKees Cook-0/+17
2025-11-04net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit-2/+0
2025-11-04net: phy: fixed_phy: add helper fixed_phy_register_100fdHeiner Kallweit-0/+6
2025-11-04net: phy: make phy_device members pause and asym_pause bitfield bitsHeiner Kallweit-2/+2
2025-11-04mptcp: pm: in-kernel: record fullmesh endp nbMatthieu Baerts (NGI0)-1/+2
2025-11-04virtio_net: fix alignment for virtio_net_hdr_v1_hashMichael S. Tsirkin-2/+4
2025-11-04net: stmmac: add support for configuring the phy_intf_sel inputsRussell King (Oracle)-0/+1
2025-11-04block: make bio auto-integrity deadlock safeChristoph Hellwig-0/+11
2025-11-04accel/amdxdna: Add IOCTL parameter for telemetry dataLizhi Hou-0/+17
2025-11-04accel/amdxdna: Add IOCTL parameter for resource dataLizhi Hou-0/+17
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing-4/+9
2025-11-04ASoC: tas2781: Add tas5822 supportBaojun Xu-0/+1
2025-11-04regulator: pf9453: optimize PMIC PF9453 driverMark Brown-32/+45
2025-11-04drm/edid: add DRM_EDID_IDENT_INIT() to initialize struct drm_edid_identJani Nikula-0/+6
2025-11-04cred: add prepare credential guardChristian Brauner-0/+5
2025-11-04cred: add scoped_with_creds() guardsChristian Brauner-2/+4
2025-11-04cred: add scoped_with_kernel_creds()Christian Brauner-0/+8
2025-11-04cred: make init_cred staticChristian Brauner-1/+0
2025-11-04cred: add kernel_cred() helperChristian Brauner-0/+7
2025-11-04cleanup: fix scoped_class()Christian Brauner-7/+8
2025-11-04net: add net cookie for net device trace eventsTonghao Zhang-10/+27
2025-11-04cleanup: Always inline everythingPeter Zijlstra-15/+15
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner-11/+53
2025-11-04rseq: Split up rseq_exit_to_user_mode()Thomas Gleixner-5/+37
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner-6/+45
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner-12/+15
2025-11-04rseq: Implement fast path for exit to userThomas Gleixner-3/+133
2025-11-04rseq: Optimize event settingThomas Gleixner-9/+83
2025-11-04rseq: Rework the TIF_NOTIFY handlerThomas Gleixner-0/+29