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-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
Allow pluart(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Allow xhci(4) to attach to acpi(4).
Mark Kettenis
2018-07-02
Enable the FPU when calling EFI runtime services. The new UEFI firmware for
Mark Kettenis
2018-07-02
Add functions to allow the use of the FPU in the kernel.
Mark Kettenis
2018-07-01
Revert bit I didn't intend to commit.
Mark Kettenis
2018-07-01
Hook up acpi(4) on arm64. Various bits of driver glue are still missing
Mark Kettenis
2018-06-30
Some tweaks such that ACPI 5.1 tables are recognized as well.
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-06-25
Add code that builds a basic device tree from ACPI tables if the firmware
Mark Kettenis
2018-06-24
If ACPI tables are present, set a global variable to point at their
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
Move pluart(4) to dev/fdt.
Mark Kettenis
2018-06-05
Unify arm64 and armv7 pluart(4) implementations.
Mark Kettenis
2018-06-05
Recognise Cortex A76. Only adding to arm64 as it only supports aarch32
Jonathan Gray
2018-06-02
Enable fanpwr(4), move sypwr(4) where it belongs.
Mark Kettenis
2018-06-01
With option WITNESS we need to have a bit more KVA available during early
Mark Kettenis
2018-06-01
Enable witness(4) on select architectures to help the current MP work.
Visa Hankala
2018-05-31
Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.
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
Remove unused include file.
Mark Kettenis
2018-05-28
Drop include of <arm64/swi.h> and remove it.
Mark Kettenis
2018-05-28
Call readdisksector() instead of rolling our own. Drop <sys/systm.h>
Mark Kettenis
2018-05-23
Enable bwfm(4).
Patrick Wildt
2018-05-23
Remove unused pmap_steal_memory_implementation(). It doesn't actually work
Mark Kettenis
2018-05-16
Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)
Patrick Wildt
2018-05-16
Add glue for the USB3 controller on the i.MX8MQ SoC.
Patrick Wildt
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-14
Add support for register shift/io-width to the console code as well.
Mark Kettenis
2018-05-06
Use speed from device tree for serial console. Makes it possible to boot
Mark Kettenis
2018-05-04
Add a common rules file for ofw sources to help keep the configurations
Visa Hankala
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-05-02
Add imxpd(4) which is a power domain controller driver that
Patrick Wildt
2018-05-02
Implement a power domain framework to turn on/off so-called power
Patrick Wildt
2018-04-24
Enable gpioiic(4) and gpioow(4). From Artturi Alm.
Mark Kettenis
2018-04-20
enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s
David Gwynne
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
[next]