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
2021-12-18
arm: Forward-declare `struct proc' before using in prototype.
riastradh
2021-12-12
s/Miscellanous/Miscellaneous/ in copypasta comments.
andvar
2021-12-11
remove clause 3 from all my licenses that aren't conflicting with
mrg
2021-12-05
s/existance/existence/ in comment.
msaitoh
2021-11-27
Add the Cortex A17 Diagnostic control registers
skrll
2021-11-13
Set ACTLR.SMP=1 on Cortex-A17
jmcneill
2021-11-13
Fix tyop in a comment.
simonb
2021-11-12
Print a big warning about trying to run on early ThunderX parts
skrll
2021-11-06
COMPAT_NETBSD32 is all about running the 32-bit flavor of native
thorpej
2021-11-01
Move arm_cache_info from cpufunc.h to cpu.h
skrll
2021-10-31
Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.
skrll
2021-10-30
Fix the previous to only apply to the non-AArch64 case.
thorpej
2021-10-30
Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.
thorpej
2021-10-27
Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only
thorpej
2021-10-26
Merge all MD __sigaction14_sigtramp.c copies into one:
christos
2021-10-16
pm_remove_all is a shared field so move it out the #ifdefs
skrll
2021-10-10
Add a placeholder for PRRR
skrll
2021-10-06
More trailing whitespace
skrll
2021-10-06
Trailing whitespace
skrll
2021-09-22
fix typo in comment
ryo
2021-09-03
fix typos in comments, mainly s/extention/extension/ and s/sufficent/sufficient/
andvar
2021-08-30
Identify Apple M1 "Icestorm" and "Firestorm" CPU types.
jmcneill
2021-08-30
Add storage for an iommu cookie in bus_dmamap_t and store untranslated CPU
jmcneill
2021-08-27
KNF a comment
skrll
2021-08-25
- In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of
thorpej
2021-08-14
Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...
ryo
2021-08-08
Re-apply
skrll
2021-07-19
Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the same
christos
2021-05-30
Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT.
rin
2021-05-30
Don't use V8 atomic instruction for AA32 mode.
joerg
2021-05-04
Provide pte_{value,valid_p}
skrll
2021-04-27
Fix the barrier confusion. From Riastradh - thanks!.
skrll
2021-04-26
Change #ifdef FOO to #if defined(FOO). NFCI.
skrll
2021-04-24
Fix ARMv8 instructions
skrll
2021-04-24
G/C
skrll
2021-04-23
Trialing whitespace
skrll
2021-03-27
Revert recent pic optimizations until I have more time to work on this.
jmcneill
2021-03-01
Add DISABLE_INTERRUPT_SAVE(), like DISABLE_INTERRUPT() but also returns
jmcneill
2021-02-21
Keep current hardware priority value in struct cpu_info and use it instead
jmcneill
2021-02-20
Move 'struct pic_pending' from percpu to struct cpu_info. Saves a few
jmcneill
2021-02-07
Add ENABLE_INTERRUPT() / DISABLE_INTERRUPT() macros for compatibility
jmcneill
2021-02-01
G/C some old code that was for acorn26
skrll
2021-01-31
Fix (unused) PRRR_NOSn #define
skrll
2021-01-27
Style. NFCI.
skrll
2021-01-24
Obey __HAVE_BUS_SPACE_8
martin
2020-12-14
Obsolete PT_STEP and friends, that have never been implemented.
rin
2020-12-03
Provide and use a sev() macro for the sev instruction.
skrll
2020-12-01
G/C MUTEX_PAUSE_{PAUSE,WAKE}
skrll
2020-12-01
Trailing whitespace
skrll
2020-12-01
Fix confusions related to encoding of instructions.
rin
[next]