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