summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-3/+0
|\
| * perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray2023-08-161-3/+0
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-318-10/+78
|\ \
| * | x86/shstk: Move arch detail comment out of core mmRick Edgecombe2023-08-031-26/+6
| * | x86: Add PTRACE interface for shadow stackRick Edgecombe2023-08-031-0/+2
| * | x86: Expose thread features in /proc/$PID/statusRick Edgecombe2023-08-031-0/+1
| * | x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe2023-08-031-0/+1
| * | x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-031-1/+2
| * | x86/mm: Introduce MAP_ABOVE4GRick Edgecombe2023-07-111-0/+4
| * | mm: Warn on shadow stack memory in wrong vmaRick Edgecombe2023-07-111-0/+14
| * | mm: Add guard pages around a shadow stack.Rick Edgecombe2023-07-111-6/+48
| * | mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu2023-07-111-0/+8
| * | mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu2023-07-111-1/+1
| * | mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-1/+2
| * | mm: Make pte_mkwrite() take a VMARick Edgecombe2023-07-112-3/+3
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-112-1/+15
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-08-314-11/+110
|\ \ \
| * | | iommu/vt-d: Implement hw_info for iommu capability queryYi Liu2023-08-181-0/+23
| * | | iommufd: Add IOMMU_GET_HW_INFOYi Liu2023-08-181-0/+39
| * | | iommu: Add new iommu op to get iommu hardware informationLu Baolu2023-08-182-0/+14
| * | | iommu: Move dev_iommu_ops() to private headerYi Liu2023-08-181-11/+0
| * | | Merge tag 'v6.5-rc6' into iommufd for-nextJason Gunthorpe2023-08-1538-153/+253
| |\ \ \
| * | | | vfio: Support IO page table replacementNicolin Chen2023-07-281-0/+6
| * | | | iommufd: Add iommufd_access_replace() APINicolin Chen2023-07-281-0/+1
| * | | | iommufd: Add IOMMU_HWPT_ALLOCJason Gunthorpe2023-07-261-0/+26
| * | | | iommufd/selftest: Test iommufd_device_replace()Nicolin Chen2023-07-261-0/+1
* | | | | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-316-12/+605
|\ \ \ \ \
| * | | | | vfio: align capability structuresStefan Hajnoczi2023-08-171-0/+2
| * | | | | vfio/pds: Add support for dirty page trackingBrett Creeley2023-08-161-0/+178
| * | | | | vfio/pds: Add VFIO live migration supportBrett Creeley2023-08-161-0/+197
| * | | | | vfio/pds: register with the pds_core PFBrett Creeley2023-08-161-1/+2
| * | | | | pds_core: Require callers of register/unregister to pass PF drvdataBrett Creeley2023-08-161-2/+4
| * | | | | vfio: Commonize combine_ranges for use in other VFIO driversBrett Creeley2023-08-161-0/+3
| |/ / / /
| * | | | vfio: Compile vfio_group infrastructure optionallyYi Liu2023-07-251-3/+22
| * | | | vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PTYi Liu2023-07-251-0/+44
| * | | | vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu2023-07-252-2/+30
| * | | | iommufd: Add iommufd_ctx_from_fd()Yi Liu2023-07-251-0/+1
| * | | | vfio: Add cdev for vfio_deviceYi Liu2023-07-251-0/+4
| * | | | vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu2023-07-251-0/+3
| * | | | iommufd/device: Add iommufd_access_detach() APINicolin Chen2023-07-251-0/+1
| * | | | vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-251-1/+7
| * | | | kvm/vfio: Accept vfio device file from userspaceYi Liu2023-07-251-3/+10
| * | | | vfio: Refine vfio file kAPIs for KVMYi Liu2023-07-251-0/+1
| * | | | vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESETYi Liu2023-07-251-0/+21
| * | | | vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu2023-07-252-1/+63
| * | | | vfio: Add helper to search vfio_device in a dev_setYi Liu2023-07-251-0/+3
| * | | | vfio: Mark cdev usage in vfio_deviceYi Liu2023-07-251-0/+5
| * | | | iommufd: Add helper to retrieve iommufd_ctx and devidYi Liu2023-07-251-0/+3
| * | | | iommufd: Add iommufd_ctx_has_group()Yi Liu2023-07-251-0/+2
* | | | | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-08-314-40/+45
|\ \ \ \ \