index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-04
KVM: vmx/pmu: Reduce the overhead of LBR pass-through or cancellation
Like Xu
2
-0
/
+16
2021-02-04
KVM: vmx/pmu: Pass-through LBR msrs when the guest LBR event is ACTIVE
Like Xu
3
-3
/
+135
2021-02-04
KVM: vmx/pmu: Create a guest LBR event when vcpu sets DEBUGCTLMSR_LBR
Like Xu
3
-0
/
+76
2021-02-04
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Like Xu
4
-2
/
+25
2021-02-04
KVM: vmx/pmu: Add PMU_CAP_LBR_FMT check when guest LBR is enabled
Paolo Bonzini
4
-0
/
+43
2021-02-04
KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refresh
Paolo Bonzini
1
-6
/
+10
2021-02-04
KVM: x86/vmx: Make vmx_set_intercept_for_msr() non-static
Like Xu
2
-1
/
+3
2021-02-04
KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL
Like Xu
4
-18
/
+28
2021-02-04
KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI state
Sean Christopherson
1
-3
/
+3
2021-02-04
x86/apic: Export x2apic_mode for use by KVM in "warm" path
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: X86: Add the Document for KVM_CAP_X86_BUS_LOCK_EXIT
Chenyi Qiang
1
-3
/
+42
2021-02-04
KVM: VMX: Enable bus lock VM exit
Chenyi Qiang
10
-4
/
+83
2021-02-04
KVM: X86: Reset the vcpu->run->flags at the beginning of vcpu_run
Chenyi Qiang
1
-1
/
+4
2021-02-04
KVM: VMX: Convert vcpu_vmx.exit_reason to a union
Sean Christopherson
3
-49
/
+86
2021-02-04
KVM/SVM: add support for SEV attestation command
Brijesh Singh
5
-0
/
+118
2021-02-04
KVM: selftests: Disable dirty logging with vCPUs running
Ben Gardon
1
-5
/
+5
2021-02-04
KVM: selftests: Add backing src parameter to dirty_log_perf_test
Ben Gardon
8
-15
/
+63
2021-02-04
KVM: selftests: Add memslot modification stress test
Ben Gardon
3
-0
/
+213
2021-02-04
KVM: selftests: Add option to overlap vCPU memory access
Ben Gardon
4
-18
/
+57
2021-02-04
KVM: selftests: Fix population stage in dirty_log_perf_test
Ben Gardon
1
-3
/
+8
2021-02-04
KVM: selftests: Convert iterations to int in dirty_log_perf_test
Ben Gardon
1
-13
/
+13
2021-02-04
KVM: selftests: Avoid flooding debug log while populating memory
Ben Gardon
1
-5
/
+4
2021-02-04
KVM: selftests: Rename timespec_diff_now to timespec_elapsed
Ben Gardon
4
-13
/
+13
2021-02-04
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
3
-51
/
+2
2021-02-04
KVM: selftests: Test IPI to halted vCPU in xAPIC while backing page moves
Peter Shier
4
-0
/
+566
2021-02-04
KVM: Expose AVX_VNNI instruction to guset
Yang Zhong
1
-1
/
+1
2021-02-04
Enumerate AVX Vector Neural Network instructions
Kyung Min Park
1
-0
/
+1
2021-02-04
x86: kvm: style: Simplify bool comparison
YANG LI
1
-1
/
+1
2021-02-04
KVM: x86: Zap the oldest MMU pages, not the newest
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
2
-9
/
+5
2021-02-04
KVM: X86: use vzalloc() instead of vmalloc/memset
Tian Tao
1
-2
/
+1
2021-02-04
KVM: x86: Take KVM's SRCU lock only if steal time update is needed
Sean Christopherson
1
-9
/
+11
2021-02-04
KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
Sean Christopherson
1
-10
/
+0
2021-02-04
KVM: do not assume PTE is writable after follow_pfn
Paolo Bonzini
1
-3
/
+12
2021-02-04
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
Ben Gardon
1
-3
/
+3
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
3
-13
/
+5
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2
-0
/
+6
2021-02-02
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
1
-0
/
+2
2021-02-01
KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
Vitaly Kuznetsov
1
-0
/
+2
2021-02-01
KVM/x86: assign hva with the right value to vm_munmap the pages
Zheng Zhan Liang
1
-1
/
+1
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
2
-13
/
+30
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-01-28
KVM: Documentation: Fix documentation for nested.
Yu Zhang
2
-3
/
+5
2021-01-28
Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-9
/
+11
2021-01-28
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
Michael Roth
1
-1
/
+1
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
3
-9
/
+29
2021-01-25
KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"
Sean Christopherson
1
-26
/
+25
2021-01-25
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
1
-9
/
+6
2021-01-25
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
1
-5
/
+8
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
3
-2
/
+5
[prev]
[next]