summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-11-10scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no needKenneth R Westerback
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2023-11-10regenJonathan Gray
2023-11-10add "Phoenix 2" APU device idJonathan Gray
2023-11-09Run arp timeout without kernel lock.Alexander Bluhm
2023-11-09Finish clean up of old 6.7 softraid migration codeKlemens Nanni
2023-11-09get rid of the ioctl whitelist that bio will tunnel for other devs.David Gwynne
2023-11-09Remove delayed timeout(9) initialization. timeout_set*() only assignVitaliy Makkoveev
2023-11-09drm/amdgpu: Reserve fences for VM updateJonathan Gray
2023-11-09gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETJonathan Gray
2023-11-09drm/amdgpu: Unset context priority is now invalidJonathan Gray
2023-11-09drm/ttm: Reorder sys manager cleanup stepJonathan Gray
2023-11-08Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64.Marcus Glocker
2023-11-08Allow Xen to use backing store devices with 4K-byte sectors.Kenneth R Westerback
2023-11-06Provide machine/apmvar.h on riscv64 tooJeremie Courreges-Anglas
2023-11-06avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabledStefan Sperling
2023-11-05Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in theMiod Vallat
2023-11-03drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()Jonathan Gray
2023-11-03drm/amd: Disable ASPM for VI w/ all Intel systemsJonathan Gray
2023-11-03drm/i915/pmu: Check if pmu is closed before stopping eventJonathan Gray
2023-10-31remove unneeded includesJonathan Gray
2023-10-30Do not truncate MSG_EOR in recvmsg().Alexander Bluhm
2023-10-30Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()).Vitaliy Makkoveev
2023-10-30Use ERESTART for any single_thread_set() error in sys_execve().Claudio Jeker
2023-10-30Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic.Claudio Jeker
2023-10-30drm/amd/pm: add unique_id for gc 11.0.3Jonathan Gray
2023-10-30drm: panel-orientation-quirks: Add quirk for One Mix 2SJonathan Gray
2023-10-30drm/i915: Retry gtt fault when out of fence registersJonathan Gray
2023-10-27Forward TCP LRO disabling to parent devices.Jan Klemkow
2023-10-27Make out-of-swap checks more robust.Martin Pieuchot
2023-10-27Do not decrement the swap counter if the anon is associated to a "bad" slot.Martin Pieuchot
2023-10-26add cd9660Jonathan Gray
2023-10-26make efi_getdisklabel_cd9660() handle a block size of 512 and simplifyJonathan Gray
2023-10-25Make `vscsi_filtops' mpsafe. filt_vscsiread() checks `sc_ccb_i2t'Vitaliy Makkoveev
2023-10-24Remove bold8x16 font.Frederic Cambus
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-10-24revert rev 1.19 'drm/radeon: Fix eDP for single-display iMac11,2'Jonathan Gray
2023-10-24Merge two equivalent if blocks.Martin Pieuchot
2023-10-24Delete any existing v4 address before setting a new one. This allows usJonathan Matthew
2023-10-23Prevent wg(4) stuck on peer destruction.Vitaliy Makkoveev
2023-10-22fix 40 MHz channel validation checks for the 2.4 GHz channel rangeStefan Sperling
2023-10-21ignore wide channel configs that do not appear in the 802.11ac specStefan Sperling
2023-10-21ensure that iwm(4) uses the 80Mhz primary channel index announced in beaconsStefan Sperling
2023-10-20Adopt MI re-upgrade preventionKlemens Nanni
2023-10-20Adopt MI re-upgrade preventionKlemens Nanni
2023-10-20Avoid forcible mounting a dirty filessystem. Mount such filesystemsMark Kettenis
2023-10-20Avoid assertion failure when splitting mbuf cluster.Alexander Bluhm
2023-10-20Add missing tcps_outpkttso counter to ixl(4) TSO setup.Jan Klemkow
2023-10-20Improve bad comment.Jan Klemkow
2023-10-20dma-buf: add dma_fence_timestamp helperJonathan Gray