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
/
include
/
proc.h
Age
Commit message (
Expand
)
Author
2020-06-13
Print a rate limited warning if the TSC timecounter goes backwards from the
ad
2020-01-13
Remove now unused mdlwp fields md_gc_pmap and md_gc_ptp.
ad
2019-10-12
Rewrite the FPU code on x86. This greatly simplifies the logic and removes
maxv
2017-02-25
Garbage collect unneeded inclusion of <x86/dbregs.h> in <machine/proc.h>
kamil
2017-02-23
Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) on i386 and amd64
kamil
2016-12-15
Add support for hardware assisted watchpoints/breakpoints API in ptrace(2)
kamil
2014-02-20
Move the amd64 and i386 pcb to the bottom of the uarea, and move the
dsl
2014-02-15
Remove all references to MDL_USEDFPU and deferred fpu initialisation.
dsl
2013-12-01
revert fpu/pcu changes until we figure out what's wrong; they cause random
christos
2013-10-23
Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.
drochner
2012-07-15
Rename MDP_IRET to MDL_IRET since it is an lwp flag, not a proc one.
dsl
2012-07-08
The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not
dsl
2011-01-14
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
rmind
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-10-26
put the contents of these header files around #ifdef __x86_64__, and
mrg
2008-06-05
pmap_remove_all() for x86. Also, always defer freeing ptps to pmap_update().
ad
2008-01-08
change the layout in u-area and reduce UPAGES.
yamt
2008-01-05
- make amd64 use per-cpu tss.
yamt
2007-11-16
s/proc/lwp/ in comment
skrll
2007-02-09
Merge newlock2 to head.
ad
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2003-08-20
Pass pointers to frames from assembly, do not use the 'frame on stack
fvdl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-26
Rename the x86_64 port to amd64, as this is the actual name used for
fvdl