summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-09-09Add THREAD_PID_OFFSET to tracepoint arguments that pass a TID to userland.Martin Pieuchot
2021-09-09Move a check to avoid panicing on contended rwlock(9) outside of DIAGNOSTIC.Martin Pieuchot
2021-09-09No need to initialize nuv, it is assigned to before use.Claudio Jeker
2021-09-09drm: Copy drm_wait_vblank to user before returningJonathan Gray
2021-09-09drm/amd/pm: change the workload type for some cardsJonathan Gray
2021-09-09Revert "drm/amd/pm: fix workload mismatch on vega10"Jonathan Gray
2021-09-09drm/i915: Fix syncmap memory leakJonathan Gray
2021-09-09drm/amdgpu: Cancel delayed work when GFXOFF is disabledJonathan Gray
2021-09-09Don't print references to Intel's website for downloading firmwareJoshua Stein
2021-09-08Add a missing call to iwx_ctxt_info_free_fw_img() in an error pathStefan Sperling
2021-09-08Make iwm(4) and iwx(4) raise IPL to splnet() while loading firmware.Stefan Sperling
2021-09-08Improve debug output when sending 802.11 action frames by showing theStefan Sperling
2021-09-08Let iwm(4) and iwx(4) sleep for 1 second while loading firmware.Stefan Sperling
2021-09-07Fix NULL pointer dereference introduced by previous commit.Vitaliy Makkoveev
2021-09-07Fix the race between if_detach() and rtm_output().Vitaliy Makkoveev
2021-09-06Accompany some functions wich are marked inline with the static keywordPatrick Wildt
2021-09-06Serialize access to the global list of pmaps with a mutex.Martin Pieuchot
2021-09-05vmm(4): raise vm pool ipl to IPL_MPFLOORDave Voutila
2021-09-05This allows us to disable usb(4) without kernel crash.Marcus Glocker
2021-09-05vmm(4): fix vcpu locking issues reported by syzbotDave Voutila
2021-09-05Introduce dummy pagers for 'special' subsystems using UVM objects.Martin Pieuchot
2021-09-05Pass `uobj' to uvmfault_unlockall() at the end of the fault handler.Martin Pieuchot
2021-09-04To mitigate against spectre attacks, AMD processors without theAlexander Bluhm
2021-09-04Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices.Jonathan Matthew