| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove sc_maxgpe from acpi_softc which was never read from |  gnezdo | 2020-08-16 | 2 | -9/+3 |
| * | Remove the acpicpu_sc array and instead locate acpicpu instances using |  jmatthew | 2020-08-10 | 1 | -8/+5 |
| * | match on AMDI0010 |  jsg | 2020-07-23 | 1 | -1/+2 |
| * | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for |  deraadt | 2020-07-21 | 3 | -17/+17 |
| * | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 2 | -4/+8 |
| * | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 1 | -2/+4 |
| * | Shifts (<<) of more than 32 bits must be done on 64-bit values. |  krw | 2020-06-20 | 1 | -2/+2 |
| * | needs param.h, not types.h |  deraadt | 2020-06-17 | 1 | -2/+2 |
| * | Give userland a consistent battery and A/C state after resume |  jca | 2020-06-10 | 4 | -20/+78 |
| * | disable debugging by default and only print unknown events when |  jcs | 2020-06-02 | 1 | -5/+4 |
| * | add acpihid(4) for ACPI HID event and 5-button array devices |  jcs | 2020-06-02 | 2 | -1/+407 |
| * | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 2 | -4/+2 |
| * | limit clflush before monitor errata workaround to Intel |  jsg | 2020-05-27 | 1 | -2/+3 |
| * | Use the parsed address and interrupt information from |  kettenis | 2020-05-22 | 6 | -378/+140 |
| * | Don't provide backlight control if the list returned by _BCL is empty. |  kettenis | 2020-05-19 | 1 | -4/+6 |
| * | Bring back the acpi(4) changes. This time around only use the ACPI _CRS |  kettenis | 2020-05-14 | 2 | -2/+4 |
| * | More accurate remaining power reporting with disparate batteries |  jca | 2020-05-11 | 1 | -13/+11 |
| * | aml_die() doesn't return, hint the compiler |  jca | 2020-05-09 | 1 | -2/+2 |
| * | No need to look at _STA here, all we care about is _PSR. |  jca | 2020-05-09 | 1 | -13/+9 |
| * | Move parsing of _CRS into acpi(4) and pass the parsed address and interrupt |  kettenis | 2020-05-08 | 10 | -334/+281 |
| * | Move logic to change brightness level in reasonable steps from acpivout(4) |  kettenis | 2020-04-19 | 1 | -69/+5 |
| * | Remove useless return statement. |  kettenis | 2020-04-18 | 1 | -3/+1 |
| * | Add bse(4), a driver for the Broadcom GENET v5 network interface found on |  kettenis | 2020-04-14 | 2 | -1/+173 |
| * | Implement acpi_getprop(), the ACPI equivalent of OF_getprop(). |  kettenis | 2020-04-14 | 2 | -3/+55 |
| * | Add support for the _CCA method. This method indicates whether DMA is |  kettenis | 2020-04-12 | 2 | -4/+9 |
| * | Use acpi_getsta(); avoids printing "no _STA method" messages and assumes |  kettenis | 2020-04-11 | 1 | -10/+3 |
| * | The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord() |  kettenis | 2020-04-10 | 1 | -1/+8 |
| * | Abstract the head of knote lists. This allows extending the lists, |  visa | 2020-04-07 | 1 | -3/+3 |
| * | acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-04-06 | 1 | -7/+6 |
| * | Update my email address. |  pirofti | 2020-04-06 | 4 | -8/+8 |
| * | Fix incoherencies of errors returned by various *kqfilter routines. |  mpi | 2020-04-03 | 1 | -2/+2 |
| * | Add glue to make ipmi(4) attach to FDT. |  kettenis | 2020-03-29 | 1 | -1/+2 |
| * | Fix brightness control on machines where initial brigness unknown. |  ratchov | 2020-03-23 | 1 | -13/+10 |
| * | fix a bunch of weird indentations and extra whitespace; no binary change |  jasper | 2020-03-16 | 1 | -15/+13 |
| * | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 2020-02-20 | 1 | -2/+2 |
| * | Cleanup <sys/kthread.h> and <sys/proc.h> includes. |  mpi | 2020-02-18 | 1 | -2/+1 |
| * | On the Lenovo X395 acpivout(4) does not attach since there is |  patrick | 2020-02-08 | 2 | -6/+7 |
| * | Make acpivout(4) call ws_[gs]et_param instead of directly |  patrick | 2020-01-28 | 1 | -35/+77 |
| * | Send APM_POWER_CHANGE events to userland after refreshing battery info |  jca | 2020-01-27 | 1 | -1/+4 |
| * | In amdgpio_pin_intr() disable pins a pending interrupt is seen for which |  jsg | 2020-01-26 | 1 | -12/+20 |
| * | Fix screen brightness adjustment through function keys |  kn | 2020-01-14 | 1 | -17/+17 |
| * | Convert sleeps of 1sec or more to tsleep_nsec(9). |  mpi | 2020-01-09 | 1 | -2/+3 |
| * | Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by the |  kettenis | 2020-01-06 | 1 | -22/+45 |
| * | Use C99 designated initializers with struct filterops. In addition, |  visa | 2019-12-31 | 1 | -3/+6 |
| * | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-31 | 1 | -2/+2 |
| * | include sys/sensors.h for sensor use |  jsg | 2019-12-31 | 2 | -2/+4 |
| * | Add amdgpio(4), a driver for the GPIO controller found on newer AMD |  kettenis | 2019-12-23 | 2 | -1/+318 |
| * | Revert previous. When we get an ACPI notification we already have the |  patrick | 2019-12-14 | 1 | -36/+20 |
| * | Make acpivout(4) call ws_[gs]et_param instead of directly |  patrick | 2019-12-13 | 1 | -20/+36 |
| * | On newer ThinkPads reporting HKEY version > 1, don't claim wscons |  jcs | 2019-10-21 | 1 | -3/+5 |