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
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
/
include
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
Merge branch kvm-arm64/psci-1.1 into kvmarm-master/next
Marc Zyngier
1
-1
/
+2
2022-02-21
KVM: arm64: Bump guest PSCI version to 1.1
Will Deacon
1
-1
/
+2
2022-02-08
Merge branch kvm-arm64/pmu-bl into kvmarm-master/next
Marc Zyngier
1
-0
/
+5
2022-02-08
KVM: arm64: Keep a list of probed PMUs
Alexandru Elisei
1
-0
/
+5
2022-02-08
KVM: arm64: Drop unused param from kvm_psci_version()
Oliver Upton
1
-5
/
+1
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
2022-01-04
KVM: arm64: vgic: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+3
2021-11-17
KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y
Sean Christopherson
1
-7
/
+12
2021-09-20
KVM: arm64: Fix PMU probe ordering
Marc Zyngier
1
-3
/
+0
2021-06-01
KVM: arm64: vgic: Implement SW-driven deactivation
Marc Zyngier
1
-0
/
+10
2021-06-01
KVM: arm64: vgic: move irq->get_input_level into an ops structure
Marc Zyngier
1
-11
/
+17
2021-06-01
KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
Marc Zyngier
1
-0
/
+3
2021-04-22
Merge branch 'kvm-arm64/kill_oprofile_dependency' into kvmarm-master/next
Marc Zyngier
1
-0
/
+4
2021-04-22
KVM: arm64: Divorce the perf code from oprofile helpers
Marc Zyngier
1
-0
/
+4
2021-04-06
KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
Eric Auger
1
-0
/
+1
2021-03-06
KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
Marc Zyngier
1
-2
/
+7
2021-01-04
KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTS
Marc Zyngier
1
-1
/
+1
2020-12-04
Merge remote-tracking branch 'origin/kvm-arm64/misc-5.11' into kvmarm-master/...
Marc Zyngier
1
-0
/
+1
2020-11-30
KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bit
Shenming Lu
1
-0
/
+1
2020-11-27
KVM: arm64: Get rid of the PMU ready state
Marc Zyngier
1
-3
/
+0
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2020-09-29
KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1
Marc Zyngier
1
-0
/
+5
2020-09-28
KVM: arm64: pmu: Make overflow handler NMI safe
Julien Thierry
1
-0
/
+1
2020-07-07
KVM: arm64: timers: Move timer registers to the sys_regs file
Marc Zyngier
1
-7
/
+4
2020-07-07
KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
Marc Zyngier
1
-1
/
+1
2020-05-28
KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
Christoffer Dall
1
-1
/
+4
2020-03-24
KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts
Marc Zyngier
1
-0
/
+3
2020-03-24
irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layer
Marc Zyngier
1
-0
/
+1
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
1
-5
/
+3
2019-10-29
KVM: arm/arm64: vgic: Fix some comments typo
Zenghui Yu
1
-1
/
+1
2019-10-29
KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
Zenghui Yu
1
-2
/
+0
2019-10-28
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
Marc Zyngier
1
-2
/
+2
2019-10-21
KVM: arm/arm64: Factor out hypercall handling from PSCI code
Christoffer Dall
2
-1
/
+44
2019-08-25
KVM: arm/arm64: vgic: Use a single IO device per redistributor
Eric Auger
1
-1
/
+0
2019-08-18
KVM: arm/arm64: vgic: Add LPI translation cache definition
Marc Zyngier
1
-0
/
+3
2019-08-05
KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block
Marc Zyngier
1
-0
/
+1
2019-07-23
KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index
Zenghui Yu
1
-0
/
+2
2019-07-05
KVM: arm/arm64: Support chained PMU counters
Andrew Murray
1
-0
/
+2
2019-07-05
KVM: arm/arm64: Remove pmc->bitmask
Andrew Murray
1
-1
/
+0
2019-07-05
KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions
Andrew Murray
1
-4
/
+4
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
3
-36
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342
Thomas Gleixner
1
-13
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
1
-13
/
+1
2019-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-19
/
+49
2019-02-20
KVM: arm/arm64: Rework the timer code to use a timer_map
Christoffer Dall
1
-10
/
+13
2019-02-20
KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
Christoffer Dall
1
-0
/
+6
2019-02-20
KVM: arm/arm64: timer: Rework data structures for multiple timers
Christoffer Dall
1
-20
/
+21
2019-02-20
KVM: arm/arm64: consolidate arch timer trap handlers
Andre Przywara
1
-0
/
+23
2019-02-20
KVM: arm/arm64: Simplify bg_timer programming
Christoffer Dall
1
-3
/
+0
2019-01-24
KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock
Julien Thierry
1
-1
/
+1
[next]