summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* iommu/vt-d: Disallow read-only mappings to nest parent domainLu Baolu2023-10-261-1/+11
* iommufd: Add data structure for Intel VT-d stage-1 domain allocationYi Liu2023-10-261-0/+30
* iommu: Add iommu_copy_struct_from_user helperNicolin Chen2023-10-261-0/+40
* iommufd: Add a nested HW pagetable objectNicolin Chen2023-10-261-2/+29
* iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu2023-10-261-3/+24
* iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu2023-10-261-0/+4
* iommufd: Add a flag to skip clearing of IOPTE dirtyJoao Martins2023-10-241-1/+14
* iommufd: Add capabilities to IOMMU_GET_HW_INFOJoao Martins2023-10-241-0/+17
* iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAPJoao Martins2023-10-241-0/+35
* iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKINGJoao Martins2023-10-241-0/+28
* iommufd: Add a flag to enforce dirty tracking on attachJoao Martins2023-10-241-0/+3
* iommu: Add iommu_domain ops for dirty trackingJoao Martins2023-10-242-0/+74
* vfio: Move iova_bitmap into iommufdJoao Martins2023-10-241-0/+26
* iommufd: Correct IOMMU_HWPT_ALLOC_NEST_PARENT descriptionNicolin Chen2023-10-211-3/+2
* iommufd: Support allocating nested parent domainYi Liu2023-10-101-1/+11
* iommu: Add new iommu op to create domains owned by userspaceYi Liu2023-10-101-1/+10
* Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-171-0/+5
|\
| * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-121-0/+5
* | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-1/+4
|\ \
| * | buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)2023-09-071-1/+4
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2023-09-161-3/+3
|\ \ \
| * \ \ Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-131-3/+3
| |\ \ \ | | |_|/ | |/| |
| | * | scsi: qla2xxx: Correct endianness for rqstlen and rsplenNilesh Javali2023-09-051-3/+3
* | | | Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-161-0/+4
|\ \ \ \
| * | | | ata: libata: disallow dev-initiated LPM transitions to unsupported statesNiklas Cassel2023-09-111-0/+4
| |/ / /
* | | | Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-161-10/+1
|\ \ \ \
| * | | | i2c: Drop legacy callback .probe_new()Uwe Kleine-König2023-09-131-10/+1
| |/ / /
* | | | Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-151-2/+2
|\ \ \ \
| * | | | thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-111-2/+2
| |/ / /
* | | | Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-09-152-5/+34
|\ \ \ \
| * | | | drm/tests: helpers: Avoid a driver uafThomas Hellström2023-09-141-1/+3
| * | | | Merge tag 'drm-misc-next-fixes-2023-09-11' of git://anongit.freedesktop.org/d...Daniel Vetter2023-09-111-4/+31
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/drm_exec: Work around a WW mutex lockdep oddityThomas Hellström2023-09-071-4/+31
* | | | | Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-141-1/+6
|\ \ \ \ \
| * | | | | tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-0/+5
| * | | | | ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet2023-09-121-1/+1
* | | | | | Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-09-131-0/+2
|\ \ \ \ \ \
| * | | | | | linux/export: fix reference to exported functions for parisc64Masahiro Yamada2023-09-121-0/+2
* | | | | | | Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-131-4/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)2023-09-111-3/+3
| * | | | | | tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)2023-09-081-1/+0
* | | | | | | Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-09-091-0/+1
|\ \ \ \ \ \ \
| * | | | | | | spnego: add missing OID to oid registrySteve French2023-09-091-0/+1
* | | | | | | | Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-091-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-081-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-011-0/+2
* | | | | | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-093-5/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | scsi: ufs: Fix the build for the old ARM OABIBart Van Assche2023-08-301-1/+1
| * | | | | | | | | Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen2023-08-303-4/+26
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge patch series "qla2xxx driver misc features"Martin K. Petersen2023-08-251-3/+3
| |\ \ \ \ \ \ \ \ \ \