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
2021-06-29
whitespace
Mark Kettenis
2021-06-28
delete .align inside sigtramp stubs, as the stack alignment requirement
Theo de Raadt
2021-06-10
recognise Cortex-A510, Cortex-A710 and Cortex-X2
Jonathan Gray
2021-05-30
Include <sys/mutex.h> to avoid a hidden header dependency.
Visa Hankala
2021-05-21
Fix some comments and use pmap_pte_insert() to update PTEs instead of
Mark Kettenis
2021-05-17
Rename some MD structs by giving them an architecture-neutral name in
Mark Kettenis
2021-05-16
Drop PTE check in pmap_fault_fixup(). Since pmap_enter() doesn't
Mark Kettenis
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-16
remove unneeded includes
Jonathan Gray
2021-05-16
b_saveaddr has a type of void * use NULL not 0
Jonathan Gray
2021-05-16
ansi
Jonathan Gray
2021-05-15
Use intr_enable()/int_disable()/intr_restore() instead of
Mark Kettenis
2021-05-13
Make memreg_add() a bit smarter and have it merge adjacent regions.
Mark Kettenis
2021-05-12
Build a list of memory regions and call yvm_physload(9) on those like
Mark Kettenis
2021-05-05
Unlock top part of the fault handler.
Martin Pieuchot
2021-05-02
Initialize per-CPU pointer register earlier.
Mark Kettenis
2021-04-26
remove unused cdev defines
Jonathan Gray
2021-04-02
Fix Dale's email address
Theo Buehler
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-17
Add missing memory clobbers to "data" barriers.
Mark Kettenis
2021-03-16
acpi_intr_disestablish() should free its own cookie.
Patrick Wildt
2021-03-16
Fix some correctness issues in the lowelevel kernel bringup code.
Mark Kettenis
2021-03-15
Add code to acpiiort(4) to look up named components in the IORT and
Patrick Wildt
2021-03-15
Add acpi_iommu_device_map(), which replaces the DMA tag with one that
Patrick Wildt
2021-03-13
We can use memory marked as EfiBootServicesCode or EfiBootServicesData
Mark Kettenis
2021-03-11
spelling
Jonathan Gray
2021-03-10
Let MAIR comment catch up with reality.
Mark Kettenis
2021-03-09
Recognize Apple Firestorm cores.
Mark Kettenis
2021-03-08
Revise the ASID allocation sheme to avoid a hang when running out of free
Mark Kettenis
2021-03-04
Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs.
Mark Kettenis
2021-03-04
Print feature that indicates a CPU core supports 16-bit ASIDs.
Mark Kettenis
2021-03-03
Remove bogus (and pointless) pmap_activate(9) call.
Mark Kettenis
2021-02-21
Add cryptox(4), a driver for armv8 cryptographic extensions.
tobhe
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-11
Call exuart(4) early attach on arm64.
Patrick Wildt
2021-02-10
Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1
Mark Kettenis
2021-01-29
recognise Cortex-A78C
Jonathan Gray
2021-01-26
Recognize Apple Icestorm cores.
Mark Kettenis
2021-01-25
Give machdep.c a thorough cleanup that is long overdue.
Mark Kettenis
2021-01-23
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
2020-12-19
Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few
Jonathan Matthew
2020-12-09
Remove redundant TLB flush. All callers of pmap_pte_remove() were already
Mark Kettenis
2020-12-06
Implement acpi_intr_disestablish() for arm64.
Mark Kettenis
2020-12-04
Recognize Neoverse-N2.
Mark Kettenis
2020-11-22
ARM64's bus dma coalesces segments when they are physically contiguous,
Patrick Wildt
2020-11-20
Restructure cache flush operations to avoid repeated barriers. Specifically
Patrick Wildt
2020-11-15
Add support for edge-triggered interrupts in acpi_intr_establish(). So
Patrick Wildt
[next]