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
Age
Commit message (
Expand
)
Author
2019-09-30
Synch the cpu match/attach/identify code with arm64. This drops some
Mark Kettenis
2019-09-30
Enable CPU voltage regulators. The firmware I built for my odroid-n2
Mark Kettenis
2019-09-29
Add IPI support. Taken ftrom arm64.
Mark Kettenis
2019-09-25
Enable interrupts while running interrupt handlers like we do on arm64.
Mark Kettenis
2019-09-23
Implement DVFS support.
Mark Kettenis
2019-09-22
Make the code that calculates the min/max priorities identical to the arm64
Mark Kettenis
2019-09-22
Reduce diffs to arm64 version of this. Mostly whitespace changes.
Mark Kettenis
2019-09-21
Enable thermal zone handling code.
Mark Kettenis
2019-09-06
If uvm_map_inentry returns false then a signal has been delivered, and
Theo de Raadt
2019-07-09
I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and
Theo de Raadt
2019-06-01
Refactor the MAP_STACK feature, and introduce another similar variation:
Theo de Raadt
2019-04-16
Prevent attaching drivers to devices for which we attached a driver early.
Mark Kettenis
2019-03-13
Store whether or not the VFP was active on entering the unhandled
Patrick Wildt
2019-02-10
revert revert revert. there are many other archs that use custom allocs.
Ted Unangst
2019-02-10
make it possible to reduce kmem pressure by letting some pools use a more
Ted Unangst
2019-01-24
Add .fpu directives in inline assembly to silence new compiler
Mark Kettenis
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
2019-01-05
match arm64 and print unconfigured simplebus devices on armv7
Jonathan Gray
2018-12-07
For shared interrupts we need to make sure that we register
Patrick Wildt
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-09-06
fix whitespace
Jonathan Gray
2018-08-11
Use MAXCPUS as the number of elements for the array of per-cpu data.
Mark Kettenis
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-10
Move from sendsig() to its callers the initsiginfo() calls and
Philip Guenther
2018-07-09
Add PCI machdep headers based on the arm64 port.
Patrick Wildt
2018-07-09
Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an
Patrick Wildt
2018-06-30
Remove strange /* End of file */ style.
Theo de Raadt
2018-06-26
Make ast() call refreshcreds(). Tweak this code to be similar to the amd64.
Mark Kettenis
2018-06-23
Save and restore FPU registers around signal handlers.
Mark Kettenis
2018-06-22
Move up the setting of pcb_tf, refreshcreds(), and stack check so that
Philip Guenther
2018-06-22
Update the pointer to the trapframe in the PCB when handling an AST.
Mark Kettenis
2018-06-22
Save and restore the relevant FPU state on armv7.
Mark Kettenis
2018-06-04
Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardware
Mark Kettenis
2018-06-03
Remove #ifdef __XSCALE__ bits. No binary change.
Mark Kettenis
2018-05-15
Remove a4x bus space hack.
Mark Kettenis
2018-05-07
Use speed from device tree for serial console on armv7 too.
Mark Kettenis
2018-05-04
Add a common rules file for ofw sources to help keep the configurations
Visa Hankala
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-03-20
To allow sharing more code between armv7 and arm64 platforms, introduce
Patrick Wildt
2018-03-20
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
Martin Pieuchot
2018-03-16
Make FPU registers available in core dumps and through ptrace(2).
Mark Kettenis
2018-03-08
Rework and cleanup the linker script for armv7. The main feature is
Patrick Wildt
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
[next]