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
2017-01-06
there is no longer a need to ifdef __armv7__ armv6 rev instructions
Jonathan Gray
2017-01-06
unifdef CPU_ARMv7 and ARM_ARCH_7
Jonathan Gray
2017-01-05
Complete idle PCB allocation for secondary processors so that it makes
Patrick Wildt
2017-01-04
unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3)
Jonathan Gray
2017-01-01
recognise Cortex A32
Jonathan Gray
2016-12-30
Remove unused headers.
Jeremie Courreges-Anglas
2016-10-22
If an Access Flag fault happens while we were running the kernel and
Patrick Wildt
2016-10-05
Some device trees use 64-bit intermediate virtual addresses. This
Patrick Wildt
2016-10-02
The userspace TCB_GET() shouldn't take an argument
Philip Guenther
2016-09-24
Stick the thread control block pointer into a CPU register on ARMv7.
Patrick Wildt
2016-09-24
If the value of r0 upon entering the kernel is zero, interpret this as the
Mark Kettenis
2016-09-21
Modernize arm assembly in the kernel for clang.
Mark Kettenis
2016-09-16
Define PT_ARM_EXIDX.
Mark Kettenis
2016-09-03
Increase the number of mbufs on most architectures. This is based
Alexander Bluhm
2016-08-27
Add support for the PXN bit in level 1 translation table descriptors and
Mark Kettenis
2016-08-26
Implement bus dma support for loading raw mappings so that we can use
Patrick Wildt
2016-08-26
Remove the code that switches around MMU domains on armv7. MMU domains are
Mark Kettenis
2016-08-25
Enable the UWXN bit in the SCTRL register when available. This should
Mark Kettenis
2016-08-24
Replace pmap_fault_fixup() with an access flag fault handler on armv7.
Mark Kettenis
2016-08-22
Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with the
Jonathan Gray
2016-08-20
Don't set MSGBUFSIZE here such that the setting in <machine/param.h> takes
Mark Kettenis
2016-08-19
Start using to XN flag to enforce that mappings without PROT_EXEC are
Mark Kettenis
2016-08-19
Adjust the definitions of L1_S_COHERENT_v7, L2_L_COHERENT_v7 and
Mark Kettenis
2016-08-19
Use Access Flag to do page reference emulation.
Mark Kettenis
2016-08-18
Separate out the Access Flag bit from the Access Permission bits in the
Mark Kettenis
2016-08-14
Remove code for Intel 80219/80321 xscale processors used by armish.
Jonathan Gray
2016-08-14
Fix setting the SMP bit in the Auxiliary Control Register. The old code was
Mark Kettenis
2016-08-10
Add defines for the Access Flag as found on armv7. Fix definition of the
Mark Kettenis
2016-08-10
Shuffle armv7 access permission bits around to something that is compatible
Mark Kettenis
2016-08-08
Mapping non-cachable memory as cachable and subsequently changing the mapping
Mark Kettenis
2016-08-07
Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.
Philip Guenther
2016-08-06
Put page tables in normal cachable memory on armv7. Check if the MMU walks
Mark Kettenis
2016-07-31
Recognise Cortex A35 and Cortex A73.
Jonathan Gray
2016-07-31
Instead of testing MIDR values for every model of Cortex processor check
Jonathan Gray
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-13
The "#address-cells" and "#size-cells" properties define the size
Patrick Wildt
2016-06-09
Fetch "reg" and "interrupts" properties and pass them down as attach args to
Mark Kettenis
2016-05-27
Remove the non ELF macros
Theo de Raadt
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
2016-05-16
Implement membar(9) for armv5. As there are no barrier instructions in
Jonathan Gray
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-25
Implement atomic operations using the atomic instructions available
Patrick Wildt
2016-04-25
Add macros to access cp14/cp15 registers by name instead of six
Jonathan Gray
2016-04-24
whitespace cleanup
Patrick Wildt
2016-04-24
EABI's Procedure Call Standard (AAPCS) requires the stack pointer
Patrick Wildt
2016-04-04
Store curcpu pointer in TPIDRPRW.
Patrick Wildt
2016-04-04
Read cache line sizes from CP15 Cache Type Register.
Patrick Wildt
[next]