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-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
2023-11-10
Make ifq and ifiq interface MP safe.
Alexander Bluhm
2023-11-09
Finish clean up of old 6.7 softraid migration code
Klemens Nanni
2023-11-08
Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64.
Marcus Glocker
2023-11-06
Provide machine/apmvar.h on riscv64 too
Jeremie Courreges-Anglas
2023-11-05
Provide simpler cpu_number, CPU_INFO_UNIT and CPU_IS_XXX macros in the
Miod Vallat
2023-10-30
Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()).
Vitaliy Makkoveev
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-24
Normally context switches happen in mi_switch() but there are 3 cases
Claudio Jeker
2023-10-20
Adopt MI re-upgrade prevention
Klemens Nanni
2023-10-20
Adopt MI re-upgrade prevention
Klemens Nanni
2023-10-20
Avoid forcible mounting a dirty filessystem. Mount such filesystems
Mark Kettenis
2023-10-18
Avoid forcible mounting a dirty filessystem. Mount such filesystems
Mark Kettenis
2023-10-18
Avoid segments greater than maxsegsz during map merging
Jan Klemkow
2023-10-13
enable dwqe(4) in RAMDISK_CD
Stefan Sperling
2023-10-11
Add initial support for Elkhart Lake ethernet to dwqe(4).
Stefan Sperling
2023-10-10
Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them;
Miod Vallat
2023-10-09
Recognize GICv4 in the MADT and configure it as arm,gic-v3.
Patrick Wildt
2023-10-08
Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb".
Kenji Aoyama
2023-10-06
clean up old 6.7 softraid migration code
Klemens Nanni
2023-09-25
Implement support for stream IDs.
Mark Kettenis
2023-09-25
enable mbg(4) at pci on amd64, from Maurice Janssen
Theo de Raadt
2023-09-24
Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn't
Jeremie Courreges-Anglas
2023-09-23
Add stfrng(4), a driver for the random number generator on the JH7110 SoC.
Mark Kettenis
2023-09-22
move simplebusvar.h so it can be used without ifdef
Jonathan Gray
2023-09-21
Properly set up the IOMMU stream ID mapping. Needed for upcoming changes
Mark Kettenis
2023-09-21
enable softraid(4) in ramdisk
Klemens Nanni
2023-09-19
Import the DVFS code from arm64.
Mark Kettenis
2023-09-19
Instead of adjusting PLL0 to scale the CPU frequency, use the divider
Mark Kettenis
2023-09-18
Reuse pmap_pte_insert() in pmap_clear_modify()
Jeremie Courreges-Anglas
2023-09-18
crank to 7.4-beta
Theo de Raadt
2023-09-17
clockintr: remove clockintr_init(), clockintr_flags
Scott Soule Cheloha
2023-09-16
Skip non-MSI interrupt controllers when looking for one matching the ITS id
Jonathan Matthew
2023-09-14
clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized
Scott Soule Cheloha
2023-09-12
Use IORT ITS nodes to find the right ITS instance to use when establishing
Jonathan Matthew
2023-09-12
Store ITS ID in struct interrupt_controller so it can be used to look up
Jonathan Matthew
2023-09-12
Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID.
Jonathan Matthew
2023-09-11
Remove unnecessary <sys/selinfo.h> includes.
Vitaliy Makkoveev
2023-09-10
load amd patch into a malloc'd region to make it page aligned
Jonathan Gray
2023-09-08
Clean up old console bootargs
Klemens Nanni
[next]