index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: s390: emulate stctl and stctg
David Hildenbrand
2014-04-22
6
-0
/
+104
*
KVM: s390: deliver program irq parameters and use correct ilc
David Hildenbrand
2014-04-22
2
-9
/
+107
*
KVM: s390: extract irq parameters of intercepted program irqs
David Hildenbrand
2014-04-22
2
-4
/
+79
*
s390: add fields to lowcore definition
Jens Freimann
2014-04-22
1
-0
/
+7
*
s390: rename and split lowcore field per_perc_atmid
Jens Freimann
2014-04-22
4
-8
/
+11
*
s390: fix name of lowcore field at offset 0xa3
Jens Freimann
2014-04-22
2
-3
/
+3
*
KVM: s390: cleanup kvm_s390_real_to_abs()
Heiko Carstens
2014-04-22
1
-8
/
+16
*
KVM: s390: remove old guest access functions
Heiko Carstens
2014-04-22
1
-81
/
+0
*
KVM: s390: convert handle_stsi()
Heiko Carstens
2014-04-22
1
-4
/
+5
*
KVM: s390: convert handle lctl[g]()
Heiko Carstens
2014-04-22
1
-19
/
+17
*
KVM: s390: convert handle_stidp()
Heiko Carstens
2014-04-22
1
-2
/
+5
*
KVM: s390: convert handle_lpsw[e]()
Heiko Carstens
2014-04-22
1
-4
/
+9
*
KVM: s390: reinject io interrupt on tpi failure
Cornelia Huck
2014-04-22
3
-1
/
+17
*
KVM: s390: convert handle_tpi()
Heiko Carstens
2014-04-22
1
-11
/
+17
*
KVM: s390: convert handle_test_block()
Heiko Carstens
2014-04-22
1
-4
/
+2
*
KVM: s390: convert handle_store_cpu_address()
Heiko Carstens
2014-04-22
1
-7
/
+10
*
KVM: s390: convert handle_store_prefix()
Heiko Carstens
2014-04-22
1
-2
/
+4
*
KVM: s390: convert handle_set_clock()
Heiko Carstens
2014-04-22
1
-3
/
+4
*
KVM: s390: convert __sigp_set_prefix()/handle_set_prefix()
Heiko Carstens
2014-04-22
2
-13
/
+19
*
KVM: s390: convert kvm_s390_store_status_unloaded()
Heiko Carstens
2014-04-22
1
-64
/
+31
*
KVM: s390: convert handle_prog()
Heiko Carstens
2014-04-22
1
-9
/
+13
*
KVM: s390: convert pfault code
Heiko Carstens
2014-04-22
2
-7
/
+7
*
KVM: s390: convert handle_stfl()
Heiko Carstens
2014-04-22
1
-3
/
+3
*
KVM: s390: convert local irqs in __do_deliver_interrupt()
Jens Freimann
2014-04-22
1
-38
/
+43
*
KVM: s390: convert __do_deliver_interrupt()
Heiko Carstens
2014-04-22
1
-38
/
+44
*
KVM: s390: make use of ipte lock
Heiko Carstens
2014-04-22
5
-1
/
+142
*
KVM: s390/sclp: correctly set eca siif bit
Heiko Carstens
2014-04-22
3
-3
/
+30
*
KVM: s390: add architecture compliant guest access functions
Heiko Carstens
2014-04-22
3
-1
/
+709
*
KVM: s390: add lowcore access functions
Heiko Carstens
2014-04-22
1
-2
/
+93
*
KVM: s390: add 'pgm' member to kvm_vcpu_arch and helper function
Heiko Carstens
2014-04-22
2
-0
/
+34
*
KVM: s390: add kvm_s390_logical_to_effective() helper
Heiko Carstens
2014-04-22
1
-0
/
+25
*
s390/ctl_reg: add union type for control register 0
Heiko Carstens
2014-04-22
1
-0
/
+14
*
s390/ptrace: add struct psw and accessor function
Heiko Carstens
2014-04-22
1
-0
/
+44
*
KVM: s390: export test_vfacility()
Heiko Carstens
2014-04-22
2
-1
/
+2
*
KVM: add kvm_is_error_gpa() helper
Heiko Carstens
2014-04-22
1
-0
/
+7
*
KVM: s390: allow injecting every kind of interrupt
Jens Freimann
2014-04-22
3
-7
/
+80
*
KVM: s390: Exploiting generic userspace interface for cmma
Dominik Dingel
2014-04-22
3
-0
/
+66
*
KVM: s390: make cmma usage conditionally
Dominik Dingel
2014-04-22
5
-31
/
+44
*
KVM: s390: Per-vm kvm device controls
Dominik Dingel
2014-04-22
4
-4
/
+69
*
KVM: s390: Add proper dirty bitmap support to S390 kvm.
Jason J. Herne
2014-04-22
2
-3
/
+50
*
KVM: s390/mm: new gmap_test_and_clear_dirty function
Dominik Dingel
2014-04-22
2
-0
/
+23
*
KVM: s390/mm: use software dirty bit detection for user dirty tracking
Martin Schwidefsky
2014-04-22
2
-82
/
+59
*
KVM: s390: Don't enable skeys by default
Dominik Dingel
2014-04-22
5
-1
/
+33
*
KVM: s390: Allow skeys to be enabled for the current process
Dominik Dingel
2014-04-22
2
-0
/
+24
*
KVM: s390: Clear storage keys
Dominik Dingel
2014-04-22
3
-15
/
+37
*
KVM: s390: Adding skey bit to mmu context
Dominik Dingel
2014-04-22
3
-14
/
+30
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2014-04-16
14
-36
/
+223
|
\
|
*
s390/sclp_cmd: replace PTR_RET with PTR_ERR_OR_ZERO
Duan Jiong
2014-04-11
1
-1
/
+1
|
*
s390/sclp: replace PTR_RET with PTR_ERR_OR_ZERO
Duan Jiong
2014-04-11
1
-1
/
+1
|
*
s390/sclp_vt220: Fix kernel panic due to early terminal input
Peter Oberparleiter
2014-04-11
1
-3
/
+11
[next]