index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-48
/
+123
2021-03-12
KVM: arm64: Fix exclusive limit for IPA size
Marc Zyngier
1
-2
/
+1
2021-03-12
KVM: arm64: Reject VM creation when the default IPA size is unsupported
Marc Zyngier
1
-4
/
+8
2021-03-10
arm64/mm: Fix __enable_mmu() for new TGRAN range values
James Morse
1
-4
/
+6
2021-03-09
KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
Marc Zyngier
4
-6
/
+13
2021-03-09
KVM: arm64: Don't use cbz/adr with external symbols
Sami Tolvanen
1
-2
/
+4
2021-03-06
KVM: arm64: Fix range alignment when walking page tables
Jia He
1
-0
/
+1
2021-03-06
KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
Marc Zyngier
2
-4
/
+39
2021-03-06
KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
Marc Zyngier
3
-5
/
+12
2021-03-06
KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
Marc Zyngier
1
-3
/
+6
2021-03-06
KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
Marc Zyngier
2
-10
/
+10
2021-03-06
KVM: arm64: Fix nVHE hyp panic host context restore
Andrew Scull
2
-9
/
+9
2021-03-06
KVM: arm64: Avoid corrupting vCPU context register in guest exit
Will Deacon
1
-1
/
+1
2021-03-06
KVM: arm64: nvhe: Save the SPE context early
Suzuki K Poulose
2
-3
/
+20
2021-02-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+1
2021-02-24
KVM: arm64: make the hyp vector table entries local
Joey Gouly
1
-1
/
+1
2021-02-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
20
-150
/
+754
2021-02-22
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-1
/
+4
2021-02-12
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
20
-150
/
+754
2021-02-12
Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/next
Marc Zyngier
2
-38
/
+61
2021-02-12
Merge branch 'kvm-arm64/rng-5.12' into kvmarm-master/next
Marc Zyngier
3
-1
/
+92
2021-02-12
Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/next
Marc Zyngier
13
-57
/
+540
2021-02-12
Merge branch 'kvm-arm64/concurrent-translation-fault' into kvmarm-master/next
Marc Zyngier
2
-41
/
+55
2021-02-12
Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/next
Marc Zyngier
2
-13
/
+6
2021-02-12
Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/next
Marc Zyngier
4
-49
/
+70
2021-02-09
arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0
Marc Zyngier
1
-0
/
+3
2021-02-09
arm64: Simplify init_el2_state to be non-VHE only
Marc Zyngier
1
-1
/
+1
2021-02-03
KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code
Quentin Perret
1
-2
/
+2
2021-02-03
KVM: arm64: Correct spelling of DBGDIDR register
Alexandru Elisei
1
-3
/
+3
2021-02-03
KVM: arm64: Use symbolic names for the PMU versions
Marc Zyngier
1
-4
/
+4
2021-02-03
KVM: arm64: Upgrade PMU support to ARMv8.4
Marc Zyngier
2
-4
/
+13
2021-02-03
KVM: arm64: Limit the debug architecture to ARMv8.0
Marc Zyngier
1
-0
/
+3
2021-02-03
KVM: arm64: Refactor filtering of ID registers
Marc Zyngier
1
-23
/
+28
2021-02-03
KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers
Marc Zyngier
1
-3
/
+9
2021-02-03
KVM: arm64: Fix AArch32 PMUv3 capping
Marc Zyngier
1
-2
/
+2
2021-02-03
KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
Marc Zyngier
1
-1
/
+1
2021-02-01
KVM: arm64: Make gen-hyprel endianness agnostic
Marc Zyngier
2
-16
/
+42
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-26
Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-49
/
+70
2021-01-26
KVM: arm64: Implement the TRNG hypervisor call
Ard Biesheuvel
3
-1
/
+92
2021-01-25
KVM: arm64: Mark the page dirty only if the fault is handled successfully
Yanan Wang
1
-5
/
+8
2021-01-25
KVM: arm64: Filter out the case of only changing permissions from stage-2 map...
Yanan Wang
1
-11
/
+21
2021-01-25
KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
Yanan Wang
1
-27
/
+28
2021-01-25
KVM: arm64: Simplify __kvm_hyp_init HVC detection
Andrew Scull
1
-11
/
+4
2021-01-25
KVM: arm64: Don't clobber x4 in __do_hyp_init
Andrew Scull
1
-9
/
+11
2021-01-23
KVM: arm64: Remove hyp_symbol_addr
David Brazdil
4
-17
/
+17
2021-01-23
KVM: arm64: Remove patching of fn pointers in hyp
David Brazdil
2
-13
/
+4
2021-01-23
KVM: arm64: Fix constant-pool users in hyp
David Brazdil
2
-16
/
+15
2021-01-23
KVM: arm64: Apply hyp relocations at runtime
David Brazdil
1
-0
/
+28
2021-01-23
KVM: arm64: Generate hyp relocation data
David Brazdil
3
-3
/
+440
[next]