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-02-18
acpipwrres(4): remove unused aml_value's.
Dave Voutila
2023-02-17
Validate execve() libc stub location if kernel knows it. (due to ld.so
Theo de Raadt
2023-02-17
Do not need KTRC_CODE__SYSCALL in the ktrace files anymore, because
Theo de Raadt
2023-02-17
spelling
Jonathan Gray
2023-02-16
Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md
Miod Vallat
2023-02-16
Enable dwqe(4).
Mark Kettenis
2023-02-16
Fix MAC address register offsets.
Mark Kettenis
2023-02-16
regen
Claudio Jeker
2023-02-16
utrace(2) can run without kernel lock. Now ktruser() will take the
Claudio Jeker
2023-02-16
Like other ktrace functions make ktruser() callable without kernel lock
Claudio Jeker
2023-02-16
sync
Theo de Raadt
2023-02-16
Add pinsyscall(2). With this you can tell the kernel the location
Theo de Raadt
2023-02-15
Relax kernel lock assertion within tsleep(9). The `nowake' channel is
Vitaliy Makkoveev
2023-02-15
pfsync(4) panics on NULL pointer dereference if there
Alexandr Nedvedicky
2023-02-15
The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMA
Mark Kettenis
2023-02-15
Don't print the version twice, but do print a newline before attaching the
Mark Kettenis
2023-02-15
Add GMAC-related RK356x clocks.
Mark Kettenis
2023-02-15
Now Puffy comes on luna88k bootloader!
Kenji Aoyama
2023-02-15
drm/i915: Fix VBT DSI DVO port handling
Jonathan Gray
2023-02-15
drm/i915: Initialize the obj flags for shmem objects
Jonathan Gray
2023-02-15
drm/i915: Move fd_install after last use of fence
Jonathan Gray
2023-02-15
drm/amd/display: fix cursor offset on rotation 180
Jonathan Gray
2023-02-15
drm/amd/display: properly handling AGP aperture in vm setup
Jonathan Gray
2023-02-15
drm/amdgpu/smu: skip pptable init under sriov
Jonathan Gray
2023-02-15
drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
Jonathan Gray
2023-02-15
drm/amd/pm: bump SMU 13.0.7 driver_if header version
Jonathan Gray
2023-02-15
drm/amdgpu: Add unique_id support for GC 11.0.1/2
Jonathan Gray
2023-02-15
drm/amd/pm: bump SMU 13.0.0 driver_if header version
Jonathan Gray
2023-02-15
drm/amdgpu: Use the TGID for trace_amdgpu_vm_update_ptes
Jonathan Gray
2023-02-15
drm/amd/pm: add SMU 13.0.7 missing GetPptLimit message mapping
Jonathan Gray
2023-02-15
Use the nowake channel for sys_nanosleep() instead of handrolling the same.
Claudio Jeker
2023-02-15
drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabled
Jonathan Gray
2023-02-15
regen
Jonathan Gray
2023-02-15
add a Navi 33 / Radeon RX 7600S device id
Jonathan Gray
2023-02-14
enable scmi(4)
Mark Kettenis
2023-02-14
jca@ points out that the field I split in iwx(4) Rx descriptors is in a union.
Stefan Sperling
2023-02-14
use pragma pack around PPTable_t definitions
Jonathan Gray
2023-02-14
use pragma pack around dmub_addr definition
Jonathan Gray
2023-02-14
regen
Vitaliy Makkoveev
2023-02-14
Backout previous. Assertion was triggered within tsleep().
Vitaliy Makkoveev
2023-02-14
Fix scmi(4) entry.
Mark Kettenis
2023-02-13
Add a driver for the ARM System Control and Management Interface, which,
Mark Kettenis
2023-02-13
Add RK356x TSADC clocks.
Mark Kettenis
2023-02-13
Add dwqe(4), a driver for the Synopsis DesignWare Ethernet QoS controller
Patrick Wildt
2023-02-13
Add support for the Shenzhen Tangcheng Technology TCS4525 voltage
Mark Kettenis
2023-02-13
Support device trees with NOPs in them (like the kernel version already
Mark Kettenis
2023-02-13
Fix an alignment issue in iwx(4) Rx descriptors.
Stefan Sperling
2023-02-13
Also lock the map in the execve-driven calls to uvm_map_check_copyin_add()
Theo de Raadt
2023-02-13
Upon fork, copy the copyin_check structure to the new map, otherwise
Theo de Raadt
2023-02-13
regen
Vitaliy Makkoveev
[next]