summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt
2018-02-08Toss all releaseable memory, because fragmentation can get in the wayTheo de Raadt
2018-02-08sr_quiesce() is a new approach for ensuring that softraid drainsTheo de Raadt
2018-01-19dwiic: cleanup function prototypes after ACPI/PCI splitJoshua Stein
2018-01-17Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes.Anthony J. Bentley
2018-01-04Implement support for calling EFI runtime services and use it to implementMark Kettenis
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-11-30Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPIPhilip Guenther
2017-11-29Add support for GPIO-signaled events.Mark Kettenis
2017-11-29Revise OperatingRegion code to make it extensible and have chvgpio(4)Mark Kettenis
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-14Add a few more PNP IDs to the skip lists.Mark Kettenis
2017-10-12Add missing size to free(); ok deraadt@ mpi@anton
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-09-07In toshiba_hotkey() initialize the ret value to failure as it isAlexander Bluhm
2017-09-06fix commentJoshua Stein
2017-09-04Don't require exactly 20 elements in the _BIX package if at least 20Joshua Stein
2017-08-17Mark the nodes for acpi devices that attach to dwiic(4) as attached such thatMark Kettenis
2017-08-17Make dwiic(4) attach its ACPI parent dependencies.Stefan Sperling
2017-08-12ignore unknown/boring events by default, which modern thinkpads haveJoshua Stein
2017-08-09Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[]David Coppa
2017-07-25fallback on _BIF properly when _BIX exists and returns a packageJoshua Stein
2017-07-22acpibat: look for _BIX first before falling back on _BIFJoshua Stein
2017-07-20Start a list of isa(4) device names such that we can avoid printing themMark Kettenis
2017-06-30Fix a format string specifier error in a debug printf.Mike Larkin
2017-05-28Remove a redundant assignment introduced in revision 1.219 but favor theanton
2017-05-25Add a header with EFI/UEFI-related definitions for use by the kernel. ForMark Kettenis
2017-04-27track size of pss allocation, so that length can be passed to free(9)Theo de Raadt
2017-04-15Fix format string in ACPI_MEMDEBUG blockPhilip Guenther
2017-04-08Sensors are run as callbacks inside tasks. During suspend a sensorTheo de Raadt
2017-04-08Two prototypes for acpi_maptable; merge to one placeTheo de Raadt
2017-04-07Simplify the size calculation for memset()Philip Guenther
2017-04-02normalize order of arguments to if ()Theo de Raadt
2017-03-27Now that hibernate_alloc() only has clean success/failure, don'tTheo de Raadt
2017-03-13Don't attach on Apple hardware, asmc(4) is already providing anJoshua Stein
2017-03-13Register for notifications on the subsystem (parent device) insteadJoshua Stein
2017-03-13allow ramdisks to build; ok jcsTheo de Raadt
2017-03-12add const to struct cfattachJoerg Jung
2017-03-12try to attach acpisbs first and if successful, don't attach acpibatJoshua Stein
2017-03-11Revert 1.54, go back to always trying to enable burst modeJoshua Stein
2017-03-07move a TODO to the topJoshua Stein
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-25move vendor HIDs into their drivers, clean up some unused definesJoshua Stein
2017-02-25attach acpithinkpad to LEN0268 HID found on newer thinkpadsJoshua Stein
2017-02-22fix timeout loopJoshua Stein
2017-02-22add acpisbs, an acpi smart battery subsystem driver reading dataJoshua Stein
2017-02-16On Apple hardware, claim an OSI of Darwin and no other OSesJoshua Stein
2017-02-07Test for NULL before dereferencing a pointer not after.Jonathan Gray