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
2018-10-08
Generate SIGBUS when we see a data abort exception because of unaligned
Mark Kettenis
2018-09-12
Make pmap_protect(9) actually remove exec permission if the new permissions
Mark Kettenis
2018-09-09
Apply retguard to the last asm functions in the arm64 kernel. This completes
mortimer
2018-09-07
Add retguard macros to cpu_switchto, setjmp, longjmp.
mortimer
2018-08-25
Add code to print the characteristics of the caches that can be discovered
Mark Kettenis
2018-08-18
Add support for flushing the instruction cache of other processes. This is
Mark Kettenis
2018-08-18
Make sure we don't match (and attach) more than the maximum number of
Mark Kettenis
2018-08-16
Make pmap_allocate_asid() mpsafe. Since between checking the ASID
Patrick Wildt
2018-08-15
Use atomic instructions to keep track of what ASIDs are in use. This makes
Mark Kettenis
2018-08-12
Add retguard macros for arm64 asm and apply them in the straightforward
mortimer
2018-08-08
Extend the FDT interrupt API to support masking and unmasking IRQs.
Patrick Wildt
2018-08-04
The operating-points-v2 binding allows opp-microvolt to be a single cell
Mark Kettenis
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-30
Add support for the GIC v3 ITS and use it to implement MSI support for
Mark Kettenis
2018-07-19
Enable kernel profiling on arm64
Dale Rahn
2018-07-10
Move from sendsig() to its callers the initsiginfo() calls and
Philip Guenther
2018-07-04
It is possible for a memory write to not complete if no barrier exists
Dale Rahn
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-07-01
Hook up acpi(4) on arm64. Various bits of driver glue are still missing
Mark Kettenis
2018-06-22
Updating md_astpending in ast() creates a race, update the variable in asm
Dale Rahn
2018-06-22
Update the pointer to the trapframe in the PCB when handling an AST.
Mark Kettenis
2018-06-05
Recognise Cortex A76. Only adding to arm64 as it only supports aarch32
Jonathan Gray
2018-06-01
With option WITNESS we need to have a bit more KVA available during early
Mark Kettenis
2018-05-30
Remove comcnspeed variable, which gets set but is never actually used.
Mark Kettenis
2018-05-28
Cleanup bootconfig.h and use strlcpy() to copy boot arguments.
Mark Kettenis
2018-05-28
Call readdisksector() instead of rolling our own. Drop <sys/systm.h>
Mark Kettenis
2018-05-23
Remove unused pmap_steal_memory_implementation(). It doesn't actually work
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
Fix WITNESS build on arm64.
Visa Hankala
2018-05-04
Add stack trace saving for arm64.
Visa Hankala
2018-05-03
Add support for SMCCC 1.1 which provides proper support for the firmware-based
Mark Kettenis
2018-04-18
Stop modifying vm page flags using mixed atomic and non-atomic
Patrick Wildt
2018-04-18
Introduce a pmap lock on pmap_fault_fixup(). Heavily threaded
Patrick Wildt
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-04-09
Set trapframe pointer early on in do_el0_sync. This allows the use of
Mark Kettenis
2018-04-09
Get rid of some FreeBSD leftovers (that are mostly commented out already).
Mark Kettenis
2018-04-09
The Open Firmware Interrupt Mapping "recommendation" says that the number
Mark Kettenis
2018-03-29
Call imxuart(4) early attach on arm64.
Patrick Wildt
2018-03-29
Initialize the secondary core's schedstate before spinning them up.
Patrick Wildt
2018-03-29
Set p->p_cpu in cpu_switchto() like we do on other MP architectures.
Patrick Wildt
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
2018-03-09
Remove bogus copying of bootargs.
Mark Kettenis
2018-02-24
Make ncpusfound count the available processors even if they don't attach.
Mark Kettenis
2018-02-23
Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead
Mark Kettenis
2018-02-20
Release the secondary CPUs.
Mark Kettenis
2018-02-20
Make arm64 pmap (somewhat) mpsafe.
Mark Kettenis
[next]