summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Fix to update cache events with l2l3 events in power10Athira Rajeev2020-12-032-3/+15
* powerpc/perf: Fix to update generic event codes for power10Athira Rajeev2020-12-032-6/+12
* powerpc/perf: Add generic and cache event list for power10 DD1Athira Rajeev2020-12-031-0/+152
* powerpc/perf: Fix the PMU group constraints for threshold events in power10Athira Rajeev2020-12-032-1/+9
* powerpc/perf: Update the PMU group constraints for l2l3 events in power10Athira Rajeev2020-12-031-3/+5
* powerpc/perf: Fix to update radix_scope_qual in power10Athira Rajeev2020-12-033-7/+29
* powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V2020-12-033-10/+67
* powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V2020-12-033-14/+26
* powerpc/book3s64/hash/kuep: Enable KUEP on hashAneesh Kumar K.V2020-12-031-1/+6
* powerpc/book3s64/hash/kuap: Enable kuap on hashAneesh Kumar K.V2020-12-031-1/+6
* 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-035-12/+29
* 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-035-61/+31
* powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one.Aneesh Kumar K.V2020-12-031-3/+4
* powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V2020-12-033-15/+9
* powerpc/book3s64/pkeys: Inherit correctly on fork.Aneesh Kumar K.V2020-12-031-0/+10
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-036-46/+225
* powerpc/exec: Set thread.regs early during execAneesh Kumar K.V2020-12-032-16/+13
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-0311-18/+46
* powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V2020-12-033-21/+25
* powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V2020-12-033-20/+22
* powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V2020-12-034-23/+28
* powerpc/book3s64/kuap/kuep: Move uamor setup to pkey initAneesh Kumar K.V2020-12-031-3/+3
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-037-14/+33
* KVM: PPC: BOOK3S: PR: Ignore UAMOR SPRAneesh Kumar K.V2020-12-031-0/+6
* powerpc: Add new macro to handle NESTED_IFCLRAneesh Kumar K.V2020-12-031-0/+3
* powerpc/64s: Tidy machine check SLB loggingNicholas Piggin2020-12-031-18/+21
* powerpc/64s: Remove "Host" from MCE loggingNicholas Piggin2020-12-031-1/+1
* powerpc/64s/pseries: Add ERAT specific machine check handlerNicholas Piggin2020-12-033-2/+6
* powerpc/64s/powernv: Ratelimit harmless HMI error printingNicholas Piggin2020-12-031-12/+17
* KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guestsNicholas Piggin2020-12-031-4/+16
* KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enable...Nicholas Piggin2020-12-031-7/+16
* powerpc/64s/powernv: Allow KVM to handle guest machine check detailsNicholas Piggin2020-12-032-43/+55
* powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-032-5/+4
* 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-033-1/+13
* powerpc: Rename is_kvm_guest() to check_kvm_guest()Srikar Dronamraju2020-12-034-8/+8
* powerpc: Refactor is_kvm_guest() declaration to new headerSrikar Dronamraju2020-12-035-7/+18
* powerpc: show registers when unwinding interrupt framesNicholas Piggin2020-12-031-6/+14
* powerpc/perf: Invoke per-CPU variable access with disabled interruptsAthira Rajeev2020-12-031-4/+6
* powerpc/feature-fixups: use a semicolon rather than a commaDaniel Axtens2020-12-031-4/+4
* powerpc/pseries: Define PCI bus speed for Gen4 and Gen5Frederic Barrat2020-12-031-30/+21
* powerpc: Allow relative pointers in bug table entriesJordan Niethe2020-12-033-6/+10
* powerpc/xmon: Fix build failure for 8xxRavi Bangoria2020-12-031-0/+2
* powerpc: Use common STABS_DEBUG and DWARF_DEBUG and ELF_DETAILS macroYouling Tang2020-12-032-76/+8
* powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.SJordan Niethe2020-12-031-1/+1
* powerpc/vdso: Cleanup vdso.hChristophe Leroy2020-12-031-7/+3
* powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASEChristophe Leroy2020-12-033-6/+2