summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a bogus bzero() call.jkim2016-02-181-1/+0
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-276-20/+21
* Disable suspend when we're shutting down. This solves the "tell FreeBSDcperciva2015-10-011-2/+5
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Merge ACPICA 20150818.jkim2015-08-261-1/+1
* Catch up with ACPICA 20150717.jkim2015-07-221-1/+1
* Add basic support for ACPI. It splits out the nexus driver to two newandrew2015-06-112-0/+18
* Check status of AcpiReadBitRegister() calls.jkim2015-06-091-4/+6
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southjkim2015-05-212-11/+18
OpenPOWER on IntegriCloud