summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-12-19syncTheo de Raadt
2023-12-19the 4th argument of pinsyscalls() is now "number of pin elements",Theo de Raadt
2023-12-19soreceive() must not hold mutex when calling sblock().Alexander Bluhm
2023-12-18Fix race between ifconfig destroy and ARP timer.Alexander Bluhm
2023-12-18Run bind(2) system call in parallel.Alexander Bluhm
2023-12-16Make `fuse_rd_filtops' mpsafe.Vitaliy Makkoveev
2023-12-16Rework pflowioctl() lock dances.Vitaliy Makkoveev
2023-12-15Drop no-longer-applicable comment.Miod Vallat
2023-12-15provide the pieces for ktrace/kdump to observe pinsyscall violations.Theo de Raadt
2023-12-15Use inpcb table mutex to set addresses.Alexander Bluhm
2023-12-14Workaround for broken clang which has a broken -fno-zero-initialized-in-bssClaudio Jeker
2023-12-14NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.Claudio Jeker
2023-12-14Bring default logic to set nkmempages into the 21st century.Claudio Jeker
2023-12-14drm/i915: Skip some timing checks on BXT/GLK DSI transcodersJonathan Gray
2023-12-14drm/i915/sdvo: stop caching has_hdmi_monitor in struct intel_sdvoJonathan Gray
2023-12-14drm/i915/lvds: Use REG_BIT() & co.Jonathan Gray
2023-12-14drm/i915/display: Drop check for doublescan mode in modevalidJonathan Gray
2023-12-14drm/amdgpu: Update EEPROM I2C address for smu v13_0_0Jonathan Gray
2023-12-14drm/amdgpu: Add I2C EEPROM support on smu v13_0_6Jonathan Gray
2023-12-14drm/amdgpu: simplify amdgpu_ras_eeprom.cJonathan Gray
2023-12-14drm/amdgpu: Return from switch early for EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Remove second moot switch to set EEPROM I2C addressJonathan Gray
2023-12-14drm/amdgpu: Add support for RAS table at 0x40000Jonathan Gray
2023-12-14drm/amdgpu: Decouple RAS EEPROM addresses from chipsJonathan Gray
2023-12-14drm/amdgpu: Remove redundant I2C EEPROM addressJonathan Gray
2023-12-14drm/amdgpu: Add EEPROM I2C address support for ip discoveryJonathan Gray
2023-12-14drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10Jonathan Gray
2023-12-14drm/amdgpu: correct the amdgpu runtime dereference usage countJonathan Gray
2023-12-14drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.cJonathan Gray
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