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