aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* acpi_apm: Don't recurse on ACPI_LOCK in apmreadfiltJohn Baldwin2026-04-141-2/+0
* x86: Mark LOCORE to prevent build failure on i386 platformShengYi Hung2026-04-141-0/+2
* x86: Add zen identifier helper functionShengYi Hung2026-04-102-0/+59
* hwpstate_amd: Expose nodes as much as possible in legacy pstateShengYi Hung2026-04-081-65/+91
* acpi_apm: Narrow scope of ACPI_LOCKJohn Baldwin2026-03-301-6/+2
* Hyper-V: Detect Extended Destination ID supportColin Percival2026-03-281-0/+9
* Bhyve: Detect Extended Destination ID supportColin Percival2026-03-281-0/+8
* vmm: Move defines from x86.c to x86/bhyve.hColin Percival2026-03-281-0/+35
* Xen: Detect Extended Destination ID supportColin Percival2026-03-281-0/+6
* KVM: Detect Extended Destination ID supportColin Percival2026-03-282-0/+12
* io_apic: Support APIC Extended Destination IDsColin Percival2026-03-282-0/+8
* msi: Support APIC Extended Destination IDsColin Percival2026-03-281-2/+9
* x86: Add stub for Extended Destination ID supportColin Percival2026-03-282-0/+16
* io_apic: Don't route to APIC ID > 255Colin Percival2026-03-281-3/+13
* x86: Add struct ioapic_intsrc.io_validColin Percival2026-03-281-3/+11
* clapic_handle_intr: KASSERT isrc != NULLColin Percival2026-03-281-0/+3
* i386/amd64/NOTES: Add some missing devicesWarner Losh2026-03-281-0/+5
* x86: move the NUM_ISA_IRQS symbol from atpic.c into x86/isa/icu.hKonstantin Belousov2026-03-272-2/+2
* x86: Handle when MPERF/APERF MSRs aren't writableMatt Delco2026-03-262-10/+13
* x86: Guard clock frequency against a divide by 0Matt Delco2026-03-261-1/+8
* hwpstate_amd: Refactor the cpufreq code by using delegation pattenrShengYi Hung2026-03-221-71/+142
* amd64: revert back struct trapframe to the pre-FRED definitionKonstantin Belousov2026-03-211-0/+4
* x86 FRED: add hardware definitions for the trap frames fieldsKonstantin Belousov2026-03-201-6/+49
* x86 FRED: add CPUID, MSR, and CR4 bitsKonstantin Belousov2026-03-132-4/+30
* acpi_system76: Support for acpi-controlled buttons on System76Pouria Mousavizadeh Tehrani2026-03-071-0/+3
* x86: change signatures of ipi_{bitmap,swi}_handler() to take pointerKonstantin Belousov2026-03-073-9/+9
* sys: Don't pass RF_ALLOCATED to bus_alloc_resource*John Baldwin2026-03-061-1/+1
* hwpmc: Initial support for AMD IBSAli Mashtizadeh2026-02-271-4/+23
* asmc(4): pull 32-bit support for the driverEnji Cooper2026-02-271-2/+0
* hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's descriptionOlivier Certner2026-02-201-1/+1
* hwpstate_amd(4): CPPC: Switch the default to maximum performanceOlivier Certner2026-02-201-8/+10
* hwpstate_amd(4): CPPC: Allow attaching even if CAPABILITY_1 cannot be readOlivier Certner2026-02-201-17/+28
* hwpstate_amd(4): Consistency of cached CPPC_REQUEST valueOlivier Certner2026-02-201-31/+108
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-1/+1
* x86: provide extended description for x86_msr_op(9)Konstantin Belousov2026-02-132-4/+45
* x86_msr_op(9): consistently return the value read from MSRKonstantin Belousov2026-02-131-4/+15
* x86: add a safe variant of MSR_OP_SCHED* operations for x86_msr_op(9)Konstantin Belousov2026-02-132-8/+70
* hwpstate_amd(4): Move 'struct get_cppc_regs_data' & co. closer to useOlivier Certner2026-02-111-22/+22
* hwpstate_amd(4): Rename '*set_autonomous_hwp*()' => 'enable_cppc*()'Olivier Certner2026-02-111-4/+4
* hwpstate_amd(4): Rename PSTATE_CPPC internal flagOlivier Certner2026-02-111-18/+16
* hwpstate_amd(4): Style: Align 'machdep.hwpstate_amd_cppc_enable'Olivier Certner2026-02-111-1/+1
* hwpstate_amd(4): Update copyrightOlivier Certner2026-02-111-0/+5
* hwpstate_amd(4): Style: Sort headersOlivier Certner2026-02-111-4/+5
* hwpstate_amd(4): Add knobs to get/set all fields of CPPC_REQUESTOlivier Certner2026-02-111-12/+42
* hwpstate_amd(4): 'epp' sysctl leaf to operate on real EPP hardware valuesOlivier Certner2026-02-111-13/+8
* hwpstate_amd(4): Factor out setting the CPPC_REQUEST registerOlivier Certner2026-02-111-25/+69
* hwpstate_amd(4): Sane defaults for min/max perf on insane capabilitiesOlivier Certner2026-02-111-4/+23
* hwpstate_amd(4): attach(): More diagnostic on CPPC enableOlivier Certner2026-02-111-49/+84
* hwpstate_amd(4): Register dump: Fine-grained error reportingOlivier Certner2026-02-111-39/+71
* x86: Note that trapframe is used by kernel debuggersMinsoo Choo2026-02-091-0/+1