summaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-03powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy4-29/+56
2020-12-03powerpc/ptrace: Consolidate reg index calculationChristophe Leroy1-14/+4
2020-12-03powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy3-6/+5
2020-12-03powerpc/signal: Move inline functions in signal.hChristophe Leroy2-38/+33
2020-12-03powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy4-0/+18
2020-12-03powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy12-691/+106
2020-12-03powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy1-0/+12
2020-12-03powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy6-0/+260
2020-12-03powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman1-1/+1
2020-12-03powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman1-2/+10
2020-12-03powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy4-61/+73
2020-12-03powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2-11/+25
2020-12-03powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy1-2/+2
2020-12-03powerpc: Update NUMA Kconfig description & help textMichael Ellerman1-1/+7
2020-12-03powerpc: Make NUMA default y for powernvMichael Ellerman1-1/+1
2020-12-03powerpc: Make NUMA depend on SMPMichael Ellerman1-1/+1
2020-12-03powerpc: inline iomap accessorsChristophe Leroy2-167/+153
2020-12-03powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev1-0/+3
2020-12-03powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.SAlan Modra1-6/+3
2020-11-26powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling1-3/+19
2020-11-26powerpc/boot: Use clang when CC is clangBill Wendling1-0/+4
2020-11-26powerpc/boot/wrapper: Add "-z notext" flag to disable diagnosticBill Wendling1-1/+3
2020-11-26powerpc/boot/wrapper: Add "-z rodynamic" when using LLDBill Wendling1-1/+3
2020-11-26powerpc/boot: Move the .got section to after the .dynamic sectionBill Wendling1-10/+11
2020-11-26powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov2-2/+12
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov3-15/+19
2020-11-23powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell1-0/+2
2020-11-19powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigationsDaniel Axtens4-9/+11
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens6-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens3-1/+200
2020-11-19powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman3-6/+11
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin13-90/+233
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin11-2/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey1-6/+29
2020-11-19powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory al...David Hildenbrand2-109/+62
2020-11-19powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand1-1/+4
2020-11-19powerpc/book3s64/hash: Drop WARN_ON in hash__remove_section_mapping()David Hildenbrand1-1/+0
2020-11-19powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand1-1/+3
2020-11-19powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand1-0/+5
2020-11-19powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand2-13/+31
2020-11-19powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrentlyDavid Hildenbrand1-7/+15
2020-11-19powerpc/powernv/memtrace: Don't leak kernel memory to user spaceDavid Hildenbrand1-0/+22
2020-11-19powerpc/perf: Use regs->nip when SIAR is zeroMadhavan Srinivasan1-4/+17
2020-11-19powerpc/perf: Use the address from SIAR register to set cpumode flagsAthira Rajeev1-0/+14
2020-11-19powerpc/perf: Drop the check for SIAR_VALIDAthira Rajeev1-1/+8
2020-11-19powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1Athira Rajeev2-0/+7
2020-11-19powerpc/mm: Fix comparing pointer to 0 warningKaixu Xia1-1/+1
2020-11-19powerpc: Remove RFI macroChristophe Leroy3-12/+28
2020-11-19powerpc: Replace RFI by rfi on book3s/32 and bookeChristophe Leroy4-15/+15
2020-11-19powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy2-3/+7