aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRINGMark Johnston2024-01-111-2/+2
* identcpu: Let the hw.model be readable in capability modeMark Johnston2024-01-111-1/+1
* x86: Make cpu_model[] publicMark Johnston2024-01-112-1/+2
* atrtc: Add a required includeMark Johnston2024-01-041-0/+1
* DMAR: add knob to disable RMRR entries installation into domainsKonstantin Belousov2024-01-023-0/+14
* dmar(9): style, fix indentKonstantin Belousov2024-01-021-4/+4
* iommu: remove leftover sys/cdefs.h includesKonstantin Belousov2024-01-023-3/+0
* x86: AMD Zen2: Zenbleed chicken bit mitigationOlivier Certner2023-12-213-0/+127
* busdma: emit a warning for use of filtersMitchell Horne2023-12-071-0/+4
* x86: Cosmetic cleanups to struct msi_intsrcJohn Baldwin2023-10-241-7/+7
* x86 msi: Enable/disable IDT vectors for MSI groups all at onceJohn Baldwin2023-10-241-14/+20
* x86: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-243-4/+4
* x86: Add sysctl flag CTLFLAG_TUN to loader tunablesZhenlei Huang2023-10-121-2/+2
* x86: Properly align interrupt vectors for MSIJohn Hay2023-10-111-1/+1
* x86: Add defines for workaround bits in AMD's MSR "Decode Configuration"Olivier Certner2023-10-101-2/+7
* msi: handle error from BUS_REMAP_INTR in msi_assign_cpuEd Maste2023-09-171-15/+32
* intr: merge interrupt table uses of MAXCOMLEN into INTRNAME_LENElliott Mitchell2023-08-311-6/+7
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2365-130/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-2316-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2346-92/+0
* tc_fill_vdso_timehands32(): fixKonstantin Belousov2023-08-193-3/+9
* msi: report error for attempt to use APIC ID > 255Ed Maste2023-08-171-0/+5
* linux(4): Add elf_hwcap2 to x86Dmitry Chagin2023-08-112-1/+23
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-253-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2565-65/+65
* linux(4): Preserve fpu xsave state across signal delivery on amd64Dmitry Chagin2023-06-291-1/+19
* linux(4): In preparation for xsave refactor fxsave code on amd64Dmitry Chagin2023-06-291-2/+7
* hwpstate_amd: calculate power if P-state info comes from MSRJohannes Totz2023-06-261-4/+28
* x86: Add defines for a couple of thermal and PM bitsMark Johnston2023-06-261-0/+2
* x86: Mark the CPU idle function table as constMark Johnston2023-06-091-3/+4
* nexus: Consistently return a pointer in failure pathsMark Johnston2023-06-021-2/+2
* Intel DMAR: remove parsing of 6-level paging capabilityJason A. Harmening2023-05-061-3/+8
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-291-4/+4
* x86: nexus code tidy-upMitchell Horne2023-04-171-89/+76
* linux(4): Cleanup includes under x86/linuxDmitry Chagin2023-03-011-2/+1
* apic: prevent divide by zero in CPU frequency initMina Galić2023-02-281-1/+1
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-261-2/+0
* pvclock: Export a vDSO page even without rdtscp availableMark Johnston2023-02-202-2/+25
* linux(4): Preserve fpu fxsave state across signal delivery on amd64.Dmitry Chagin2023-02-091-3/+4
* amd64: Eliminate write only cpu_fxsr.Dmitry Chagin2023-02-092-2/+0
* atrtc: expose power loss as sysctlCorvin Köhne2023-02-091-0/+6
* mp_x86: Trim trailing whitespaces.Dmitry Chagin2023-02-061-1/+1
* smp: Drop confusing braces and return statement as panic() is never returns.Dmitry Chagin2023-02-061-3/+2
* x86: add more definitions for XCR0 bitsKonstantin Belousov2023-02-031-0/+3
* bhyve: Implement MSR_MISC_FEATURES_ENABLESWarner Losh2023-01-261-0/+1
* amd64: identify small coresKonstantin Belousov2023-01-201-0/+5
* x86: ignore stepping for APL30 errataCorvin Köhne2023-01-191-1/+2
* Simplify kernel sanitizer interceptorsMark Johnston2022-11-141-10/+2