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-08-04
The devicetree spec says in section 2.4:
Mark Kettenis
2024-08-01
Add device tree mapping for Samsung Galaxy Book4 Edge.
Marcus Glocker
2024-07-31
Add ufshci(4) at fdt support.
Marcus Glocker
2024-07-30
Make the Samsung Galaxy Book4 Edge (x1e80100) boot in ACPI mode;
Marcus Glocker
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
Extend DMA constraints override to include all SC8280XP and X1E80100 based
Patrick Wildt
2024-07-10
Implement support for deeper idle states offered by PSCI. Reduces the
Mark Kettenis
2024-07-10
Hook up the Qualcomm UEFI Secure Application that handles EFI variables to
Mark Kettenis
2024-07-10
Missed some files in previous commit to split vmd into mi/md.
Dave Voutila
2024-07-07
Add device tree mapping for Lenovo Yoga Slim 7x.
Patrick Wildt
2024-07-06
remove ampintc_intr_string(), unused on arm64
Jonathan Gray
2024-07-05
When trying to enable multiple MSI vectors, check the flag first whether
Patrick Wildt
2024-07-03
Right now MSIs don't work on the Qualcomm Snapdragon X Elite (X1E80100).
Patrick Wildt
2024-07-03
Add device tree mapping for Asus Vivobook S15.
Mark Kettenis
2024-07-03
Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memory
Mark Kettenis
2024-07-03
Switch to a table for mapping smbios vendor/product to device tree file
Mark Kettenis
2024-07-02
Fix unintended comparison between signed and unsigned integer.
Mark Kettenis
2024-07-02
Give the Qualcomm Snapdragon X Elite (X1E80100) the same treatment as its
Patrick Wildt
2024-07-02
The traditional LL/SC atomics perform poorly on modern arm64 systems with
Mark Kettenis
2024-06-30
we don't need the NOBYFOUR space-savings option anymore, that codepath
Theo de Raadt
2024-06-23
If an ioctl(2) request isn't implemented we should return ENOTTY.
Mark Kettenis
2024-06-23
While Qualcomm Snapdragon X Elite (X1E80100) claims to support 32 device-id
Patrick Wildt
2024-06-23
Add support for ACPI firmware that provides the base address of individual
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-20
Instead of allocating an arbitrary amount of extra space, let the EFI
Mark Kettenis
2024-06-19
The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite)
Patrick Wildt
2024-06-19
The X1E80100 (Snapdragon X Elite) joins the group of chips that require
Patrick Wildt
2024-06-17
KNF
Mark Kettenis
2024-06-14
When loading a device tree using the "mach dtb" command, give firmware
Mark Kettenis
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-28
Garbage collect sleep_abort(); it doesn't do anything useful anymore.
Mark Kettenis
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-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-07
drop the MD byte-swap micro-optimizations on clang architectures
Christian Weisgerber
[next]