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
2020-07-08
Define USPACE in terms of UPAGES (not the other way around) now that
skrll
2020-07-08
Whitespace
skrll
2020-07-04
Protect with #ifdef _KERNEL
skrll
2020-07-03
Move db_reset_cmd prototype to db_machdep.h (forgot to commit this file)
jmcneill
2020-07-03
Consistency...#define<tab>
skrll
2020-07-01
add workaround for Neoverse N1 erratum 1542419
ryo
2020-06-29
Implement fpu_kern_enter/leave for arm32.
riastradh
2020-06-29
Move aarch64/fpu.h to arm/fpu.h.
riastradh
2020-05-04
Prevent double definition of pt_entry_t from machine/param.h
joerg
2020-04-23
Fix userland gprof profiling on aarch64.
jakllsch
2020-04-21
LLVM is a bit stricter and wants the ARM variant of %progbits.
joerg
2020-04-18
PMAP_DEBUG has been deleted on arm
skrll
2020-04-17
Mark the .ident section as mergable string section to avoid redundant
joerg
2020-04-13
Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@.
maxv
2020-04-13
Add support for Branch Target Identification (BTI).
maxv
2020-03-29
Don't define pt_entry_t if _LOCORE
skrll
2020-03-29
Support PMAP_FAULTINFO on arm
skrll
2020-03-29
Provide a curpcb
skrll
2020-03-29
Provide a pt_entry_t and PRIxPTE
skrll
2020-03-14
pmap_remove_all(): Return a boolean value to indicate the behaviour. If
ad
2020-03-09
Don't expose curproc/curlwp and other random kernel macros/functions/variables
christos
2020-03-05
Fix userland build by surrounding stuff with #ifdef _KERNEL.
riastradh
2020-03-05
Remove __MUTEX_PRIVATE conditional in definition of struct kmutex.
riastradh
2020-03-05
Revert "Include opt_diagnostic.h for DIAGNOSTIC."
riastradh
2020-03-05
Include opt_diagnostic.h for DIAGNOSTIC.
riastradh
2020-02-24
Adjust for UVM locking changes
ad
2020-02-23
G/C l1pte_pgindex
skrll
2020-02-15
Various updates and improvements to cpu start up on arm/aarch64
skrll
2020-02-13
Bump the amount of KMEM allowed to 1/3rd of KVM. _ARCH_ARM_6 has a split
skrll
2020-02-13
Add support for multiple GICv3 ITS domains.
jmcneill
2020-02-11
G/C
skrll
2020-02-05
Fix the armv[67] memory attributes for uncached memory. Previously it was
skrll
2020-02-02
G/C L1_TABLE_SIZE_REAL
skrll
2020-02-01
G/C
skrll
2020-01-27
Identify the Denver2 CPU in the Nvidia TX2
skrll
2020-01-22
#ifdef whack-a-mole for the pmap_maxproc_set functionality
skrll
2020-01-20
s/_ARM_ARCH_6/ARM_MMU_EXTENDED/ in the #ifdef for the recent 4k pages
skrll
2020-01-18
Use 4K pages on ARM_MMU_EXTENDED platforms (all armv[67] except RPI) by
skrll
2020-01-17
Sort __HAVE_* defines
skrll
2020-01-15
port the arm64 cpu topology setup for big.little to arm.
mrg
2020-01-13
Revert previous; we don't want arm to have variable page size. Instead
christos
2020-01-12
fix -Wsign-compare because module tests trigger it.
christos
2020-01-11
Define the min and max page size supported for the benefit of jemalloc
christos
2019-12-28
Identify Arm Neoverse E1 and N1 CPUs.
jmcneill
2019-12-28
Do not use Early Write Acknowledge for PCIe I/O and config space.
jmcneill
2019-12-22
Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing
thorpej
2019-12-18
New function cpu_startup_hook on arm.
riastradh
2019-12-10
pg->phys_addr -> VM_PAGE_TO_PHYS(pg)
ad
2019-12-01
Fix false sharing problems with cpu_info. Identified with tprof(8).
ad
2019-11-29
Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.
riastradh
[prev]
[next]