Files
linux-st/include/uapi/linux
David Hildenbrand 2444b352c3 KVM: s390: forward most SIGP orders to user space
Most SIGP orders are handled partially in kernel and partially in
user space. In order to:
- Get a correct SIGP SET PREFIX handler that informs user space
- Avoid race conditions between concurrently executed SIGP orders
- Serialize SIGP orders per VCPU

We need to handle all "slow" SIGP orders in user space. The remaining
ones to be handled completely in kernel are:
- SENSE
- SENSE RUNNING
- EXTERNAL CALL
- EMERGENCY SIGNAL
- CONDITIONAL EMERGENCY SIGNAL
According to the PoP, they have to be fast. They can be executed
without conflicting to the actions of other pending/concurrently
executing orders (e.g. STOP vs. START).

This patch introduces a new capability that will - when enabled -
forward all but the mentioned SIGP orders to user space. The
instruction counters in the kernel are still updated.

Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
2015-01-23 13:25:37 +01:00
..
2014-10-20 10:30:15 +08:00
2014-11-24 17:31:46 -05:00
2014-10-14 13:08:29 +11:00
2014-12-09 13:34:10 -05:00
2014-11-19 14:48:02 -06:00
2014-12-08 12:55:57 +08:00
2014-10-24 00:14:37 +02:00
2014-12-16 11:19:42 -05:00
2014-12-22 16:12:36 -05:00
2014-12-02 13:52:53 -07:00
2014-12-22 16:12:36 -05:00
2014-12-13 12:42:52 -08:00
2014-11-04 13:17:10 -07:00
2014-12-10 17:41:10 -08:00
2014-12-09 14:10:41 +08:00
2014-12-09 12:05:26 +02:00
2014-12-09 12:05:26 +02:00
2014-12-09 12:06:31 +02:00
2014-12-09 12:05:24 +02:00