index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
lzo.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-08
x86: events: Do not return bogus capabilities if PMU is broken
Paolo Bonzini
1
-2
/
+10
2022-06-08
perf/x86/intel: Fix the comment about guest LBR support on KVM
Like Xu
1
-2
/
+1
2022-06-08
KVM: VMX: Enable Notify VM exit
Tao Xu
11
-4
/
+158
2022-06-08
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
10
-101
/
+94
2022-06-08
KVM: selftests: Add a test to get/set triple fault event
Chenyi Qiang
3
-0
/
+103
2022-06-08
KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple fault
Chenyi Qiang
5
-2
/
+36
2022-06-08
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
5
-65
/
+12
2022-06-08
KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
Like Xu
1
-7
/
+2
2022-06-08
perf: x86/core: Add interface to query perfmon_event_map[] directly
Like Xu
2
-0
/
+17
2022-06-08
KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter()
Like Xu
1
-58
/
+21
2022-06-08
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
4
-9
/
+5
2022-06-08
KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
Like Xu
3
-15
/
+14
2022-06-08
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
4
-8
/
+10
2022-06-08
KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
Like Xu
3
-27
/
+24
2022-06-08
KVM: x86/pmu: Extract check_pmu_event_filter() handling both GP and fixed cou...
Like Xu
1
-26
/
+37
2022-06-08
KVM: x86/pmu: Update comments for AMD gp counters
Like Xu
1
-2
/
+5
2022-06-08
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
5
-20
/
+27
2022-06-08
KVM: vmx, pmu: accept 0 for host-initiated write to MSR_IA32_DS_AREA
Paolo Bonzini
1
-0
/
+2
2022-06-08
KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
Like Xu
1
-0
/
+3
2022-06-08
KVM: x86/pmu: Don't overwrite the pmu->global_ctrl when refreshing
Like Xu
1
-4
/
+5
2022-06-08
KVM: x86/pmu: remove useless prototype
Paolo Bonzini
1
-1
/
+0
2022-06-08
KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header file
Like Xu
2
-8
/
+7
2022-06-08
selftests: kvm: replace ternary operator with min()
Guo Zhengkui
4
-5
/
+5
2022-06-08
KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
Like Xu
2
-11
/
+32
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
4
-13
/
+7
2022-06-08
KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
Like Xu
5
-33
/
+42
2022-06-08
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
5
-2
/
+43
2022-06-08
KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
Like Xu
2
-11
/
+11
2022-06-08
KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
Like Xu
2
-1
/
+9
2022-06-08
KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
Like Xu
4
-2
/
+30
2022-06-08
KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
Like Xu
4
-2
/
+22
2022-06-08
KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
Like Xu
3
-1
/
+11
2022-06-08
KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
Like Xu
1
-3
/
+33
2022-06-08
KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
Like Xu
5
-18
/
+98
2022-06-08
x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
Peter Zijlstra (Intel)
2
-8
/
+7
2022-06-08
KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
Like Xu
2
-1
/
+6
2022-06-08
KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
Like Xu
2
-2
/
+14
2022-06-08
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
5
-8
/
+9
2022-06-08
perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
Like Xu
1
-0
/
+42
2022-06-08
perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
Like Xu
4
-1
/
+5
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
10
-7
/
+119
2022-06-08
kvm: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
Zeng Guang
3
-0
/
+56
2022-06-08
KVM: x86: Allow userspace to set maximum VCPU id for VM
Zeng Guang
3
-0
/
+47
2022-06-08
KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
Zeng Guang
3
-7
/
+7
2022-06-08
KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
Zeng Guang
1
-10
/
+9
2022-06-08
KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
Zeng Guang
1
-3
/
+21
2022-06-08
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
Robert Hoo
1
-4
/
+13
2022-06-08
KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
Robert Hoo
7
-1
/
+43
2022-06-08
KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
Robert Hoo
1
-28
/
+28
2022-06-08
x86/cpu: Add new VMX feature, Tertiary VM-Execution control
Robert Hoo
3
-2
/
+11
[next]