summaryrefslogtreecommitdiff
path: root/sys/x86
AgeCommit message (Expand)Author
3 dayshwpstate_amd: Cache cpuidShengYi Hung
5 daysacpi_apm: Don't recurse on ACPI_LOCK in apmreadfiltJohn Baldwin
5 daysx86: Mark LOCORE to prevent build failure on i386 platformShengYi Hung
9 daysx86: Add zen identifier helper functionShengYi Hung
11 dayshwpstate_amd: Expose nodes as much as possible in legacy pstateShengYi Hung
2026-03-30acpi_apm: Narrow scope of ACPI_LOCKJohn Baldwin
2026-03-27Hyper-V: Detect Extended Destination ID supportColin Percival
2026-03-27Bhyve: Detect Extended Destination ID supportColin Percival
2026-03-27vmm: Move defines from x86.c to x86/bhyve.hColin Percival
2026-03-27Xen: Detect Extended Destination ID supportColin Percival
2026-03-27KVM: Detect Extended Destination ID supportColin Percival
2026-03-27io_apic: Support APIC Extended Destination IDsColin Percival
2026-03-27msi: Support APIC Extended Destination IDsColin Percival
2026-03-27x86: Add stub for Extended Destination ID supportColin Percival
2026-03-27io_apic: Don't route to APIC ID > 255Colin Percival
2026-03-27x86: Add struct ioapic_intsrc.io_validColin Percival
2026-03-27clapic_handle_intr: KASSERT isrc != NULLColin Percival
2026-03-27i386/amd64/NOTES: Add some missing devicesWarner Losh
2026-03-27x86: move the NUM_ISA_IRQS symbol from atpic.c into x86/isa/icu.hKonstantin Belousov
2026-03-26x86: Handle when MPERF/APERF MSRs aren't writableMatt Delco
2026-03-26x86: Guard clock frequency against a divide by 0Matt Delco
2026-03-22hwpstate_amd: Refactor the cpufreq code by using delegation pattenrShengYi Hung
2026-03-22amd64: revert back struct trapframe to the pre-FRED definitionKonstantin Belousov
2026-03-20x86 FRED: add hardware definitions for the trap frames fieldsKonstantin Belousov
2026-03-14x86 FRED: add CPUID, MSR, and CR4 bitsKonstantin Belousov
2026-03-07acpi_system76: Support for acpi-controlled buttons on System76Pouria Mousavizadeh Tehrani
2026-03-07x86: change signatures of ipi_{bitmap,swi}_handler() to take pointerKonstantin Belousov
2026-03-06sys: Don't pass RF_ALLOCATED to bus_alloc_resource*John Baldwin
2026-02-27hwpmc: Initial support for AMD IBSAli Mashtizadeh
2026-02-27asmc(4): pull 32-bit support for the driverEnji Cooper
2026-02-20hwpstate_amd(4): Fix punctuation in 'desired_performance' knob's descriptionOlivier Certner
2026-02-20hwpstate_amd(4): CPPC: Switch the default to maximum performanceOlivier Certner
2026-02-20hwpstate_amd(4): CPPC: Allow attaching even if CAPABILITY_1 cannot be readOlivier Certner
2026-02-20hwpstate_amd(4): Consistency of cached CPPC_REQUEST valueOlivier Certner
2026-02-17bus: Document special ranges of IVARsJohn Baldwin
2026-02-13x86: provide extended description for x86_msr_op(9)Konstantin Belousov
2026-02-13x86_msr_op(9): consistently return the value read from MSRKonstantin Belousov
2026-02-13x86: add a safe variant of MSR_OP_SCHED* operations for x86_msr_op(9)Konstantin Belousov
2026-02-11hwpstate_amd(4): Move 'struct get_cppc_regs_data' & co. closer to useOlivier Certner
2026-02-11hwpstate_amd(4): Rename '*set_autonomous_hwp*()' => 'enable_cppc*()'Olivier Certner
2026-02-11hwpstate_amd(4): Rename PSTATE_CPPC internal flagOlivier Certner
2026-02-11hwpstate_amd(4): Style: Align 'machdep.hwpstate_amd_cppc_enable'Olivier Certner
2026-02-11hwpstate_amd(4): Update copyrightOlivier Certner
2026-02-11hwpstate_amd(4): Style: Sort headersOlivier Certner
2026-02-11hwpstate_amd(4): Add knobs to get/set all fields of CPPC_REQUESTOlivier Certner
2026-02-11hwpstate_amd(4): 'epp' sysctl leaf to operate on real EPP hardware valuesOlivier Certner
2026-02-11hwpstate_amd(4): Factor out setting the CPPC_REQUEST registerOlivier Certner
2026-02-11hwpstate_amd(4): Sane defaults for min/max perf on insane capabilitiesOlivier Certner
2026-02-11hwpstate_amd(4): attach(): More diagnostic on CPPC enableOlivier Certner
2026-02-11hwpstate_amd(4): Register dump: Fine-grained error reportingOlivier Certner