summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-02-20Add aplcpu(4), a driver to control the CPU performance levels on Apple SoCs.Mark Kettenis
2022-02-20move to 7.1-betaTheo de Raadt
2022-02-19The suspend/resume code sleeps-not-allowed phases are protected withTheo de Raadt
2022-02-19tsleep() prints a stack trace when cold==2. The suspend/resume code hasTheo de Raadt
2022-02-18Add mpfgpio(4), a driver for the PolarFire SoC MSS GPIO controller.Visa Hankala
2022-02-18Convert KVA allocation to km_alloc(9).Mark Kettenis
2022-02-18dont bother running ethernet multicast ioctl handlers.David Gwynne
2022-02-18Extra whitespace removal. No code change.Mike Larkin
2022-02-18fix inverted check of running when changing tunnel rdomain.David Gwynne
2022-02-18only unwind multicast when in learning mode.David Gwynne
2022-02-17remove unused include filesTheo de Raadt
2022-02-17If S4 is not available, use S5 for the ACPI-transitions in hibernate support.Theo de Raadt
2022-02-17drm/amd/pm: fix hwmon node of power1_label create issueJonathan Gray
2022-02-17drm/i915: Populate pipe dbuf slices more accurately during readoutJonathan Gray
2022-02-17drm/i915: Allow !join_mbus cases for adlp+ dbuf configurationJonathan Gray
2022-02-17drm/amdgpu/display: change pipe policy for DCN 2.0Jonathan Gray
2022-02-17drm/amd/display: Correct MPC split policy for DCN301Jonathan Gray
2022-02-17drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayerJonathan Gray
2022-02-17Writes to the ps_flags field of struct process should be atomic.Rob Pierce
2022-02-17remove unused definesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-17reduce includesJonathan Gray
2022-02-16rev 1.4 was wrong to put potential IO operations after _GTS.Theo de Raadt
2022-02-16return unique errors (I chose some errno values.. ) for the variousTheo de Raadt
2022-02-16Add missing FILTEROP_MPSAFE flag to fifoexcept_filtops.Visa Hankala
2022-02-16Reduce code duplication in FIFO event filters.Visa Hankala
2022-02-16Reduce code duplication in socket event filters.Visa Hankala
2022-02-16Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller.Visa Hankala
2022-02-16nat-to round-robin without a pool should fallback to POOL_NONEAlexandr Nedvedicky
2022-02-16unifdef PROC_PCJonathan Gray
2022-02-16if the lids indicate we are not supposed to wakeup, return EAGAIN ratherTheo de Raadt
2022-02-16If the lid is closed, suspend_finish() now returns EAGAIN, so go to the topTheo de Raadt
2022-02-16change MD gosleep() and sleep_finish() to return int, the MI code will beTheo de Raadt
2022-02-16Currently, wskbd_set_mixervolume() only adjusts the volume of the firstAnton Lindqvist
2022-02-16Make room for a cookie argument passed to audio_attach_mi(). CurrentlyAnton Lindqvist
2022-02-16check pf rule "set prio" values consistently.David Gwynne
2022-02-16prevent (re)opening of tun/tap interfaces that are being destroyed.David Gwynne
2022-02-16fill in support for rx prio handling.David Gwynne
2022-02-16rewrite vxlan to better fit the current kernel infrastructure.David Gwynne
2022-02-15Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS).Rob Pierce
2022-02-15Since acpitoshiba brightness button processing no longer plays gamesTheo de Raadt
2022-02-15Defer the actual setting of the display brightness to the acpi thread.Mark Kettenis
2022-02-15when the MI suspend code encounters problems, we need a way toTheo de Raadt
2022-02-15com at acpi like com at isa needs com_active() for suspend/resume support.Claudio Jeker
2022-02-15unifdef __OpenBSD__Jonathan Gray
2022-02-15Backout previous "Unwire with map lock held" (commitid: SsVz7dLGFgR21kFe)Klemens Nanni
2022-02-15unifdef OpenBSDJonathan Gray
2022-02-15consistently use __linux__Jonathan Gray
2022-02-15Use knote_modify_fn() and knote_process_fn() in bpf.Visa Hankala
2022-02-15only tweak ifp if_flags while holding NET_LOCK.David Gwynne