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
/
arm64
Age
Commit message (
Expand
)
Author
2024-04-19
Revert per-CPU caches a double-free has been found by naddy@.
Martin Pieuchot
2024-04-17
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-13
Split out Spectre-V2 and Spectre-BHB mitigation code like I did for
Mark Kettenis
2024-03-27
Initialize pmap_tramp.pm_mtx before use.
Kurt Miller
2024-03-25
Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.
Patrick Wildt
2024-03-24
Enable cad(4).
Patrick Wildt
2024-03-18
Implement Spectre-V4 mitigations. The only real effect of this change is
Mark Kettenis
2024-03-18
Add support for the new layout of the CCSIDR_EL1 register that was
Mark Kettenis
2024-03-17
The feature is called SSBS instead of SBSS.
Mark Kettenis
2024-03-16
Set the HCR_API and HCR_APK bits in the HCR_EL2 when CPUs boot in EL2.
Mark Kettenis
2024-03-16
recognise Cortex-A520AE (Hayes AE), Cortex-A720AE (Hunter AE)
Jonathan Gray
2024-03-15
According to errata AC03_CPU_12, AmpereOne needs the loopy branches with a
Mark Kettenis
2024-03-13
Expose BTI support to userland.
Mark Kettenis
2024-03-12
Fix the "fake" frame that we create alongside the trapframe. This fixes
Mark Kettenis
2024-03-05
Tighten up BTCFI by flipping the bits that make PACIASP and PACIBSP
Mark Kettenis
2024-03-02
Enable rkspi(4) and rkpmic(4) at spi.
Mark Kettenis
2024-03-01
Reduce dmesg spam by only printing the CPU feature flags when they differ
Mark Kettenis
2024-02-28
identify MTE; ok kettenis@
Jonathan Gray
2024-02-25
clockintr: rename "struct clockintr_queue" to "struct clockqueue"
Scott Soule Cheloha
2024-02-23
There is a 21BY x13s model. Handle it like 21BX.
Mark Kettenis
2024-02-23
ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void*
Scott Soule Cheloha
2024-02-21
recognise Neoverse V3 (Poseidon), Neoverse N3 (Hermes)
Jonathan Gray
2024-02-21
create a new code ILL_BTCFI associated with SIGILL for trap faults which
Theo de Raadt
2024-02-21
handle /reserved-memory nodes from device trees on arm64.
David Gwynne
2024-02-15
qwx(4) works well enough to enable
Theo de Raadt
2024-02-04
Add a DMA constraint for the x13s. Some brilliant person at Qualcomm
Mark Kettenis
2024-02-03
Implement Multiple Message MSI support on arm64. As on amd64 this is
Mark Kettenis
2024-01-29
Because of the way the Linux code behind apldrm(4) is structured it may
Mark Kettenis
2024-01-26
Fix panic messages.
Mark Kettenis
2024-01-24
clockintr: switch from callee- to caller-allocated clockintr structs
Scott Soule Cheloha
2024-01-24
Add iwm(4) to arm64 GENERIC, as follow up of 1.280
Kevin Lo
2024-01-22
Add apldcp(4) and apldrm(4). Together these drivers provide KMS
Mark Kettenis
2024-01-20
There are several DART variants; print some more details such that we can
Mark Kettenis
2024-01-20
Fetch touchpad dimensions from firmware here as well.
Mark Kettenis
2024-01-19
add iwn(4) to arm64 GENERIC
Mike Larkin
2024-01-15
Add support for bringing up RTKit while !cold.
Mark Kettenis
2024-01-15
Fetch touchpad dimensions from firmware instead of hardcoding the values
Mark Kettenis
2024-01-15
We can't call kstat_create(9) when bringing up the secondary CPUs as it
Mark Kettenis
2024-01-11
Since no system call takes more than 6 arguments, and no more than one
Miod Vallat
2024-01-01
Move fdt attachment into sys/conf/files.conf instead of duplicating it on
Mark Kettenis
2023-12-30
Improve the RTKit code. This update brings us crashlog and syslog parsing
Mark Kettenis
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
Improve handling of SError interrupts. Print some useful information and
Mark Kettenis
2023-12-23
Add support for "locked" DARTs. These have the page table registers
Mark Kettenis
2023-12-14
NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.
Claudio Jeker
2023-12-13
Fix syscall number bounds check computations.
Miod Vallat
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
[next]