aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-12-04powerpc/signal32: Simplify logging in handle_rt_signal32()Christophe Leroy1-5/+1
2020-12-04powerpc/signal: Refactor bad frame loggingChristophe Leroy4-43/+21
2020-12-04powerpc/signal: Call get_tm_stackpointer() from get_sigframe()Christophe Leroy4-10/+11
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy2-15/+4
2020-12-04powerpc/signal: Move access_ok() out of get_sigframe()Christophe Leroy3-7/+3
2020-12-04powerpc/signal: Remove BUG_ON() in handler_signal functionsChristophe Leroy2-6/+0
2020-12-04powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832xChristophe Leroy2-2/+13
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy11-3/+50
2020-12-04powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()Christophe Leroy4-28/+55
2020-12-04powerpc/ptrace: Consolidate reg index calculationChristophe Leroy1-14/+4
2020-12-04powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()Christophe Leroy3-6/+5
2020-12-04powerpc/signal: Move inline functions in signal.hChristophe Leroy2-38/+33
2020-12-04powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32Christophe Leroy4-0/+18
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy12-690/+105
2020-12-04powerpc/vdso: Save and restore TOC pointer on PPC64Christophe Leroy1-0/+12
2020-12-04powerpc/vdso: Prepare for switching VDSO to generic C implementation.Christophe Leroy6-0/+260
2020-12-04powerpc/barrier: Use CONFIG_PPC64 for barrier selectionMichael Ellerman1-1/+1
2020-12-04powerpc/time: Fix mftb()/get_tb() for use with the compat VDSOMichael Ellerman1-2/+10
2020-12-04powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy4-61/+73
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy2-11/+25
2020-12-04powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible featuresChristophe Leroy1-2/+2
2020-12-04powerpc: Update NUMA Kconfig description & help textMichael Ellerman1-1/+7
2020-12-04powerpc: Make NUMA default y for powernvMichael Ellerman1-1/+1
2020-12-04powerpc: Make NUMA depend on SMPMichael Ellerman1-1/+1
2020-12-04powerpc: inline iomap accessorsChristophe Leroy2-167/+153
2020-12-04powerpc/perf: Fix crash with is_sier_available when pmu is not setAthira Rajeev1-0/+3
2020-12-04powerpc/boot: Make use of REL16 relocs in powerpc/boot/util.SAlan Modra1-6/+3
2020-12-03arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+4
2020-12-03perf/x86/intel: Check PEBS status correctlyStephane Eranian1-1/+1
2020-12-03perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim1-1/+1
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds12-181/+243
2020-12-02ARM: dts: s3c6410: correct SMDK6410 board compatibleKrzysztof Kozlowski1-1/+1
2020-12-02ARM: dts: s3c24xx: add SMDK2416 board compatibleKrzysztof Kozlowski1-1/+1
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland3-33/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland3-58/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland2-7/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland13-92/+13
2020-12-02arm64: uaccess cleanup macro namingMark Rutland6-26/+26
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: simplify __copy_user_flushcache()Mark Rutland1-3/+1
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland3-8/+8
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland2-6/+39
2020-12-02arm64: sdei: move uaccess logic to arch/arm64/Mark Rutland1-6/+12
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland2-11/+26
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland3-10/+16
2020-12-02arm64: head.S: rename el2_setup -> init_kernel_elMark Rutland2-8/+9
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland3-3/+7
2020-12-02arm64: ensure ERET from kthread is illegalMark Rutland1-9/+8
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker3-34/+87