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
/
amd64
/
amd64
Age
Commit message (
Expand
)
Author
2023-06-24
Fix typo in comment.
msaitoh
2023-05-14
x86/locore.S: Nix trailing whitespace.
riastradh
2023-05-05
Add a SELFRELOC kernel option for the sake of documentation clarity.
manu
2023-04-28
Pass local symbols relocations in both passes and provide the kobj_reloc
skrll
2023-04-20
Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any address
manu
2023-03-03
Revert "x86: Add kthread_fpu_enter/exit support, take two."
riastradh
2023-03-01
x86: Expand on comments on ordering around stores to ci_curlwp.
riastradh
2023-02-27
amd64_trap.S: Annotate trap vectors with their mnemonics.
riastradh
2023-02-25
x86: Add kthread_fpu_enter/exit support, take two.
riastradh
2022-12-27
Move some definitions. Add comment. No functional change.
msaitoh
2022-12-26
sysret -> sysretl for new binutils
christos
2022-12-26
Reduce diff between i386/i386/genassym.cf and amd64/amd64/genassym.cf. NFCI.
msaitoh
2022-12-26
Sort lines. Add comment. No functional change.
msaitoh
2022-12-26
Reduce diff between i386/i386/genassym.cf and amd64/amd64/genassym.cf. NFCI.
msaitoh
2022-12-24
{amd64,i386}/db_machdep.c: Don't bury a function call in an if condition
uwe
2022-12-24
{amd64,i386}/db_machdep.c: Use DB_SYM_NULL
uwe
2022-12-18
Typo in comment
skrll
2022-10-26
ddb/db_active.h: New home for extern db_active.
riastradh
2022-10-26
sys: Put externs for time_adjtime and time_adjusted in .h files.
riastradh
2022-10-26
sys/*: Get module_map consistently from sys/module.h.
riastradh
2022-09-13
Fix PR kern/57007. I missed applying a part of the original patch.
knakahara
2022-09-12
Update register name at fault. Pointed out by hgutch@n.o, thanks.
knakahara
2022-09-07
NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56.
knakahara
2022-08-21
Adapt to pmap/bootspace migrations.
mlelstv
2022-08-20
x86: Move definition of struct pmap to pmap_private.h.
riastradh
2022-08-20
x86: Split most of pmap.h into pmap_private.h or vmparam.h.
riastradh
2022-08-20
x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h.
riastradh
2022-06-27
amd64: Handle __syscall trap frames specially too.
riastradh
2022-06-26
amd64: Print effective syscall number for SYS_syscall stack traces.
riastradh
2022-06-26
Revert "amd64: Print effective syscall number for SYS_syscall stack traces."
riastradh
2022-06-26
amd64: Print effective syscall number for SYS_syscall stack traces.
riastradh
2022-06-12
XenPV: in cpu_switchto(), reset ci_xen_clockf_usermode/ci_xen_clockf_pc,
bouyer
2022-05-24
Some devices (e.g. ixg in MSI-X mode) don't to have their handlers called
bouyer
2021-12-26
sys: Skip suspendsched on cpu_reboot if we're in ddb.
riastradh
2021-12-23
x86: improve error handling related to idt_vec_alloc()
yamaguchi
2021-12-13
ddb: fix function names of "noreturn" functions in stack traces.
chs
2021-11-10
s/annouce/announce/ in comment.
msaitoh
2021-11-06
COMPAT_NETBSD32 is all about running the 32-bit flavor of native
thorpej
2021-11-01
Use "stack_t" instead of "struct sigaltstack", as the former is the
thorpej
2021-10-28
x86: Move RNG initialization to after consinit.
riastradh
2021-10-28
x86: Process bootloader rndseed much sooner.
riastradh
2021-10-27
Use the signal trampoline version constants from <sys/signal.h>.
thorpej
2021-08-13
s/struture/structure/ s/structre/structure/
andvar
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-05-23
ddb/amd64: Don't go out of the way to detect invalid addresses.
riastradh
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-02-23
introduce DDB_END_CMD and replace more than 20 copies of the same
mrg
2021-01-24
Fix a tyop in a comment.
simonb
2020-11-30
Introduce smap_enable()/smap_disable() functions, to be used from
bouyer
2020-11-20
malloc(9) -> kmem(9)
thorpej
[next]