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
/
arm64
Age
Commit message (
Expand
)
Author
13 days
Cast atomic_load_int(9) to signed int when loading `securelevel'.
Vitaliy Makkoveev
13 days
move bus space extern to bus.h; ok mpi@
Jonathan Gray
2024-11-12
remove unused arm64_machdep.h
Jonathan Gray
2024-11-12
rename bus space files to match other archs
Jonathan Gray
2024-11-10
replace uvm.h includes with uvm_extern.h where possible
Jonathan Gray
2024-11-10
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
Jonathan Gray
2024-11-09
The buffer flipper (incorrectly?) uses pmap_copy_page() from interrupt
Mark Kettenis
2024-11-07
Constify strings in symbol-related ddb interfaces, and make the iterator
Miod Vallat
2024-10-28
Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.
Vitaliy Makkoveev
2024-10-17
use <machine/asm.h> not "machine/asm.h", for consistency
Jonathan Gray
2024-10-14
remove unneeded vmparam.h include from pte.h
Jonathan Gray
2024-09-29
fix HWCAP_ASIMDHP test; ok kettenis@
Jonathan Gray
2024-09-23
recognise Neoverse V3AE (Poseidon AE)
Jonathan Gray
2024-08-26
replace multiple '.arch armv8.3-a' with a pauth target attribute
Jonathan Gray
2024-08-04
The devicetree spec says in section 2.4:
Mark Kettenis
2024-07-30
Populate most of the remaining hwcap and hwcap2 flags based on the detected
Mark Kettenis
2024-07-27
Use ".arch_extension fp" for the signal trampoline since it saves and
Mark Kettenis
2024-07-26
use the fp target attribute with fpu_save()/fpu_load()
Jonathan Gray
2024-07-24
If the CPU cores implement FEAT_IDST, emulate access to the CPU ID
Mark Kettenis
2024-07-21
Populate hwcap and hwcap2 based on the sanitized values of the ID register
Mark Kettenis
2024-07-18
Fix typos in previous commit spotted by naddy@
Mark Kettenis
2024-07-17
Clean up the cpi_id_aa64xxx variables at the end of autoconf such that
Mark Kettenis
2024-07-14
Add elf_aux_info(3)
Jeremie Courreges-Anglas
2024-07-11
Use FEAT_RNG to feed entropy into the random subsystem like we do on amd64.
Mark Kettenis
2024-07-10
Implement support for deeper idle states offered by PSCI. Reduces the
Mark Kettenis
2024-07-03
Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memory
Mark Kettenis
2024-07-02
Fix unintended comparison between signed and unsigned integer.
Mark Kettenis
2024-07-02
The traditional LL/SC atomics perform poorly on modern arm64 systems with
Mark Kettenis
2024-06-23
If an ioctl(2) request isn't implemented we should return ENOTTY.
Mark Kettenis
2024-06-23
Enable EPAN if it is available.
Mark Kettenis
2024-06-21
recognise Qualcomm Oryon; ok kettenis@
Jonathan Gray
2024-06-12
remove BMAJ and CMAJ defines only used by arm64; ok deraadt@
Jonathan Gray
2024-06-11
Clamp CPU clock frequencies to [min, max] range when determining the
Mark Kettenis
2024-06-11
remove drm prototypes duplicating those in sys/conf.h
Jonathan Gray
2024-05-30
arm64: move cpu_suspended out of #ifdef SUSPEND
Theo Buehler
2024-05-29
recognise Cortex-X925 (Blackhawk), Cortex-A725 (Chaberton)
Jonathan Gray
2024-05-28
Rework the pmap ASID handling to not require the SCHED_LOCK
Claudio Jeker
2024-05-27
Decode remaining ID_AA64ISAR1_EL1 features.
Mark Kettenis
2024-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
2024-05-22
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-04-29
remove prototypes for removed functions
Jonathan Gray
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-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
[next]