index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
hexagon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
KVM: x86: Update vPMCs when retiring instructions
Eric Hankland
3
-0
/
+64
2022-01-07
KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()
Like Xu
2
-30
/
+29
2022-01-07
KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
Like Xu
4
-25
/
+8
2022-01-07
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
4
-17
/
+11
2022-01-07
KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
Like Xu
1
-0
/
+16
2022-01-07
KVM: x86: avoid out of bounds indices for fixed performance counters
Paolo Bonzini
1
-3
/
+4
2022-01-07
KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG
Lai Jiangshan
1
-0
/
+7
2022-01-07
KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed
Lai Jiangshan
1
-0
/
+7
2022-01-07
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
3
-14
/
+14
2022-01-07
Revert "KVM: X86: Update mmu->pdptrs only when it is changed"
Paolo Bonzini
1
-6
/
+3
2022-01-07
selftests: KVM: sev_migrate_tests: Add mirror command tests
Peter Gonda
1
-4
/
+51
2022-01-07
selftests: KVM: sev_migrate_tests: Fix sev_ioctl()
Peter Gonda
1
-1
/
+2
2022-01-07
selftests: KVM: sev_migrate_tests: Fix test_sev_mirror()
Peter Gonda
1
-4
/
+1
2022-01-06
MAINTAINERS: Update Anup's email address
Anup Patel
2
-1
/
+2
2022-01-06
KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
Vincent Chen
1
-0
/
+8
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel
6
-0
/
+616
2022-01-06
KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
Anup Patel
1
-1
/
+1
2022-01-06
RISC-V: KVM: Add VM capability to allow userspace get GPA bits
Anup Patel
4
-0
/
+10
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
2022-01-04
KVM: arm64: vgic: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+3
2022-01-04
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
Zenghui Yu
1
-1
/
+1
2022-01-04
KVM: arm64: selftests: get-reg-list: Add pauth configuration
Marc Zyngier
1
-0
/
+50
2021-12-28
KVM: selftests: aarch64: Add test for restoring active IRQs
Ricardo Koller
1
-0
/
+91
2021-12-28
KVM: selftests: aarch64: Add ISPENDR write tests in vgic_irq
Ricardo Koller
1
-0
/
+22
2021-12-28
KVM: selftests: aarch64: Add tests for IRQFD in vgic_irq
Ricardo Koller
2
-1
/
+102
2021-12-28
KVM: selftests: Add IRQ GSI routing library functions
Ricardo Koller
2
-0
/
+59
2021-12-28
KVM: selftests: aarch64: Add test_inject_fail to vgic_irq
Ricardo Koller
2
-20
/
+109
2021-12-28
KVM: selftests: aarch64: Add tests for LEVEL_INFO in vgic_irq
Ricardo Koller
1
-0
/
+6
2021-12-28
KVM: selftests: aarch64: Level-sensitive interrupts tests in vgic_irq
Ricardo Koller
1
-32
/
+86
2021-12-28
KVM: selftests: aarch64: Add preemption tests in vgic_irq
Ricardo Koller
1
-1
/
+90
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set EOI mode in vgic_irq
Ricardo Koller
1
-8
/
+50
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq test
Ricardo Koller
4
-35
/
+127
2021-12-28
KVM: selftests: aarch64: Abstract the injection functions in vgic_irq
Ricardo Koller
1
-3
/
+36
2021-12-28
KVM: selftests: aarch64: Add vgic_irq to test userspace IRQ injection
Ricardo Koller
3
-0
/
+246
2021-12-28
KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ state
Ricardo Koller
3
-1
/
+116
2021-12-28
KVM: selftests: Add kvm_irq_line library function
Ricardo Koller
2
-0
/
+23
2021-12-28
KVM: selftests: aarch64: Add GICv3 register accessor library functions
Ricardo Koller
5
-6
/
+189
2021-12-28
KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...
Ricardo Koller
1
-23
/
+101
2021-12-28
KVM: selftests: aarch64: Move gic_v3.h to shared headers
Ricardo Koller
1
-0
/
+0
2021-12-28
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
4
-0
/
+34
2021-12-28
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
4
-0
/
+18
2021-12-28
KVM: selftests: arm64: Rework TCR_EL1 configuration
Marc Zyngier
1
-7
/
+14
[next]