index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
arc4.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
RISC-V: KVM: Forward SBI experimental and vendor extensions
Anup Patel
2
-0
/
+31
2022-01-06
RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
Jisheng Zhang
1
-1
/
+1
2022-01-06
MAINTAINERS: Update Atish's email address
Atish Patra
2
-1
/
+2
2022-01-06
RISC-V: KVM: Add SBI HSM extension in KVM
Atish Patra
5
-0
/
+134
2022-01-06
RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2
Atish Patra
3
-0
/
+143
2022-01-06
RISC-V: KVM: Add SBI v0.2 base extension
Atish Patra
5
-1
/
+85
2022-01-06
RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
Atish Patra
4
-131
/
+146
2022-01-06
RISC-V: KVM: Mark the existing SBI implementation as v0.1
Atish Patra
2
-32
/
+144
2022-01-06
KVM: RISC-V: Use common KVM implementation of MMU memory caches
Sean Christopherson
4
-65
/
+18
2021-12-21
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-20
KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state
Sean Christopherson
3
-0
/
+107
2021-12-20
KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
Sean Christopherson
1
-2
/
+6
2021-12-20
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
1
-8
/
+24
2021-12-20
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
1
-3
/
+1
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
2
-9
/
+6
2021-12-20
KVM: x86: Always set kvm_run->if_flag
Marc Orr
5
-17
/
+21
2021-12-20
KVM: x86/mmu: Don't advance iterator after restart due to yielding
Sean Christopherson
3
-13
/
+28
2021-12-20
KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
Wei Wang
1
-1
/
+1
2021-12-19
KVM: x86: Retry page fault if MMU reload is pending and root has no sp
Sean Christopherson
1
-1
/
+15
2021-12-19
KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs
Vitaly Kuznetsov
1
-17
/
+0
2021-12-19
KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...
Vitaly Kuznetsov
1
-1
/
+1
2021-12-17
KVM: s390: Clarify SIGP orders versus STOP/RESTART
Eric Farman
4
-2
/
+43
2021-12-17
s390: uv: Add offset comments to UV query struct and fix naming
Janosch Frank
1
-17
/
+17
2021-12-17
KVM: s390: gaccess: Cleanup access to guest pages
Janis Schoetterl-Glausch
1
-8
/
+16
2021-12-17
KVM: s390: gaccess: Refactor access address range check
Janis Schoetterl-Glausch
1
-53
/
+69
2021-12-17
KVM: s390: gaccess: Refactor gpa and length calculation
Janis Schoetterl-Glausch
1
-15
/
+17
2021-12-14
KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object
Sean Christopherson
1
-2
/
+3
2021-12-10
selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/O
Sean Christopherson
3
-0
/
+116
2021-12-10
KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
Sean Christopherson
1
-2
/
+7
2021-12-10
KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
Lai Jiangshan
1
-1
/
+2
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
3
-1
/
+78
2021-12-10
KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
Sean Christopherson
1
-2
/
+5
2021-12-10
KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...
Vitaly Kuznetsov
1
-1
/
+1
2021-12-09
KVM: arm64: Use Makefile.kvm for common files
David Woodhouse
1
-4
/
+2
2021-12-09
KVM: powerpc: Use Makefile.kvm for common files
David Woodhouse
1
-6
/
+2
2021-12-09
KVM: RISC-V: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+1
2021-12-09
KVM: mips: Use Makefile.kvm for common files
David Woodhouse
1
-1
/
+2
2021-12-09
KVM: s390: Use Makefile.kvm for common files
David Woodhouse
1
-5
/
+3
2021-12-09
KVM: Add Makefile.kvm for common files, use it for x86
David Woodhouse
2
-6
/
+14
2021-12-09
KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING
David Woodhouse
4
-6
/
+10
2021-12-09
KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
Maciej S. Szmigiero
1
-1
/
+1
2021-12-09
KVM: VMX: Clean up PI pre/post-block WARNs
Sean Christopherson
1
-12
/
+23
2021-12-09
KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
Sean Christopherson
1
-0
/
+19
2021-12-09
KVM: x86: add a tracepoint for APICv/AVIC interrupt delivery
Maxim Levitsky
3
-0
/
+28
2021-12-08
KVM: nVMX: Implement Enlightened MSR Bitmap feature
Vitaly Kuznetsov
2
-0
/
+16
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
3
-1
/
+19
2021-12-08
KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
Vitaly Kuznetsov
1
-4
/
+13
2021-12-08
KVM: x86: Exit to userspace if emulation prepared a completion callback
Hou Wenlong
1
-0
/
+3
2021-12-08
KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
Vitaly Kuznetsov
1
-9
/
+13
2021-12-08
KVM: x86: Use different callback if msr access comes from the emulator
Hou Wenlong
1
-36
/
+49
[next]