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
/
include
Age
Commit message (
Expand
)
Author
2018-08-20
Implement bus_space_mmap(9).
Mark Kettenis
2018-08-20
Remove unused spllock().
Visa Hankala
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-08-12
Add retguard macros for arm64 asm and apply them in the straightforward
mortimer
2018-08-11
Bump MAXCPUS from 8 to 24.
Mark Kettenis
2018-08-09
Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon
Patrick Wildt
2018-08-08
Extend the FDT interrupt API to support masking and unmasking IRQs.
Patrick Wildt
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-08-03
Implement single-stepping. Based on an earlier diff from drahn@.
Mark Kettenis
2018-08-03
Implement DVFS support.
Mark Kettenis
2018-07-05
Add acpipci(4), a driver that supports generic ECAM-compatible PCI host
Mark Kettenis
2018-07-04
ptrace debug support for arm64.
Dale Rahn
2018-07-02
Add functions to allow the use of the FPU in the kernel.
Mark Kettenis
2018-06-30
Remove strange /* End of file */ style.
Theo de Raadt
2018-06-30
Add intr_enable() here as well.
Mark Kettenis
2018-06-28
Add missing <sys/param.h>.
Mark Kettenis
2018-06-28
Add ci_acpi_proc_id member to struct cpu_info; needed by acpi(4).
Mark Kettenis
2018-05-28
Cleanup bootconfig.h and use strlcpy() to copy boot arguments.
Mark Kettenis
2018-05-28
Remove unused include file.
Mark Kettenis
2018-05-28
Drop include of <arm64/swi.h> and remove it.
Mark Kettenis
2018-05-16
Implement pmap_growkernel(). Bump VM_MAX_KERNEL_ADDRESS now that we no
Mark Kettenis
2018-05-15
Remove a4x bus space hack.
Mark Kettenis
2018-05-06
Use speed from device tree for serial console. Makes it possible to boot
Mark Kettenis
2018-05-04
Add stack trace saving for arm64.
Visa Hankala
2018-05-02
Add imxpd(4) which is a power domain controller driver that
Patrick Wildt
2018-04-09
The Open Firmware Interrupt Mapping "recommendation" says that the number
Mark Kettenis
2018-03-20
To allow sharing more code between armv7 and arm64 platforms, introduce
Patrick Wildt
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-02-20
Make arm64 pmap (somewhat) mpsafe.
Mark Kettenis
2018-01-31
Add MULTIPROCESSOR support to the interrupt controller drivers. This makes
Mark Kettenis
2018-01-30
Add support for switching CPUs in ddb on arm64. Based on a diff from drahn@.
Mark Kettenis
2018-01-28
Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffs
Mark Kettenis
2018-01-26
Cleanup VFP code.
Mark Kettenis
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-17
Defend agains branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2018-01-13
Define and use IPL_MPFLOOR in our common mutex implementation.
Martin Pieuchot
2018-01-12
Add MULTIPROCESSOR basics for arm64. Enough to build and run a kernel with
Mark Kettenis
2018-01-12
Runtime services may (and do) use device mappings on some UEFI implementations.
Mark Kettenis
2018-01-12
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2018-01-10
Implement FUCKWIT for arm64; unmap the kernel almost entirely while userland
Mark Kettenis
2018-01-05
Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> being
Mark Kettenis
2018-01-04
Implement support for calling EFI runtime services and use it to implement
Mark Kettenis
2017-12-31
Tighten the permissions used in the early stage page tables somewhat.
Mark Kettenis
2017-12-30
Implement CPU_BUSY_CYCLE and intr_disable/restore.
Mark Kettenis
2017-12-04
Change __mp_lock_held() to work with an arbitrary CPU info structure and
Martin Pieuchot
2017-10-24
R_AARCH64_NONE should be zero, not 256. The latter was a deprecated
Philip Guenther
2017-10-01
set MAXSSIZ to the same value as on all other architectures (32MB)
Christian Weisgerber
2017-09-05
Move mutex, condvar, and thread-specific data routes, pthread_once, and
Philip Guenther
2017-08-27
arm64 performance: use cache zeroing function in pmap_zero_page()
Dale Rahn
2017-08-27
Add glass console support for arm64. This uses the "stdout-path" property
Mark Kettenis
[next]