index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRs
Sean Christopherson
1
-0
/
+1
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAX
Sean Christopherson
1
-0
/
+1
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBX
Sean Christopherson
1
-0
/
+1
2021-09-30
i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAX
Sean Christopherson
1
-0
/
+1
2021-09-30
i386: Add primary SGX CPUID and MSR defines
Sean Christopherson
1
-0
/
+12
2021-09-21
include/exec: Move cpu_signal_handler declaration
Richard Henderson
1
-7
/
+0
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
1
-1
/
+1
2021-09-14
target/i386: Restrict sysemu-only fpu_helper helpers
Philippe Mathieu-Daudé
1
-0
/
+3
2021-09-13
target/i386: Added vVMLOAD and vVMSAVE feature
Lara Lazier
1
-0
/
+2
2021-09-13
target/i386: Added changed priority check for VIRQ
Lara Lazier
1
-0
/
+15
2021-09-13
target/i386: Added VGIF V_IRQ masking capability
Lara Lazier
1
-0
/
+2
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
1
-0
/
+1
2021-09-13
target/i386: VMRUN and VMLOAD canonicalizations
Lara Lazier
1
-0
/
+2
2021-09-13
target/i386: add missing bits to CR4_RESERVED_MASK
Daniel P. Berrangé
1
-0
/
+1
2021-07-22
target/i386: Added consistency checks for EFER
Lara Lazier
1
-0
/
+5
2021-07-22
target/i386: Added consistency checks for CR4
Lara Lazier
1
-0
/
+39
2021-07-14
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-misc-20210713' int...
Peter Maydell
1
-0
/
+2
2021-07-13
target/i386: Correct implementation for FCS, FIP, FDS and FDP
Ziqiao Kong
1
-0
/
+2
2021-07-13
target/i386: suppress CPUID leaves not defined by the CPU vendor
Michael Roth
1
-0
/
+3
2021-07-09
target/i386: fix exceptions for MOV to DR
Paolo Bonzini
1
-0
/
+2
2021-07-06
target/i386: Move X86XSaveArea into TCG
David Edmondson
1
-57
/
+0
2021-07-06
target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
David Edmondson
1
-1
/
+1
2021-07-06
target/i386: Make x86_ext_save_areas visible outside cpu.c
David Edmondson
1
-0
/
+9
2021-07-06
target/i386: Pass buffer and length to XSAVE helper
David Edmondson
1
-2
/
+3
2021-07-06
target/i386: Clarify the padding requirements of X86XSaveArea
David Edmondson
1
-1
/
+7
2021-07-06
target/i386: Consolidate the X86XSaveArea offset checks
David Edmondson
1
-7
/
+15
2021-07-06
target/i386: Declare constants for XSAVE offsets
David Edmondson
1
-7
/
+23
2021-06-25
target/i386: kvm: add support for TSC scaling
Paolo Bonzini
1
-0
/
+1
2021-06-16
target/i386: Added consistency checks for CR0
Lara Lazier
1
-0
/
+2
2021-06-16
target/i386: Refactored intercept checks into cpu_svm_has_intercept
Lara Lazier
1
-0
/
+4
2021-05-31
i386: drop FEAT_HYPERV feature leaves
Vitaly Kuznetsov
1
-5
/
+0
2021-05-31
i386: stop using env->features[] for filling Hyper-V CPUIDs
Vitaly Kuznetsov
1
-0
/
+1
2021-05-26
i386/cpu: Expose AVX_VNNI instruction to guest
Yang Zhong
1
-0
/
+2
2021-05-19
target/i386: Inline user cpu_svm_check_intercept_param
Richard Henderson
1
-0
/
+8
2021-05-11
target/i386: extend pg_mode to more CR0 and CR4 bits
Paolo Bonzini
1
-0
/
+8
2021-05-11
target/i386: move paging mode constants from SVM to cpu.h
Paolo Bonzini
1
-0
/
+8
2021-05-10
i386: make cpu_load_efer sysemu-only
Claudio Fontana
1
-15
/
+5
2021-05-10
i386: separate fpu_helper sysemu-only parts
Claudio Fontana
1
-0
/
+3
2021-05-10
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
1
-12
/
+8
2021-05-02
vmstate: Constify some VMStateDescriptions
Keqian Zhu
1
-1
/
+1
2021-03-19
target/i386: allow modifying TCG phys-addr-bits
Paolo Bonzini
1
-1
/
+0
2021-02-25
target/i386: Add bus lock debug exception support
Chenyi Qiang
1
-0
/
+2
2021-02-18
i386: Add the support for AMD EPYC 3rd generation processors
Babu Moger
1
-0
/
+4
2021-02-16
target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT
Vladislav Yaroshchuk
1
-0
/
+1
2021-02-08
target/i386: Expose VMX entry/exit load pkrs control bits
Chenyi Qiang
1
-0
/
+2
2021-02-08
target/i86: implement PKS
Paolo Bonzini
1
-0
/
+5
2021-02-08
x86/cpu: Populate SVM CPUID feature bits
Wei Huang
1
-10
/
+14
2021-01-12
target/i386: Use X86Seg enum for segment registers
Philippe Mathieu-Daudé
1
-2
/
+2
2020-12-16
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
1
-86
/
+0
2020-12-16
x86/cpu: Add AVX512_FP16 cpu feature
Cathy Zhang
1
-0
/
+2
[next]