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
/
s390
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-11
KVM: s390: fix sthyi error handling
Heiko Carstens
1
-3
/
+6
2023-07-19
KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler
Christian Borntraeger
1
-3
/
+5
2023-07-19
KVM: s390: vsie: fix the length of APCB bitmap
Pierre Morel
1
-2
/
+4
2023-07-19
KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes
Nico Boehr
1
-0
/
+4
2023-04-13
KVM: s390: pv: fix external interruption loop not always detected
Nico Boehr
1
-8
/
+24
2023-03-10
KVM: s390: disable migration mode when dirty tracking is disabled
Nico Boehr
1
-13
/
+30
2023-02-01
KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
Heiko Carstens
1
-4
/
+8
2022-11-24
KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
Thomas Huth
1
-1
/
+3
2022-11-07
KVM: s390: pci: Fix allocation size of aift kzdev elements
Rafael Mendonca
1
-1
/
+1
2022-11-07
KVM: s390: pv: don't allow userspace to set the clock under PV
Nico Boehr
2
-10
/
+17
2022-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+0
2022-09-26
KVM: remove KVM_REQ_UNHALT
Paolo Bonzini
1
-2
/
+0
2022-09-21
KVM: s390: pci: register pci hooks without interpretation
Matthew Rosato
2
-5
/
+13
2022-09-21
KVM: s390: pci: fix GAIT physical vs virtual pointers usage
Matthew Rosato
2
-2
/
+2
2022-09-21
KVM: s390: Pass initialized arg even if unused
Janis Schoetterl-Glausch
1
-3
/
+13
2022-09-21
KVM: s390: pci: fix plain integer as NULL pointer warnings
Matthew Rosato
2
-5
/
+5
2022-08-29
KVM: s390: pci: Hook to access KVM lowlevel from VFIO
Pierre Morel
1
-4
/
+8
2022-07-20
KVM: s390: resetting the Topology-Change-Report
Pierre Morel
1
-0
/
+51
2022-07-20
KVM: s390: guest support for topology function
Pierre Morel
3
-4
/
+55
2022-07-20
KVM: s390: Cleanup ipte lock access and SIIF facility checks
Pierre Morel
3
-54
/
+54
2022-07-19
KVM: s390: pv: don't present the ecall interrupt twice
Nico Boehr
2
-2
/
+17
2022-07-19
KVM: s390: pv: destroy the configuration before its memory
Claudio Imbrenda
1
-3
/
+3
2022-07-19
KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
Claudio Imbrenda
1
-8
/
+8
2022-07-19
KVM: s390: pv: add mmu_notifier
Claudio Imbrenda
3
-0
/
+37
2022-07-13
KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
Claudio Imbrenda
2
-6
/
+31
2022-07-13
KVM: s390: pv: clear the state without memset
Claudio Imbrenda
1
-1
/
+9
2022-07-13
KVM: s390: pv: usage counter instead of flag
Claudio Imbrenda
1
-5
/
+7
2022-07-13
KVM: s390: pv: refactor s390_reset_acc
Claudio Imbrenda
1
-2
/
+10
2022-07-13
KVM: s390: pv: leak the topmost page table when destroy fails
Claudio Imbrenda
1
-3
/
+6
2022-07-13
KVM: s390/pci: fix include duplicates
Christian Borntraeger
1
-3
/
+2
2022-07-11
KVM: s390: drop unexpected word 'and' in the comments
Jiang Jian
1
-1
/
+1
2022-07-11
Merge tag 'kvm-s390-pci-5.20' into kernelorgnext
Christian Borntraeger
6
-3
/
+965
2022-07-11
KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
Matthew Rosato
3
-0
/
+103
2022-07-11
KVM: s390: pci: add routines to start/stop interpretive execution
Matthew Rosato
3
-0
/
+182
2022-07-11
KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
Matthew Rosato
2
-0
/
+248
2022-07-11
KVM: s390: mechanism to enable guest zPCI Interpretation
Matthew Rosato
2
-0
/
+48
2022-07-11
KVM: s390: pci: enable host forwarding of Adapter Event Notifications
Matthew Rosato
3
-2
/
+89
2022-07-11
KVM: s390: pci: do initial setup for AEN interpretation
Matthew Rosato
4
-0
/
+234
2022-07-11
KVM: s390: pci: add basic kvm_zdev structure
Matthew Rosato
3
-0
/
+58
2022-07-11
s390/airq: pass more TPI info to airq handlers
Matthew Rosato
1
-1
/
+3
2022-06-08
KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
Zeng Guang
1
-2
/
+0
2022-06-07
Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
3
-0
/
+472
2022-06-05
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-7
/
+3
2022-06-03
KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
Yury Norov
1
-7
/
+3
2022-06-01
KVM: s390: Add KVM_CAP_S390_PROTECTED_DUMP
Janosch Frank
1
-0
/
+20
2022-06-01
KVM: s390: Add CPU dump functionality
Janosch Frank
3
-0
/
+86
2022-06-01
KVM: s390: Add configuration dump functionality
Janosch Frank
3
-0
/
+279
2022-06-01
KVM: s390: pv: Add query dump information
Janosch Frank
1
-0
/
+11
2022-06-01
KVM: s390: pv: Add query interface
Janosch Frank
1
-0
/
+76
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+18
[next]