index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()
Sean Christopherson
2021-10-22
1
-3
/
+0
*
KVM: x86/mmu: Drop a redundant, broken remote TLB flush
Sean Christopherson
2021-10-22
1
-4
/
+2
*
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
2021-10-22
3
-6
/
+22
*
KVM: X86: pair smp_wmb() of mmu_try_to_unsync_pages() with smp_rmb()
Lai Jiangshan
2021-10-22
1
-14
/
+27
*
KVM: X86: Cache CR3 in prev_roots when PCID is disabled
Lai Jiangshan
2021-10-22
1
-2
/
+27
*
KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
Lai Jiangshan
2021-10-22
1
-0
/
+12
*
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
Lai Jiangshan
2021-10-22
2
-4
/
+4
*
KVM: X86: Don't reset mmu context when X86_CR4_PCIDE 1->0
Lai Jiangshan
2021-10-22
1
-2
/
+3
*
KVM: emulate: Comment on difference between RDPMC implementation and manual
Wanpeng Li
2021-10-22
1
-0
/
+5
*
KVM: x86: Add vendor name to kvm_x86_ops, use it for error messages
Sean Christopherson
2021-10-22
4
-3
/
+11
*
kvm: x86: mmu: Make NX huge page recovery period configurable
Junaid Shahid
2021-10-22
1
-11
/
+30
*
KVM: vPMU: Fill get_msr MSR_CORE_PERF_GLOBAL_OVF_CTRL w/ 0
Wanpeng Li
2021-10-22
2
-5
/
+2
*
KVM: x86/mmu: Rename slot_handle_leaf to slot_handle_level_4k
David Matlack
2021-10-22
1
-5
/
+13
*
KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit
Xiaoyao Li
2021-10-22
1
-4
/
+4
*
KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_ranges
Xiaoyao Li
2021-10-22
2
-14
/
+14
*
KVM: VMX: Use precomputed vmx->pt_desc.addr_range
Xiaoyao Li
2021-10-22
1
-4
/
+2
*
KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
Xiaoyao Li
2021-10-22
1
-2
/
+6
*
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
2021-10-22
7
-16
/
+16
*
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-22
7
-123
/
+103
*
KVM: x86: Expose TSC offset controls to userspace
Oliver Upton
2021-10-18
3
-0
/
+121
*
KVM: x86: Refactor tsc synchronization code
Oliver Upton
2021-10-18
1
-42
/
+53
*
kvm: x86: protect masterclock with a seqcount
Paolo Bonzini
2021-10-18
2
-38
/
+51
*
KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK
Oliver Upton
2021-10-18
2
-14
/
+36
*
KVM: x86: avoid warning with -Wbitwise-instead-of-logical
Paolo Bonzini
2021-10-18
1
-6
/
+1
*
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2021-10-18
6
-5
/
+35
|
\
|
*
KVM: X86: fix lazy allocation of rmaps
Paolo Bonzini
2021-10-18
1
-1
/
+2
|
*
Merge tag 'kvmarm-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2021-10-15
4
-3
/
+32
|
|
\
|
|
*
KVM: arm64: Release mmap_lock when using VM_SHARED with MTE
Quentin Perret
2021-10-05
1
-2
/
+4
|
|
*
KVM: arm64: Report corrupted refcount at EL2
Quentin Perret
2021-10-05
1
-0
/
+1
|
|
*
KVM: arm64: Fix host stage-2 PGD refcount
Quentin Perret
2021-10-05
3
-1
/
+27
|
*
|
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
2021-10-15
1
-1
/
+1
*
|
|
KVM: x86/mmu: kvm_faultin_pfn has to return false if pfh is returned
Andrei Vagin
2021-10-18
1
-0
/
+1
*
|
|
Merge tag 'kvm-riscv-5.16-1' of git://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2021-10-05
22
-1
/
+4485
|
\
\
\
|
*
|
|
RISC-V: KVM: Add SBI v0.1 support
Atish Patra
2021-10-04
5
-0
/
+209
|
*
|
|
RISC-V: KVM: Implement ONE REG interface for FP registers
Atish Patra
2021-10-04
2
-0
/
+114
|
*
|
|
RISC-V: KVM: FP lazy save/restore
Atish Patra
2021-10-04
4
-0
/
+342
|
*
|
|
RISC-V: KVM: Add timer functionality
Atish Patra
2021-10-04
7
-1
/
+309
|
*
|
|
RISC-V: KVM: Implement MMU notifiers
Anup Patel
2021-10-04
4
-5
/
+89
|
*
|
|
RISC-V: KVM: Implement stage2 page table programming
Anup Patel
2021-10-04
5
-16
/
+676
|
*
|
|
RISC-V: KVM: Implement VMID allocator
Anup Patel
2021-10-04
7
-2
/
+249
|
*
|
|
RISC-V: KVM: Handle WFI exits for VCPU
Anup Patel
2021-10-04
1
-0
/
+76
|
*
|
|
RISC-V: KVM: Handle MMIO exits for VCPU
Anup Patel
2021-10-04
8
-4
/
+651
|
*
|
|
RISC-V: KVM: Implement VCPU world-switch
Anup Patel
2021-10-04
5
-4
/
+319
|
*
|
|
RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
Anup Patel
2021-10-04
2
-4
/
+290
|
*
|
|
RISC-V: KVM: Implement VCPU interrupts and requests handling
Anup Patel
2021-10-04
3
-13
/
+197
|
*
|
|
RISC-V: KVM: Implement VCPU create, init and destroy functions
Anup Patel
2021-10-04
2
-9
/
+115
|
*
|
|
RISC-V: Add initial skeletal KVM support
Anup Patel
2021-10-04
12
-0
/
+805
|
*
|
|
RISC-V: Add hypervisor extension related CSR defines
Anup Patel
2021-10-04
1
-0
/
+87
|
|
/
/
|
*
|
Merge tag 'kvm-s390-master-5.15-1' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2021-10-04
2
-1
/
+15
|
|
\
\
|
|
*
|
KVM: s390: Function documentation fixes
Janosch Frank
2021-09-28
2
-1
/
+15
[next]