summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs e...Nicholas Piggin2020-04-031-31/+13
* powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-04-031-3/+1
* powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent me...Alexey Kardashevskiy2020-04-031-0/+9
* powerpc/perf: split callchain.c by bitnessMichal Suchanek2020-04-035-356/+394
* powerpc/64: Make COMPAT user-selectable disabled on littleendian by default.Michal Suchanek2020-04-031-2/+3
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-038-13/+20
* powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek2020-04-031-16/+10
* powerpc/perf: consolidate read_user_stack_32Michal Suchanek2020-04-031-24/+24
* powerpc: move common register copy functions from signal_32.c to signal.cMichal Suchanek2020-04-032-140/+141
* powerpc: Add back __ARCH_WANT_SYS_LLSEEK macroMichal Suchanek2020-04-032-1/+3
* powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfigGeoff Levand2020-04-031-0/+2
* powerpc/ps3: Remove an unneeded NULL checkDan Carpenter2020-04-031-1/+1
* powerpc/ps3: Remove duplicate error messageMarkus Elfring2020-04-031-3/+1
* powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar2020-04-031-8/+1
* powerpc/perf: Implement a global lock to avoid races between trace, core and ...Anju T Sudhakar2020-04-031-24/+149
* powerpc/pseries: Fix MCE handling on pseriesGanesh Goudar2020-04-031-0/+11
* selftests/eeh: Skip ahci adaptersMichael Ellerman2020-04-031-0/+5
* powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2020-04-032-19/+13
* powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-013-8/+4
* powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_typeLeonardo Bras2020-04-011-1/+0
* powerpc: Suppress .eh_frame generationNaveen N. Rao2020-04-011-0/+3
* powerpc: Drop -fno-dwarf2-cfi-asmNaveen N. Rao2020-04-011-5/+0
* powerpc/32: drop unused ISA_DMA_THRESHOLDMike Rapoport2020-04-017-10/+1
* powerpc/powernv: Add documentation for the opal sensor_groups sysfs interfacesShilpasri G Bhat2020-04-011-0/+21
* selftests/powerpc: Fix try-run when source tree is not writableMichael Ellerman2020-04-011-0/+1
* powerpc/vmlinux.lds: Explicitly retain .gnu.hashMichael Ellerman2020-04-011-0/+1
* powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.cChristophe Leroy2020-04-012-19/+16
* powerpc/ptrace: create ppc_gethwdinfo()Christophe Leroy2020-04-014-31/+37
* powerpc/ptrace: create ptrace_get_debugreg()Christophe Leroy2020-04-014-16/+26
* powerpc/ptrace: split out ADV_DEBUG_REGS related functions.Christophe Leroy2020-04-015-650/+709
* powerpc/ptrace: move register viewing functions out of ptrace.cChristophe Leroy2020-04-014-968/+949
* powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.Christophe Leroy2020-04-014-914/+943
* powerpc/ptrace: split out SPE related functions.Christophe Leroy2020-04-014-66/+78
* powerpc/ptrace: split out ALTIVEC related functions.Christophe Leroy2020-04-014-124/+138
* powerpc/ptrace: split out VSX related functions.Christophe Leroy2020-04-015-172/+241
* powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSETChristophe Leroy2020-04-011-10/+0
* powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64Christophe Leroy2020-04-012-15/+5
* powerpc/ptrace: remove unused header includesChristophe Leroy2020-04-012-28/+2
* powerpc: Move ptrace into a subdirectory.Christophe Leroy2020-04-014-5/+12
* powerpc/64/syscall: Reconcile interruptsNicholas Piggin2020-04-012-14/+21
* powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2020-04-012-16/+14
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-0111-526/+652
* powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-014-115/+130
* powerpc/64/syscall: Zero volatile registers when returningNicholas Piggin2020-04-011-0/+13
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-0113-306/+326
* powerpc/64/sstep: Ifdef the deprecated fast endian switch syscallNicholas Piggin2020-04-011-2/+3
* powerpc/64/syscall: Remove non-volatile GPR save optimisationNicholas Piggin2020-04-012-66/+28
* powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin2020-04-011-1/+29
* powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin2020-04-011-4/+10
* powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin2020-04-011-3/+62