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
Age
Commit message (
Expand
)
Author
2014-02-23
Determine whether the cpu supports xsave (and hence AVX).
dsl
2014-02-20
This doesn't need fpu.h, but should include ucontext.h
dsl
2014-02-20
Move the amd64 and i386 pcb to the bottom of the uarea, and move the
dsl
2014-02-20
Since fpu.c is contained in every kernel, and it calls routines in
pgoyette
2014-02-18
Copy fpu.h to release
dsl
2014-02-18
It seems that firefox includes machine/fpu.h on amd64.
dsl
2014-02-17
Add urtw (ok'd by christos).
schmonz
2014-02-15
Load and save the fpu registers (for copies to/from userspace) using
dsl
2014-02-15
Remove all references to MDL_USEDFPU and deferred fpu initialisation.
dsl
2014-02-12
Change i386 to use x86/fpu.c instead of i386/isa/npx.c
dsl
2014-02-12
Add definitions of the default control words directly to this file
dsl
2014-02-12
Change the argument to fpudna() to be the trapframe.
dsl
2014-02-11
Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h
dsl
2014-02-09
Steal the table from i386/isa/npx.c than selects the highest priority
dsl
2014-02-09
Simplify fputrap() considerably.
dsl
2014-02-09
Best if x86_stmxcsr executes stmxcsr.
dsl
2014-02-09
Add x86_stmxcsr for amd64.
dsl
2014-02-07
Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu
dsl
2014-02-05
Apparantly clang doesn't like -mno-80387 or -mno-fp-ret-in-387
dsl
2014-02-05
Change the compiler options to explicitly specify:
dsl
2014-02-04
There is no need to check for recursive calls into fpudna().
dsl
2014-01-25
delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match
christos
2014-01-25
provide propert address defaults for topdown and bottomup allocation
christos
2014-01-19
Remove the unused 'struct md_coredump'.
dsl
2014-01-15
Reduce amount of -no-integrated-as on x86 as .code16 is now supported by
joerg
2014-01-15
LLVM doesn't support data32/addr32, but is smart enough to figure the
joerg
2014-01-12
Try to reserve space in a way that results in the same allocation for
joerg
2014-01-11
remove unused and undefined .globl
jakllsch
2014-01-09
Make the amd64 post-halt-press-a-key code match i386, and introduce
dholland
2014-01-04
Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
dsl
2014-01-01
Change the type of the 'cookie' that holds the state of the core dump file
dsl
2013-12-12
Since regs->fxstate is actually of type 'struct fxsave64' use a structure
dsl
2013-12-11
Remove the fields that were used to save the i387 fp state on interrupt.
dsl
2013-12-08
Add some definitions for cpu 'extended state'.
dsl
2013-12-01
revert fpu/pcu changes until we figure out what's wrong; they cause random
christos
2013-11-18
implement the *at() syscalls.
chs
2013-11-17
Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP6...
alnsn
2013-11-11
NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word
joerg
2013-11-06
- move variables inside their #ifdef use
mrg
2013-11-02
sprinkle __diagused
christos
2013-10-27
- fpu_state_save() on amd64: ci->ci_fpsaving is no longer used, simplify.
rmind
2013-10-26
Add driver for ASIX AX88178a and AX88179 Ethernet interface.
nonaka
2013-10-23
Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.
drochner
2013-10-23
Add xhci device
matt
2013-10-17
add missing _
christos
2013-10-17
we need to return something here.
christos
2013-10-17
use the parameter for instruction macros
christos
2013-10-17
remove unused variable, and move variable used only by XEN in the XEN ifdef.
christos
2013-10-16
remove unused
christos
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
[next]