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
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-17
Enable PAN (Privileged Access Never) on CPUs that support it. This means
Mark Kettenis
2020-08-17
Panic on an attempt to access user-space unless it is done using
Mark Kettenis
2020-07-25
Port over NetBSD's arm64 disassembler for DDB.
tobhe
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
Patrick Wildt
2020-07-16
Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() can
Patrick Wildt
2020-07-16
To be able to have intr_barrier() on arm64, we need to be able to
Patrick Wildt
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
Mark Kettenis
2020-07-06
wire up kstat(4)
David Gwynne
2020-06-05
Implement cpu_rnd_messybits() as a read of the virtual counter xored
Christian Weisgerber
2020-06-04
Recognise Cortex-A78.
Mark Kettenis
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-25
Kill unused cdev_pc_init().
Martin Pieuchot
2020-05-23
Add a little bit of const-ness.
Mark Kettenis
2020-05-17
Look at the openbsd,boothowto property.
Mark Kettenis
2020-05-17
Add machdep.compatible.
Mark Kettenis
2020-05-16
Make inittodr() and resettodr() MI.
Mark Kettenis
2020-05-13
Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.
Martin Pieuchot
2020-05-11
Initialize the timeval passed to todr_gettime() with the base time from
Mark Kettenis
2020-04-27
Move inittodr() and resettodr() to the end of the file to easy move an MI
Mark Kettenis
2020-04-26
Sanitize inittodr()/resettodr() implementation.
Mark Kettenis
2020-04-21
Set DMA constraint based on the openbsd,dma-constraint property if
Mark Kettenis
2020-04-18
Sync existing stacktrace_save() implementations
Visa Hankala
2020-04-12
Add support for the _CCA method. This method indicates whether DMA is
Mark Kettenis
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-03-29
Prevent stack trace saving from inspecting untrusted data. On amd64,
Visa Hankala
2020-03-19
Remove an unnecessary type cast.
Visa Hankala
2020-03-17
Mark a few functions as .globl such that they show up with their name
Mark Kettenis
2020-03-13
improve comment about the speculation barrier
Theo de Raadt
2020-03-13
Add speciulation barrier after the last remaining naked ERET instruction.
Mark Kettenis
2020-03-11
In the sigtramp the fallback SYS_exit always works, there is no reason
Theo de Raadt
2020-03-03
Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9).
Mark Kettenis
2020-03-03
Fix bogus bus_dmamem_mmap(9) implementation.
Mark Kettenis
2020-02-16
Change arm64 system call ABI to skip two instructions. This allows us to
Mark Kettenis
2020-02-02
Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-related
Theo de Raadt
2020-02-02
Back out previous "insert two nop instructions after svc instructions
Christian Weisgerber
2020-02-01
Also insert two nop instructions after svc instructions for SYS_exit
Theo de Raadt
2020-01-26
Fix comment.
Mark Kettenis
2020-01-26
Fix spacing issue.
Mark Kettenis
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-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-11
fix dup #include
Theo de Raadt
2020-01-06
Print a few more registers when we hit a uvm_fault in the kernel.
Mark Kettenis
2019-12-22
Wire up ipmi(4).
Mark Kettenis
2019-12-19
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
Martin Pieuchot
2019-12-17
arm64 cpus speculatively execute instructions after ERET, and on some
Theo de Raadt
2019-12-17
Add fido(4), a HID driver for FIDO/U2F security keys
Reyk Floeter
[prev]
[next]