aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* acpi: Narrow workaround for broken interrupt settings on x86John Baldwin2024-07-231-0/+12
* acpi: Only reserve resources enumerated via _CRSJohn Baldwin2024-01-181-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* acpica: add ACPI_GET_PROPERTY to access Device Specific Data (DSD)Bartlomiej Grzesik2022-03-291-0/+12
* Parse named nodes from IORT ACPI on arm64Dmitry Salychev2021-11-191-0/+4
* Add plug and play information macroses for ACPI and I2C buses.Vladimir Kondratyev2020-10-311-0/+14
* acpi(9): Add EVENTHANDLERs for video and AC adapter events.Vladimir Kondratyev2020-10-311-0/+2
* acpi: Tweak _DSM method evaluation helpers.Vladimir Kondratyev2020-10-311-3/+8
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Add acpi_iort_map_pci_smmuv3().Ruslan Bukin2020-07-171-0/+1
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-1/+0
* acpi: Export functions required by upcoming acpi_iicbus driver.Vladimir Kondratyev2020-03-091-0/+3
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-191-1/+5
* Allocate all per-cpu datastructures in domain correct memory.Jeff Roberson2019-08-181-0/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* arm64 acpi: Add support for IORT tableJayachandran C.2019-02-071-0/+7
* acpica : move SRAT/SLIT parsing to sys/dev/acpicaJayachandran C.2018-12-081-0/+9
* acpica: rework INTRNG interruptsJayachandran C.2018-11-191-0/+3
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-1/+5
* acpi: Add an interface to obtain DSM informationBen Widawsky2018-10-221-0/+4
* Remove local definitions for _STA method in favor of ACPICA.Jung-uk Kim2018-03-141-10/+4
* Add the start of INTRNG support for ACPI.Andrew Turner2018-01-111-0/+13
* Various fixes for PCI _OSC handling so HotPlug works again.John Baldwin2017-04-271-0/+6
* Add support to read the _CLS entry if it's present. It is used byAndrew Turner2016-12-161-0/+1
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-091-1/+2
* Revert bus_get_cpus() for now.John Baldwin2016-05-031-2/+1
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-021-1/+2
* Adjust prototypes for NUMA-related functions to match the style of theJohn Baldwin2016-04-271-3/+3
* Optionally return the output capabilities list from _OSC.John Baldwin2016-04-221-1/+2
* Remove query flag from acpi_EvaluateOSC(). This function does not supportJung-uk Kim2016-04-201-1/+1
* Add a wrapper for evaluating _OSC methods.John Baldwin2016-04-201-0/+2
* Add more fine-grained kernel options for NUMA support.John Baldwin2016-04-091-2/+0
* Some BIOSes ACPI bytecode needs to take (sleepable) acpi mutex forKonstantin Belousov2016-02-201-0/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+2
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-0/+2
* Refactor out the _PXM -> VM domain lookup done in ACPI, in preparation forAdrian Chadd2015-04-191-1/+1
* Define capabilities bits from the revision 007 of the document 302223Konstantin Belousov2015-04-121-1/+4
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-091-0/+11
* Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was stillSteven Hartland2014-04-241-1/+1
* Update MAX_TASKS to scale a bit based on MAXCPUSean Bruno2012-11-121-1/+1
* Merge ACPICA 20120816.Jung-uk Kim2012-08-161-5/+0
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-091-2/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-1/+1
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-011-0/+2
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-0/+2
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-0/+5
* Reset clock after atrtc(4) is properly resumed.Jung-uk Kim2012-02-081-1/+0
* - Give all clocks and timers on acpi0 the equal probing order.Jung-uk Kim2012-02-071-1/+1
* If an allocation for a specific resource range fails because it is not inJohn Baldwin2011-10-121-0/+2
* Use AcpiWalkResources() to parse the resource list from _CRS rather thanJohn Baldwin2011-06-211-11/+11