[PATCH 0/4] KVM: PPC: BookE: Add EPR user space support v3

2013-01-07 Thread Alexander Graf
The FSL MPIC implementation contains a feature called "external proxy facility" which allows for interrupts to be acknowledged in the MPIC as soon as a core accepts its pending external interrupt. This patch set implements all the necessary pieces to support this from the kernel space side. v1 ->

[PATCH 0/4] KVM: PPC: BookE: Add EPR user space support v2

2013-01-04 Thread Alexander Graf
The FSL MPIC implementation contains a feature called "external proxy facility" which allows for interrupts to be acknowledged in the MPIC as soon as a core accepts its pending external interrupt. This patch set implements all the necessary pieces to support this from the kernel space side. v1 ->

[PATCH 0/4] KVM: PPC: BookE: Add EPR user space support

2013-01-04 Thread Alexander Graf
The FSL MPIC implementation contains a feature called "external proxy facility" which allows for interrupts to be acknowledged in the MPIC as soon as a core accepts its pending external interrupt. This patch set implements all the necessary pieces to support this from the kernel space side. Alexa