summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ocxl: Initiate a TLB invalidate commandChristophe Lombard2020-12-031-0/+51
* ocxl: Assign a register set to a Logical PartitionChristophe Lombard2020-12-031-0/+3
* powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev2020-12-031-0/+1
* powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2020-12-031-6/+57
* powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V2020-12-031-0/+3
* powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.Aneesh Kumar K.V2020-12-031-1/+1
* powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.Aneesh Kumar K.V2020-12-031-5/+4
* powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-034-11/+28
* powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMRAneesh Kumar K.V2020-12-031-3/+9
* powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2020-12-032-4/+21
* powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V2020-12-031-0/+2
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-032-40/+187
* powerpc/exec: Set thread.regs early during execAneesh Kumar K.V2020-12-031-2/+0
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-034-8/+22
* powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V2020-12-032-19/+23
* powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V2020-12-031-0/+1
* powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V2020-12-032-4/+6
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-033-4/+9
* powerpc: Add new macro to handle NESTED_IFCLRAneesh Kumar K.V2020-12-031-0/+3
* powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin2020-12-031-0/+1
* powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-031-2/+2
* powerpc/paravirt: Use is_kvm_guest() in vcpu_is_preempted()Srikar Dronamraju2020-12-031-0/+18
* powerpc: Reintroduce is_kvm_guest() as a fast-path checkSrikar Dronamraju2020-12-032-1/+11
* powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju2020-12-032-3/+3
* powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju2020-12-033-7/+16
* powerpc: Allow relative pointers in bug table entriesJordan Niethe2020-12-031-4/+4
* powerpc/vdso: Cleanup vdso.hChristophe Leroy2020-12-031-7/+3
* powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASEChristophe Leroy2020-12-031-4/+0
* powerpc/vdso: Remove runtime generated sigtramp offsetsChristophe Leroy2020-12-031-5/+0
* powerpc/vdso: Retrieve sigtramp offsets at buildtimeChristophe Leroy2020-12-031-0/+12
* powerpc/vdso: Remove unused \tmp param in __get_datapage()Christophe Leroy2020-12-032-3/+3
* powerpc/vdso: Simplify __get_datapage()Christophe Leroy2020-12-031-3/+5
* powerpc/vdso: Move vdso datapage up frontChristophe Leroy2020-12-031-1/+1
* powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy2020-12-038-9/+11
* powerpc/vdso: Provide vdso_remap()Christophe Leroy2020-12-031-25/+0
* powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy2020-12-031-3/+4
* powerpc/signal: Remove get_clean_sp()Christophe Leroy2020-12-031-14/+0
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-031-0/+2
* powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-031-6/+0
* powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy2020-12-031-0/+2
* powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-032-27/+38
* powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy2020-12-031-0/+12
* powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy2020-12-034-0/+203
* powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman2020-12-031-1/+1
* powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman2020-12-031-2/+10
* powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy2020-12-034-61/+73
* powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2020-12-032-11/+25
* powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy2020-12-031-2/+2
* powerpc: inline iomap accessorsChristophe Leroy2020-12-031-1/+153
* powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling2020-11-261-3/+19