]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/iommu/iommu.h
Manage MSI iommu pages.
[FreeBSD/FreeBSD.git] / sys / dev / iommu / iommu.h
2020-10-19 Ruslan BukinManage MSI iommu pages.
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-15 Ruslan BukinSplit-out Guest Address Space (GAS) macroses to a separ...
2020-10-14 Ruslan BukinSplit-out iommu type definitions to a separate header.
2020-10-14 Ruslan BukinAdd iommu_get_ctx_domain() that allows to get iommu...
2020-10-14 Ruslan BukinRename a header protection macro.
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-09 Ruslan BukinAdd iommu_get_dev_ctx() helper that allows to instantia...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-29 Ruslan Bukino Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-10 Ruslan BukinMove the rid variable to the generic iommu context.
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-12 Glen BarberMFH
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-06 Ruslan BukinAdd iommu_domain constructor and destructor.
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Ruslan BukinAdd iommu_domain_map_ops virtual table with map/unmap...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Glen BarberMFH
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-29 Ruslan Bukino Don't include headers from iommu.h, include them...
2020-07-29 Ruslan Bukino Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to
2020-07-28 Ruslan Bukino Move the buswide_ctxs bitmap to iommu_unit and rename...
2020-07-26 Ruslan BukinRename DMAR flags:
2020-07-25 Ruslan Bukino Make the _hw_iommu sysctl node non-static;
2020-07-25 Ruslan Bukino Move iommu gas prototypes, DMAR flags to iommu.h;
2020-07-25 Ruslan BukinSplit-out the Intel GAS (Guest Address Space) managemen...
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-21 Ruslan BukinMove sys/iommu.h to dev/iommu/ as a part of generic...