]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
ping(8): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / sys / x86 /
2020-12-09 rlibbydmar: reserve memory windows of PCIe root port
2020-12-09 cyMFV r368464:
2020-12-04 impbusdma: Annotate bus_dmamap_sync() with fence
2020-12-01 jhbAdd a kstack_contains() helper function.
2020-12-01 mmMFV r368207:
2020-11-30 tsoomeAdd VT driver for VBE framebuffer device
2020-11-29 yuripvhwpstate_intel: don't unconditionally print the error...
2020-11-26 seUpdate to version 3.2.0
2020-11-20 sjgMerge bmake-20201117
2020-11-16 brAdd device_t member to struct iommu.
2020-11-07 sjgUpdate to bmake-20201101
2020-11-05 cemlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-10-23 brMove the iommu stubs to a generic place, so they are...
2020-10-19 brAssign the reserved apic region (GAS entry) to the...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-14 kibLimit workaround for errata E400 to appropriate AMD...
2020-10-14 kibAvoid dump_avail[] redefinition.
2020-10-08 imptimer_restore is now unused, remove it
2020-10-06 mhorneRemove unused function cpu_boot()
2020-10-04 freqlabsExplicit CTLFLAG_DYN not needed
2020-10-03 kibMove ctx_switch_xsave declaration to amd64 md_var.h.
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-29 brRename kernel option ACPI_DMAR to IOMMU.
2020-09-24 mmelAdd missing declarations of 64-bit variants of bus_peek...
2020-09-23 impUse envvar rather than nonstandard hint. lines
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
2020-09-20 mmelAdd missing assignment forgotten in r365899
2020-09-19 mmelAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 mmacyMFV 2.0-rc2
2020-09-14 scottlRefine the busdma template interface. Provide tools...
2020-09-12 jahamd64: prevent KCSan false positives on LAPIC mapping
2020-09-11 jhbAdd constant for the DE_CFG MSR on AMD CPUs.
2020-09-10 brMove the rid variable to the generic iommu context.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-01 mjgx86: clean up empty lines in .c and .h files
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-23 kibamd64: Handle 5-level paging on wakeup.
2020-08-23 kibAdd amd64 procctl(2) ops to manage forced LA48/LA57...
2020-08-23 kibAdd definition for CR4.LA57 bit.
2020-08-18 grehanExport a routine to provide the TSC_AUX MSR value and...
2020-08-12 gjbMFH
2020-08-06 dimMerge ^/head r363739 through r363986.
2020-08-06 brMove dmar_domain_unload_task to busdma_iommu.c.
2020-08-06 brAdd iommu_domain constructor and destructor.
2020-08-05 bro Add machine/iommu.h and include MD iommu headers...
2020-08-04 brAdd a few macroses for conversion between DMAR unit...
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 markjRemove free_domain() and uma_zfree_domain().
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 brAdd iommu_domain_map_ops virtual table with map/unmap...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-31 dimMerge ^/head r363583 through r363738.
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-29 bro Don't include headers from iommu.h, include them...
2020-07-29 brFix !ACPI_DMAR build.
2020-07-29 bro Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to
2020-07-28 bro Move the buswide_ctxs bitmap to iommu_unit and rename...
2020-07-27 mavAdd initial driver for ACPI Platform Error Interfaces.
2020-07-26 brRename DMAR flags:
2020-07-25 bro Make the _hw_iommu sysctl node non-static;
2020-07-25 bro Move iommu gas prototypes, DMAR flags to iommu.h;
2020-07-25 mavAllow swi_sched() to be called from NMI context.
2020-07-25 brMove Intel GAS to dev/iommu/ as now a part of generic...
2020-07-25 brSplit-out the Intel GAS (Guest Address Space) managemen...
2020-07-24 mavIntroduce ipi_self_from_nmi().
2020-07-24 mavUse APIC_IPI_DEST_OTHERS for bitmapped IPIs too.
2020-07-24 mavMake lapic_ipi_vectored(APIC_IPI_DEST_SELF) NMI safe.
2020-07-21 brMove sys/iommu.h to dev/iommu/ as a part of generic...
2020-07-21 brMove the Intel DMAR busdma backend to a generic place so
2020-07-18 bro Move iommu_test_boundary() to sys/iommu.h
2020-07-16 gjbMFH
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-14 freqlabshwpmc: Always set pmc_cpuid to something
2020-07-14 kibamd64: allow parallel shootdown IPIs
2020-07-14 brStart splitting-out the Intel DMAR busdma backend to...
2020-07-14 jkimMFV: r362513
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-22 jkimAssume all TSCs are synchronized for AMD Family 17h...
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-12 kibControl for Special Register Buffer Data Sampling mitig...
2020-06-12 kibx86: add bits definitions for SRBDS mitigation control.
2020-06-12 gallatinx86: Bump default msi/msix vector limit to 2048
2020-06-11 kibCorrect comment (this should have been committed with...
2020-06-11 kibRestore TLB invalidations done before smp started.
2020-06-10 kibamd64 pmap: reorder IPI send and local TLB flush in...
next