Show patches with: Submitter = Eduardo Habkost       |   240 patches
« 1 2 3 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/15] i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop - - - --- 2012-10-04 Eduardo Habkost New
[02/15] i386: kvm: kvm_arch_get_supported_cpuid: clean up has_kvm_features check - - - --- 2012-10-04 Eduardo Habkost New
[03/15] i386: kvm: kvm_arch_get_supported_cpuid: use 'entry' variable - - - --- 2012-10-04 Eduardo Habkost New
[04/15] i386: kvm: extract register switch to cpuid_entry_get_reg() function - - - --- 2012-10-04 Eduardo Habkost New
[05/15] i386: kvm: extract CPUID entry lookup to cpuid_find_entry() function - - - --- 2012-10-04 Eduardo Habkost New
[06/15] i386: kvm: extract try_get_cpuid() loop to get_supported_cpuid() function - - - --- 2012-10-04 Eduardo Habkost New
[07/15] i386: kvm: kvm_arch_get_supported_cpuid: replace if+switch with single 'if' - - - --- 2012-10-04 Eduardo Habkost New
[08/15] i386: kvm: set CPUID_EXT_HYPERVISOR on kvm_arch_get_supported_cpuid() - - - --- 2012-10-04 Eduardo Habkost New
[09/15] i386: kvm: set CPUID_EXT_TSC_DEADLINE_TIMER on kvm_arch_get_supported_cpuid() - - - --- 2012-10-04 Eduardo Habkost New
[1/2] i386: kvm: Disable arch_capabilities if MSR can't be set i386: arch_capabilities fixes + migratability - - - --- 2019-01-25 Eduardo Habkost New
[1/2] make-release: don't use --tmpdir mktemp option - - - --- 2010-09-24 Eduardo Habkost New
[1/2] target-i386: Don't set any KVM flag by default if KVM is disabled - - - --- 2013-01-04 Eduardo Habkost New
[1/2] target-i386: kvm: -cpu host: use GET_SUPPORTED_CPUID for SVM features - - - --- 2012-12-28 Eduardo Habkost New
[1/2] target-i386: tcg: Accept clwb instruction - 1 - --- 2015-11-04 Eduardo Habkost New
[1/3] i386/kvm: Require KVM_CAP_IRQ_ROUTING i386/kvm: Assume IRQ routing is always available - - - --- 2020-09-22 Eduardo Habkost New
[1/3] kvm: qemu: don't fail building when pc-bios dir is empty - - - --- 2009-01-23 Eduardo Habkost Accepted
[1/3] kvm: vmx: use macros instead of hex value on cr0 initialization - - - --- 2009-10-24 Eduardo Habkost New
[1/3] target-i386: kvm: Abort if MCE bank count is not supported by host - - - --- 2015-11-25 Eduardo Habkost New
[1/3] x86: apic: Look up MAXPHYADDR on CPUID correctly - - - --- 2014-08-28 Eduardo Habkost New
[1/4] kvm: Simplify invtsc check - 1 - --- 2016-12-27 Eduardo Habkost New
[1/5] target-i386: kvm: Allocate kvm_msrs struct once per VCPU - - - --- 2015-12-16 Eduardo Habkost New
[1/5] target-i386: Remove has_msr_mtrr global variable - - - --- 2016-09-26 Eduardo Habkost New
[1/6] file_ram_alloc(): coding style fixes - - - --- 2012-07-02 Eduardo Habkost New
[1/9] target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM features - - - --- 2013-01-04 Eduardo Habkost New
[10/15] i386: kvm: x2apic is not supported without in-kernel irqchip - - - --- 2012-10-04 Eduardo Habkost New
[11/15] i386: kvm: mask cpuid_kvm_features earlier - - - --- 2012-10-04 Eduardo Habkost New
[12/15] i386: kvm: mask cpuid_ext4_features bits earlier - - - --- 2012-10-04 Eduardo Habkost New
[13/15] i386: kvm: filter CPUID feature words earlier, on cpu.c - - - --- 2012-10-04 Eduardo Habkost New
[14/15] i386: kvm: reformat filter_features_for_kvm() code - - - --- 2012-10-04 Eduardo Habkost New
[15/15] i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too - - - --- 2012-10-04 Eduardo Habkost New
[2/2] i386: Make arch_capabilities migratable i386: arch_capabilities fixes + migratability - - - --- 2019-01-25 Eduardo Habkost New
[2/2] make-release: don't use --mtime and --transform tar options - - - --- 2010-09-24 Eduardo Habkost New
[2/2] target-i386: Disable kvm_mmu_op by default on pc-1.4 - - - --- 2013-01-04 Eduardo Habkost New
[2/2] target-i386: kvm: enable all supported KVM features for -cpu host - - - --- 2012-12-28 Eduardo Habkost New
[2/2] target-i386: tcg: Check right CPUID bits for clflushopt/pcommit - 1 - --- 2015-11-04 Eduardo Habkost New
[2/3] i386/kvm: Remove IRQ routing support checks i386/kvm: Assume IRQ routing is always available - - - --- 2020-09-22 Eduardo Habkost New
[2/3] kvm: svm: reset cr0 properly on vcpu reset - - - --- 2009-10-24 Eduardo Habkost New
[2/3] target-i386: kvm: Use env->mcg_cap when setting up MCE - - - --- 2015-11-25 Eduardo Habkost New
[2/3] Use native anon_inodes on RHEL5 if available - - - --- 2009-01-23 Eduardo Habkost Accepted
[2/3] x86: vmx: Use cpuid_maxphyaddr() - - - --- 2014-08-28 Eduardo Habkost New
[2/4] kvm: Allow invtsc migration if tsc-khz is set explicitly - - - --- 2016-12-27 Eduardo Habkost New
[2/5] target-i386: kvm: Increase MSR_BUF_SIZE - - - --- 2015-12-16 Eduardo Habkost New
[2/5] target-i386: Remove has_msr_hv_apic global variable - - - --- 2016-09-26 Eduardo Habkost New
[2/6] file_ram_alloc(): use g_strdup_printf() instead of asprintf() - - - --- 2012-07-02 Eduardo Habkost New
[2/9] target-i386: kvm: Enable all supported KVM features for -cpu host - - - --- 2013-01-04 Eduardo Habkost New
[3/3] compat code fixes for RHEL5 kernels - - - --- 2009-01-23 Eduardo Habkost Accepted
[3/3] i386/kvm: Delete kvm_allows_irq0_override() i386/kvm: Assume IRQ routing is always available - - - --- 2020-09-22 Eduardo Habkost New
[3/3] kvm: svm: init_vmcb(): remove redundant save->cr0 initialization - - - --- 2009-10-24 Eduardo Habkost New
[3/3] target-i386: kvm: Print warning when clearing mcg_cap bits 1 - - --- 2015-11-25 Eduardo Habkost New
[3/3] x86: Check level, xlevel before returning CPUID data - - - --- 2014-08-28 Eduardo Habkost New
[3/4] pc: Add 2.9 machine-types - 2 - --- 2016-12-27 Eduardo Habkost New
[3/5] target-i386: kvm: Simplify MSR array construction - - - --- 2015-12-16 Eduardo Habkost New
[3/5] target-i386: Remove has_msr_hv_tsc global variable - - - --- 2016-09-26 Eduardo Habkost New
[3/6] vl.c: change mem_prealloc to bool (v2) - - - --- 2012-07-02 Eduardo Habkost New
[3/9] target-i386: check/enforce: Fix CPUID leaf numbers on error messages - - - --- 2013-01-04 Eduardo Habkost New
[4/4] kvm: Allow migration with invtsc - - - --- 2016-12-27 Eduardo Habkost New
[4/5] target-i386: Clear KVM CPUID features if KVM is disabled - - - --- 2016-09-26 Eduardo Habkost New
[4/5] target-i386: kvm: Simplify MSR setting functions - - - --- 2015-12-16 Eduardo Habkost New
[4/6] file_ram_alloc: change length argument to size_t (v2) - - - --- 2012-07-02 Eduardo Habkost New
[4/9] target-i386: check/enforce: Do not ignore "hypervisor" flag - - - --- 2013-01-04 Eduardo Habkost New
[5/5] target-i386: kvm: Eliminate kvm_msr_entry_set() - - - --- 2015-12-16 Eduardo Habkost New
[5/5] target-i386: Remove has_msr_* global vars for KVM features - - - --- 2016-09-26 Eduardo Habkost New
[5/6] file_ram_alloc(): extract temporary-file creation code to separate function (v2) - - - --- 2012-07-02 Eduardo Habkost New
[5/9] target-i386: check/enforce: Check all CPUID.80000001H.EDX bits - - - --- 2013-01-04 Eduardo Habkost New
[59/63] kvm: Rename KVM_STATE to KVM_ACCEL Untitled series #342525 - - - --- 2020-09-02 Eduardo Habkost New
[6/9] target-i386: check/enforce: Check SVM flag support as well - - - --- 2013-01-04 Eduardo Habkost New
[7/9] target-i386: check/enforce: Eliminate check_feat field - - - --- 2013-01-04 Eduardo Habkost New
[8/9] target-i386: Call kvm_check_features_against_host() only if CONFIG_KVM is set - - - --- 2013-01-04 Eduardo Habkost New
[9/9] target-i386: check/enforce: Check all feature words - - - --- 2013-01-04 Eduardo Habkost New
[for-1.4,qom-cpu,1/9] kvm: Create kvm_arch_vcpu_id() function - - - --- 2013-01-22 Eduardo Habkost New
[for-1.4,qom-cpu,2/9] target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index - - - --- 2013-01-22 Eduardo Habkost New
[for-2.1] target-i386: Add "kvmclock-stable-bit" feature bit name - - - --- 2014-07-04 Eduardo Habkost New
[for-2.6,1/3] target-i386: Define structs for layout of xsave area - - - --- 2015-11-28 Eduardo Habkost New
[for-2.6,2/3] target-i386: Use xsave structs for ext_save_area - - - --- 2015-11-28 Eduardo Habkost New
[for-2.6,3/3] target-i386: kvm: Use X86XSaveArea struct for xsave save/load - - - --- 2015-11-28 Eduardo Habkost New
[for-6.2,01/12] accel: Rename TYPE_ACCEL to TYPE_ACCEL_BASE [for-6.2,01/12] accel: Rename TYPE_ACCEL to TYPE_ACCEL_BASE - - - --- 2021-08-06 Eduardo Habkost New
[KVM-AUTOTEST,1/5] kvm_config: accept multiple filenames as argument - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST,2/5] kvm_config: print directly to stdout instead of using logging - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST,3/5] kvm_config: store filename on configreader - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST,4/5] kvm_config: add helper to raise exception informing line number - - - --- 2011-01-11 Eduardo Habkost New
[KVM-AUTOTEST,4/5] kvm_config: add helper to raise exception informing line number - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST,5/5] kvm_config: inform filename and line number on error message - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST] kvm_config: don't store filename on config class - - - --- 2011-01-06 Eduardo Habkost New
[KVM-AUTOTEST] scripts/unattended.py: don't ignore exceptions on floppy setup - - - --- 2011-01-06 Eduardo Habkost New
[kvm-unit-test,RFC] x86: Memory instructions test case - - 1 --- 2015-11-04 Eduardo Habkost New
[maint/2.6.29] kvm-userspace: include <asm/svm.h> on external-module-compat.h - - - --- 2009-01-23 Eduardo Habkost Accepted
[PULL,0/2] x86 fixes for -rc3 - - - --- 2018-11-26 Eduardo Habkost New
[PULL,0/4] x86 queue, 2018-12-11 - - - --- 2018-12-11 Eduardo Habkost New
[PULL,0/4] x86 queue, 2020-09-18 - - - --- 2020-09-18 Eduardo Habkost New
[PULL,0/5] x86 queue, 2019-01-14 - - - --- 2019-01-14 Eduardo Habkost New
[PULL,0/7] x86 queue, 2018-10-30 - - - --- 2018-10-31 Eduardo Habkost New
[PULL,00/11] x86 queue, 2021-07-13 - - - --- 2021-07-13 Eduardo Habkost New
[PULL,01/11] i386: clarify 'hv-passthrough' behavior [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,02/11] i386: hardcode supported eVMCS version to '1' [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,03/11] i386: make hyperv_expand_features() return bool [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,04/11] i386: expand Hyper-V features during CPU feature expansion time [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,05/11] i386: kill off hv_cpuid_check_and_set() [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,06/11] i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,07/11] i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges [PULL,01/11] i386: clarify 'hv-passthrough' behavior - 1 - --- 2021-07-13 Eduardo Habkost New
[PULL,08/11] target/i386: suppress CPUID leaves not defined by the CPU vendor [PULL,01/11] i386: clarify 'hv-passthrough' behavior - - - --- 2021-07-13 Eduardo Habkost New
« 1 2 3 »