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
/
include
Age
Commit message (
Expand
)
Author
2021-05-01
Remove NetBSDisms that crept into the arm64 version of this file.
Mark Kettenis
2021-03-27
Make sure that all CPUs end up with the same bits set in SCTLR_EL1.
Mark Kettenis
2021-03-27
Add ARMv8.5 instruction set related CPU features.
Mark Kettenis
2021-03-22
Load MSI pages through bus_dma(9). Our interrupt controllers for MSIs
Patrick Wildt
2021-03-11
spelling
Jonathan Gray
2021-03-08
Revise the ASID allocation sheme to avoid a hang when running out of free
Mark Kettenis
2021-02-28
Add memory attributes for stage-2 pagetables.
Patrick Wildt
2021-02-25
Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
Patrick Wildt
2021-02-23
remove some unused includes
Jonathan Gray
2021-02-21
One CPUs that implement the VHE extension and have the E2H bit set, keep
Mark Kettenis
2021-02-17
Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs
Mark Kettenis
2021-02-16
Introduce BUS_SPACE_MAP_POSTED such that we can distinguish between
Mark Kettenis
2021-02-15
While it should be possible to use "normal uncachable" mappings for
Mark Kettenis
2020-10-21
last argument to pmap_fault_fixup() is unused, delete it
Theo de Raadt
2020-10-18
Add code to print CPU features.
Mark Kettenis
2020-08-17
Enable PAN (Privileged Access Never) on CPUs that support it. This means
Mark Kettenis
2020-08-14
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
Mark Kettenis
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
Patrick Wildt
2020-07-16
Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() can
Patrick Wildt
2020-07-16
To be able to have intr_barrier() on arm64, we need to be able to
Patrick Wildt
2020-07-15
Userland timecounter implementation for arm64.
Mark Kettenis
2020-07-14
Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer
Patrick Wildt
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-05
Implement cpu_rnd_messybits() as a read of the virtual counter xored
Christian Weisgerber
2020-06-05
Allow userland access to the virtual counter.
Mark Kettenis
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-17
Fix typo in comment.
Mark Kettenis
2020-05-17
Add machdep.compatible.
Mark Kettenis
2020-04-13
Fix some of the more esoteric bus_space functions. The
Mark Kettenis
2020-02-20
controler -> controller
Jonathan Gray
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-10-17
Cache flush operations on arm64 were being incorrectly treated as write
Dale Rahn
2019-09-01
Newer ARMv8 processors now include a new CSV2 field in their processor
Mark Kettenis
2019-08-04
Fix a typo I noticed reviewing the smbios code cleanup diff.
kmos
2019-08-04
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
Mark Kettenis
2019-08-04
Implement smbios support on arm64.
Mark Kettenis
2019-07-02
Register cpu(4) as a cooling device. This supports passive cooling by
Mark Kettenis
2019-06-25
Implement suspend/resume support for MSI-X interrupts. Loosely based on
Mark Kettenis
2019-06-04
Remove the unused pvh_attrs attribute from struct vm_page_md.
Patrick Wildt
2019-06-04
Bump MAXCPUS to 32 so that we can use all cores on the Ampere eMAG.
Patrick Wildt
2019-06-03
Map the raw bus space operations to the regular ones.
Patrick Wildt
2019-06-02
Change pci_intr_handle_t into a struct and replace duplicated code that
Mark Kettenis
2019-06-01
Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Since
Patrick Wildt
2019-05-31
Add MSI-X support for acpipci(4). This splits out some generic code into
Mark Kettenis
2019-05-13
Add the needed ICC_PMR_EL1 register bit defines for the previous
Patrick Wildt
2019-05-04
Remove some junk that we don't use.
Mark Kettenis
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-03-12
Setting and getting the rounding mode on our arm64 FPU has not worked
Patrick Wildt
[next]