index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2022-06-08
KVM: x86/pmu: Don't overwrite the pmu->global_ctrl when refreshing
Like Xu
2022-06-08
KVM: x86/pmu: remove useless prototype
Paolo Bonzini
2022-06-08
KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header file
Like Xu
2022-06-08
KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
Like Xu
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
2022-06-08
KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
Like Xu
2022-06-08
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
2022-06-08
KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
Like Xu
2022-06-08
KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
Like Xu
2022-06-08
KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
Like Xu
2022-06-08
KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
Like Xu
2022-06-08
KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
Like Xu
2022-06-08
KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
Like Xu
2022-06-08
KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
Like Xu
2022-06-08
x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
Peter Zijlstra (Intel)
2022-06-08
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
Like Xu
2022-06-08
KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
Like Xu
2022-06-08
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
2022-06-08
perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
Like Xu
2022-06-08
perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
Like Xu
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
2022-06-08
KVM: x86: Allow userspace to set maximum VCPU id for VM
Zeng Guang
2022-06-08
KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
Zeng Guang
2022-06-08
KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
Zeng Guang
2022-06-08
KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
Zeng Guang
2022-06-08
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
Robert Hoo
2022-06-08
KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
Robert Hoo
2022-06-08
KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
Robert Hoo
2022-06-08
x86/cpu: Add new VMX feature, Tertiary VM-Execution control
Robert Hoo
2022-06-08
KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logic
Sean Christopherson
2022-06-08
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
2022-06-08
KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
Maciej S. Szmigiero
2022-06-08
KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
Sean Christopherson
2022-06-08
KVM: x86: Print error code in exception injection tracepoint iff valid
Sean Christopherson
2022-06-08
KVM: x86: Trace re-injected exceptions
Sean Christopherson
2022-06-08
KVM: SVM: Re-inject INTn instead of retrying the insn on "failure"
Sean Christopherson
2022-06-08
KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
Sean Christopherson
2022-06-08
KVM: SVM: Stuff next_rip on emulated INT3 injection if NRIPS is supported
Sean Christopherson
2022-06-08
KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
Sean Christopherson
2022-06-08
KVM: SVM: Don't BUG if userspace injects an interrupt with GIF=0
Maciej S. Szmigiero
2022-06-08
KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
Maciej S. Szmigiero
2022-06-07
Merge branch 'kvm-5.20-early-patches' into HEAD
Paolo Bonzini
2022-06-07
Merge branch 'kvm-5.19-early-fixes' into HEAD
Paolo Bonzini
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
2022-06-07
KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty logging
Ben Gardon
2022-06-07
x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()
Jan Beulich
2022-06-07
KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
Shaoqin Huang
2022-06-05
Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2022-06-05
Merge tag 'x86-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-05
Merge tag 'x86-mm-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]