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
/
include
Age
Commit message (
Expand
)
Author
2014-03-04
Remove duplicate END(y) macro
matt
2014-03-03
More control bits.
matt
2014-03-03
Add most of the cpu_* variables to <arm/locore.h>
matt
2014-03-01
Fix typos
matt
2014-03-01
Add db_show_tlb_cmd prototype
matt
2014-03-01
defines/inlines for cortex a5/a7 tlbdata ops
matt
2014-02-26
Revert previous - will fix userland with new sysctls for VM_MIN_ADDRESS/
martin
2014-02-26
Include param.h here - userland expects VM_* defines to work with just
martin
2014-02-26
Add more MMU registers
matt
2014-02-26
Move some static/global variables to here.
matt
2014-02-26
Remove KERNEL_LOCK/KERNEL_UNLOCK
matt
2014-02-26
Use PAGE_SIZE instead of 1000
matt
2014-02-26
Add arm_cpu_max
matt
2014-02-26
ci_cpu_id -> ci_arm_cpuid
matt
2014-02-26
Add XN bit L2 large pages.
matt
2014-02-26
Remove duplicate PMAP_PTE
matt
2014-02-26
Replace 1000 with PAGE_SIZE
matt
2014-02-26
Add PMAP_PTE flag. (map page so it can be used as a PDE or PTE page)
matt
2014-02-25
Fix thinko.
matt
2014-02-25
Default ARM11 to ARM_MMU_V6N
matt
2014-02-24
If we are dumping a EABI coredump, set the version to EABI5.
matt
2014-02-24
consistency in include protection
christos
2014-02-24
Add more inlines. Default FSR ARMv6+ bits. Add A7/A15 L2CTRL defs.
matt
2014-02-22
Add way_size to arm_cache_info
matt
2014-02-22
Add L1_TABLE_SIZE_REAL
matt
2014-02-22
Define __HAVE_ATOMIC64_OPS if EABI && ARMv6 or later.
matt
2014-02-21
Remove unnecessary include of sys/simplelock.h
skrll
2014-02-20
Keep track of what each cache is (VIVT/VIPT/PIPT).
matt
2014-02-20
Make the tlb_flush*SE take a vaddr_t, not a u_int.
matt
2014-02-04
_setsoftintr is long dead. reap any leftovers from arm.
matt
2014-02-01
Typos.
joerg
2014-02-01
Fix RCS ID.
joerg
2014-02-01
Be nice to LLVM and use an explicit immediate.
joerg
2014-01-31
Consolidate the 128-bit long double defintions to <sys/ieee754.h>
matt
2014-01-31
Fix the naked char __INT8_TYPE__ and unsigned char case.
matt
2014-01-30
ldrht is v6t2 or later so use ldrt and extract the right halfword.
matt
2014-01-29
Deal with the case when __UINT<N>_TYPE__ is defined as well
matt
2014-01-29
Remove AArch64 stuff.
matt
2014-01-29
Make {,u}int{8,16,32} be of type int.
matt
2014-01-29
Add read_insn and read_thumb_insn inlines to hide the endianness of
matt
2014-01-29
Take advantage of compiler predefines for types.
matt
2014-01-29
Add latent AArch64 support.
matt
2014-01-29
If __ARM_PCS_AAPCS64 is defined, define struct ieee_ext and union ieee_ext_u.
matt
2014-01-29
Fix inverted GCC version test
matt
2014-01-29
if __ARM_PCS_AAPCS64 is defined, expose LDBL_* and DECIMAL_DIGIT
matt
2014-01-29
Also test for __AARCH64EB__ as well as __ARMEB__ for big-endian.
matt
2014-01-29
AAPCS64 supports 16-byte long doubles
matt
2014-01-29
Make multiple inclusion symbols always start with _ARM_ (not _ARM32_ or
matt
2014-01-29
replace spaces in SHRT_MIN definition with tabs
matt
2014-01-29
SIZE_T is unsigned so SIZE_T_MAX needs to be ULONG_MAX
matt
[next]