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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-07
target/i386: Add new CPU model GraniteRapids
Tao Su
1
-0
/
+136
2023-07-07
target/i386: Add few security fix bits in ARCH_CAPABILITIES into SapphireRapi...
Lei Wang
1
-2
/
+11
2023-07-07
target/i386: Add support for MCDT_NO in CPUID enumeration
Tao Su
1
-0
/
+26
2023-07-07
target/i386: Adjust feature level according to FEAT_7_1_EDX
Tao Su
1
-0
/
+1
2023-06-29
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
1
-2
/
+13
2023-06-29
target/i386: ignore CPL0-specific features in user mode emulation
Paolo Bonzini
1
-7
/
+76
2023-06-29
target/i386: ignore ARCH_CAPABILITIES features in user mode emulation
Paolo Bonzini
1
-0
/
+7
2023-06-29
target/i386: Export MSR_ARCH_CAPABILITIES bits to guests
Pawan Gupta
1
-2
/
+2
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
1
-2
/
+2
2023-06-26
target/i386: implement RDPID in TCG
Paolo Bonzini
1
-1
/
+9
2023-06-26
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
1
-0
/
+4
2023-06-26
target/i386: TCG supports WBNOINVD
Paolo Bonzini
1
-1
/
+2
2023-06-26
target/i386: TCG supports XSAVEERPTR
Paolo Bonzini
1
-1
/
+3
2023-06-26
target/i386: TCG supports RDSEED
Paolo Bonzini
1
-3
/
+2
2023-06-26
target/i386: TCG supports 3DNow! prefetch(w)
Paolo Bonzini
1
-1
/
+2
2023-05-25
target/i386: EPYC-Rome model without XSAVES
Maksim Davydov
1
-0
/
+10
2023-05-18
target/i386: add support for FB_CLEAR feature
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-05-18
target/i386: add support for FLUSH_L1D feature
Emanuele Giuseppe Esposito
1
-1
/
+1
2023-05-08
target/i386: Add EPYC-Genoa model to support Zen 4 processor series
Babu Moger
1
-0
/
+122
2023-05-08
target/i386: Add VNMI and automatic IBRS feature bits
Babu Moger
1
-2
/
+2
2023-05-08
target/i386: Add missing feature bits in EPYC-Milan model
Babu Moger
1
-0
/
+70
2023-05-08
target/i386: Add feature bits for CPUID_Fn80000021_EAX
Babu Moger
1
-0
/
+24
2023-05-08
target/i386: Add a couple of feature bits in 8000_0008_EBX
Babu Moger
1
-2
/
+2
2023-05-08
target/i386: Add new EPYC CPU versions with updated cache_info
Michael Roth
1
-0
/
+118
2023-05-08
target/i386: allow versioned CPUs to specify new cache_info
Michael Roth
1
-3
/
+32
2023-04-28
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
1
-1
/
+1
2023-04-28
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
1
-1
/
+1
2023-04-28
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
1
-1
/
+21
2023-04-28
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
1
-1
/
+1
2023-04-28
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
1
-1
/
+1
2023-04-28
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
1
-1
/
+1
2023-04-28
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
1
-2
/
+2
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-2
/
+2
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
1
-9
/
+22
2023-04-20
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
1
-2
/
+2
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
1
-0
/
+1
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-0
/
+1
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
1
-35
/
+39
2023-03-02
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
1
-35
/
+39
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
1
-0
/
+5
2023-03-01
i386/kvm: handle Xen HVM cpuid leaves
Joao Martins
1
-0
/
+1
2023-02-27
i386: Add new CPU model SapphireRapids
Wang, Lei
1
-2
/
+131
2023-02-27
target/i386: add FZRM, FSRS, FSRC
Paolo Bonzini
1
-3
/
+4
2023-02-27
target/i386: add FSRM to TCG
Paolo Bonzini
1
-1
/
+1
2023-01-06
target/i386: Add SGX aex-notify and EDECCSSA support
Kai Huang
1
-2
/
+2
2022-12-16
target/i386: Convert to 3-phase reset
Peter Maydell
1
-4
/
+8
2022-12-14
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+0
2022-10-22
target/i386: implement FMA instructions
Paolo Bonzini
1
-2
/
+3
2022-10-20
target/i386: implement F16C instructions
Paolo Bonzini
1
-3
/
+2
2022-10-18
target/i386: Enable AVX cpuid bits when using TCG
Paul Brook
1
-5
/
+5
[next]