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
2016-08-14
Fix setting the SMP bit in the Auxiliary Control Register. The old code was
Mark Kettenis
2016-08-14
Allow a bus_dmamap_sync() of length zero.
Mark Kettenis
2016-08-11
The ARMv7 ARM says that the TLB may hold translation table entries at any
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-10
Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()
Mark Kettenis
2016-08-10
On armv7 we put the vector page up high and never have to bother switching it.
Mark Kettenis
2016-08-09
The page tables are cached now, and given the significant speedup, I
Mark Kettenis
2016-08-08
Move the cpu_setup() call to the end of initarm(). On Cortex-A53 processors
Mark Kettenis
2016-08-08
Mapping non-cachable memory as cachable and subsequently changing the mapping
Mark Kettenis
2016-08-08
ARMv7 data caches are "effectively" PIPT. This means there is in general
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
Always allocate intrhand with M_WAITOK.
Patrick Wildt
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
Patrick Wildt
2016-08-06
Build ofw_pinctrl.o and ofw_gpio.o on armv7. The latters here from the
Mark Kettenis
2016-08-06
Put page tables in normal cachable memory on armv7. Check if the MMU walks
Mark Kettenis
2016-08-06
Rework ampintc's interrupt disestablish code to make it actually do
Patrick Wildt
2016-08-06
Set up the fdt attach args for devices that attach directly to mainbus
Jonathan Gray
2016-08-05
Replace inappropriate use of CP15_CNTPCT with CP_DCCIMVAC.
Mark Kettenis
2016-08-05
Unmask the timer output signal for real.
Mark Kettenis
2016-08-04
Dynamically attach ampintc(4) and make it register itself as an interrupt
Mark Kettenis
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
Mark Kettenis
2016-08-03
Simplify the way we handle TLB flushes. Since ARMv7 effectively has a
Mark Kettenis
2016-08-03
The ARMv7 architecture deprecates the separate Instruction and Data TLB
Mark Kettenis
2016-08-01
bring the light of ansi to a few more files
Ted Unangst
2016-07-31
Remove devmap stuff which is unused on armv7.
Mark Kettenis
2016-07-31
According to te armv7 ARM TLB entries that caused a Permission fault might
Mark Kettenis
2016-07-31
Use ansi style function declarations. No binary change.
Jonathan Gray
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-29
Only flush the virtual page if it was actually mapped. Otherwise
Patrick Wildt
2016-07-27
Remove a feature to re-use existing early bootstrap mappings. This
Patrick Wildt
2016-07-27
When pmap_page_remove() is called by UVM, a physical page is to be
Patrick Wildt
2016-07-27
Instead of passing the raw reg property to simplebus nodes,
Patrick Wildt
2016-07-19
Remove what appears to be a copy-paste error setting cur_ttb
Tom Cosgrove
2016-07-18
Don't need a separate flags variable in armv7 pmap_clean_page() -
Tom Cosgrove
2016-07-18
Some SoCs have a ranges property set in their device trees. This can
Patrick Wildt
2016-07-16
Remove unused function process_frame() from arm_machdep.c
Tom Cosgrove
2016-07-13
The "#address-cells" and "#size-cells" properties define the size
Patrick Wildt
2016-07-11
Hook up imxgpio(4) to the FDT gpio framework.
Mark Kettenis
2016-06-12
Use OF_getpropintarray().
Mark Kettenis
2016-06-10
correct spelling of a comment
Jonathan Gray
2016-06-09
Fetch "reg" and "interrupts" properties and pass them down as attach args to
Mark Kettenis
2016-06-07
consistently set ipls on pmap pools.
David Gwynne
2016-05-29
use fdt "model" string for hw.product
Jonathan Gray
2016-05-27
Remove the non ELF macros
Theo de Raadt
2016-05-23
Place a cpu-dependent trap/illegal instruction over the remainder of the
Theo de Raadt
2016-05-23
Print the name from the corresponding FDT node to make identifying simplebus(4)
Mark Kettenis
2016-05-23
Change openprom into a pseudo-device, because not all arm platforms
Theo de Raadt
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
[next]