summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/vdso: Move to _install_special_mapping() and remove arch_vma_name()Christophe Leroy2020-12-041-23/+19
* powerpc/vdso: Simplify arch_setup_additional_pages() exitChristophe Leroy2020-12-041-19/+21
* powerpc/vdso: Use VDSO size in arch_setup_additional_pages()Christophe Leroy2020-12-041-12/+6
* powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initializationChristophe Leroy2020-12-041-25/+6
* powerpc/vdso: Refactor 32 bits and 64 bits pages setupChristophe Leroy2020-12-041-20/+19
* powerpc/vdso: Remove NULL termination element in vdso_pagelistChristophe Leroy2020-12-041-4/+2
* powerpc/vdso: Remove get_page() in vdso_pagelist initializationChristophe Leroy2020-12-041-4/+2
* powerpc/vdso: Rename syscall_map_32/64 to simplify vdso_setup_syscall_map()Christophe Leroy2020-12-043-15/+10
* powerpc/vdso: Add missing includes and clean vdso_setup_syscall_map()Christophe Leroy2020-12-041-12/+5
* powerpc/vdso: Stripped VDSO is not needed, don't build itChristophe Leroy2020-12-043-43/+4
* powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsa...Christophe Leroy2020-12-041-113/+111
* powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_us...Christophe Leroy2020-12-041-13/+41
* powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()Christophe Leroy2020-12-041-0/+53
* powerpc/signal32: Switch swap_context() to user_access_begin() logicChristophe Leroy2020-12-041-14/+10
* powerpc/signal32: Add and use unsafe_put_sigset_t()Christophe Leroy2020-12-041-2/+11
* signal: Add unsafe_put_compat_sigset()Christophe Leroy2020-12-041-0/+32
* powerpc/signal32: Remove ifdefery in middle of if/elseChristophe Leroy2020-12-041-14/+8
* powerpc/signal32: Switch handle_rt_signal32() to user_access_begin() logicChristophe Leroy2020-12-041-21/+34
* powerpc/signal32: Switch handle_signal32() to user_access_begin() logicChristophe Leroy2020-12-041-13/+16
* powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32Christophe Leroy2020-12-041-39/+22
* powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similarChristophe Leroy2020-12-041-10/+14
* powerpc/signal32: Rename local pointers in handle_rt_signal32()Christophe Leroy2020-12-041-26/+25
* powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()Christophe Leroy2020-12-041-85/+85
* powerpc/signal32: Simplify logging in handle_rt_signal32()Christophe Leroy2020-12-041-5/+1
* powerpc/signal: Refactor bad frame loggingChristophe Leroy2020-12-044-43/+21
* powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy2020-12-044-10/+11
* powerpc/signal: Remove get_clean_sp()Christophe Leroy2020-12-042-15/+4
* powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy2020-12-043-7/+3
* powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy2020-12-042-6/+0
* powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832xChristophe Leroy2020-12-042-2/+13
* powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy2020-12-0411-3/+50
* powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy2020-12-044-29/+56
* powerpc/ptrace: Consolidate reg index calculationChristophe Leroy2020-12-041-14/+4
* powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy2020-12-043-6/+5
* powerpc/signal: Move inline functions in signal.hChristophe Leroy2020-12-042-38/+33
* powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy2020-12-044-0/+18
* powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy2020-12-0412-691/+106
* powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy2020-12-041-0/+12
* powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy2020-12-046-0/+260
* powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman2020-12-041-1/+1
* powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman2020-12-041-2/+10
* powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy2020-12-044-61/+73
* powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2020-12-042-11/+25
* powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible...Christophe Leroy2020-12-041-2/+2
* powerpc: Update NUMA Kconfig description & help textMichael Ellerman2020-12-041-1/+7
* powerpc: Make NUMA default y for powernvMichael Ellerman2020-12-041-1/+1
* powerpc: Make NUMA depend on SMPMichael Ellerman2020-12-041-1/+1
* powerpc: inline iomap accessorsChristophe Leroy2020-12-042-167/+153
* powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev2020-12-041-0/+3
* powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.SAlan Modra2020-12-041-6/+3