summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-11-16Run TCP SYN cache timer logik without net lock.Alexander Bluhm
2023-11-16crank MAXTSIZ because clang is a piggyTheo de Raadt
2023-11-16cpu frequency and volt types for kstat_kvsDavid Gwynne
2023-11-15use a random number as the cookie in bio ioctls.David Gwynne
2023-11-15Constify disk_map()'s path argumentKlemens Nanni
2023-11-14Fix typo in comment.Claudio Jeker
2023-11-14regenJonathan Gray
2023-11-14add another Navi 32 device idJonathan Gray
2023-11-13include function name in warning printf in vmx_handle_np_fault() and svm_hand...Jasper Lievisse Adriaanse
2023-11-13Fix rt_setgate() error handling.Alexander Bluhm
2023-11-13enable UDF on arm64 install mediaJonathan Gray
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