Age | Commit message (Expand) | Author |
2017-05-28 | Remove a redundant assignment introduced in revision 1.219 but favor the | anton |
2017-05-25 | Add a header with EFI/UEFI-related definitions for use by the kernel. For | Mark Kettenis |
2017-04-27 | track size of pss allocation, so that length can be passed to free(9) | Theo de Raadt |
2017-04-15 | Fix format string in ACPI_MEMDEBUG block | Philip Guenther |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |
2017-04-08 | Two prototypes for acpi_maptable; merge to one place | Theo de Raadt |
2017-04-07 | Simplify the size calculation for memset() | Philip Guenther |
2017-04-02 | normalize order of arguments to if () | Theo de Raadt |
2017-03-27 | Now that hibernate_alloc() only has clean success/failure, don't | Theo de Raadt |
2017-03-13 | Don't attach on Apple hardware, asmc(4) is already providing an | Joshua Stein |
2017-03-13 | Register for notifications on the subsystem (parent device) instead | Joshua Stein |
2017-03-13 | allow ramdisks to build; ok jcs | Theo de Raadt |
2017-03-12 | add const to struct cfattach | Joerg Jung |
2017-03-12 | try to attach acpisbs first and if successful, don't attach acpibat | Joshua Stein |
2017-03-11 | Revert 1.54, go back to always trying to enable burst mode | Joshua Stein |
2017-03-07 | move a TODO to the top | Joshua Stein |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-25 | move vendor HIDs into their drivers, clean up some unused defines | Joshua Stein |
2017-02-25 | attach acpithinkpad to LEN0268 HID found on newer thinkpads | Joshua Stein |
2017-02-22 | fix timeout loop | Joshua Stein |
2017-02-22 | add acpisbs, an acpi smart battery subsystem driver reading data | Joshua Stein |
2017-02-16 | On Apple hardware, claim an OSI of Darwin and no other OSes | Joshua Stein |
2017-02-07 | Test for NULL before dereferencing a pointer not after. | Jonathan Gray |
2017-01-14 | Revert aml_rdpciaddr changes; breaks several machines that were working | Mark Kettenis |
2017-01-11 | Increase the size of the buffers used for _HID and _CID strings to be | Jonathan Gray |
2017-01-10 | Hyper-V hosts make 64 bytes of entropy available to guests in the form | Jonathan Gray |
2017-01-08 | Make aml_rdpciaddr() work for for devices behind bridges. The code now | Mark Kettenis |
2016-12-23 | Add missing sentinel. | Mark Kettenis |
2016-12-18 | Remove comparison of array which is always non-NULL. Fixes clang warning. | Mark Kettenis |
2016-10-25 | Deduplicate the CRS parsing code and handle broken ACPI implementations. | Paul Irofti |
2016-10-25 | Add the resource index to aml_parse_resource() callback function. | Paul Irofti |
2016-10-21 | Add support for the ACPI timer opcode. | Joris Vink |
2016-10-04 | At acpithinkpad attach time determine the value of the mute, and defer | Theo de Raadt |
2016-09-27 | Print the type of operation space that failed as there seem to be more of | Mike Larkin |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-17 | Report a LAPIC address override entry in the dmesg if it doesn't match | Philip Guenther |
2016-09-16 | Suppress debugging output about CSD entries that say nothing we care about | Philip Guenther |
2016-09-07 | revert part of 1.18 which caused a regression with at least one ikbd | Joshua Stein |
2016-09-03 | Write the system time back to the RTC every 30 minutes. | Christian Weisgerber |
2016-09-02 | Remove unused argument in aml_showvalue(). | Paul Irofti |
2016-09-01 | add iatp(4), a driver for the i2c touchpad and touchscreen found on | Joshua Stein |
2016-09-01 | for broadwell HIDs, apply a magic write found in linux that is | Joshua Stein |
2016-09-01 | - disable controller when we're done using it | Joshua Stein |
2016-09-01 | - separate hid and ihidev attachment for upcoming drivers | Joshua Stein |
2016-08-31 | Don't put a device in the wake device list if _STA says it's not there. | Mike Larkin |
2016-08-23 | don't enter burst mode for single-byte reads and writes. | Joshua Stein |
2016-08-03 | add a minimal TPM 1.2 driver just to issue a "save state" command | Joshua Stein |
2016-07-30 | add acpials(4), an acpi driver for ambient light sensors | Joshua Stein |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |