summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-05-12ttybuf[] was removed in 2001, ttydefaults in 1988Jonathan Gray
2024-05-11Use %b to format cpu flag info in dmesg, so we have the raw valuesPhilip Guenther
2024-05-11fix prototype; iosf_i2c_relese -> iosf_i2c_releaseJonathan Gray
2024-05-10Revert r1.108. An Intel 11th Gen i5 Framework laptop with a SanDisk SN850 diskKenneth R Westerback
2024-05-10Make the kernel compile also when turning on debugging.Marcus Glocker
2024-05-10RegenClaudio Jeker
2024-05-10The ptsignal() race against p_sigmask changes by dosigsuspend() are fixed.Claudio Jeker
2024-05-10Fix broken debugging.Marcus Glocker
2024-05-10make pf_match_rule() prototype match the functionJonathan Gray
2024-05-09Enable ufshci(4) on amd64.Marcus Glocker
2024-05-09Back then I faced intermittent file-system corruptions for which settingMarcus Glocker
2024-05-09Sprinkle some more DPRINTFs.Marcus Glocker
2024-05-09Pack hardware descriptor structures.Marcus Glocker
2024-05-09Parse the OCS response value for completed commands, and set error onMarcus Glocker
2024-05-09Perform bus DMA synchronization to update the command descriptors.Marcus Glocker
2024-05-09Use 1U for bit operations on 32-bit registers.Marcus Glocker
2024-05-09Don't do math on KVA to get the required slot offset since that couldMarcus Glocker
2024-05-09Don't use the task id for UPIU commands. We don't use task managementMarcus Glocker
2024-05-09Don't schedule interrupt aggregation when commands are still in-progress.Marcus Glocker
2024-05-09Prevent that scheduling of new commands is interfering with processingMarcus Glocker
2024-05-09Don't relay on the doorbell register to track our slots. As of theMarcus Glocker
2024-05-08Suppress cache-info dmesg lines when they are identical to thePhilip Guenther
2024-05-08ixl(4): force mss of tso packets in hardware supported range.Jan Klemkow
2024-05-08fix iwx(4) monitor modeStefan Sperling
2024-05-08disable the regular ieee80211_encap() Tx path in monitor modeStefan Sperling
2024-05-08Rework how action SIG_HOLD is handled in ptsignal.Claudio Jeker
2024-05-08Fix route leak in ip input.Alexander Bluhm
2024-05-07Additional check for TSO packets with 0 MSS.Jan Klemkow
2024-05-07rw_enter() with RW_NOSLEEP returns EBUSY and not the expected EWOULDBLOCKClaudio Jeker
2024-05-07Clear MNT_LOCAL flag on FUSE file system. It can be local or remote, butVitaliy Makkoveev
2024-05-07drop the MD byte-swap micro-optimizations on clang architecturesChristian Weisgerber
2024-05-07In Rev 1.296 the update of the siglist was moved to the end of ptsignal().Claudio Jeker
2024-05-06Add support for Tx checksum offloading to dwqe(4).Stefan Sperling
2024-05-06match new Realtek RTL8192EU id; from Kyle MarkleyJonathan Gray
2024-05-06regenJonathan Gray
2024-05-06another Realtek RTL8192EU id; from Kyle MarkleyJonathan Gray
2024-05-06expose hardware counters as kstats.David Gwynne
2024-05-06drm/amdgpu: Fix leak when GPU memory allocation failsJonathan Gray
2024-05-06drm/amdgpu: Assign correct bits for SDMA HDP flushJonathan Gray
2024-05-06drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Jonathan Gray
2024-05-06drm/ttm: stop pooling cached NUMA pages v2Jonathan Gray
2024-05-06mm, treewide: introduce NR_PAGE_ORDERSJonathan Gray
2024-05-06drm/amdgpu: fix visible VRAM handling during faultsJonathan Gray
2024-05-06drm/amdgpu: add shared fdinfo statsJonathan Gray
2024-05-06drm: add drm_gem_object_is_shared_for_memory_stats() helperJonathan Gray
2024-05-06add NR_PAGE_ORDERS for 6.6.30 drmJonathan Gray
2024-05-05remove unused 0-sized softdep filesJonathan Gray
2024-05-05Stop building with and documenting FFS_SOFTUPDATES.Jonathan Gray
2024-05-05remove unneeded includesJonathan Gray
2024-05-04dma_free(9) just once in error caseKlemens Nanni