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
2020-08-22
Add sizes to free() calls
kn
2020-08-22
The last timeout_add(sc_timeout) died in the great XS_NO_CCB purge of 2017. Nuke
Kenneth R Westerback
2020-08-22
Rework unicast/multicast configuration. Keep note that this only changes
Patrick Wildt
2020-08-22
Correct oversize rxq initialization in the classifier.
Patrick Wildt
2020-08-22
IPv4 protocol parser init fixup and a few whitespace fixes.
Patrick Wildt
2020-08-22
Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.
Patrick Wildt
2020-08-22
Use sizeof(variable) instead of using a macro for the length parameter.
Patrick Wildt
2020-08-22
Simplify some code by getting rid of an extra variable.
Patrick Wildt
2020-08-22
More consistent use of the BIT() macro.
Patrick Wildt
2020-08-22
Simplify check for return code.
Patrick Wildt
2020-08-22
Move sysctl(2) CTL_DEBUG from DEBUG to new DEBUG_SYSCTL
kn
2020-08-22
drm/amd/display: dchubbub p-state warning during surface planes switch
Jonathan Gray
2020-08-22
drm/amd/display: Fix dmesg warning from setting abm level
Jonathan Gray
2020-08-22
drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume
Jonathan Gray
2020-08-22
drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
Jonathan Gray
2020-08-22
drm: Added orientation quirk for ASUS tablet model T103HAF
Jonathan Gray
2020-08-22
drm/amdgpu: fix ordering of psp suspend
Jonathan Gray
2020-08-22
drm/dp_mst: Fix the DDC I2C device registration of an MST port
Jonathan Gray
2020-08-22
drm/i915/gt: Force the GT reset on shutdown
Jonathan Gray
2020-08-22
drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
Jonathan Gray
2020-08-22
drm/radeon: fix array out-of-bounds read and write issues
Jonathan Gray
2020-08-22
drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
Jonathan Gray
2020-08-22
drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
Jonathan Gray
2020-08-22
drm/amdgpu: use the unlocked drm_gem_object_put
Jonathan Gray
2020-08-22
drm/gem: Fix a leak in drm_gem_objects_lookup()
Jonathan Gray
2020-08-22
drm/amd/powerplay: suppress compile error around BUG_ON
Jonathan Gray
2020-08-22
drm/amd/powerplay: fix compile error with ARCH=arc
Jonathan Gray
2020-08-22
drm/amdgpu/display: properly guard the calls to swSMU functions
Jonathan Gray
2020-08-22
drm/amdgpu/display bail early in dm_pp_get_static_clocks
Jonathan Gray
2020-08-22
drm/amd/display: Improve DisplayPort monitor interop
Jonathan Gray
2020-08-22
drm/radeon: disable AGP by default
Jonathan Gray
2020-08-22
drm/debugfs: fix plain echo to connector "force" attribute
Jonathan Gray
2020-08-22
drm/radeon: Fix reference count leaks caused by pm_runtime_get_sync
Jonathan Gray
2020-08-22
drm/amdgpu: avoid dereferencing a NULL pointer
Jonathan Gray
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).
Marcus Glocker
2020-08-21
Use u_long for generation of VSIDs.
Mark Kettenis
2020-08-21
Add kstats reporting the software and hardware producer and consumer
Jonathan Matthew
2020-08-21
Add sizes to free(9) calls
kn
2020-08-20
Fix build without NPCKBC and NUKBD
kn
2020-08-20
Revert DYING. At least some USB memory sticks get very upset.
Kenneth R Westerback
2020-08-19
Replace last 2 'blah & (flag1 | flag2) == 0' with !ISSET(blah, (flag1 | flag2)).
Kenneth R Westerback
2020-08-19
Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64
gnezdo
2020-08-19
Convert mpls_sysctl to sysctl_bounded_args
gnezdo
2020-08-19
Nuke SDF_DYING, CDF_DYING and ST_DYING flags. Use the scsi_link flag
Kenneth R Westerback
2020-08-19
Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root
kn
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-18
Our usleep_range(min, max) implementation today is only taking account
Marcus Glocker
2020-08-18
Style fixups from hurried commits
gnezdo
2020-08-18
Try to avoid a theoretical infinite loop while detaching all the scsi_link's on
Kenneth R Westerback
[prev]
[next]