Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-07-06 | powerpc/64e: Fix system call illegal mtmsrd instruction | Nicholas Piggin | 1 | -1/+5 |
2021-06-30 | powerpc/64s: move ret_from_fork etc above __end_soft_masked | Nicholas Piggin | 1 | -26/+26 |
2021-06-30 | powerpc/64s/interrupt: clean up interrupt return labels | Nicholas Piggin | 1 | -3/+5 |
2021-06-30 | powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols | Nicholas Piggin | 1 | -0/+6 |
2021-06-30 | powerpc/64s: add a table of implicit soft-masked addresses | Nicholas Piggin | 1 | -0/+8 |
2021-06-30 | powerpc/64e: remove implicit soft-masking and interrupt exit restart logic | Nicholas Piggin | 1 | -2/+14 |
2021-06-25 | powerpc/64: use interrupt restart table to speed up return from interrupt | Nicholas Piggin | 1 | -20/+123 |
2021-06-25 | powerpc/64: treat low kernel text as irqs soft-masked | Nicholas Piggin | 1 | -1/+5 |
2021-06-25 | powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE] | Nicholas Piggin | 1 | -2/+2 |
2021-06-25 | powerpc/64: move interrupt return asm to interrupt_64.S | Nicholas Piggin | 1 | -0/+635 |