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
/
i386
Age
Commit message (
Expand
)
Author
2014-03-04
Introduce GENASSYM_CPPFLAGS for options during genassym processing.
joerg
2014-02-28
G/C sys/simplelock.h includes
skrll
2014-02-25
Add support for saving the AVX-256 ymm registers during FPU context switches.
dsl
2014-02-23
Avoid unnecessary (and pointless) references to pcb->pcb_savefpu.
dsl
2014-02-23
Add fpu_set_default_cw() and use it in the emulations to set the default
dsl
2014-02-23
Determine whether the cpu supports xsave (and hence AVX).
dsl
2014-02-20
Move the amd64 and i386 pcb to the bottom of the uarea, and move the
dsl
2014-02-19
Add explicit #include <x86/fpu.h> instead of relying on pcb.h including it.
dsl
2014-02-18
CID 1175795: Unused pointer value
christos
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-14
Only realprot.S still needs to be built with GNU as.
joerg
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-09
Tidy up and correct some comments.
dsl
2014-02-07
Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu
dsl
2014-02-07
Move all the hardware register layout for the x86 cpus into a header
dsl
2014-02-07
Remove the splurious check for EN_SW_DATACHAIN when looking at mxcsr traps.
dsl
2014-02-07
Like amd64, use -msoft-float.
joerg
2014-02-05
Change the compiler options to explicitly specify:
dsl
2014-02-04
Now that the sv_xmm and sv_87 fields in the pcb are the same size as the
dsl
2014-02-04
Remove the fields from 'struct save87' and 'struct fxsave' that were used
dsl
2014-02-04
There is no need to check for recursive calls into fpudna().
dsl
2014-02-03
Since we always run with CR0.NE set (internal fpu using vector 0x10)
dsl
2014-02-02
Minor fpu initialisation cleanups:
dsl
2014-02-01
Stopgap measure: set i386_fpu_present to 1 for XEN.
bouyer
2014-01-28
only limit bottom-up allocations, put back 3G limit on datasize.
christos
2014-01-28
Cut down MAXDSIZE from 3G to 2.5G otherwise bottomup allocation ends up
christos
2014-01-26
Remove support for 'external' floating point units and the MS-DOS
dsl
2014-01-25
remove unused
christos
2014-01-25
Change the way the x87 fp register is defined so that the copies between
dsl
2014-01-25
Rewrite the code that converts the x87 tag word between its full and
dsl
2014-01-25
help lint.
christos
2014-01-25
delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match
christos
2014-01-19
Add a couple of __CTASSERT() for the sizes of the fp save structures.
dsl
2014-01-19
Flatten the floating point register structures bu moving the
dsl
2014-01-19
Rip out the code that might once have supported the freebsd ptrace
dsl
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-12
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
tsutsui
2014-01-11
stop ddb backtrace at Xsoftintr() (Richard Hansen)
christos
2014-01-11
remove vestige from old call to printk()
christos
2014-01-11
fix a comment (cpu_switch() -> cpu_switchto()) (Richard Hansen)
christos
2014-01-10
fix style and whitespace nits
jakllsch
2014-01-10
Fix a comment describing the check performed by copyin(); the value
pedro
2014-01-09
Make the amd64 post-halt-press-a-key code match i386, and introduce
dholland
2014-01-05
Make name argument to module_add_common const; use this to allow the libsa
jakllsch
[next]