index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2023-11-12
Declare global variable zeroin46_addr as const.
Alexander Bluhm
2023-11-12
Use constant sockaddr in route lookup.
Alexander Bluhm
2023-11-12
Bump MAXDSIZ to 2G on armv7. Needed for llvm-16.
Mark Kettenis
2023-11-12
Do not modify route info sockaddr in rtm_xaddrs().
Alexander Bluhm
2023-11-12
rt_gateway and rt_gwroute use X protections now.
David Gwynne
2023-11-12
rt_setgate performs a series of tweaks to an rtable and the routes in
David Gwynne
2023-11-12
Add support for the Rockchip RK8602 and RK8603 voltage regulators.
Patrick Wildt
2023-11-11
Fix variable name in comment
Jeremie Courreges-Anglas
2023-11-11
Randomly linked riscv64 kernels built with clang/lld-16 hang too often
Jeremie Courreges-Anglas
2023-11-11
Enable CD9660 in RAMDISK so we can mount CD-ROMs.
Patrick Wildt
2023-11-11
Attach dwqe(4) to Intel Elkhart Lake PSE SGMII devices.
Stefan Sperling
2023-11-11
Correct wrong register offset macros for dwqe(4) DMA burst length.
Stefan Sperling
2023-11-11
Pass constant struct sockaddr to interface lookup functions.
Alexander Bluhm
2023-11-11
start documenting the protections or locks needed for struct rtentry fields.
David Gwynne
2023-11-11
Remove unused parameter dst from art_get().
Alexander Bluhm
2023-11-10
rtable_match() takes constant destination.
Alexander Bluhm
2023-11-10
scsi_xs_get() sets xs->flags via scsi_xs_io(). There is no need
Kenneth R Westerback
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-11-10
regen
Jonathan Gray
2023-11-10
add "Phoenix 2" APU device id
Jonathan Gray
2023-11-09
Run arp timeout without kernel lock.
Alexander Bluhm
2023-11-09
Finish clean up of old 6.7 softraid migration code
Klemens Nanni
2023-11-09
get rid of the ioctl whitelist that bio will tunnel for other devs.
David Gwynne
2023-11-09
Remove delayed timeout(9) initialization. timeout_set*() only assign
Vitaliy Makkoveev
2023-11-09
drm/amdgpu: Reserve fences for VM update
Jonathan Gray
2023-11-09
gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET
Jonathan Gray
2023-11-09
drm/amdgpu: Unset context priority is now invalid
Jonathan Gray
2023-11-09
drm/ttm: Reorder sys manager cleanup step
Jonathan Gray
2023-11-08
Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64.
Marcus Glocker
2023-11-08
Allow Xen to use backing store devices with 4K-byte sectors.
Kenneth R Westerback
2023-11-06
Provide machine/apmvar.h on riscv64 too
Jeremie Courreges-Anglas
2023-11-06
avoid using MCS9 in iwm(4) Tx rate selection if 40 MHz is disabled
Stefan Sperling
2023-11-05
Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in the
Miod Vallat
2023-11-03
drm/dp_mst: Fix NULL deref in get_mst_branch_device_by_guid_helper()
Jonathan Gray
2023-11-03
drm/amd: Disable ASPM for VI w/ all Intel systems
Jonathan Gray
2023-11-03
drm/i915/pmu: Check if pmu is closed before stopping event
Jonathan Gray
2023-10-31
remove unneeded includes
Jonathan Gray
2023-10-30
Do not truncate MSG_EOR in recvmsg().
Alexander Bluhm
2023-10-30
Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()).
Vitaliy Makkoveev
2023-10-30
Use ERESTART for any single_thread_set() error in sys_execve().
Claudio Jeker
2023-10-30
Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic.
Claudio Jeker
2023-10-30
drm/amd/pm: add unique_id for gc 11.0.3
Jonathan Gray
2023-10-30
drm: panel-orientation-quirks: Add quirk for One Mix 2S
Jonathan Gray
2023-10-30
drm/i915: Retry gtt fault when out of fence registers
Jonathan Gray
2023-10-27
Forward TCP LRO disabling to parent devices.
Jan Klemkow
2023-10-27
Make out-of-swap checks more robust.
Martin Pieuchot
2023-10-27
Do not decrement the swap counter if the anon is associated to a "bad" slot.
Martin Pieuchot
2023-10-26
add cd9660
Jonathan Gray
2023-10-26
make efi_getdisklabel_cd9660() handle a block size of 512 and simplify
Jonathan Gray
2023-10-25
Make `vscsi_filtops' mpsafe. filt_vscsiread() checks `sc_ccb_i2t'
Vitaliy Makkoveev
[next]