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
/
include
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-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
This needs stdint.h in userspace (for uint64_t)
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-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-01-26
Remove support for 'external' floating point units and the MS-DOS
dsl
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
2013-12-25
move XCR0 definitions to next to CR0's.
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-01
revert fpu/pcu changes until we figure out what's wrong; they cause random
christos
2013-11-20
- Add some AMD Fn80000001 extended features %ecx bits definitions from
msaitoh
2013-11-15
Modify some macros and add some new macros for CPU family and model
msaitoh
2013-11-10
use __unused instead of __USE and void cast to mark iterator variable unused
christos
2013-11-05
initialize cii before using it.
christos
2013-10-28
Support prefetch size.
msaitoh
2013-10-23
Use the MI "pcu" framework for bookkeeping of npx/fpu states on x86.
drochner
2013-10-21
- Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4).
msaitoh
2013-10-17
__USE() unused variables
christos
2013-10-04
Sort definitions. No functional change.
msaitoh
2013-10-04
Add comment about CPUID Processor extended state Enumeration Fn0000000d %eax.
msaitoh
2013-09-14
Add Shared L2 TLB and some cache and tlb entries from the latest document.
msaitoh
2013-09-14
Add some definitions of Intel's cpuid feature from the latest document.
msaitoh
2013-08-30
Add support for using a raw file-system image as memory disk root with
jmcneill
2013-08-12
add feature flag definitions for the last round of Intel instruction
drochner
2013-07-31
Blocking memory space accesses on the SIS 85C496 chipset turned out to be
soren
2013-07-26
Style change.
msaitoh
2013-07-25
Add some new bit definitions of Structured Extended Feature Flags Enumeration
msaitoh
2013-07-25
Fix the bit positions in CPUID_SEF_FLAGS macro. On snprintb(), position 1
msaitoh
2013-07-17
Add some new TLB and cache entries from document (Table 3-22 Encoding of CPUID
msaitoh
2013-07-17
Fix 0x0d's DCACHE entry and 0xeb's L3CACHE entry from the document
msaitoh
2013-06-23
Remove obsolete comment. OK'ed by rmind@.
uebayasi
2013-05-16
Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
christos
[next]