index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kvm
/
kvm-s390.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: factor out reading of the guest TOD clock
David Hildenbrand
2015-10-13
1
-0
/
+10
*
KVM: s390: factor out and fix setting of guest TOD clock
David Hildenbrand
2015-10-13
1
-0
/
+1
*
KVM: s390: simplify in-kernel program irq injection
David Hildenbrand
2015-10-13
1
-4
/
+20
*
KVM: s390: Provide global debug log
Christian Borntraeger
2015-07-29
1
-0
/
+7
*
KVM: s390: VCPU_EVENT cleanup for prefix changes
Christian Borntraeger
2015-07-29
1
-0
/
+2
*
KVM: s390: clean up cmma_enable check
Dominik Dingel
2015-07-29
1
-2
/
+0
*
KVM: s390: provide functions for blocking all CPUs
Christian Borntraeger
2015-05-08
1
-2
/
+21
*
KVM: s390: make exit_sie_sync more robust
Christian Borntraeger
2015-05-08
1
-1
/
+1
*
KVM: s390: migrate vcpu interrupt state
Jens Freimann
2015-03-31
1
-0
/
+4
*
KVM: s390: deliver floating interrupts in order of priority
Jens Freimann
2015-03-31
1
-1
/
+1
*
KVM: s390: represent SIMD cap in kvm facility
Michael Mueller
2015-03-17
1
-0
/
+11
*
KVM: s390: Guest's memory access functions get access registers
Alexander Yarygin
2015-03-17
1
-4
/
+21
*
KVM: s390: Spelling s/intance/instance/
Geert Uytterhoeven
2015-03-17
1
-1
/
+1
*
KVM: s390: Machine Check
Eric Farman
2015-03-06
1
-0
/
+3
*
KVM: s390: reinjection of irqs can fail in the tpi handler
David Hildenbrand
2015-03-06
1
-2
/
+2
*
KVM: s390: include guest facilities in kvm facility test
Michael Mueller
2015-03-04
1
-1
/
+2
*
KVM: s390: use facilities and cpu_id per KVM
Michael Mueller
2015-02-09
1
-4
/
+9
*
KVM: s390: only one external call may be pending at a time
David Hildenbrand
2015-01-23
1
-1
/
+1
*
KVM: s390: a VCPU may only stop when no interrupts are left pending
David Hildenbrand
2015-01-23
1
-1
/
+1
*
KVM: s390: handle stop irqs without action_bits
David Hildenbrand
2015-01-23
1
-0
/
+2
*
KVM: s390: handle pending local interrupts via bitmap
Jens Freimann
2014-11-28
1
-1
/
+4
*
KVM: s390: Fix rewinding of the PSW pointing to an EXECUTE instruction
Thomas Huth
2014-11-28
1
-2
/
+4
*
KVM: s390: register flic ops dynamically
Cornelia Huck
2014-09-17
1
-0
/
+1
*
KVM: s390: add __must_check to interrupt deliver functions
Christian Borntraeger
2014-09-10
1
-1
/
+1
*
KVM: s390: return -EFAULT if lowcore is not mapped during irq delivery
Jens Freimann
2014-08-25
1
-1
/
+1
*
KVM: s390: implement KVM_REQ_TLB_FLUSH and make use of it
David Hildenbrand
2014-08-25
1
-1
/
+1
*
KVM: s390: no special machine check delivery
Christian Borntraeger
2014-08-25
1
-1
/
+0
*
KVM: s390: remove the tasklet used by the hrtimer
David Hildenbrand
2014-07-21
1
-1
/
+0
*
KVM: s390: move vcpu wakeup code to a central point
David Hildenbrand
2014-07-21
1
-0
/
+1
*
KVM: s390: implement KVM_(S|G)ET_MP_STATE for user space state control
David Hildenbrand
2014-07-10
1
-0
/
+6
*
KVM: s390: remove __cpu_is_stopped and expose is_vcpu_stopped
David Hildenbrand
2014-07-10
1
-2
/
+2
*
KVM: s390: split SIE state guest prefix field
Michael Mueller
2014-05-16
1
-1
/
+7
*
KVM: s390: interpretive execution of SIGP EXTERNAL CALL
David Hildenbrand
2014-05-16
1
-0
/
+2
*
KVM: s390: Introduce helper function for faulting-in a guest page
Thomas Huth
2014-05-16
1
-0
/
+1
*
KVM: s390: Improve is_valid_psw()
Thomas Huth
2014-05-16
1
-0
/
+1
*
KVM: s390: introduce kvm_s390_vcpu_{start,stop}
David Hildenbrand
2014-04-29
1
-0
/
+2
*
KVM: s390: replace TDB_ADDR by __LC_PGM_TDB
Michael Mueller
2014-04-22
1
-1
/
+0
*
KVM: s390: Drop pending interrupts on guest exit
Christian Borntraeger
2014-04-22
1
-0
/
+1
*
KVM: s390: hardware support for guest debugging
David Hildenbrand
2014-04-22
1
-0
/
+10
*
KVM: s390: emulate stctl and stctg
David Hildenbrand
2014-04-22
1
-0
/
+1
*
KVM: s390: reinject io interrupt on tpi failure
Cornelia Huck
2014-04-22
1
-0
/
+2
*
KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
Heiko Carstens
2014-04-22
1
-0
/
+33
*
KVM: s390: export test_vfacility()
Heiko Carstens
2014-04-22
1
-0
/
+1
*
KVM: s390: allow injecting every kind of interrupt
Jens Freimann
2014-04-22
1
-0
/
+3
*
KVM: s390: make cmma usage conditionally
Dominik Dingel
2014-04-22
1
-2
/
+5
*
Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-04-02
1
-0
/
+7
|
\
|
*
Merge tag 'kvm-s390-20140325' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2014-03-25
1
-0
/
+1
|
|
\
|
|
*
KVM: s390: clear local interrupts at cpu initial reset
Jens Freimann
2014-03-25
1
-0
/
+1
|
*
|
KVM: s390: adapter interrupt sources
Cornelia Huck
2014-03-21
1
-0
/
+2
|
|
/
|
*
KVM: async_pf: Async page fault support on s390
Dominik Dingel
2014-01-30
1
-0
/
+4
[next]