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
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
KVM: arm64: Fix PMU probe ordering
Marc Zyngier
2
-4
/
+8
2021-09-20
KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
Zenghui Yu
1
-1
/
+1
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
35
-527
/
+894
2021-09-06
Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
35
-527
/
+901
2021-09-06
KVM: stats: Add VM stat for remote tlb flush requests
Jing Zhang
1
-0
/
+1
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-6
/
+3
2021-08-26
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
1
-17
/
+3
2021-08-26
KVM: arm64: Trim guest debug exception handling
Raghavendra Rao Ananta
1
-17
/
+3
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
11
-74
/
+71
2021-08-20
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
8
-14
/
+16
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
3
-27
/
+46
2021-08-20
Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/next
Marc Zyngier
3
-9
/
+30
2021-08-20
Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/next
Marc Zyngier
13
-256
/
+513
2021-08-20
Merge branch kvm-arm64/mmu/kmemleak-pkvm into kvmarm-master/next
Marc Zyngier
1
-0
/
+7
2021-08-20
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
11
-112
/
+72
2021-08-20
Merge branch kvm-arm64/mmu/mapping-levels into kvmarm-master/next
Marc Zyngier
2
-7
/
+77
2021-08-20
KVM: arm64: Minor optimization of range_is_memory
David Brazdil
1
-5
/
+8
2021-08-20
Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking
Marc Zyngier
2
-5
/
+9
2021-08-20
KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bit
Marc Zyngier
1
-3
/
+7
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
2
-1
/
+2
2021-08-20
KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
Fuad Tabba
2
-8
/
+0
2021-08-20
KVM: arm64: Restore mdcr_el2 from vcpu
Fuad Tabba
4
-19
/
+16
2021-08-20
KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
Fuad Tabba
2
-44
/
+47
2021-08-20
KVM: arm64: MDCR_EL2 is a 64-bit register
Fuad Tabba
3
-3
/
+3
2021-08-20
KVM: arm64: Remove trailing whitespace in comment
Fuad Tabba
1
-2
/
+2
2021-08-20
KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
Marc Zyngier
3
-4
/
+4
2021-08-20
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
6
-10
/
+10
2021-08-20
KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
Marc Zyngier
4
-4
/
+6
2021-08-20
KVM: arm64: vgic: Resample HW pending state on deactivation
Marc Zyngier
4
-62
/
+50
2021-08-19
KVM: arm64: vgic: Drop WARN from vgic_get_irq
Ricardo Koller
1
-1
/
+0
2021-08-19
KVM: arm64: Use generic KVM xfer to guest work function
Oliver Upton
2
-28
/
+45
2021-08-19
KVM: arm64: Record number of signal exits as a vCPU stat
Oliver Upton
2
-0
/
+2
2021-08-19
KVM: arm64: Enforce reserved bits for PSCI target affinities
Oliver Upton
1
-3
/
+12
2021-08-19
KVM: arm64: Handle PSCI resets before userspace touches vCPU state
Oliver Upton
1
-0
/
+8
2021-08-19
KVM: arm64: Fix read-side race on updates to vcpu reset state
Oliver Upton
1
-6
/
+10
2021-08-18
KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
Will Deacon
2
-13
/
+31
2021-08-18
KVM: arm64: Drop unused REQUIRES_VIRT
Anshuman Khandual
1
-4
/
+0
2021-08-18
KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
Anshuman Khandual
2
-17
/
+3
2021-08-18
KVM: arm64: Drop init_common_resources()
Anshuman Khandual
1
-6
/
+1
2021-08-18
KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA
Anshuman Khandual
1
-1
/
+1
2021-08-11
KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()
Quentin Perret
1
-1
/
+1
2021-08-11
KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
Anshuman Khandual
1
-0
/
+8
2021-08-11
arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT
Anshuman Khandual
1
-15
/
+2
2021-08-11
KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEF
Anshuman Khandual
2
-4
/
+4
2021-08-11
KVM: arm64: Make __pkvm_create_mappings static
Quentin Perret
2
-4
/
+2
2021-08-11
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
4
-11
/
+117
2021-08-11
KVM: arm64: Refactor protected nVHE stage-1 locking
Quentin Perret
2
-2
/
+17
2021-08-11
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
4
-75
/
+0
2021-08-11
KVM: arm64: Mark host bss and rodata section as shared
Quentin Perret
1
-8
/
+74
[next]