summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-09-25Fix a possible race condition in spc_msgin().Kenji Aoyama
2021-09-25Add $OpenBSD$ keyword and correct spelling.Kenji Aoyama
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
2021-09-24Reset the Tx timer when iwm(4) firmware sends a BA notification.Stefan Sperling
2021-09-24Fix two bugs in m88k fcmp{,u} emulation.Kenji Aoyama
2021-09-24regenKevin Lo
2021-09-24Add support for SIMCom SIM7600.Kevin Lo
2021-09-23Reset the Tx timer when iwx(4) firmware sends a BA notification.Stefan Sperling
2021-09-23Revert ieee80211_proto.c r1.97 (cvs commit ID 8vKZsdvvkjTr5BG5).Stefan Sperling
2021-09-23Add support for Tx aggregation to the iwx(4) driver.Stefan Sperling
2021-09-23Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ackStefan Sperling
2021-09-22enable POOL_DEBUG again.Sebastian Benoit
2021-09-22we are now working on 7.0-currentTheo de Raadt
2021-09-22Add a workaround for machines where the framebuffer size reported by theMark Kettenis
2021-09-22Prevent ucc keyboards from changing the wsmux keyboard layout.Anton Lindqvist
2021-09-21During resume, also restore pins that we configured as GPIO interrupt pins.Mark Kettenis
2021-09-20Changing the encoding of a ucc keyboard doesn't make sense as only oneAnton Lindqvist
2021-09-20wire up bpf correctlyJonathan Matthew
2021-09-20pci_mapreg_map() will assign an address to the BAR if it doesn't have oneJonathan Matthew
2021-09-19disable pool debug for releaseSebastian Benoit
2021-09-19adjust dateTheo de Raadt
2021-09-19Unlock top part of the VM fault handler.Martin Pieuchot
2021-09-18Work around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger LakeMark Kettenis
2021-09-17Sync 1bpp initial palette setting with NetBSD/luna68k.Kenji Aoyama
2021-09-16drm/amdgpu/acp: Make PM domain really workJonathan Gray
2021-09-15Change the errno to ENOTTY when encountering an unknown ioctl command asAnton Lindqvist
2021-09-14Cleanup some style issues and remove some unused code. In particular,Mark Kettenis
2021-09-14Cleanup some style issues.Mark Kettenis
2021-09-14Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmapsMark Kettenis
2021-09-14Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmapsMark Kettenis
2021-09-14Provide instruction cache invalidation through sysarch(RISCV_ICACHE_SYNC)Jeremie Courreges-Anglas
2021-09-14Add missing kernel lock for Bi-directional Forwarding Detection data.Vitaliy Makkoveev
2021-09-14Enable cy(4) on amd64.Jan Klemkow
2021-09-13vmm(4): add limit to number of vcpusDave Voutila
2021-09-13Remember to lock user pmap in pmap_extract()Visa Hankala
2021-09-13Consistently use unsigned long for CPU masks in pmap.c.Visa Hankala
2021-09-13Enable uaq(4) on amd64. Investigations into problems on other platformsJonathan Matthew
2021-09-13take us out of betaTheo de Raadt
2021-09-12Revert recent uhidev report size changes. It's reported to break fido devicesAnton Lindqvist
2021-09-11Identify TPM2.0 devices and perform the 2.0-specific "suspend" commandTheo de Raadt
2021-09-11Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers.Marcus Glocker
2021-09-11Change the scope of the locking in pmap_extract() to prevent a race betweenMark Kettenis
2021-09-11Zero out iwx(4) Tx descriptors of frames which are done.Stefan Sperling
2021-09-11Fix a bug in iwx(4) Tx done interrupt processing.Stefan Sperling
2021-09-10Let iwx(4) resume directly in DVACT_WAKEUP instead of running the init task.Stefan Sperling
2021-09-10Minor KNF nit, align struct field.Anton Lindqvist
2021-09-10Instead of letting uhidev drivers get the report sizes, do it once inAnton Lindqvist
2021-09-10Remove unused repsizes array.Anton Lindqvist
2021-09-09Adjust for DT binding changes. Add some temporary backwards compatibilityMark Kettenis