index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
cortex
Age
Commit message (
Expand
)
Author
2014-03-04
Don't byte swap the data, assume the bus_space will do it.
matt
2014-02-23
#include <arm/locore.h>
matt
2014-02-21
Rework PIC method to be simplier. Change be more cortex neutral.
matt
2014-02-19
Add needs-flag to arml2cc
matt
2014-01-24
Deal with writing bswapped com registers at COM_MULT register widths.
matt
2013-12-26
dsb is preferred for post-armv7 CPUs.
joerg
2013-12-17
armgic_priority_to_ipl is only used in #if 0'd code, so apply that as
joerg
2013-12-17
delta can't be negative. Wrapped value is seen as large positive, so
joerg
2013-11-12
Deal with ARM32_DISABLE_ALIGNMENT_FAULTS
matt
2013-09-12
Cleanup some diagnostic code.
matt
2013-09-07
Fix some bugs.
matt
2013-09-07
Remove brain fart with TTBCR
matt
2013-08-05
Turn on CPU_CONTROL_EX_BEND for big endian in exceptions,
matt
2013-08-04
Make sure CPU_CONTROL_BEND_ENABLE is set on BE systems.
matt
2013-06-20
Pass the offset from CBAR/PERIPHBASE in mpcore_attach_args.
matt
2013-06-20
Set caching bits on the TTBR for ARMv7
matt
2013-06-17
KASSERT -> KASSERTMSG
matt
2013-06-17
Make this a little more generic.
matt
2013-06-16
Add generic timer support (untested)
matt
2013-06-12
Don't attach a9tmr if the CPU supports the generic timer.
matt
2013-02-13
simplify cache range op
matt
2013-01-22
Don't "sync" atomic ops.
matt
2012-12-22
Rework considerably. Use alternating sets of registers.
matt
2012-12-18
Tighten up cpu_in_cksum_neon_v4hdr by 3 instructions.
matt
2012-12-17
Add preliminary version of a NEON based in_cksum routine.
matt
2012-11-29
Make sure we enable the timer since CFE doesn't enable it by default.
matt
2012-11-28
Make these compile with gcc4.1 and binutils 2.16
matt
2012-11-01
Invalidate the L2 cache before enabling it.
matt
2012-10-17
Add a missing mutex exit.
matt
2012-09-27
Don't bother dealing with "extra" ticks, just count them.
matt
2012-09-22
Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead
matt
2012-09-16
Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specific
rmind
2012-09-14
Verify the source isn't a dummy source.
matt
2012-09-14
Set dv_private, use a9tmr_private.
matt
2012-09-14
Add L2 cache flush routines. (not yet enabled).
matt
2012-09-07
Don't disable the L2C is it isn't enabled.
matt
2012-09-07
Switch cortex_a9 back to need_ptesync = 1
matt
2012-09-05
Force TTBCR to 0
matt
2012-09-02
Add "write-back" before Unified
matt
2012-09-02
Add driver to attach ARM PL210 L2 Cache Controller
matt
2012-09-02
Cleanup and bring forwards from bcm53xx_start.S
matt
2012-09-01
Add Cortex-A9 support including the ARM Generic Interrupt Controller
matt