aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/acpica
Commit message (Expand)AuthorAgeFilesLines
* madt: print CPU APIC ID as signed intEd Maste2024-05-101-2/+2
* guestrpc module to handle VMware backdoor port GuestRPC functionalityStephen J. Kiernan2024-05-011-1/+2
* acpi/apm: Improve APM ioctl interface emulationWarner Losh2024-01-111-8/+8
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* x86: Prefer consistent naming for loader tunablesZhenlei Huang2023-10-211-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* amd64/efi: Stop falling back to hints for RSDPWarner Losh2022-07-021-10/+0
* x86/madt: allow Xen guest to use x2APIC modeRoger Pau Monné2022-01-131-3/+0
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-131-525/+0
* amd64 acpi_wakeup: map 1:1 whole low 4G for the trampoline page tableKonstantin Belousov2021-09-131-29/+48
* x86 acpi_install_wakeup_handler(): styleKonstantin Belousov2021-09-131-5/+5
* amd64: do not touch low memory in acpi_wakeup_ap() if booted by UEFIKonstantin Belousov2021-09-131-14/+26
* Disable x2APIC for SandyBridge laptops with Samsung BIOSKonstantin Belousov2021-06-031-0/+1
* madt_setup_local: extract special case checks into a helperKonstantin Belousov2021-06-031-50/+64
* madt_setup_local: convert series of strcmp to iteration over the arrayKonstantin Belousov2021-06-031-12/+18
* madt_setup_local: skip further checks if ACPI DMAR table already disabled x2APICKonstantin Belousov2021-06-031-1/+3
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* amd64: Handle 5-level paging on wakeup.Konstantin Belousov2020-08-231-6/+16
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-9/+0
* Fix IBRS for machines with IBRS_ALL capability.Konstantin Belousov2020-02-251-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Fix resume on i386 PAE.Konstantin Belousov2019-02-071-2/+8
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-9/+3
* acpica : move SRAT/SLIT parsing to sys/dev/acpicaJayachandran C.2018-12-081-612/+0
* x86/acpica/srat.c: Add API for parsing proximity tablesJayachandran C.2018-12-081-38/+140
* Make it possible to disable NUMA support with a tunable.Mark Johnston2018-10-221-6/+2
* Create some global domainsets and refactor NUMA registration.Mark Johnston2018-10-201-12/+2
* Allow empty NUMA memory domains to support Threadripper2Andrew Gallatin2018-10-011-2/+14
* Add more NUMA-specific low memory predicates.Mark Johnston2018-09-241-1/+2
* Dynamically allocate IRQ ranges on x86.John Baldwin2018-08-281-4/+0
* Implement kernel support for early loading of Intel microcode updates.Mark Johnston2018-08-131-1/+3
* Use C99 initializers for instances of struct apic_enumerator.Mark Johnston2018-07-131-5/+5
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+6
* add support for console resuming, implement it for uart, use on x86Andriy Gapon2018-05-291-0/+7
* Add Intel Spec Store Bypass Disable control.Konstantin Belousov2018-05-211-0/+1
* Redo r332918 with the ACPICA API and remove debug.acpi.suspend_deep_bounce.Jung-uk Kim2018-05-031-4/+4
* Turn off IBRS on suspend.Konstantin Belousov2018-04-301-0/+12
* add a new ACPI suspend debugging knob, debug.acpi.suspend_deep_bounceAndriy Gapon2018-04-241-0/+4
* i386 4/4G split.Konstantin Belousov2018-04-131-2/+7
* Move VM_NUMA_ALLOC and DEVICE_NUMA under the single global config option NUMA.Jeff Roberson2018-01-141-2/+2
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-1/+2
* Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension.Bruce Evans2017-12-211-1/+1
* Remove the permanent double mapping of low physical memory and replaceBruce Evans2017-12-181-0/+24
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-275-0/+10
* acpi/srat: zero the SRAT cpu arrayRoger Pau Monné2017-09-041-0/+1
* Fix off-by-one error when parsing SRAT table.Alexander Motin2017-08-221-1/+1
* srat: use pmap_unmapbiosRoger Pau Monné2017-08-131-1/+1
* acpi/srat: fix build without DMAPRoger Pau Monné2017-08-111-1/+10