summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-11-12Declare global variable zeroin46_addr as const.Alexander Bluhm
2023-11-12Use constant sockaddr in route lookup.Alexander Bluhm
2023-11-12Bump MAXDSIZ to 2G on armv7. Needed for llvm-16.Mark Kettenis
2023-11-12Do not modify route info sockaddr in rtm_xaddrs().Alexander Bluhm
2023-11-12rt_gateway and rt_gwroute use X protections now.David Gwynne
2023-11-12rt_setgate performs a series of tweaks to an rtable and the routes inDavid Gwynne
2023-11-12Add support for the Rockchip RK8602 and RK8603 voltage regulators.Patrick Wildt
2023-11-11Fix variable name in commentJeremie Courreges-Anglas
2023-11-11Randomly linked riscv64 kernels built with clang/lld-16 hang too oftenJeremie Courreges-Anglas
2023-11-11Enable CD9660 in RAMDISK so we can mount CD-ROMs.Patrick Wildt
2023-11-11Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices.Stefan Sperling
2023-11-11Correct wrong register offset macros for dwqe(4) DMA burst length.Stefan Sperling
2023-11-11Pass constant struct sockaddr to interface lookup functions.Alexander Bluhm
2023-11-11start documenting the protections or locks needed for struct rtentry fields.David Gwynne
2023-11-11Remove unused parameter dst from art_get().Alexander Bluhm
2023-11-10rtable_match() takes constant destination.Alexander Bluhm
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