Age | Commit message (Expand) | Author |
2018-07-10 | Make legacy interrupts work in acpipci(4). | Mark Kettenis |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-04 | Properly pass around the PCI "chipset tag" in acpi(4) and refactor | Mark Kettenis |
2018-07-02 | Allow pluart(4) to attach to acpi(4). | Mark Kettenis |
2018-07-02 | Allow xhci(4) to attach to acpi(4). | Mark Kettenis |
2018-07-01 | acpi: clean up some inconsistent style in the hid matching arrays | Mike Larkin |
2018-07-01 | Allow ahci(4) to attach to acpi(4). | Mark Kettenis |
2018-07-01 | Move acpi(4) attach glue into acpi_machdep.c. | Mark Kettenis |
2018-07-01 | Remove semicolon before printing the AML name. | Mark Kettenis |
2018-07-01 | Allow com(4) to attach to acpi(4). For now we will only use this on arm64 | Mark Kettenis |
2018-07-01 | Add support for _DSD Device Properties. | Mark Kettenis |
2018-07-01 | Add definitions for SPCR tables. | Mark Kettenis |
2018-06-30 | Typo in comment in previous file which I said I'd address in the original | Mike Larkin |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-06-29 | ACPI: Allow (with warning) GPE handler reassignment, instead of returning | Mike Larkin |
2018-06-26 | knf | Mike Larkin |
2018-06-26 | Let acpi(4) pass down the bus dma tag. | Mark Kettenis |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-06-24 | If ACPI tables are present, set a global variable to point at their | Mark Kettenis |
2018-06-12 | Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPD | Mike Larkin |
2018-05-23 | Print a message if AML attempts to access a part of the Operation Region | Mark Kettenis |
2018-05-22 | Call acpi_attach_deps() for the child devices before attempting to power | Mark Kettenis |
2018-05-22 | acpithinkpad(4): add port replicator indicator sensor | Mike Larkin |
2018-05-21 | Implement GPIO functionality. | Mark Kettenis |
2018-05-21 | Add ccpmic(4), a driver for the "Intel" Crystal Cove PMIC. This is actually | Mark Kettenis |
2018-05-21 | Implement power management Operation Region support. | Mark Kettenis |
2018-05-21 | Put controllers and child devices in D0 by calling _PS0 when we attach the | Mark Kettenis |
2018-05-21 | Pass interrupt description along as well. | Mark Kettenis |
2018-05-20 | Add tipmic(4), a driver for the "Intel" Dollar Cove TI PMIC. This is actually | Mark Kettenis |
2018-05-20 | Pass the acpi node corresponding to the i2c device down as the cookie. | Mark Kettenis |
2018-05-20 | Wake up the acpi thread after scheduling a gpio event. | Mark Kettenis |
2018-05-19 | Fix GenericSerialBus support by parsing ExtendedAccessField correctly. | Mark Kettenis |
2018-05-18 | This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD. | Mark Kettenis |
2018-05-17 | Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again. | Mark Kettenis |
2018-05-17 | Implement GenericSerialBus OpRegion support. | Mark Kettenis |
2018-05-17 | Implement LoadTable(). | Mark Kettenis |
2018-04-30 | Use acpi_register_gpio() to register gpio space like we do for chvgpio(4). | Mark Kettenis |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-05 | typo in printf - was _PRO, should be _PR0 | Mike Larkin |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
2018-03-14 | On newer machines IPMI attaches only using the ACPI tables instead of | Patrick Wildt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
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 |