aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-061-1/+1
* Use the correct idle routine on recent AMD EPYC serversAndrew Gallatin2024-11-081-2/+7
* acpi_cpu: Reduce BUS_MASTER_RLD manipulationsAlexander Motin2023-12-261-9/+9
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* acpi: Create cppc_notify sysctl before it is checkedTom Jones2022-10-231-8/+8
* acpi: Put CPPC workaround behind i386/amd64 if defTom Jones2022-10-111-0/+4
* acpi: Tell SMM we will handle CPPC notificationsTom Jones2022-10-101-0/+14
* acpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* acpi_cpu: Use device_get_devclass to find devclass in attach.John Baldwin2022-04-211-1/+2
* xen/acpi: upload Cx and Px data to XenRoger Pau Monné2022-04-121-1/+1
* acpica: Remove CTLFLAG_NEEDGIANT from most sysctls.Alexander Motin2021-12-271-60/+48
* acpi_cpu: Replace Giant with bus_topo_lock.Alexander Motin2021-12-101-2/+2
* Check cpu_softc is not NULL before dereferencingAndrew Turner2021-09-271-0/+3
* acpi_cpu: Fix panic if some CPU devices are disabled.Alexander Motin2021-09-251-37/+29
* acpi_cpu: Make device unit numbers match OS CPU IDs.Alexander Motin2021-09-251-62/+21
* Move time math out of disabled interrupts sections.Alexander Motin2021-03-101-14/+16
* Do not read timer extra time when MWAIT is used.Alexander Motin2021-03-081-9/+10
* Change mwait_bm_avoidance use to match Linux.Alexander Motin2021-03-081-4/+6
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-18/+17
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-1/+1
* Use device_quiet_children to silence verbose CPU probe messages.Warner Losh2018-05-071-0/+5
* Implement ACPI CPU support when Processor object is not presentConrad Meyer2017-12-191-35/+67
* Merge ACPICA 20170929 (take 2).Jung-uk Kim2017-10-101-1/+1
* Revert r324109. This commit broke a number of systems.Jung-uk Kim2017-09-301-1/+1
* Merge ACPICA 20170929.Jung-uk Kim2017-09-291-1/+1
* Merge ACPICA 20170831.Jung-uk Kim2017-08-311-3/+3
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Remove cpu_deepest_sleep variable.Konstantin Belousov2017-02-241-8/+1
* Ensure the idle thread's loop services interrupts in a timely way whenJonathan T. Looney2017-02-081-0/+3
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-0/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Only count CPU devices that are using the ACPI CPU driver.John Baldwin2016-04-281-1/+2
* Optionally return the output capabilities list from _OSC.John Baldwin2016-04-221-2/+2
* Queue the CPU-probing task after all acpi_cpu devices are attached.John Baldwin2016-04-211-3/+10
* There is no need to use array any more. No functional change.Jung-uk Kim2016-04-201-5/+5
* Remove query flag from acpi_EvaluateOSC(). This function does not supportJung-uk Kim2016-04-201-2/+2
* Add a wrapper for evaluating _OSC methods.John Baldwin2016-04-201-15/+3
* Add basic support for ACPI. It splits out the nexus driver to two newAndrew Turner2015-06-111-0/+8
* Check status of AcpiReadBitRegister() calls.Jung-uk Kim2015-06-091-4/+6
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southJung-uk Kim2015-05-211-7/+14
* Hide code only used on i386 and amd64.Andrew Turner2015-05-111-1/+6
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-19/+157
* When disabling C3+ CPU states due to the CPU_QUIRK_NO_C3 quirk, don'tColin Percival2015-01-181-1/+1
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCJohn Baldwin2015-01-051-3/+14
* xen: add ACPI bus to xen_nexus when running as Dom0Roger Pau Monné2014-08-041-1/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0