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
2022-07-19
Fix up tx ring slot calculations so we store the mbuf and dma map with
Jonathan Matthew
2022-07-18
Restrict pledge("vminfo") callers to read-only swapctl(2) operations.
Jeremie Courreges-Anglas
2022-07-18
Delete the YPACTIVE toggling code when "getpw" code access/open are done to
Theo de Raadt
2022-07-18
Compile octeon kernels with -march=mips64r2
Visa Hankala
2022-07-18
Remove locks description duplicate. No functional changes.
Vitaliy Makkoveev
2022-07-18
the domainname is under root control, but because we are producing a path
Theo de Raadt
2022-07-18
For opening up the bindings file in ypconnect(2), bail out early
Theo de Raadt
2022-07-17
Revert the changes made in rev 1.82. It is important to use pmap_enter(9)
Mark Kettenis
2022-07-17
backout last step: the path checks are too strong until everyone has a
Theo de Raadt
2022-07-17
the PLEDGE_YPACTIVE "hack" bit related to "getpw" pledge goes away. libc
Theo de Raadt
2022-07-16
To fix an KASSERT(la != NULL) panic in ARP, protect the rt_llinfo
Alexander Bluhm
2022-07-16
Fix IPIs on systems with multiple clusters where the CPU interface
Mark Kettenis
2022-07-16
Fix previous commit. We need to enable the new "halt" IPI on all the CPUs
Mark Kettenis
2022-07-16
Add support for using the power button to wake up from suspend.
Mark Kettenis
2022-07-15
Introduce fine grained pipex(4) locking. Use per-session `pxs_mtx'
Vitaliy Makkoveev
2022-07-15
fix typos in previous
Theo de Raadt
2022-07-15
Implement support for framebuffers that don't start on a page boundary.
Mark Kettenis
2022-07-15
Allow ypconnect() in "getpw"
Theo de Raadt
2022-07-15
sync
Theo de Raadt
2022-07-15
pledge "getpw" would notice access to /var/run/ypbind.lock, and grant "inet"
Theo de Raadt
2022-07-15
Use db_rint() to make it possible to enter ddb(4) by typing ESC D.
Mark Kettenis
2022-07-15
Missing xhcivar.h bit that should have gone with xhci.c r1.125
Theo Buehler
2022-07-15
Use a separate varaible to signal a "dead" controller (that has disappeared
Mark Kettenis
2022-07-14
Add sxirintc(4), a driver for the "wake up" interrupt controller found
Mark Kettenis
2022-07-14
Use capital letters for global ipsec(4) locks description. Use 'D'
Vitaliy Makkoveev
2022-07-14
Protect all writers to ifm_cur with a mutex. ifmedia_match() does
Alexander Bluhm
2022-07-14
Turn pppoe(4) back to kernel lock. We can't predict netlock state within
Vitaliy Makkoveev
2022-07-14
Replace tabs by spaces after "#define". No functional changes, just
Vitaliy Makkoveev
2022-07-13
Implement the fundamentals for suspend/resume on arm64. This uses PSCI
Mark Kettenis
2022-07-13
drm/i915: Fix a race between vma / object destruction and unbinding
Jonathan Gray
2022-07-13
drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems
Jonathan Gray
2022-07-13
drm/amd: Refactor `amdgpu_aspm` to be evaluated per device
Jonathan Gray
2022-07-13
drm/amd/vcn: fix an error msg on vcn 3.0
Jonathan Gray
2022-07-13
drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bw
Jonathan Gray
2022-07-13
drm/amd/display: Set min dcfclk if pipe count is 0
Jonathan Gray
2022-07-13
drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()
Jonathan Gray
2022-07-13
drm/i915/gt: Register the migrate contexts with their engines
Jonathan Gray
2022-07-13
drm/i915: Disable bonding on gen12+ platforms
Jonathan Gray
2022-07-12
Use __func__ in interface media debug printf().
Alexander Bluhm
2022-07-12
Protect interface media list with a mutex. This is just a start
Alexander Bluhm
2022-07-12
Use db_rint() in sfuart(4)
Jeremie Courreges-Anglas
2022-07-12
Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code
Jeremie Courreges-Anglas
2022-07-12
Remove PIPEXCSESSION pipex(4) ioctl(2) command from kernel and man page.
Vitaliy Makkoveev
2022-07-12
remove cache parts of struct cpu_info which were used by vmm
Jonathan Gray
2022-07-12
allow cpuid 0x8000001d, cache topology on AMD
Jonathan Gray
2022-07-12
remove cache parts of struct cpu_info only vmm used
Jonathan Gray
2022-07-12
recognise Cortex-A715 and Cortex-X3
Jonathan Gray
2022-07-11
Switch bootloaders to the extended BOOTARG_CONSDEV struct.
Mark Kettenis
2022-07-11
Simplify the aiodone daemon which is only used for async writes.
Martin Pieuchot
2022-07-11
Remove asynchronous read support in uvm_swap_get().
Martin Pieuchot
[next]