summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel/ds: Fix x86_pmu_stop warning for large PEBSKan Liang2020-09-101-12/+20
* perf/x86/intel: Support per-thread RDPMC TopDown metricsKan Liang2020-08-182-12/+83
* perf/x86/intel: Support TopDown metrics on Ice LakeKan Liang2020-08-184-0/+135
* perf/x86: Add a macro for RDPMC offset of fixed countersKan Liang2020-08-182-1/+5
* perf/x86/intel: Generic support for hardware TopDown metricsKan Liang2020-08-185-15/+257
* perf/x86/intel: Use switch in intel_pmu_disable/enable_eventKan Liang2020-08-181-8/+28
* perf/x86/intel: Fix the name of perf METRICSKan Liang2020-08-181-1/+1
* perf/x86/intel: Move BTS index to 47Kan Liang2020-08-181-2/+2
* perf/x86/intel: Introduce the fourth fixed counterKan Liang2020-08-181-3/+20
* perf/x86/intel: Name the global status bit in NMI handlerKan Liang2020-08-182-12/+14
* perf/x86: Use event_base_rdpmc for the RDPMC userspace supportKan Liang2020-08-181-8/+3
* 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
|\ \ \
| * | | x86/alternatives: Acquire pte lock with interrupts enabledSebastian Andrzej Siewior2020-08-131-3/+3