summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-02-21interrunts -> interruptsJonathan Gray
2022-02-21interting -> insertingJonathan Gray
2022-02-21Constify struct cfattach.Martin Pieuchot
2022-02-21iommmu -> iommuJonathan Gray
2022-02-21lenghy -> lengthyJonathan Gray
2022-02-21mappiing -> mappingJonathan Gray
2022-02-21splitted -> split, necesssary -> necessaryJonathan Gray
2022-02-21onbard -> onboardJonathan Gray
2022-02-21opearting -> operatingJonathan Gray
2022-02-21receice -> receiveJonathan Gray
2022-02-21tempterature -> temperatureJonathan Gray
2022-02-21in input, clear the address union before putting an ipv4 address in it.David Gwynne
2022-02-20we should be 7.1-beta not 7.1-currentStuart Henderson
2022-02-20Add missing newlines in two DPRINTFs (from Matthew Martin)Theo Buehler
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