summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-12-04powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()Christophe Leroy
2020-12-04powerpc/signal32: Simplify logging in handle_rt_signal32()Christophe Leroy
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy
2020-12-04powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy
2020-12-04powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832xChristophe Leroy
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy
2020-12-04powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy
2020-12-04powerpc/ptrace: Consolidate reg index calculationChristophe Leroy
2020-12-04powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy
2020-12-04powerpc/signal: Move inline functions in signal.hChristophe Leroy
2020-12-04powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy
2020-12-04powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy
2020-12-04powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy
2020-12-04powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman
2020-12-04powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman
2020-12-04powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy
2020-12-04powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy
2020-12-04powerpc: Update NUMA Kconfig description & help textMichael Ellerman
2020-12-04powerpc: Make NUMA default y for powernvMichael Ellerman
2020-12-04powerpc: Make NUMA depend on SMPMichael Ellerman
2020-12-04powerpc: inline iomap accessorsChristophe Leroy
2020-12-04powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev
2020-12-04powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.SAlan Modra
2020-11-26powerpc: Work around inline asm issues in alternate feature sectionsBill Wendling
2020-11-26powerpc/boot: Use clang when CC is clangBill Wendling
2020-11-26powerpc/boot/wrapper: Add "-z notext" flag to disable diagnosticBill Wendling
2020-11-26powerpc/boot/wrapper: Add "-z rodynamic" when using LLDBill Wendling
2020-11-26powerpc/boot: Move the .got section to after the .dynamic sectionBill Wendling
2020-11-26powerpc/ptrace: Hard wire PT_SOFTE value to 1 in gpr_get() tooOleg Nesterov
2020-11-26powerpc/ptrace: Simplify gpr_get()/tm_cgpr_get()Oleg Nesterov
2020-11-25Merge branch 'fixes' into nextMichael Ellerman
2020-11-23powerpc/64s: Fix allnoconfig build since uaccess flushStephen Rothwell
2020-11-23Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman
2020-11-19powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigationsDaniel Axtens
2020-11-19powerpc: Only include kup-radix.h for 64-bit Book3SMichael Ellerman
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin
2020-11-19powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory al...David Hildenbrand
2020-11-19powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand
2020-11-19powerpc/book3s64/hash: Drop WARN_ON in hash__remove_section_mapping()David Hildenbrand
2020-11-19powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand
2020-11-19powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand
2020-11-19powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand
2020-11-19powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrentlyDavid Hildenbrand
2020-11-19powerpc/powernv/memtrace: Don't leak kernel memory to user spaceDavid Hildenbrand