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
/
include
Age
Commit message (
Expand
)
Author
2023-05-06
s/Regiser/Register/ and s/regester/register/ in comments.
andvar
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
2023-02-25
aarch64: curcpu() audit.
riastradh
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-03
Provide MI PMAP support on AARCH64
skrll
2022-10-29
KNF + remove unnecessary brackets
skrll
2022-10-23
KNF.
skrll
2022-10-23
Line continuation alignment whitespace. NFC.
skrll
2022-10-15
Use "non-posted" instead of "strongly ordered" to describe nGnRnE mappings
jmcneill
2022-09-10
fix misspellings of 'available' and nearby typos
rillig
2022-08-19
Fixed a bug that pte's __BIT(63,48) could be set when accessing addresses abo...
ryo
2022-07-24
aarch64/lock.h: Need <sys/param.h> for _HARDKERNEL.
riastradh
2022-07-20
aarch64: Make cpufunc.h includable without sys/cpu.h first.
riastradh
2022-06-25
Remove GIC_SPLFUNCS.
jmcneill
2022-06-25
pic: Update ci_cpl in pic_set_priority callback.
jmcneill
2022-05-30
Use the ABI value for 'R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC'.
jkoshy
2022-05-02
Only print the appropriate PAR fields for PAR.F={0,1}
skrll
2022-04-02
Update to support EFI runtime outside the kernel virtual address space
skrll
2022-01-31
add support Hardware updates to Access flag and Dirty state (FEAT_HAFDBS)
ryo
2022-01-15
Remove unnecessary brackets
skrll
2022-01-14
Restore the previous pmap_remove_all behaviour as the new method meant
skrll
2022-01-05
fix ID_AA64ISAR0_EL1.ATOMIC field definition
ryo
2021-11-05
Normally, to support COMPAT_NETBSD32 we need to define
thorpej
2021-11-02
In order to prevent _mcount() from being recursively called when built with C...
ryo
2021-11-01
Fix a last minute rebase/merge botch so that the cpu_hatch commit actually
skrll
2021-10-31
Fix crash(8) build
skrll
2021-10-31
Rework Arm (32bit and 64bit) AP startup so that cpu_hatch doesn't sleep.
skrll
2021-10-31
Annotate some cpu_info members
skrll
2021-10-27
- In sendsig() and sigaction1(), don't hard-code signal trampoline
thorpej
2021-10-26
fix build with COPTS=-O0
ryo
2021-10-26
Add a comment and adjust whitespace to match style in this file
skrll
2021-10-23
Whitespace
skrll
2021-10-23
Typo in comment
skrll
2021-10-10
Use sys/uvm/pmap/pmap_tlb.c on Aarch64 in the same way that some Arm, MIPS,
skrll
2021-09-30
Make tlb_asid_t unsigned int as pmap_tlb.c expects tlb_asid_t to be able to
skrll
2021-09-26
Use the yield instruction as SPINLOCK_BACKOFF_HOOK for aarch64.
jmcneill
2021-09-18
gic_splx: performance optimizations
jmcneill
2021-08-30
Add FIQ support.
jmcneill
2021-08-30
Add definition for HCR_E2H bit
jmcneill
2021-08-14
Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...
ryo
2021-08-08
Re-apply
skrll
2021-06-19
Do not try to initialize PMU if ID_AA64DFR0_EL1 reports a non-standard
jmcneill
2021-06-19
CNTV_CTL_EL0 is a 64-bit register
jmcneill
2021-05-31
Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is
simonb
2021-05-29
Deal with the pmap limitation of maxproc in a more complete way and
skrll
2021-05-29
Sort includes. NFCI.
skrll
2021-05-27
fix build error with options ARMV85_BTI
ryo
[next]