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
/
arm32
Age
Commit message (
Expand
)
Author
2023-04-24
Fix DEVMAP_FLAGS, patch from Nick.
martin
2023-04-20
Provide a shared pmap_devmap implementation and convert all pmap_devmap
skrll
2023-04-16
Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V
skrll
2022-04-02
Update to support EFI runtime outside the kernel virtual address space
skrll
2022-01-15
Remove unnecessary brackets
skrll
2021-10-16
pm_remove_all is a shared field so move it out the #ifdefs
skrll
2021-05-30
Include opt_param.h for MSGBUFSIZE ifdef _KERNEL_OPT.
rin
2021-05-04
Provide pte_{value,valid_p}
skrll
2020-10-30
Retire arm_[di]sb in favour of the isb() and dsb(sy) macro invocations.
skrll
2020-10-08
Bump MAXDSIZ from 1536 to 1836.
he
2020-08-29
Cover the full kernel address range in KASAN
skrll
2020-08-28
Some KASAN fixes and tweaks
skrll
2020-08-14
Mirror the changes to aarch64 and
skrll
2020-07-11
Fix ARM builds
skrll
2020-07-10
Remove stray #else / #endif block in KASAN support commit
skrll
2020-07-10
Oops... deal with a last minute #define name change. KASAN support now
skrll
2020-07-10
Add support for KASAN on ARMv[67]
skrll
2020-07-10
Do previous differently for now
skrll
2020-07-08
Provide some KVA layout #defines in arm32/vmparam.h and simplify
skrll
2020-07-08
Remove an unnecessary #ifdef
skrll
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-05-04
Prevent double definition of pt_entry_t from machine/param.h
joerg
2020-04-18
PMAP_DEBUG has been deleted on arm
skrll
2020-03-29
Don't define pt_entry_t if _LOCORE
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-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-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-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-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-18
New function cpu_startup_hook on arm.
riastradh
2019-12-10
pg->phys_addr -> VM_PAGE_TO_PHYS(pg)
ad
2019-07-16
Consistently use vaddr_t as initarm and friends return type.
skrll
2019-06-19
Update a comment
skrll
2019-06-19
Whitespace
skrll
[next]