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
2018-03-31
Enable mvtemp(4).
Mark Kettenis
2018-03-30
Enable imxanatop(4).
Patrick Wildt
2018-03-30
Enable imxiic(4).
Patrick Wildt
2018-03-30
Enable imxesdhc(4).
Patrick Wildt
2018-03-30
Enable imxgpio(4).
Patrick Wildt
2018-03-30
Remove a premature newline print. A later print already does it and
Patrick Wildt
2018-03-30
Enable imxgpc(4).
Patrick Wildt
2018-03-29
Call imxuart(4) early attach on arm64.
Patrick Wildt
2018-03-29
Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
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-29
Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). This
Mark Kettenis
2018-03-20
To allow sharing more code between armv7 and arm64 platforms, introduce
Patrick Wildt
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
2018-03-12
Remove dependencies for non-existing files.
Mark Kettenis
2018-03-09
Remove bogus copying of bootargs.
Mark Kettenis
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-03-02
The UEFI specification states that a watchdog timer should be armed for
Jonathan Gray
2018-02-24
Enable bcmrng(4).
Mark Kettenis
2018-02-24
Enable interrupts while running interrupt handlers like we do on
Jonathan Gray
2018-02-24
Enable bcmtemp(4).
Mark Kettenis
2018-02-24
Make ncpusfound count the available processors even if they don't attach.
Mark Kettenis
2018-02-23
Disable mailbox interrupts on all cores upon attach instead of enabling the
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
Add GENERIC.MP directory.
Mark Kettenis
2018-02-20
Add GENERIC.MP.
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-15
use the arm64 openprom.c on arm64
Jonathan Gray
2018-02-11
Move .openbsd.randomdata into .rodata. This makes things more
Patrick Wildt
2018-02-10
Enable axppmic(4).
Mark Kettenis
2018-02-09
Check for the existence of /bsd before trying to back it up to /obsd.
Theo Buehler
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-02-02
Enable interrupts while running interrupt handlers like we do on agintc(4).
Mark Kettenis
2018-02-01
handle ramdisk not containing ddb, so that builds can proceed
Theo de Raadt
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
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-30
Add support for switching CPUs in ddb on arm64. Based on a diff from drahn@.
Mark Kettenis
2018-01-29
Attach ampintc/ampintcmsi early so pci devices can be attached with
Jonathan Gray
2018-01-28
trampoline.o depends on assym.h
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-25
Move common mutex implementations to a MI place.
Martin Pieuchot
[next]