summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/syscall_64.c
AgeCommit message (Expand)AuthorLines
2020-07-23Merge branch 'scv' support into nextMichael Ellerman-8/+24
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin-8/+24
2020-07-16powerpc/64s: Fix restore_math unnecessarily changing MSRNicholas Piggin-0/+8
2020-05-28powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin-4/+10
2020-05-28powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin-30/+28
2020-05-04powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit codeNicholas Piggin-6/+8
2020-05-04powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman-3/+3
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek-4/+2
2020-04-01powerpc/64/syscall: Reconcile interruptsNicholas Piggin-14/+10
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin-1/+170
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin-0/+214