开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-08
KVM: selftests: Add a test to get/set triple fault event
Chenyi Qiang
2022-06-08
KVM: x86: Extend KVM_{G,S}ET_VCPU_EVENTS to support pending triple fault
Chenyi Qiang
2022-06-08
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
2022-06-08
KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
Like Xu
2022-06-08
perf: x86/core: Add interface to query perfmon_event_map[] directly
Like Xu
2022-06-08
KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter()
Like Xu
2022-06-08
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
2022-06-08
KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
Like Xu
2022-06-08
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
2022-06-08
KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
Like Xu
2022-06-08
KVM: x86/pmu: Extract check_pmu_event_filter() handling both GP and fixed cou...
Like Xu
2022-06-08
KVM: x86/pmu: Update comments for AMD gp counters
Like Xu
2022-06-08
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
2022-06-08
KVM: vmx, pmu: accept 0 for host-initiated write to MSR_IA32_DS_AREA
Paolo Bonzini
2022-06-08
KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesn't support global_ctrl
Like Xu
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
selftests: kvm: replace ternary operator with min()
Guo Zhengkui
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: selftests: Add KVM_CAP_MAX_VCPU_ID cap test
Zeng Guang
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: selftests: nSVM: Add svm_nested_soft_inject_test
Maciej S. Szmigiero
2022-06-08
KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
Maciej S. Szmigiero
[next]