Re: [PATCH v4 00/17] powerpc/64: fast interrupt exits

2021-06-25 Thread Michael Ellerman
On Fri, 18 Jun 2021 01:50:59 +1000, Nicholas Piggin wrote: > This series attempts to improve the speed of interrupts and system calls > in three major ways. > > Firstly, the SRR/HSRR registers do not need to be reloaded if they were > clobbered for the duration of the interrupt and the return NIP

[PATCH v4 00/17] powerpc/64: fast interrupt exits

2021-06-17 Thread Nicholas Piggin
This series attempts to improve the speed of interrupts and system calls in three major ways. Firstly, the SRR/HSRR registers do not need to be reloaded if they were clobbered for the duration of the interrupt and the return NIP and MSR did not changed. 64e does not implement this part, but it