summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2023-10-20drm/amd/display: Don't set dpms_off for seamless bootJonathan Gray
2023-10-20drm/amdgpu: add missing NULL checkJonathan Gray
2023-10-20drm/atomic-helper: relax unregistered connector checkJonathan Gray
2023-10-20drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalJonathan Gray
2023-10-20add dma_fence_timestamp() for 6.1.59 drmJonathan Gray
2023-10-19Enable TCP Segmentation Offloading for ixl(4)Jan Klemkow
2023-10-19Add IBM encoded version of "Spleen 8x16".Frederic Cambus
2023-10-18Avoid forcible mounting a dirty filessystem. Mount such filesystemsMark Kettenis
2023-10-18Avoid segments greater than maxsegsz during map mergingJan Klemkow
2023-10-18drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters()Jonathan Gray
2023-10-18drm/amd: Fix detection of _PR3 on the PCIe root portJonathan Gray
2023-10-18drm/amd/display: Adjust the MST resume flowJonathan Gray