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-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
2023-09-06
Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16
Mark Kettenis
2023-09-06
vmm(4)/vmd(8): include pending interrupt in vm_run_parmams.
Dave Voutila
2023-09-06
revert disabling warnings for zlib on clang >= 15
Jonathan Gray
2023-09-05
vmm(4): switch the APMI CPUID mask to an include mask
Mike Larkin
2023-09-05
Fix touchpad on newer device trees. The *gpio fields moved up one layer.
Tobias Heider
2023-09-03
vmm(4): Suppress AMD HwPstate visibility to guests
Mike Larkin
2023-09-03
Adapt tlb flush calls following arm64/pmap.c
Jeremie Courreges-Anglas
2023-09-03
Inline PTED_* functions and actually use PTED_WIRED()
Jeremie Courreges-Anglas
2023-09-03
pmap_page_protect() should not unmap pages after making them readonly.
Jeremie Courreges-Anglas
2023-08-30
Implement a few more clocks related to the GMAC.
Mark Kettenis
2023-08-30
Add support for the upstream Linux device tree bindings. Support for the
Mark Kettenis
2023-08-29
Remove p_rtime from struct proc and replace it by passing the timespec
Claudio Jeker
2023-08-29
Enable dwiic(4) and axppmic(4).
Mark Kettenis
2023-08-26
Adapt glxclk(4) for clockintr
Visa Hankala
2023-08-23
all platforms: separate cpu_initclocks() from cpu_startclock()
Scott Soule Cheloha
2023-08-22
i386: i8254_initclocks: set IPL_MPSAFE for clock/rtc IRQs
Scott Soule Cheloha
2023-08-21
Remove dead code.
Miod Vallat
2023-08-21
alpha: stop running an independent schedclock()
Scott Soule Cheloha
2023-08-21
cpu_idle_{enter,leave}() are no-ops in ASM; replace them
Philip Guenther
2023-08-19
Check for powerpc64 cores that fail to start
George Koehler
2023-08-16
avoid bios sign msr on intel family < 6
Jonathan Gray
2023-08-16
avoid patch level msr on amd families < 0fh
Jonathan Gray
2023-08-16
add Intel ARCH_CAP_GDS bits
Jonathan Gray
2023-08-15
drop MSDOSFS from i386 floppy
Jonathan Gray
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-08-14
Skip leading dash in kernel boot options instead of complaining it is an
Miod Vallat
2023-08-14
Add a copyin32() implementation.
Miod Vallat
2023-08-12
Fix comments regarding pcb_onfault maintainence. No code change.
Miod Vallat
2023-08-11
agtimer(4/arm64): call CPU_BUSY_CYCLE() during spin-loop
Scott Soule Cheloha
2023-08-10
agtimer(4/arm64): agtimer_delay: compute cycle count with 64-bit arithmetic
Scott Soule Cheloha
2023-08-10
Take advantage of the fact that the WFI instruction does continue
Mark Kettenis
2023-08-10
The Lenovo X13s has broken firmware that makes it impossible to use PAC.
Mark Kettenis
2023-08-09
correct platform id mask, it is 3 bits 52:50
Jonathan Gray
2023-08-09
show x86 cpu patch level in dmesg
Jonathan Gray
2023-08-07
Revert 1.43 and always make our own mapping of the Mostek chip. Trying to
Miod Vallat
2023-08-05
cpu_idle_{enter,leave} are no-ops on mips64, so just #define
Philip Guenther
2023-08-05
cpu_idle_{enter,leave} are no-ops on riscv64, so just #define
Philip Guenther
2023-08-05
Inform 8bpp capability on 8bpp framebuffer in
Kenji Aoyama
2023-08-02
Revert r1.31 - contrary to what I wrote, scaled versions of ld.d and st.d
Miod Vallat
2023-08-01
Add (limited) support for setting PPL0 on JH7110.
Mark Kettenis
2023-07-31
Mark code parameter of codepatch_replace() constant also on i386.
Alexander Bluhm
2023-07-31
Implement audio input source selection.
Tobias Heider
2023-07-31
On CPUs with eIBRS ("enhanced Indirect Branch Restricted Speculation")
Philip Guenther
[next]