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
/
arm
/
include
Age
Commit message (
Expand
)
Author
2020-05-17
Add machdep.compatible.
Mark Kettenis
2020-04-29
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
Mark Kettenis
2020-01-12
Implement cpu_kick() and cpu_unidle().
Mark Kettenis
2019-12-19
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
Martin Pieuchot
2019-11-07
Remove get_pc_str_offset(), which has been unused since we switched
Patrick Wildt
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-10-27
Add code to spin up secondary CPUs.
Mark Kettenis
2019-09-30
Synch the cpu match/attach/identify code with arm64. This drops some
Mark Kettenis
2019-09-23
Implement DVFS support.
Mark Kettenis
2019-03-13
Store whether or not the VFP was active on entering the unhandled
Patrick Wildt
2019-01-22
flense more trailing whitespace
Peter Hessler
2019-01-22
remove trailing whitespace in the Laptop Package part of the license text.
Peter Hessler
2018-12-05
Include srp.h where struct cpu_info uses srp to avoid erroring out when
Jonathan Gray
2018-10-02
Unify the MD byteswapping code as much as possible across architectures.
Christian Weisgerber
2018-09-14
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
Claudio Jeker
2018-08-08
Extend the FDT interrupt API to support masking and unmasking IRQs.
Patrick Wildt
2018-08-06
Make it possible to build a MULTIPROCESSOR kernel on armv7. While this
Mark Kettenis
2018-08-06
Give the FDT interrupt API a more generic naming by replacing the
Patrick Wildt
2018-07-09
Add PCI machdep headers based on the arm64 port.
Patrick Wildt
2018-06-30
Remove strange /* End of file */ style.
Theo de Raadt
2018-06-23
Save and restore FPU registers around signal handlers.
Mark Kettenis
2018-06-22
Save and restore the relevant FPU state on armv7.
Mark Kettenis
2018-05-07
Use speed from device tree for serial console on armv7 too.
Mark Kettenis
2018-03-20
To allow sharing more code between armv7 and arm64 platforms, introduce
Patrick Wildt
2018-03-16
Make FPU registers available in core dumps and through ptrace(2).
Mark Kettenis
2018-03-05
Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; those
Theo de Raadt
2018-03-05
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
Theo de Raadt
2018-03-01
AAPCS requires 8-byte alignment for 64-bit types. We missed this when we
Mark Kettenis
2018-02-10
Convert armv7 to MI mutex.
Martin Pieuchot
2018-01-26
Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
Mark Kettenis
2018-01-23
Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32
Mark Kettenis
2018-01-15
Improve defense against branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2017-10-01
set MAXSSIZ to the same value as on all other architectures (32MB)
Christian Weisgerber
2017-09-05
Move mutex, condvar, and thread-specific data routes, pthread_once, and
Philip Guenther
2017-08-27
Add glass console support for arm64. This uses the "stdout-path" property
Mark Kettenis
2017-08-20
Add Cortex-A55 and Cortex-A75 part numbers.
Jonathan Gray
2017-08-12
remove apmwarn sysctl which is not used
Ted Unangst
2017-07-31
Use unsigned long instead of uint32_t, which is the appropriate integer
Mark Kettenis
2017-07-12
remove CPU_LIDSUSPEND/machdep.lidsuspend
Martin Natano
2017-06-29
kill RCSID macros; discussed with millert
Theo de Raadt
2017-06-23
Unbreak profiling assembly functions in userland by defining the
Martin Pieuchot
2017-05-18
Fix kernel build on armv7 and sh.
Visa Hankala
2017-05-12
Make atomic.h ready to be included in userland.
Martin Pieuchot
2017-05-08
add a BUS_DMA_64BIT flag to bus_dma on all our archs.
David Gwynne
2017-04-27
Bring over the changes to mainbus(4) and simplebus(4) from arm64.
Mark Kettenis
2017-04-24
Add support for Cortex-A12. Even though ARM rebranded these as Cortex-A17
Mark Kettenis
2017-04-20
Hook up mutex(9) to witness(4).
Visa Hankala
2017-04-13
Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it
Philip Guenther
2017-03-03
Fix the lidsuspend sysctl name in arm/include/cpu.h
Tom Cosgrove
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
[next]