| Commit message (Expand) | Author | Age | Files | Lines |
| * | libc: Add WCHAR_WIDTH in <wchar.h> as well | Faraz Vahedi | 11 days | 1 | -1/+0 |
| * | libc: Add PRIb*, PRIB*, and SCNb* macros as per C23 | Faraz Vahedi | 14 days | 1 | -0/+45 |
| * | linux: implement pkey_alloc, pkey_free and pkey_mprotect | Devin Teske | 2026-08-16 | 1 | -0/+1 |
| * | x86: add AMD RAPL MSR definitions to specialreg.h | Andre Silva | 2026-07-28 | 1 | -0/+3 |
| * | x86/specialreg: Add MSR_AMD_CPUID01 MSR | ShengYi Hung | 2026-07-25 | 1 | -0/+1 |
| * | amd64: FRED support | Konstantin Belousov | 2026-07-20 | 3 | -2/+5 |
| * | x86 xen: provide the prototype for xen_arch_intr_handle_upcall() in x86/apicv... | Konstantin Belousov | 2026-07-20 | 1 | -0/+2 |
| * | kvm: Support non-default CPUID leaf | ShengYi Hung | 2026-07-11 | 1 | -4/+3 |
| * | x86/local_apic.c: Fiddle with thermal LVT slot only if supported | Olivier Certner | 2026-07-10 | 1 | -1/+1 |
| * | x86/local_apic.c: Thermal interrupt support: Additional style fixes | Olivier Certner | 2026-07-07 | 1 | -2/+4 |
| * | x86/local_apic.c: Add support for installing a thermal interrupt handler | Koine Yuusuke | 2026-07-07 | 1 | -4/+8 |
| * | x86: add CPUID bits for SHA512/SM3/SM4 | Konstantin Belousov | 2026-07-01 | 1 | -0/+3 |
| * | acpi_timer(4): Remove unused 'acpi_timer_disabled' boolean | Olivier Certner | 2026-06-26 | 1 | -3/+0 |
| * | acpi_hpet(4): Remove unused 'acpi_hpet_disabled' boolean | Olivier Certner | 2026-06-26 | 1 | -3/+0 |
| * | acpi_cpu(4): Remove unused 'acpi_cpu_disabled' boolean | Olivier Certner | 2026-06-26 | 1 | -3/+0 |
| * | intelhfi: Add IA32_PM_ENABLE bit flag define | Koine Yuusuke | 2026-05-17 | 1 | -0/+3 |
| * | types: provide __SIZEOF_{INT{8,16,32,64},TIME,TIME32}_T | Ryan Libby | 2026-05-08 | 1 | -0/+2 |
| * | Define stdint.h macros unconditionally | Dimitry Andric | 2026-05-01 | 1 | -8/+0 |
| * | Remove extraneous tab characters at EOL in various _stdint.h files | Dimitry Andric | 2026-05-01 | 1 | -1/+1 |
| * | x86: Mark LOCORE to prevent build failure on i386 platform | ShengYi Hung | 2026-04-14 | 1 | -0/+2 |
| * | x86: Add zen identifier helper function | ShengYi Hung | 2026-04-10 | 1 | -0/+12 |
| * | vmm: Move defines from x86.c to x86/bhyve.h | Colin Percival | 2026-03-28 | 1 | -0/+35 |
| * | KVM: Detect Extended Destination ID support | Colin Percival | 2026-03-28 | 1 | -0/+1 |
| * | io_apic: Support APIC Extended Destination IDs | Colin Percival | 2026-03-28 | 1 | -0/+1 |
| * | x86: Add stub for Extended Destination ID support | Colin Percival | 2026-03-28 | 1 | -0/+1 |
| * | amd64: revert back struct trapframe to the pre-FRED definition | Konstantin Belousov | 2026-03-21 | 1 | -0/+4 |
| * | x86 FRED: add hardware definitions for the trap frames fields | Konstantin Belousov | 2026-03-20 | 1 | -6/+49 |
| * | x86 FRED: add CPUID, MSR, and CR4 bits | Konstantin Belousov | 2026-03-13 | 1 | -0/+23 |
| * | x86: change signatures of ipi_{bitmap,swi}_handler() to take pointer | Konstantin Belousov | 2026-03-07 | 1 | -2/+2 |
| * | bus: Document special ranges of IVARs | John Baldwin | 2026-02-17 | 1 | -1/+1 |
| * | x86: provide extended description for x86_msr_op(9) | Konstantin Belousov | 2026-02-13 | 1 | -4/+2 |
| * | x86: add a safe variant of MSR_OP_SCHED* operations for x86_msr_op(9) | Konstantin Belousov | 2026-02-13 | 1 | -1/+2 |
| * | x86: Note that trapframe is used by kernel debuggers | Minsoo Choo | 2026-02-09 | 1 | -0/+1 |
| * | x86: x86_msr_op(): MSR_OP_LOCAL: Disable interrupts on atomic ops | Olivier Certner | 2026-02-03 | 1 | -0/+2 |
| * | x86/local_apic.c: Properly calculate the number of LVT entries | Konstantin Belousov | 2026-01-19 | 1 | -1/+6 |
| * | x86: Add intr_enable_src() | Aymeric Wibo | 2026-01-13 | 1 | -0/+1 |
| * | x86: change ap_boot_mtx from spinlock mutex to naive lock | Konstantin Belousov | 2026-01-05 | 1 | -1/+0 |
| * | hwpstate: add CPPC support for pstate driver on AMD | ShengYi Hung | 2026-01-03 | 1 | -0/+1 |
| * | Add sys/_align.h replacing machine/_align.h | Brooks Davis | 2025-12-10 | 1 | -51/+0 |
| * | bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD | John Baldwin | 2025-12-09 | 1 | -1/+1 |
| * | sys/stdint.h: add C23 _WIDTH macros | Robert Clausecker | 2025-11-30 | 1 | -0/+33 |
| * | sys/limits.h: add C23 _WIDTH macros | Robert Clausecker | 2025-11-30 | 1 | -0/+3 |
| * | amd64: Add kexec support | Justin Hibbits | 2025-10-27 | 1 | -0/+1 |
| * | amd64: Add cpu_stop() support to go UP after SMP | Justin Hibbits | 2025-10-27 | 2 | -1/+4 |
| * | x86: Keep cumulative MCA statistics in the kernel | Jonathan T. Looney | 2025-10-03 | 1 | -0/+25 |
| * | ucode: use wrmsr_early_safe() for early CPU microcode update | Gleb Smirnoff | 2025-09-27 | 1 | -2/+4 |
| * | cpucontrol: return selected revision from ucode_amd_find() | Gleb Smirnoff | 2025-09-18 | 1 | -1/+1 |
| * | bhyve: Support and advertise 15-bit MSI Extended Destination ID | David Woodhouse | 2025-08-13 | 1 | -0/+2 |
| * | sys: provide the kernel's pa when dumping on amd64 | Ahmad Khalifa | 2025-06-22 | 1 | -0/+8 |
| * | amd64: Add AMD64_DISABLE_TLSBASE | Konstantin Belousov | 2025-05-31 | 1 | -0/+1 |