Age | Commit message (Expand) | Author |
2018-02-10 | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes | Theo de Raadt |
2018-02-08 | After flushing disks, try again to release all memory. We don't need to | Theo de Raadt |
2018-02-08 | Toss all releaseable memory, because fragmentation can get in the way | Theo de Raadt |
2018-02-08 | sr_quiesce() is a new approach for ensuring that softraid drains | Theo de Raadt |
2018-01-19 | dwiic: cleanup function prototypes after ACPI/PCI split | Joshua Stein |
2018-01-17 | Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes. | Anthony J. Bentley |
2018-01-04 | Implement support for calling EFI runtime services and use it to implement | Mark Kettenis |
2017-12-03 | Enumerate all i2c devices on the bus. Mark their nodes as attached even | Mark Kettenis |
2017-11-30 | Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPI | Philip Guenther |
2017-11-29 | Add support for GPIO-signaled events. | Mark Kettenis |
2017-11-29 | Revise OperatingRegion code to make it extensible and have chvgpio(4) | Mark Kettenis |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | Add a few more PNP IDs to the skip lists. | Mark Kettenis |
2017-10-12 | Add missing size to free(); ok deraadt@ mpi@ | anton |
2017-10-06 | Recalibrate TSC timecounter with HPET and PM timer | Mike Belopuhov |
2017-09-07 | In toshiba_hotkey() initialize the ret value to failure as it is | Alexander Bluhm |
2017-09-06 | fix comment | Joshua Stein |
2017-09-04 | Don't require exactly 20 elements in the _BIX package if at least 20 | Joshua Stein |
2017-08-17 | Mark the nodes for acpi devices that attach to dwiic(4) as attached such that | Mark Kettenis |
2017-08-17 | Make dwiic(4) attach its ACPI parent dependencies. | Stefan Sperling |
2017-08-12 | ignore unknown/boring events by default, which modern thinkpads have | Joshua Stein |
2017-08-09 | Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[] | David Coppa |
2017-07-25 | fallback on _BIF properly when _BIX exists and returns a package | Joshua Stein |
2017-07-22 | acpibat: look for _BIX first before falling back on _BIF | Joshua Stein |
2017-07-20 | Start a list of isa(4) device names such that we can avoid printing them | Mark Kettenis |
2017-06-30 | Fix a format string specifier error in a debug printf. | Mike Larkin |
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 |