aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* linux: Add inotify supportMark Johnston2025-07-041-2/+0
* sys: provide the kernel's pa when dumping on amd64Ahmad Khalifa2025-06-222-0/+34
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-217-14/+20
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* amd64: Add AMD64_DISABLE_TLSBASEKonstantin Belousov2025-05-311-0/+1
* amd64: switch to amd64_set_tlsbase to set tls baseKonstantin Belousov2025-05-281-1/+1
* amd64: add amd64_set_tlsbase(3)Konstantin Belousov2025-05-281-0/+1
* amd64: add ptrace PT_{GET,SET}TLSBASE requestsKonstantin Belousov2025-05-281-0/+2
* amd64: add mc_tlsbase member to mcontextKonstantin Belousov2025-05-282-2/+7
* amd64: add pcb_tlsbaseKonstantin Belousov2025-05-281-0/+2
* tls: Introduce struct dtv and struct dtv_slotJessica Clarke2025-05-071-1/+11
* x86: add cpu_stdext_feature4Konstantin Belousov2025-04-272-1/+21
* intel_idpgtbl: use FORALL macro for page walkDoug Moore2025-04-181-3/+7
* amd_idpgtbl: use iterator instead of vm_page_nextDoug Moore2025-04-181-1/+4
* bus.h: Fix a typo in SPDXLi-Wen Hsu2025-04-111-1/+1
* efi/metadata: Make a note that efi_map_header isn't standardWarner Losh2025-04-091-3/+8
* x86/amdiommu: add amdiommu_is_running()Konstantin Belousov2025-04-012-0/+10
* x86/dmar: add dmar_is_running()Konstantin Belousov2025-04-012-0/+11
* amdiommu: fix typo in the bit descriptionKonstantin Belousov2025-03-031-1/+1
* amdiommu: add register definitions from IOMMU spec 48882 rev. 3.10Konstantin Belousov2025-03-021-0/+18
* x86: Fixes for nmi/pmi interrupt sharingAndrew Gallatin2025-02-052-4/+9
* mca_log: add missing breaks when handling thresholdsEnji Cooper2025-01-301-0/+2
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-245-61/+30
* amd64/fpu: Track supervisor state XSAVE componentsBojan Novković2025-01-221-2/+3
* hwpstate_amd: add amd pstate for zen5SHENGYI HONG2025-01-161-16/+46
* hwpstate_amd: add amd pstate for zen4SHENGYI HONG2025-01-161-0/+1
* x86: Short-circuit ipi_all_but_self() on UP systemsMark Johnston2025-01-071-0/+3
* amd iommu: remove unused functionKonstantin Belousov2024-12-151-6/+0
* x86: Add routines for querying XSAVE feature informationBojan Novković2024-12-151-0/+6
* x86: Add definitions for some Intel Processor Trace bitsBojan Novković2024-12-151-0/+9
* x86: Allow sharing of perfomance counter interruptsBojan Novković2024-12-152-22/+17
* x86: Refactor kernel-mode NMI handlingBojan Novković2024-12-152-4/+95
* intr/x86: add ioapic_drv_t to reduce number of casts in IO-APIC implementationElliott Mitchell2024-12-113-44/+26
* x86/atpic: convert INTSRC() macro into designated initializerElliott Mitchell2024-12-111-2/+6
* amdiommu: correctly initialize iommu.unitKonstantin Belousov2024-12-071-2/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-065-7/+11
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-062-3/+3
* intr/x86: cleanup io_apic device method tablesElliott Mitchell2024-12-061-2/+4
* x86: remove LOCORE: No longer neededElliott Mitchell2024-12-061-3/+0
* LINT: Remove DTrace support, but leave the commented out optionKristof Provost2024-12-031-0/+6
* LINT: Remove DTrace supportKristof Provost2024-12-021-6/+0
* vmm: Correctly suspend and resume the vmm driver.Joshua Rogers2024-11-291-0/+5
* dmar: set acpi ivar domain on identify()Konstantin Belousov2024-11-261-29/+31
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-1/+1
* amdiommu: use static array for device table base register offsetsJason A. Harmening2024-11-261-4/+15
* x86: Add definitions for XSAVE state component informationBojan Novković2024-11-261-0/+8
* amdiommu: Fix device table segment base register offsetsJason A. Harmening2024-11-261-1/+1
* amdiommu: short-circuit all amdiommu_find_unit() functionsKonstantin Belousov2024-11-091-1/+10
* amdiommu: hide HPET report under verboseKonstantin Belousov2024-11-091-2/+3
* Use the correct idle routine on recent AMD EPYC serversAndrew Gallatin2024-11-082-0/+3