Age | Commit message (Expand) | Author |
2022-02-20 | Add aplcpu(4), a driver to control the CPU performance levels on Apple SoCs. | Mark Kettenis |
2022-02-20 | move to 7.1-beta | Theo de Raadt |
2022-02-19 | The suspend/resume code sleeps-not-allowed phases are protected with | Theo de Raadt |
2022-02-19 | tsleep() prints a stack trace when cold==2. The suspend/resume code has | Theo de Raadt |
2022-02-18 | Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller. | Visa Hankala |
2022-02-18 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-18 | dont bother running ethernet multicast ioctl handlers. | David Gwynne |
2022-02-18 | Extra whitespace removal. No code change. | Mike Larkin |
2022-02-18 | fix inverted check of running when changing tunnel rdomain. | David Gwynne |
2022-02-18 | only unwind multicast when in learning mode. | David Gwynne |
2022-02-17 | remove unused include files | Theo de Raadt |
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 | Writes to the ps_flags field of struct process should be atomic. | Rob Pierce |
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 | return unique errors (I chose some errno values.. ) for the various | Theo de Raadt |
2022-02-16 | Add missing FILTEROP_MPSAFE flag to fifoexcept_filtops. | Visa Hankala |
2022-02-16 | Reduce code duplication in FIFO event filters. | Visa Hankala |
2022-02-16 | Reduce code duplication in socket event filters. | Visa Hankala |
2022-02-16 | Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. | Visa Hankala |
2022-02-16 | nat-to round-robin without a pool should fallback to POOL_NONE | Alexandr Nedvedicky |
2022-02-16 | unifdef PROC_PC | Jonathan Gray |
2022-02-16 | if the lids indicate we are not supposed to wakeup, return EAGAIN rather | Theo de Raadt |
2022-02-16 | If the lid is closed, suspend_finish() now returns EAGAIN, so go to the top | 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-16 | check pf rule "set prio" values consistently. | David Gwynne |
2022-02-16 | prevent (re)opening of tun/tap interfaces that are being destroyed. | David Gwynne |
2022-02-16 | fill in support for rx prio handling. | David Gwynne |
2022-02-16 | rewrite vxlan to better fit the current kernel infrastructure. | David Gwynne |
2022-02-15 | Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS). | Rob Pierce |
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 | Backout previous "Unwire with map lock held" (commitid: SsVz7dLGFgR21kFe) | Klemens Nanni |
2022-02-15 | unifdef OpenBSD | Jonathan Gray |
2022-02-15 | consistently use __linux__ | Jonathan Gray |
2022-02-15 | Use knote_modify_fn() and knote_process_fn() in bpf. | Visa Hankala |
2022-02-15 | only tweak ifp if_flags while holding NET_LOCK. | David Gwynne |