summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-12-23Get rid of unused next battery level argument.Anton Lindqvist
2021-12-23Disk lock was held when returning to userland. Add a missing unlockAlexander Bluhm
2021-12-23give et_setmulti() more chance of workingJonathan Gray
2021-12-22Disable minimum power consumption in hostap mode. This improves connectionTobias Heider
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTOREJonathan Gray
2021-12-22drm/amd/pm: fix a potential gpu_metrics_table memory leakJonathan Gray
2021-12-22%Lx -> %llx kernel printf does not support %LxJonathan Gray
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-12-21knf nitsAnton Lindqvist
2021-12-21Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)Alexander Bluhm
2021-12-21avoid returning uninitialised var in hidpp_send_report()Jonathan Gray
2021-12-21Fix another vnd race pointed out by mpi@ and make sure to not unlock theAnton Lindqvist
2021-12-21Ensure that the disk has been initialized after acquiring the lock andAnton Lindqvist
2021-12-21Rename local variable intrfn to intr, matches what dev/fdt/com_fdt.cAnton Lindqvist
2021-12-21Do not attach com at acpi when there's no address or irq present. FixesAnton Lindqvist
2021-12-21errno overhaul, getting rid of some ambiguity. In the hopes of trackingAnton Lindqvist
2021-12-20Remove useless suser assert from dt(4). The ioctl(2) path checksAlexander Bluhm
2021-12-20bus_dmamem_unmap() should not be called from interrupt context, so freePatrick Wildt
2021-12-20Make iwm(4) attach to PCI devices with product ID 0x31dc.Stefan Sperling
2021-12-20regenStefan Sperling
2021-12-20Change a PCI device string: The "Gemini Lake CNVi" is an iwm(4) "AC 9560".Stefan Sperling
2021-12-20Make mtw(4) known to the config(8) framework.hastings
2021-12-20Add mtw(4), a driver for MediaTek MT7601U wifi devices.hastings
2021-12-20Rework the tx path to use the consumer and producer positions to work outJonathan Matthew
2021-12-19whitespaceMark Kettenis
2021-12-19Reduce the overhead of all trace routines by returning as early asAnton Lindqvist
2021-12-19fix setting palette with 8bpp fb used on 8mb partsJonathan Gray
2021-12-19fix radeondrm console colours on sparc64Jonathan Gray
2021-12-19drm/amd/display: add connector type check for CRC source setJonathan Gray
2021-12-19drm/amd/display: Fix for the no Audio bug with Tiled DisplaysJonathan Gray
2021-12-18Add a mailbox "framework" to handle mailboxes referenced in device treesMark Kettenis
2021-12-18Reduce the overhead of the trace compare routines by checking if kcov isAnton Lindqvist
2021-12-16Attach com over acpi on amd64. Some hardware uses a different interruptAnton Lindqvist
2021-12-15Use a per-UVM object lock to serialize the lower part of the fault handler.Martin Pieuchot
2021-12-14drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.Jonathan Gray
2021-12-14drm/amdkfd: fix boot failure when iommu is disabled in Picasso.Jonathan Gray
2021-12-14drm/amdgpu: init iommu after amdkfd device initJonathan Gray
2021-12-14drm/amdgpu: move iommu_resume before ip init/resumeJonathan Gray
2021-12-14drm/amdgpu: add amdgpu_amdkfd_resume_iommuJonathan Gray
2021-12-14drm/amdkfd: separate kfd_iommu_resume from kfd_resumeJonathan Gray
2021-12-14drm/amd/amdkfd: adjust dummy functions' placementJonathan Gray
2021-12-14use bus_space_read_region_1() when reading bios from pci romJonathan Gray
2021-12-14Implement support for selecting SGMII or SerDes mode depending on thePatrick Wildt
2021-12-13add pclk clock used by dwdog(4) on RK3399Christopher Zimmermann
2021-12-13Handle multi-port controllers in uslcom(4)Visa Hankala
2021-12-12Add vnode parameter to VOP_STRATEGY()Visa Hankala
2021-12-09Broken ACPI tables containing scopes that are larger than their outer shellPatrick Wildt
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-12-08drm/amd/display: Allow DSC on supported MST branch devicesJonathan Gray
2021-12-08drm/amd/amdgpu: fix potential memleakJonathan Gray