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
2020-03-19
Remove an unnecessary type cast.
Visa Hankala
2020-03-13
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-11
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-11
In the sigtramp the fallback SYS_exit always works, there is no reason
Theo de Raadt
2020-03-11
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-02-28
correct data 16-bit aligned block of in4_cksum()
Jonathan Gray
2020-01-23
wire up pppac(4) to some majors on each arch.
David Gwynne
2020-01-21
Import dt(4) a driver and framework for Dynamic Profiling.
Martin Pieuchot
2020-01-12
Implement cpu_kick() and cpu_unidle().
Mark Kettenis
2020-01-06
Remove redundant BPIALL instructions (since ICIALLU already invalidates the
Mark Kettenis
2020-01-06
Rewrite the armv7 context switch code. The new code is much closer to the
Mark Kettenis
2019-12-19
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
Martin Pieuchot
2019-12-18
typo
Theo de Raadt
2019-12-17
Add fido(4), a HID driver for FIDO/U2F security keys
Reyk Floeter
2019-11-09
Retguard will start using sections named ".openbsd.randomdata.retguard.*"
Philip Guenther
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-11-07
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-10-31
In 2013, when OpenBSD/armv7 was still rather early, improvements for
Patrick Wildt
2019-10-28
Add missing KERNEL_UNLOCK.
Mark Kettenis
2019-10-27
Add code to spin up secondary CPUs.
Mark Kettenis
2019-10-25
Split out the code that brings us out of HYP mode and the code that
Mark Kettenis
2019-10-23
Provide hw.serialno using the root node's serial-number property.
Patrick Wildt
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
[next]