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-09-11
Include bnxt in arm64.
ccardenas
2018-09-11
We actually support 39-bit VA's in userland.
Mark Kettenis
2018-09-09
Apply retguard to the last asm functions in the arm64 kernel. This completes
mortimer
2018-09-08
Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB.
Claudio Jeker
2018-09-07
Add retguard macros to cpu_switchto, setjmp, longjmp.
mortimer
2018-08-30
Move .dynstr before _edata to fix image size calculation. The PE
Patrick Wildt
2018-08-27
Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660
Mark Kettenis
2018-08-27
Add hiclock(4). Make sure hireset(4) attaches early.
Mark Kettenis
2018-08-27
Enable hireset(4).
Mark Kettenis
2018-08-27
Add glue for the USB3 controller on the HiKey 970.
Mark Kettenis
2018-08-27
Enable radeondrm(4). Note that on arm64 we do not yet have a way to
Mark Kettenis
2018-08-26
Add pinctrl(4), a generic pin mux driver.
Mark Kettenis
2018-08-26
Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.
Mark Kettenis
2018-08-25
Add code to print the characteristics of the caches that can be discovered
Mark Kettenis
2018-08-25
Add GPT support. Mostly copied from amd64.
Mark Kettenis
2018-08-25
Insert new child nodes at the end.
Mark Kettenis
2018-08-25
Don't treat UnicodeChar == 0 as a keyboard input. The same fix was
YASUOKA Masahiko
2018-08-23
Set the pointer to the EFI Runtime Services, otherwise we call into
Patrick Wildt
2018-08-22
Enable uscom(4) where uslcom(4) is already present.
Martin Pieuchot
2018-08-20
Implement bus_space_mmap(9).
Mark Kettenis
2018-08-20
Remove unused spllock().
Visa Hankala
2018-08-19
Implement "mach dtb <filename.dtb>" in efiboot(8). This way we can
Patrick Wildt
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
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-18
Support arbitrary number of redistributors.
Mark Kettenis
2018-08-16
Make pmap_allocate_asid() mpsafe. Since between checking the ASID
Patrick Wildt
2018-08-15
Turns out the integration of the GIC-500 on the Rockchip RK3399 is busted.
Mark Kettenis
2018-08-15
Distinguish between softc array members that are indexed by redistributor
Mark Kettenis
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-11
Make legacy interrupts work in more cases.
Mark Kettenis
2018-08-11
Use IORT table to map requester ID into MSI sideband data.
Mark Kettenis
2018-08-11
Make GICv3 redistributor support actually work and add ITS support.
Mark Kettenis
2018-08-11
Bump MAXCPUS from 8 to 24.
Mark Kettenis
2018-08-11
Fix a couple of bugs in the ITS support code:
Mark Kettenis
2018-08-11
Use MAXCPUS as the number of elements for the array of per-cpu data.
Mark Kettenis
2018-08-09
Synopsys Designeware PCIe IP isn't 100% ECAM compliant. It doesn't handle
Mark Kettenis
2018-08-09
Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon
Patrick Wildt
2018-08-08
Support DMA coherent devices that attach to mainbus(4) as well.
Mark Kettenis
2018-08-08
Fix the ITLinesNumber mask and bump the number of supprted redistributors
Mark Kettenis
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-05
enable bio and softraid on arm64 ramdisk
Jonathan Gray
2018-08-04
The operating-points-v2 binding allows opp-microvolt to be a single cell
Mark Kettenis
2018-08-03
Pass PCIe requester ID as sideband data here as well.
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-08-03
Enable mue(4).
Kevin Lo
2018-08-02
Enable ssdfb(4) at I2C.
Patrick Wildt
[next]