summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-12-29Use a per cpu pool cache for pmap_pv_poolJeremie Courreges-Anglas
2023-12-29Make loopback interface counters MP safe.Alexander Bluhm
2023-12-29Support for "control" nodes was removed from the drm subsystem some timeMark Kettenis
2023-12-28Introduce qwx(4), a work-in-progress port of the Linux ath11k driver.Stefan Sperling
2023-12-28use RB_FOREACH_SAFE for pf_purge_expired_src_nodesaisha
2023-12-28fix Tx watchdog trigger and freeze in dwqe(4)Uwe Stuehler
2023-12-28assume RGMII-to-Copper mode by default in eephy(4) for 88E151x PHYsUwe Stuehler
2023-12-28Add stream ID mapping support for PCIe controller found on M2 Pro/Max SoCs.Mark Kettenis
2023-12-26Update documentation URLMiod Vallat
2023-12-26Apple machines with multiple speakers typically have the shutdown pin ofMark Kettenis
2023-12-26Improve handling of SError interrupts. Print some useful information andMark Kettenis
2023-12-24rename bus_type enum to sparc_bus_type to not conflict with bus_type in drmJonathan Gray
2023-12-23Remove unused variables.Mark Kettenis
2023-12-23Add support for "locked" DARTs. These have the page table registersMark Kettenis
2023-12-23Provide more complete implementations of some of the Linux compatMark Kettenis
2023-12-23Change the type of dma_addr_t to uint64_t. It is a 64-bit type on mostMark Kettenis
2023-12-23Backout always allocate per-CPU statistics counters for networkAlexander Bluhm
2023-12-22Always allocate per-CPU statistics counters for network interfaceVitaliy Makkoveev
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