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
2014-04-22
KVM: s390: convert handle_prog()
Heiko Carstens
1
-9
/
+13
2014-04-22
KVM: s390: convert pfault code
Heiko Carstens
2
-7
/
+7
2014-04-22
KVM: s390: convert handle_stfl()
Heiko Carstens
1
-3
/
+3
2014-04-22
KVM: s390: convert local irqs in __do_deliver_interrupt()
Jens Freimann
1
-38
/
+43
2014-04-22
KVM: s390: convert __do_deliver_interrupt()
Heiko Carstens
1
-38
/
+44
2014-04-22
KVM: s390: make use of ipte lock
Heiko Carstens
4
-0
/
+131
2014-04-22
KVM: s390/sclp: correctly set eca siif bit
Heiko Carstens
1
-1
/
+3
2014-04-22
KVM: s390: add architecture compliant guest access functions
Heiko Carstens
3
-1
/
+709
2014-04-22
KVM: s390: add lowcore access functions
Heiko Carstens
1
-2
/
+93
2014-04-22
KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
Heiko Carstens
1
-0
/
+33
2014-04-22
KVM: s390: add kvm_s390_logical_to_effective() helper
Heiko Carstens
1
-0
/
+25
2014-04-22
KVM: s390: export test_vfacility()
Heiko Carstens
2
-1
/
+2
2014-04-22
KVM: s390: allow injecting every kind of interrupt
Jens Freimann
2
-0
/
+28
2014-04-22
KVM: s390: Exploiting generic userspace interface for cmma
Dominik Dingel
1
-0
/
+43
2014-04-22
KVM: s390: make cmma usage conditionally
Dominik Dingel
4
-31
/
+43
2014-04-22
KVM: s390: Per-vm kvm device controls
Dominik Dingel
1
-0
/
+54
2014-04-22
KVM: s390: Add proper dirty bitmap support to S390 kvm.
Jason J. Herne
1
-1
/
+50
2014-04-22
KVM: s390: Don't enable skeys by default
Dominik Dingel
3
-0
/
+29
2014-04-22
KVM: s390: Clear storage keys
Dominik Dingel
1
-3
/
+3
2014-04-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+4
2014-04-03
Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-172
/
+1073
2014-04-01
kvm/s390: also set guest pages back to stable on kexec/kdump
Christian Borntraeger
1
-0
/
+4
2014-03-25
Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
4
-8
/
+27
2014-03-25
KVM: s390: clear local interrupts at cpu initial reset
Jens Freimann
3
-0
/
+16
2014-03-25
KVM: s390: Fix possible memory leak in SIGP functions
Thomas Huth
1
-8
/
+6
2014-03-25
KVM: s390: randomize sca address
Christian Borntraeger
1
-0
/
+5
2014-03-21
KVM: s390: irq routing for adapter interrupts.
Cornelia Huck
5
-1
/
+163
2014-03-21
KVM: s390: adapter interrupt sources
Cornelia Huck
3
-1
/
+175
2014-03-21
KVM: Add per-vm capability enablement.
Cornelia Huck
1
-0
/
+24
2014-03-17
KVM: s390: Optimize ucontrol path
Christian Borntraeger
1
-1
/
+2
2014-03-17
KVM: s390: Removing untriggerable BUG_ONs
Dominik Dingel
2
-4
/
+0
2014-03-04
KVM: s390: get rid of local_int array
Jens Freimann
3
-79
/
+56
2014-03-04
KVM: s390: Fixed CC of SIGP SET_PREFIX handler
Thomas Huth
1
-16
/
+8
2014-03-04
KVM: s390: Simplify online vcpus counting for stsi
Jens Freimann
1
-6
/
+1
2014-03-04
KVM: s390: expose gbea register to userspace
Christian Borntraeger
1
-0
/
+8
2014-03-04
KVM: s390: Provide access to program parameter
Christian Borntraeger
1
-0
/
+9
2014-02-26
KVM/s390: Set preempted flag during vcpu wakeup and interrupt delivery
Michael Mueller
1
-0
/
+3
2014-02-26
KVM: s390: implementation of kvm_arch_vcpu_runnable()
Michael Mueller
1
-3
/
+1
2014-02-21
s390/kvm: set guest page states to stable on re-ipl
Martin Schwidefsky
1
-0
/
+3
2014-02-21
s390/kvm: support collaborative memory management
Konstantin Weitz
3
-0
/
+68
2014-01-30
KVM: async_pf: Exploit one reg interface for pfault
Dominik Dingel
1
-0
/
+24
2014-01-30
KVM: async_pf: Async page fault support on s390
Dominik Dingel
8
-9
/
+290
2014-01-30
KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
Dominik Dingel
1
-2
/
+21
2014-01-30
KVM: s390: limit floating irqs
Jens Freimann
1
-5
/
+21
2014-01-30
KVM: s390: add floating irq controller
Jens Freimann
2
-51
/
+254
2014-01-23
Merge tag 'kvm-s390-20140117' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
3
-6
/
+28
2014-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-59
/
+135
2014-01-20
KVM: s390: Fix memory access error detection
Christian Borntraeger
1
-0
/
+4
2014-01-17
KVM: s390: Enable the LPP facility for guests
Thomas Huth
1
-1
/
+1
2014-01-17
KVM: s390: enable Transactional Execution
Michael Mueller
3
-6
/
+28
[prev]
[next]