Age | Commit message (Expand) | Author |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-21 | ambigus -> ambiguous | Jonathan Gray |
2022-02-21 | diviedr -> divider | Jonathan Gray |
2022-02-21 | dmammem -> dmamem | Jonathan Gray |
2022-02-21 | entried -> entries | Jonathan Gray |
2022-02-21 | ignorint -> ignoring | Jonathan Gray |
2022-02-21 | splitted -> split, necesssary -> necessary | Jonathan Gray |
2022-02-21 | onbard -> onboard | Jonathan Gray |
2022-02-21 | receice -> receive | Jonathan Gray |
2022-02-18 | Extra whitespace removal. No code change. | Mike Larkin |
2022-02-17 | If S4 is not available, use S5 for the ACPI-transitions in hibernate support. | Theo de Raadt |
2022-02-17 | drm/amd/pm: fix hwmon node of power1_label create issue | Jonathan Gray |
2022-02-17 | drm/i915: Populate pipe dbuf slices more accurately during readout | Jonathan Gray |
2022-02-17 | drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration | Jonathan Gray |
2022-02-17 | drm/amdgpu/display: change pipe policy for DCN 2.0 | Jonathan Gray |
2022-02-17 | drm/amd/display: Correct MPC split policy for DCN301 | Jonathan Gray |
2022-02-17 | drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer | Jonathan Gray |
2022-02-17 | remove unused defines | Jonathan Gray |
2022-02-17 | reduce includes | Jonathan Gray |
2022-02-17 | reduce includes | Jonathan Gray |
2022-02-16 | rev 1.4 was wrong to put potential IO operations after _GTS. | Theo de Raadt |
2022-02-16 | if the lids indicate we are not supposed to wakeup, return EAGAIN rather | Theo de Raadt |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-16 | Currently, wskbd_set_mixervolume() only adjusts the volume of the first | Anton Lindqvist |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | Defer the actual setting of the display brightness to the acpi thread. | Mark Kettenis |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | com at acpi like com at isa needs com_active() for suspend/resume support. | Claudio Jeker |
2022-02-15 | unifdef __OpenBSD__ | Jonathan Gray |
2022-02-15 | unifdef OpenBSD | Jonathan Gray |
2022-02-15 | consistently use __linux__ | Jonathan Gray |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-15 | The DVACT_POWERDOWN step was accidentally moved in relation to some MD | Theo de Raadt |
2022-02-14 | Make sure we call acpi_resume_cpu() with the right ACPI state. This was | Mark Kettenis |
2022-02-14 | fix cmalo_media_change() test | Jonathan Gray |
2022-02-14 | acpi_indicator() can take the softc*, instead of void* | Theo de Raadt |
2022-02-14 | Use iic_is_compatible(9) and use the more generic compatible string to | Mark Kettenis |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-14 | reprint device name in attach error paths if needed | Jonathan Gray |
2022-02-14 | check return value of drm_attach_pci() | Jonathan Gray |
2022-02-14 | remove unused code | Jonathan Gray |
2022-02-14 | no need for ifndef __sparc64__ | Jonathan Gray |
2022-02-14 | change a NULL pa_memex test after use to an earlier KASSERT | Jonathan Gray |
2022-02-14 | test the correct pointer for acpi_intr_establish() result | Jonathan Gray |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-10 | Enable receive checksum offloading on ixl(4) network interfaces. | Alexander Bluhm |
2022-02-10 | Embed klist head in acpi_softc to avoid explicit malloc. | Visa Hankala |
2022-02-10 | bring back a local change to use DC_FP_START()/DC_FP_END() in | Jonathan Gray |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |