summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-091-2/+13
| * | | powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-094-31/+31
| * | | powerpc/inst: Refactor ___get_user_instr()Christophe Leroy2021-12-091-11/+2
| * | | powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-093-0/+117
| * | | powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-093-2/+11
| * | | powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-094-8/+8
| * | | powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-094-6/+26
| * | | powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-094-18/+2
| * | | powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-094-76/+56
| * | | powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-094-37/+86
| * | | powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy2021-12-091-5/+0
| * | | powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-092-0/+14
| * | | powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-094-44/+78
| * | | powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy2021-12-091-2/+1
| * | | powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-1/+0
| * | | powerpc/8xx: Activate KUEP at all timeChristophe Leroy2021-12-091-4/+2
| * | | Revert "powerpc: Inline setup_kup()"Christophe Leroy2021-12-091-6/+2
| * | | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-096-4/+45
| * | | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-3/+13
| * | | powerpc/64s: Always define arch unmapped area callsNicholas Piggin2021-12-092-4/+6
| * | | powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin2021-12-021-1/+1
| * | | powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-4/+0
| * | | powerpc: Remove unused FW_FEATURE_NATIVE referencesNicholas Piggin2021-12-021-8/+0
| * | | powerpc/signal32: Use struct_group() to zero spe regsKees Cook2021-12-021-2/+4
| * | | powerpc/64s: Get LPID bit width from device treeNicholas Piggin2021-11-301-4/+5
| * | | powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...Athira Rajeev2021-11-301-0/+40
| * | | powerpc/atomics: Remove atomic_inc()/atomic_dec() and friendsChristophe Leroy2021-11-301-95/+0
| * | | powerpc/atomics: Use immediate operand when possibleChristophe Leroy2021-11-301-28/+28
| * | | powerpc/bitops: Use immediate operand when possibleChristophe Leroy2021-11-301-8/+81
| * | | powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-16/+27
| * | | powerpc: Mark probe_machine() __init and staticMichael Ellerman2021-11-291-2/+0
| * | | powerpc: remove cpu_online_cores_map functionNicholas Piggin2021-11-291-33/+0
| * | | Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman2021-11-291-0/+1
| * | | powerpc/rtas: rtas_busy_delay() improvementsNathan Lynch2021-11-251-1/+1
| * | | powerpc/code-patching: Improve verification of patchabilityChristophe Leroy2021-11-251-1/+0
| * | | powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macroHari Bathini2021-11-251-0/+2
| * | | powerpc/xive: Activate StoreEOI on P10Cédric Le Goater2021-11-251-0/+1
| | |/ | |/|
| * | KVM: PPC: Book3S HV P9: Remove subcore HMI handlingNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exitNicholas Piggin2021-11-242-2/+0
| * | KVM: PPC: Book3S HV P9: Improve mfmsr performance on entryNicholas Piggin2021-11-241-0/+2
| * | KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entryNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushingNicholas Piggin2021-11-241-2/+1
| * | KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Demand fault TM facility registersNicholas Piggin2021-11-241-0/+3
| * | KVM: PPC: Book3S HV P9: Demand fault EBB facility registersNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Optimise timebase readsNicholas Piggin2021-11-241-1/+1
| * | KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-242-1/+7
| * | KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRsNicholas Piggin2021-11-241-0/+2
| * | KVM: PPC: Book3S HV P9: Implement PMU save/restore in CNicholas Piggin2021-11-241-5/+0
| * | powerpc/time: add API for KVM to re-arm the host timer/decrementerNicholas Piggin2021-11-241-12/+4