summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev2020-08-201-0/+4
* powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat2020-08-201-1/+1
* powerpc/pseries/hotplug-cpu: wait indefinitely for vCPU deathMichael Roth2020-08-181-6/+12
* powerpc/32s: Fix is_module_segment() when MODULES_VADDR is definedChristophe Leroy2020-08-181-0/+7
* powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32Christophe Leroy2020-08-181-1/+8
* powerpc/fixmap: Fix the size of the early debug areaChristophe Leroy2020-08-171-1/+1
* powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabledAneesh Kumar K.V2020-08-171-1/+3
* powerpc/kernel: Cleanup machine check function declarationsMadhavan Srinivasan2020-08-174-8/+12
* powerpc: Add POWER10 raw mode cputable entryMadhavan Srinivasan2020-08-171-0/+20
* powerpc/perf: Add extended regs support for power10 platformAthira Rajeev2020-08-173-1/+23
* powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar2020-08-176-4/+59
* powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling2020-08-171-0/+1
* parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport2020-08-161-0/+6
* Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-8/+17
|\
| * riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1566-995/+360
|\ \
| * | sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-141-0/+3
| * | sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-141-4/+1
| * | sh: Add SECCOMP_FILTERMichael Karcher2020-08-143-2/+6
| * | sh: Rearrange blocks in entry-common.SMichael Karcher2020-08-141-28/+29
| * | sh: switch to copy_thread_tls()Christian Brauner2020-08-142-3/+4
| * | sh: use the generic dma coherent remap allocatorChristoph Hellwig2020-08-142-49/+4
| * | sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig2020-08-141-1/+2
| * | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-143-6/+3
| * | sh: unexport register_trapped_io and match_trapped_io_handlerChristoph Hellwig2020-08-141-2/+0
| * | sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-143-1/+2
| * | sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-142-86/+68
| * | sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-145-16/+26
| * | sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig2020-08-1419-54/+0
| * | sh: sort the selects for SUPERH alphabeticallyChristoph Hellwig2020-08-141-48/+47
| * | sh: remove -Werror from MakefilesChristoph Hellwig2020-08-143-6/+0
| * | sh: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-141-1/+1
| * | arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil2020-08-144-11/+0
| * | sh: stacktrace: Remove stacktrace_ops.stack()Geert Uytterhoeven2020-08-145-29/+0
| * | sh: machvec: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-141-4/+4
| * | sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-143-21/+19
| * | sh: sh2007: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-141-2/+2
| * | sh: process: Fix broken lines in register dumpsGeert Uytterhoeven2020-08-141-21/+17
| * | sh: dump_stack: Fix broken lines and ptrval in calltrace dumpsGeert Uytterhoeven2020-08-141-9/+9
| * | sh: kernel: disassemble: Fix broken lines in disassembly dumpsGeert Uytterhoeven2020-08-141-51/+52
| * | Revert "sh: remove needless printk()"Geert Uytterhoeven2020-08-141-0/+1
| * | Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-143-6/+5
| * | sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven2020-08-141-1/+0
| * | sh: Remove SH5-based Cayman platformGeert Uytterhoeven2020-08-1411-540/+2
| * | arch: sh: smc37c93x: fix spelling mistakeFlavio Suligoi2020-08-141-2/+2
| * | Revert "sh: add missing EXPORT_SYMBOL() for __delay"Geert Uytterhoeven2020-08-141-1/+0
| * | sh: Implement __get_user_u64() required for 64-bit get_user()John Paul Adrian Glaubitz2020-08-141-0/+53
| * | sh: remove call to memset after dma_alloc_coherentChen Zhou2020-08-141-2/+0
| * | sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)2020-08-141-4/+3
* | | Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-157-17/+58
|\ \ \