summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-07-06Clear knotes when finishing wseventvarVisa Hankala
2023-07-06Use correct variable to check for successful allocation.Patrick Wildt
2023-07-06Convert tcp_now() time counter to 64 bit.Alexander Bluhm
2023-07-06Register a mapping of dwge interfaces to ofw nodes/phandles.Jonathan Matthew
2023-07-06remove during-development special cases for MNT_WXALLOWED and chrome andTheo de Raadt
2023-07-06moving acpiioctl to a different file than acpiopen is not going to workTheo de Raadt
2023-07-06big update to pfsync to try and clean up locking in particular.David Gwynne
2023-07-06drm/amd/display: Ensure vmin and vmax adjust for DCEJonathan Gray
2023-07-06drm/amdgpu: Validate VM ioctl flags.Jonathan Gray
2023-07-06drm/amd/display: Do not update DRR while BW optimizations pendingJonathan Gray
2023-07-06drm/amd/display: Remove optimization for VRR updatesJonathan Gray
2023-07-05Move acpiioctl to acpi_x86.c, it is only used up on i386 and amd64.Tobias Heider
2023-07-05Handle fixed-link configuration in the device tree.Jonathan Matthew
2023-07-05The hypercall page populated with instructions by the hypervisor is not IBTAnton Lindqvist
2023-07-05Fix off-by-one in the MSI-X interrupt establish loop that always tried toPatrick Wildt
2023-07-05Make softdep mounts a no-opBob Beck
2023-07-05Add iwm/iwx background scan task to the queue which it will be deleted from.Stefan Sperling
2023-07-05Drop kernel lock before panic to avoid WITNESS report during faultKlemens Nanni
2023-07-05Implement support for the GPIOs on the JH7110. Makes it possible to rebootMark Kettenis
2023-07-05drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlJonathan Gray
2023-07-05drm/amd/display: fix the system hang while disable PSRJonathan Gray
2023-07-05drm/amd/display: Add wrapper to call planes and stream updateJonathan Gray
2023-07-05drm/amd/display: Use dc_update_planes_and_streamJonathan Gray
2023-07-05They may have fixed the cache coherency problems in the JH7110, but it isMark Kettenis
2023-07-05Suspend from suspend_taskq in apmioctl.Tobias Heider
2023-07-05remove unused armv7 max_processes globalJonathan Gray
2023-07-04Introduce SBL_WAIT and SBL_NOINTR sbwait() flags.Vitaliy Makkoveev
2023-07-04amd64: cpu_info: rearrange members, keep ci_mds_tmp 32-byte alignedScott Soule Cheloha
2023-07-04Instead of waiting for the inbound item to show up in the interruptPatrick Wildt
2023-07-04This diff limits the number of transactions/ticketsAlexandr Nedvedicky
2023-07-04Check for interface type ethernet before call ether_brport_isset()Jan Klemkow
2023-07-04enable dwqe(4)Mark Kettenis
2023-07-04Add StarFive JH7110 support.Mark Kettenis
2023-07-04Handle rx error.Mark Kettenis
2023-07-04consistenly name instruction definesJasper Lievisse Adriaanse
2023-07-04Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could noJasper Lievisse Adriaanse
2023-07-04The recent change to DIOCGETRULE allows applications whichAlexandr Nedvedicky
2023-07-04remove prototypes for removed functionsJonathan Gray
2023-07-04Remove redundant code when calculating checksum.Alexander Bluhm
2023-07-04Add a bunch of clocks for GMAC0 and GMAC1 on the JH7110 SoC.Mark Kettenis
2023-07-04Make the hardware counters available on BCM5705 and newer available asJonathan Matthew
2023-07-04Remove mbuf low watermark vars. Unused since uipc_mbuf.c rev 1.244.Jonathan Gray
2023-07-04Add some extra parenthesis for consistency.Mark Kettenis
2023-07-04m_reclaim() was removed in uipc_mbuf.c rev 1.195Jonathan Gray
2023-07-04remove unused global varJonathan Gray
2023-07-03Enable mouse.tp.mtbuttons for apldcmsTobias Heider
2023-07-03use consistent queue(9) example for LIST removal; OK bluhm mvsKlemens Nanni
2023-07-03use semicolon not comma at eolJonathan Gray
2023-07-03typofix lladdr in function names; OK deraadt janKlemens Nanni
2023-07-03Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, suchPhilip Guenther