summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-01-09remove unused of_device_get_match_data() prototypeJonathan Gray
2024-01-09inline -> static inline ; fixes sparc64 buildJonathan Gray
2024-01-09remove needless commentJonathan Matthew
2024-01-09If there are still mbufs on a ring when we're freeing it,Jonathan Matthew
2024-01-09avoid unused var warning on sparc64Jonathan Gray
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2024-01-08Implement RootPathString support in the LoadTable() AML function. FixesMark Kettenis
2024-01-07In ixl(4) attach, initialize mutex before using it.Alexander Bluhm
2024-01-07Error out if one syscall ever takes more than 6 arguments.Miod Vallat
2024-01-06Zap more obsolete debug code.Marcus Glocker
2024-01-06revert component_add() changeJonathan Gray
2024-01-06Unify UFS command function arguments a bit.Marcus Glocker
2024-01-06vmm(4): reorder segment registers to match SDM.Dave Voutila
2024-01-06Merge read/write UFS commands in to one single function, since they are veryMarcus Glocker
2024-01-06remove stray semicolonJonathan Gray
2024-01-06move struct file_operations to linux/fs.hJonathan Gray
2024-01-06Do not count packets though multicast loopback and simplex interfaces.Alexander Bluhm
2024-01-06Take net lock before kernel lock.Alexander Bluhm
2024-01-06Add more Linux compat code in preparation for the apple KMS driver.Mark Kettenis
2024-01-05Remove more __syscall() leftovers.Miod Vallat
2024-01-04Zap some '#if 0' code which was initially required for debugging.Marcus Glocker
2024-01-04Set the interrupt aggregation counter down to 1, which fixes the readMarcus Glocker
2024-01-04Adjust IPLs to give us more interrupt vectors for IPL_NET. That is whereMark Kettenis
2024-01-04Fix timeout value for write command (typo).Marcus Glocker
2024-01-04Pass SCSI command directly to the UFS command descriptor instead ofMarcus Glocker
2024-01-04Add support for AX88179A. AX88179A interweave dummies alongside validKevin Lo
2024-01-04fix up barriers in bnxt_down() - use barriers for all interrupts andJonathan Matthew
2024-01-04Revert previous. splx(9) can call kvp_get_ip_info() from any place withVitaliy Makkoveev
2024-01-03Enable Apple brightness keys also for archs other than macppc.Tobias Heider
2024-01-03Run connect(2) in parallel within inet doamin.Alexander Bluhm
2024-01-02set attached flag properly when fw fails to load during config_mountroot()Stefan Sperling
2024-01-02Revert chunk that I have commited by accident.Alexander Bluhm
2024-01-02Prevent simultaneous dt(4) open.Alexander Bluhm
2024-01-02Revert "drm/amd/display: Do not set DRR on pipe commit"Jonathan Gray
2024-01-01drm/i915: Reject async flips with bigjoinerJonathan Gray
2024-01-01drm/i915: Fix ADL+ tiled plane stride when the POT stride is smaller than the...Jonathan Gray
2024-01-01drm/i915/mtl: Add MTL for remapping CCS FBsJonathan Gray
2024-01-01drm/i915/dpt: Only do the POT stride remap when using DPTJonathan Gray
2024-01-01drm/i915: Fix intel_atomic_setup_scalers() plane_state handlingJonathan Gray
2024-01-01drm/i915: Relocate intel_atomic_setup_scalers()Jonathan Gray
2024-01-01drm/i915/mtl: limit second scaler vertical scaling in ver >= 14Jonathan Gray
2024-01-01drm/amd/display: fix hw rotated modes when PSR-SU is enabledJonathan Gray
2024-01-01Protect link between pf and inp with mutex.Alexander Bluhm
2024-01-01Reduce code duplication in ip6 divert.Alexander Bluhm
2024-01-01Call if_counters_alloc() before if_attach().Vitaliy Makkoveev
2024-01-01Move fdt attachment into sys/conf/files.conf instead of duplicating it onMark Kettenis
2024-01-01Fix white space in pf.c.Alexander Bluhm
2024-01-01copyright++;Jonathan Gray
2023-12-31Add TCP Segmentation Offload (TSO) support for em(4). Following chip-setsMarcus Glocker
2023-12-30Set ixl(4) IXL_TX_PKT_DESCS to 8.Alexander Bluhm