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
/
aarch64
Age
Commit message (
Expand
)
Author
2023-06-10
KASSERT(kpreempt_disabled()) before accessing curcpu() to reflect why
skrll
2023-05-06
s/Regiser/Register/ and s/regester/register/ in comments.
andvar
2023-04-28
Pass local symbols relocations in both passes and provide the kobj_reloc
skrll
2023-04-20
Provide a shared pmap_devmap implementation and convert all pmap_devmap
skrll
2023-04-18
G/C an outdated comment.
skrll
2023-04-16
Rename VM_KERNEL_IO_ADDRESS to VM_KERNEL_IO_BASE to match RISC-V
skrll
2023-04-12
Use CACHE_LINE_SIZE instead of magic number 128.
skrll
2023-04-07
Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.
skrll
2023-03-01
aarch64: Optimization: Omit needless membar when triggering softint.
riastradh
2023-02-25
Add a KASSERT
skrll
2023-02-25
aarch64: curcpu() audit.
riastradh
2023-02-23
aarch64: Add missing barriers in cpu_switchto.
riastradh
2023-02-17
Improve an error message
skrll
2023-02-03
Remove useless/harmful casts in debug messages. MPIDR AFF3 would not
skrll
2023-01-12
fixed a bug that bus_space_read_region_{2,4,8}_swap() accesses wrong address.
ryo
2022-12-22
PMCR_EL0.LC should be set. ARM deprecates use of PMCR_EL0.LC=0
ryo
2022-12-22
Explicitly disable overflow interrupts before enabling the cycle counter.
ryo
2022-12-21
Rename pmap_md_pdetab_destroy to pmap_md_pdetab_fini to match
skrll
2022-12-01
Improve tprof(4)
ryo
2022-12-01
PMCR.E should not be disabled from tprof.
ryo
2022-11-05
G/C
skrll
2022-11-03
Provide MI PMAP support on AARCH64
skrll
2022-11-02
Restore a '\n' I accidentally removed in 1.16
skrll
2022-10-30
aarch64/pmap: Fix criterion in previous.
riastradh
2022-10-30
aarch64/pmap(9): Teach pmap_protect about pmap_kenter_pa mappings.
riastradh
2022-10-29
KNF + remove unnecessary brackets
skrll
2022-10-29
Slightly better English in a comment.
skrll
2022-10-29
fix a spello in a comment
skrll
2022-10-28
MI PMAP EFI_RUNTIME support
skrll
2022-10-28
Remove some empty lines
skrll
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-10-23
KNF
skrll
2022-10-23
KNF.
skrll
2022-10-23
Line continuation alignment whitespace. NFC.
skrll
2022-10-23
Use UVMHIST_CALLARGS in pmap_bootstrap
skrll
2022-10-23
Only define the EFI variable if EFI_RUNTIME
skrll
2022-10-20
KNF
skrll
2022-10-15
Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings
jmcneill
2022-09-22
oops, my previous commit is bad. revert previous.
ryo
2022-09-22
Specifying the frame address "trace <frame-address>" was not working.
ryo
2022-09-22
If there was a "bl <func>" instruction at the end of a function block,
ryo
2022-09-19
Fixed stack analyzing backtrace (bt/s) correctly for nested trapframes.
ryo
2022-09-19
Move cpu_Debugger() into a more suitable file, from cpuswitch.S to db_interfa...
ryo
2022-09-10
fix misspellings of 'available' and nearby typos
rillig
2022-08-23
Bss clearing is now done at the beginning of start.S.
ryo
2022-08-23
Align the loaded kernel image to 2Mbytes, if necessary.
ryo
2022-08-20
fpu_kern_enter/leave: Disable IPL assertions.
riastradh
2022-08-19
Fixed a bug that pte's __BIT(63,48) could be set when accessing addresses abo...
ryo
2022-08-19
When accessed in mmap by the device pager, pmap_enter() may be called with pr...
ryo
2022-08-03
fix build with options PMAPBOOT_DEBUG and options DDB
ryo
[next]