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-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
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-17
Rename memhook to vmmap to match other archs.
Mark Kettenis
2018-02-06
Allow the kernel to recognize that it has been netbooted and to add the
Christian Weisgerber
2018-02-02
Enable interrupts in (synchronous) trap handlers.
Mark Kettenis
2018-01-31
Make sure each CPU uses its own set of VAs for pmap_zero_page() and
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-28
Bring this more in line with our other architectures.
Mark Kettenis
2018-01-27
Sync the nam2blk entries with the bdevsw table, which is the
Christian Weisgerber
2018-01-26
Cleanup VFP code.
Mark Kettenis
2018-01-25
Remove mutex implementations that now live in MI code.
Martin Pieuchot
2018-01-21
Move some code back from locore0.S to locore.S that we will need to bring up
Mark Kettenis
2018-01-20
Re-enable the code that unmaps the startup code once more now that lld is
Mark Kettenis
2018-01-17
Defend agains branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2018-01-13
Add a barrier at the end of pmap_map_early() such that the new mapping is
Mark Kettenis
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-11
Add size for free.
Visa Hankala
2018-01-10
Implement FUCKWIT for arm64; unmap the kernel almost entirely while userland
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
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-12-30
Add copyin32 implementation.
Mark Kettenis
2017-12-29
Use register_t instead of uint32_t in smc/hmc calls such that arguments
Mark Kettenis
2017-12-27
Initialize memhook such that /dev/mem access doesn't attempt to map pages
Mark Kettenis
2017-12-27
Turns out linker scripts in lld are still subtly broken and aligning
Mark Kettenis
2017-12-24
Re-enable the code that unmaps the startup code. This was temporarily
Mark Kettenis
2017-12-24
For systems where the cpu node in the device tree has a "clocks" property,
Mark Kettenis
2017-12-24
Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.
Mark Kettenis
2017-12-23
Remove stray space.
Mark Kettenis
2017-12-20
Sync C mutex implementations.
Martin Pieuchot
2017-12-18
Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.
Mark Kettenis
2017-12-14
fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so
Philip Guenther
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-09-16
The copyin(9) family of functions should return EFAULT for all memory
Philip Guenther
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
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
2017-08-27
Clear second return register on exec.
Mark Kettenis
2017-08-20
Add Cortex-A55 and Cortex-A75 part numbers.
Jonathan Gray
[next]