summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-12-14drm/amdgpu: fix memory overflow in the IB testJonathan Gray
2023-12-14drm/amdgpu: correct chunk_ptr to a pointer to chunk.Jonathan Gray
2023-12-13Implement per-CPU caching for the page table page (vp) pool and the PTEJeremie Courreges-Anglas
2023-12-13Fix syscall number bounds check computations.Miod Vallat
2023-12-13Unbreak; looks like a not up-to-date diff was commited )-:Miod Vallat
2023-12-13Put back variable initialization mistakenly lost in 1.162Miod Vallat
2023-12-13another syscall(2) removal chunk got lostTheo de Raadt
2023-12-12two syscall(2) removal chunks got lostTheo de Raadt
2023-12-12put pinsyscalls(2) into the "always" groupTheo de Raadt
2023-12-12syncTheo de Raadt
2023-12-12remove support for syscall(2) -- the "indirection system call" becauseTheo de Raadt
2023-12-12slyle(9) fix. No functional changes.Vitaliy Makkoveev
2023-12-12The sigtramp was calling sigreturn(2), and upon failure exit(2), whichTheo de Raadt
2023-12-12Turn `pflowstats' statistics counters into per-CPU counters to make themVitaliy Makkoveev
2023-12-11Implement per-CPU caching for the page table page (vp) pool and the PTEMark Kettenis
2023-12-11Fix the shift of status bits 2:0 to 11:9 from <<8 to <<9.Kenneth R Westerback
2023-12-11Turn `pflow_softc' list into SMR list.Vitaliy Makkoveev
2023-12-11Add ampchwm(4) a driver to access the Ampere Altra Fine-Grained Power TelemetryClaudio Jeker
2023-12-11vio(4): simplify mbuf parsing with ether_extract_headers()Jan Klemkow
2023-12-11drm/amd/display: Fix MPCC 1DLUT programmingJonathan Gray
2023-12-11drm/amd/display: Fix the delta clamping for shaper LUTJonathan Gray
2023-12-11drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlutJonathan Gray
2023-12-11drm/amd/display: Expand kernel doc for DCJonathan Gray
2023-12-11drm/amd/pm: fix a memleak in aldebaran_tables_initJonathan Gray
2023-12-11drm/amd/display: Guard against invalid RPTR/WPTR being setJonathan Gray
2023-12-11drm/amd/display: Restore rptr/wptr for DMCUB as workaroundJonathan Gray
2023-12-11dma-buf: fix check in dma_resv_add_fenceJonathan Gray
2023-12-11drm/amd/display: fix ABM disablementJonathan Gray
2023-12-11drm/amd/display: Update min Z8 residency time to 2100 for DCN314Jonathan Gray
2023-12-11drm/amd/display: Use DRAM speed from validation for dummy p-stateJonathan Gray
2023-12-11drm/amd/display: Remove min_dst_y_next_start check for Z8Jonathan Gray
2023-12-11drm/amd/display: Include udelay when waiting for INBOX0 ACKJonathan Gray
2023-12-11drm/amdgpu: Force order between a read and write to the same addressJonathan Gray
2023-12-11drm/amd: Enable PCIe PME from D3Jonathan Gray
2023-12-11add dma_fence_is_later_or_same() for 6.1.66 drmJonathan Gray
2023-12-11Add an accounting flag for syscall pinning violations.Theo de Raadt
2023-12-10vmm(4): flush EPTs after enabling VMX mode.Dave Voutila
2023-12-10The new cinematic to get sensor information as soon as possible sometimesMiod Vallat
2023-12-10syncTheo de Raadt
2023-12-10pinsyscalls(2) 2nd argument can be "uint *" instead of "void *Theo de Raadt
2023-12-10Add a new label "sigcodecall" inside every sigtramp definition, directlyTheo de Raadt
2023-12-10Skip interfaces already claimed by other uaudio(4) instances.Alexandre Ratchov
2023-12-09vio(4) add recv TCP/UDP checksum offloadingJan Klemkow
2023-12-08Add spaces around '='. style(9) fix, no functional changes.Vitaliy Makkoveev
2023-12-08Introduce `sc_mtx' mutex(9) to protect the most of pflow_softcVitaliy Makkoveev
2023-12-08PT_OPENBSD_SYSCALLS is an extension that points to non-LOAD sectionTheo de Raadt
2023-12-08New TEMPerHUM sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-07Inpcb table mutex protects addr and port during bind(2) and connect(2).Alexander Bluhm
2023-12-07syncTheo de Raadt
2023-12-07Add a stub pinsyscalls() system call that simply returns 0 for now,Theo de Raadt