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-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
2017-02-15
Bump MAXTSIZ to 64M on arm.
Jeremie Courreges-Anglas
2017-02-08
In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except
Philip Guenther
2017-02-06
add a license for the code in here, all of which i seem to have written.
David Gwynne
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
[next]