summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/syscall_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: move account_stolen_time into its own functionNicholas Piggin2021-02-091-9/+1
* powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2021-02-091-2/+16
* powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin2021-02-091-26/+46
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-0/+1
* powerpc/64s: interrupt exit improve bounding of interrupt recursionNicholas Piggin2021-02-091-22/+33
* powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2020-12-041-3/+9
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-041-2/+30
* powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman2020-11-191-1/+1
* Merge branch 'scv' support into nextMichael Ellerman2020-07-231-8/+24
|\
| * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-8/+24
* | powerpc/64s: Fix restore_math unnecessarily changing MSRNicholas Piggin2020-07-161-0/+8
|/
* powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin2020-05-281-4/+10
* powerpc/64: Refactor interrupt exit irq disabling sequenceNicholas Piggin2020-05-281-30/+28
* powerpc/64/kuap: Move kuap checks out of MSR[RI]=0 regions of exit codeNicholas Piggin2020-05-041-6/+8
* powerpc/64s: Fix unrecoverable SLB crashes due to preemption checkMichael Ellerman2020-05-041-3/+3
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-4/+2
* powerpc/64/syscall: Reconcile interruptsNicholas Piggin2020-04-011-14/+10
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-1/+170
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-0/+214