aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* hyperv/vmbus: Reorganize vmbus device treeSepherosa Ziehau2017-05-102-0/+167
* Various fixes for PCI _OSC handling so HotPlug works again.John Baldwin2017-04-272-11/+27
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Export the actual LID state via sysctl. This allows more complexWarner Losh2017-03-121-0/+8
* Fix startup race initialising ACPI CM battery structures on MacBookPro.Hans Petter Selasky2017-02-271-5/+29
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-20/+40
* Remove cpu_deepest_sleep variable.Konstantin Belousov2017-02-241-8/+1
* acpica: remove a superfluous NULL checkEric van Gyzen2017-02-161-1/+1
* Use symbolic constants for OSC support / control negotiations.Warner Losh2017-02-151-4/+14
* Ensure the idle thread's loop services interrupts in a timely way whenJonathan T. Looney2017-02-081-0/+3
* Merge ACPICA 20161222.Jung-uk Kim2017-01-052-2/+8
* Add support to read the _CLS entry if it's present. It is used byAndrew Turner2016-12-162-0/+25
* Attach a "thermal_zone" label to the ACPI thermal zone sysctls.Ed Schouten2016-12-141-3/+3
* On non-Intel platforms don't ignore the PCI root bridge mapping inAndrew Turner2016-12-121-4/+5
* Don't attach to Host-PCI bridges with a bad bus number.John Baldwin2016-12-061-4/+14
* Fix for endless recursion in the ACPI GPE handler during boot.Hans Petter Selasky2016-12-021-9/+31
* Merge ACPICA 20160930.Jung-uk Kim2016-10-041-0/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-0/+47
* By default, allow all to read the HPET registers pages. At the sameKonstantin Belousov2016-08-171-2/+2
* Remove a tunable and always reset system clock while resuming with ACPI.Jung-uk Kim2016-07-131-12/+0
* Fix a minor leak in ACPI thermalConrad Meyer2016-06-071-1/+3
* Defer the creation of ACPI thermal kthreads to a startup sysinit.John Baldwin2016-06-061-35/+44
* [acpi] graphics drivers want access to acpi lid handleAdrian Chadd2016-06-051-1/+3
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* Implement a proper detach method for the PCI-PCI bridge driver.John Baldwin2016-05-201-0/+17
* Use polling spin loops for timeouts during early boot.John Baldwin2016-05-161-0/+34
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-142-0/+17
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-101-2/+0
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-097-30/+72
* Native PCI-express HotPlug support.John Baldwin2016-05-051-0/+7
* Fix intmax_t to uintptr_t casting on 32-bit platforms. Found by GCC.Jung-uk Kim2016-05-051-2/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* Revert bus_get_cpus() for now.John Baldwin2016-05-037-72/+30
* Add a new bus method to fetch device-specific CPU sets.John Baldwin2016-05-027-30/+72
* Only count CPU devices that are using the ACPI CPU driver.John Baldwin2016-04-281-1/+2
* Adjust prototypes for NUMA-related functions to match the style of theJohn Baldwin2016-04-271-3/+3
* Merge ACPICA 20160422.Jung-uk Kim2016-04-271-1/+2
* Add a pcib_attach_child() method to manage adding the child "pci" device.John Baldwin2016-04-274-18/+14
* Optionally return the output capabilities list from _OSC.John Baldwin2016-04-224-13/+28
* Queue the CPU-probing task after all acpi_cpu devices are attached.John Baldwin2016-04-211-3/+10
* Prefer sizeof(*pointer) over sizeof(type). No funtional change.Jung-uk Kim2016-04-201-1/+1
* 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-204-6/+8
* Invoke _OSC on Host-PCI bridges.John Baldwin2016-04-201-0/+36
* Add a wrapper for evaluating _OSC methods.John Baldwin2016-04-203-15/+28
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.John Baldwin2016-04-151-55/+22
* Add more fine-grained kernel options for NUMA support.John Baldwin2016-04-092-3/+3
* Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().John Baldwin2016-04-072-29/+65
* Convert pci_delete_child() to a bus_child_deleted() method.John Baldwin2016-04-061-0/+12
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-183-8/+8