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
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
2019-02-16
Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few lines
Patrick Wildt
2019-01-23
Add the apm(4) subsystem to arm64.
Peter Hessler
2018-12-05
Include srp.h where struct cpu_info uses srp to avoid erroring out when
Jonathan Gray
2018-10-01
Use inline functions instead of GNU C statement expressions for the MD
Christian Weisgerber
2018-09-14
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
Claudio Jeker
2018-09-11
We actually support 39-bit VA's in userland.
Mark Kettenis
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-25
Add code to print the characteristics of the caches that can be discovered
Mark Kettenis
2018-08-20
Implement bus_space_mmap(9).
Mark Kettenis
2018-08-20
Remove unused spllock().
Visa Hankala
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-08-12
Add retguard macros for arm64 asm and apply them in the straightforward
mortimer
2018-08-11
Bump MAXCPUS from 8 to 24.
Mark Kettenis
2018-08-09
Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon
Patrick Wildt
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-03
Implement single-stepping. Based on an earlier diff from drahn@.
Mark Kettenis
2018-08-03
Implement DVFS support.
Mark Kettenis
2018-07-05
Add acpipci(4), a driver that supports generic ECAM-compatible PCI host
Mark Kettenis
2018-07-04
ptrace debug support for arm64.
Dale Rahn
2018-07-02
Add functions to allow the use of the FPU in the kernel.
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-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-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-06
Use speed from device tree for serial console. Makes it possible to boot
Mark Kettenis
[next]