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
/
arch
Age
Commit message (
Expand
)
Author
2023-12-30
Improve the RTKit code. This update brings us crashlog and syslog parsing
Mark Kettenis
2023-12-29
Use a per cpu pool cache for pmap_pv_pool
Jeremie Courreges-Anglas
2023-12-28
Introduce qwx(4), a work-in-progress port of the Linux ath11k driver.
Stefan Sperling
2023-12-28
Add stream ID mapping support for PCIe controller found on M2 Pro/Max SoCs.
Mark Kettenis
2023-12-26
Update documentation URL
Miod Vallat
2023-12-26
Improve handling of SError interrupts. Print some useful information and
Mark Kettenis
2023-12-24
rename bus_type enum to sparc_bus_type to not conflict with bus_type in drm
Jonathan Gray
2023-12-23
Add support for "locked" DARTs. These have the page table registers
Mark Kettenis
2023-12-15
Drop no-longer-applicable comment.
Miod Vallat
2023-12-14
NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.
Claudio Jeker
2023-12-13
Implement per-CPU caching for the page table page (vp) pool and the PTE
Jeremie Courreges-Anglas
2023-12-13
Fix syscall number bounds check computations.
Miod Vallat
2023-12-13
Unbreak; looks like a not up-to-date diff was commited )-:
Miod Vallat
2023-12-13
Put back variable initialization mistakenly lost in 1.162
Miod Vallat
2023-12-13
another syscall(2) removal chunk got lost
Theo de Raadt
2023-12-12
two syscall(2) removal chunks got lost
Theo de Raadt
2023-12-12
remove support for syscall(2) -- the "indirection system call" because
Theo de Raadt
2023-12-12
The sigtramp was calling sigreturn(2), and upon failure exit(2), which
Theo de Raadt
2023-12-11
Implement per-CPU caching for the page table page (vp) pool and the PTE
Mark Kettenis
2023-12-11
Add ampchwm(4) a driver to access the Ampere Altra Fine-Grained Power Telemetry
Claudio Jeker
2023-12-10
vmm(4): flush EPTs after enabling VMX mode.
Dave Voutila
2023-12-10
Add a new label "sigcodecall" inside every sigtramp definition, directly
Theo de Raadt
2023-12-06
Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for
Miod Vallat
2023-12-05
boot_file was removed in arm64 machdep.c rev 1.55
Jonathan Gray
2023-12-04
Remove unneeded symbols.
Miod Vallat
2023-12-04
Account for nkmempages as well in the pmap_growkernel() call during
Claudio Jeker
2023-11-29
Fix unwanted sign-extension of ID register masks. Sign-extension of the
Mark Kettenis
2023-11-28
remove more unused defines
Jonathan Gray
2023-11-28
Adapt inv{vpid,ept} to return success or failure.
Dave Voutila
2023-11-27
additonal -> additional
Jonathan Gray
2023-11-26
vmm(4)/vmx: pass correct vpid value to invvpid.
Dave Voutila
2023-11-25
Fix oslog support and be more forgiving when we see messages that we don't
Mark Kettenis
2023-11-24
vmm(4)/vmx: fix memory scribbling by updating GDTR/TR if vcpu moves.
Dave Voutila
2023-11-24
Remove unneeded symbols.
Miod Vallat
2023-11-24
No need to load function addresses in registers and branch to the register
Miod Vallat
2023-11-24
Remove unused direct map defines and macros, originating from FreeBSD.
Miod Vallat
2023-11-23
A mountroot hook unsets ci->ci_opp_table in case clocks or regulators
Patrick Wildt
2023-11-23
provide operating performance point info about each cpu via kstats.
David Gwynne
2023-11-22
Fix race when initializing TSC.
Alexander Bluhm
2023-11-22
Add support for keyboard backlight on Apple Powerbooks.
Tobias Heider
2023-11-20
Revert 1.18 and randomly sort kernel object files again now that the issue
Miod Vallat
2023-11-20
Make sure the low two bits of stvec are always zero (since we don't use
Miod Vallat
2023-11-16
crank MAXTSIZ because clang is a piggy
Theo de Raadt
2023-11-14
Fix typo in comment.
Claudio Jeker
2023-11-13
include function name in warning printf in vmx_handle_np_fault() and svm_hand...
Jasper Lievisse Adriaanse
2023-11-13
enable UDF on arm64 install media
Jonathan Gray
2023-11-12
Bump MAXDSIZ to 2G on armv7. Needed for llvm-16.
Mark Kettenis
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
[next]