summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-12-22Update microcode, initialization and reset behavior.Kevin Lo
2023-12-21New TEMPerGold sensor; reported by Mikolaj Kucharski on bugs@Miod Vallat
2023-12-21Remove logic and comments related to INDIR now that they aren't supportedMiod Vallat
2023-12-21drm/i915: Fix remapped stride with CCS on ADL+Jonathan Gray
2023-12-21drm/amd/display: Disable PSR-SU on Parade 0803 TCON againJonathan Gray
2023-12-21drm/amdgpu: fix tear down order in amdgpu_vm_pt_freeJonathan Gray
2023-12-21drm/amdgpu/sdma5.2: add begin/end_use ring callbacksJonathan Gray
2023-12-21use strnstr paths in amdgpuJonathan Gray
2023-12-21add strnstr(9) string search within character limitJonathan Gray
2023-12-20Don't create an sd(4) larger than what the namespace will allow.Kenneth R Westerback
2023-12-20vio(4): checksum offloading for TCP/UDP in IPv6 PacketsJan Klemkow
2023-12-20Remove iwx_wait_tx_queues_empty(); unused with current firmware versionsStefan Sperling
2023-12-20Ensure that iwm/iwx devices announce VHT capabilities in probe requests.Stefan Sperling
2023-12-19Release inpcb mutex while calling sbwait().Alexander Bluhm
2023-12-19Initialize `sc_outputtask' before interface attachment. if_alloc_sadl()Vitaliy Makkoveev
2023-12-19add a malloc type for pinsyscall arraysTheo de Raadt
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