summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC r320690:markj2017-07-061-1/+1
* MFC 318136sephe2017-05-172-0/+167
* MFC: r306686, r308953, r311462, r311529, r312438, r314611jkim2017-03-303-2/+9
* MFC r314328:hselasky2017-03-141-5/+29
* MFC r313817vangyzen2017-03-101-1/+1
* MFC r314211:kib2017-03-101-8/+1
* MFC 309588: Don't attach to Host-PCI bridges with a bad bus number.jhb2016-12-231-4/+14
* MFC r309400:hselasky2016-12-191-9/+31
* MFC r304285:kib2016-09-162-0/+47
* MFC r304279:kib2016-09-071-2/+2
* Fix a minor leak in ACPI thermalcem2016-06-071-1/+3
* Defer the creation of ACPI thermal kthreads to a startup sysinit.jhb2016-06-061-35/+44
* [acpi] graphics drivers want access to acpi lid handleadrian2016-06-051-1/+3
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* Implement a proper detach method for the PCI-PCI bridge driver.jhb2016-05-201-0/+17
* Use polling spin loops for timeouts during early boot.jhb2016-05-161-0/+34
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-142-0/+17
* Remove misc NULL checks after M_WAITOK allocations.trasz2016-05-101-2/+0
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-097-31/+73
* Native PCI-express HotPlug support.jhb2016-05-051-0/+7
* Fix intmax_t to uintptr_t casting on 32-bit platforms. Found by GCC.jkim2016-05-051-2/+2
* sys/dev: minor spelling fixes.pfg2016-05-033-3/+3
* Revert bus_get_cpus() for now.jhb2016-05-037-73/+31
* Add a new bus method to fetch device-specific CPU sets.jhb2016-05-027-31/+73
* Only count CPU devices that are using the ACPI CPU driver.jhb2016-04-281-1/+2
* Adjust prototypes for NUMA-related functions to match the style of thejhb2016-04-271-3/+3
* Merge ACPICA 20160422.jkim2016-04-271-1/+2
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-274-18/+14
* Optionally return the output capabilities list from _OSC.jhb2016-04-224-13/+28
* Queue the CPU-probing task after all acpi_cpu devices are attached.jhb2016-04-211-3/+10
* Prefer sizeof(*pointer) over sizeof(type). No funtional change.jkim2016-04-201-1/+1
* There is no need to use array any more. No functional change.jkim2016-04-201-5/+5
* Remove query flag from acpi_EvaluateOSC(). This function does not supportjkim2016-04-204-6/+8
* Invoke _OSC on Host-PCI bridges.jhb2016-04-201-0/+36
* Add a wrapper for evaluating _OSC methods.jhb2016-04-203-15/+28
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-55/+22
* Add more fine-grained kernel options for NUMA support.jhb2016-04-092-3/+3
* Associate device_t objects with ACPI handles via PCI_CHILD_ADDED().jhb2016-04-072-29/+65
* Convert pci_delete_child() to a bus_child_deleted() method.jhb2016-04-061-0/+12
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-183-8/+8
* Remove default initializations for rman, a'la r296331jhibbits2016-03-041-2/+0
* Silence PVS-Studio warning (V595).jkim2016-02-231-3/+1
* Silence PVS-Studio warning (V595).jkim2016-02-231-2/+1
* Remove brightness notify handler before reinstalling new one.jkim2016-02-231-1/+5
* Fix white spaces.jkim2016-02-231-1/+1
* Fix style(9) bugs.jkim2016-02-231-4/+6
* Some BIOSes ACPI bytecode needs to take (sleepable) acpi mutex forkib2016-02-202-0/+13
* Switch /dev/hpet to use make_dev_s(9). Device needs si_drv1kib2016-02-201-8/+14
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* document some ACPI related sysctls.adrian2016-02-191-4/+8
OpenPOWER on IntegriCloud