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
/
x86
Age
Commit message (
Expand
)
Author
2014-02-25
Add support for saving the AVX-256 ymm registers during FPU context switches.
dsl
2014-02-25
Add the XCR bits for snazzy upcoming features.
dsl
2014-02-25
Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before
pooka
2014-02-25
Fix a 'stupido' that stopped (amongst other things) the cpu brand string
dsl
2014-02-23
Rename (the recently added) 'x86_xsave_size' to 'x86_fpu_save_size'
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-22
Re-use the unused ci_cpu_serial[3] to save the highest cpuid values
dsl
2014-02-20
Move the amd64 and i386 pcb to the bottom of the uarea, and move the
dsl
2014-02-20
This needs stdint.h in userspace (for uint64_t)
dsl
2014-02-19
Add explicit #include <x86/fpu.h> instead of relying on pcb.h including it.
dsl
2014-02-18
It seems that firefox includes machine/fpu.h on amd64.
dsl
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-13
Check the argument types for the fpu asm functions.
dsl
2014-02-12
Change i386 to use x86/fpu.c instead of i386/isa/npx.c
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
Add x86_stmxcsr for amd64.
dsl
2014-02-09
Add compatibility for some userspace code (eg firefox) that seems to look
dsl
2014-02-08
Add bit defs for more of the x87 status register.
dsl
2014-02-07
Convert the amd64 build to use x86/cpu_extended_state.h so that the fpu
dsl
2014-02-07
Userspace (especially libkvm) build better is cpu_extended_state.h
dsl
2014-02-07
Move all the hardware register layout for the x86 cpus into a header
dsl
2014-02-04
There is no need to check for recursive calls into fpudna().
dsl
2014-02-02
Minor fpu initialisation cleanups:
dsl
2014-01-27
Stopgap to prevent genfb from stealing console. Revisit later.
jakllsch
2014-01-26
Remove support for 'external' floating point units and the MS-DOS
dsl
2014-01-26
Fix build problem when there is no com(4) but ucom(4).
taca
2014-01-26
PUCCN improvements:
msaitoh
2014-01-15
Reduce amount of -no-integrated-as on x86 as .code16 is now supported by
joerg
2014-01-11
Comment about missing stackframe member initialization (Richard Hansen)
christos
2014-01-11
Add softint case (Richard Hansen)
christos
2014-01-04
Add Energy Performance Bias bit.
msaitoh
2014-01-04
Remove duplicated entry. Modify comments a bit.
msaitoh
2014-01-04
Add Z68 LPC.
msaitoh
2014-01-04
Temporary disable C2000 PCU because the behavior of the wdog is little strange.
msaitoh
2014-01-04
Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size
dsl
2014-01-03
Add C2000 Platform Controller Unit(PCU).
msaitoh
2014-01-01
Change the type of the 'cookie' that holds the state of the core dump file
dsl
2013-12-25
Give cpu_comcnprobe a chance of working on Mode 2 PCI config space.
jakllsch
2013-12-25
move XCR0 definitions to next to CR0's.
msaitoh
2013-12-24
use __func__
christos
2013-12-23
CPUID leaf 2 and 4 are only for Intel processors.
msaitoh
2013-12-18
Fix comment.
msaitoh
2013-12-11
Make new function named tsc_is_invariant() to avoid code duplication.
msaitoh
2013-12-08
Remove the now-unused CPU_MAXMODEL and CPU_DEFMODEL
dsl
2013-12-08
Add some definitions for cpu 'extended state'.
dsl
2013-12-08
Update invariant TSC detect code from both Intel and AMD documents.
msaitoh
2013-12-01
revert fpu/pcu changes until we figure out what's wrong; they cause random
christos
[next]