summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-06-11x86/mmiotrace: Use cpumask_available() for cpumask_var_t variablesNathan Chancellor1-2/+2
2020-06-11ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2020-06-11s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-06-03parisc: Fix kernel panic in mem_init()Helge Deller1-1/+1
2020-05-27ARM: futex: Address build warningThomas Gleixner1-2/+7
2020-05-20KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mceJim Mattson1-1/+1
2020-05-20ARM: dts: r8a7740: Add missing extal2 to CPG nodeGeert Uytterhoeven1-1/+1
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov3-1/+15
2020-05-20ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entriesFabio Estevam1-2/+2
2020-05-20x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky10-55/+2
2020-05-20x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2-6/+5
2020-05-10MIPS: perf: Remove incorrect odd/even counter handling for I6400Marcin Nowakowski1-1/+5
2020-05-10arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim1-0/+1
2020-05-10powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar2-1/+3
2020-05-10powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling1-2/+1
2020-05-10powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy1-2/+10
2020-05-10alpha/PCI: Call iomem_is_exclusive() for IORESOURCE_MEM, but not IORESOURCE_IOBjorn Helgaas1-2/+2
2020-05-10x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2020-05-10x86/LDT: Print the real LDT base addressJan Beulich1-1/+1
2020-05-10perf/x86: Fix filter_events() bug with event mappingsStephane Eranian1-1/+10
2020-05-10ARM: OMAP2+: hwmod: fix _idle() hwmod state sanity check sequenceSuman Anna1-6/+6
2020-05-10ARM: dts: kirkwood: add kirkwood-ds112.dtb to MakefileHeinrich Schuchardt1-0/+1
2020-05-10ARM: dts: kirkwood: use unique machine name for ds112Heinrich Schuchardt1-1/+1
2020-05-10ARM: dts: orion5x: fix the missing mtd flash on linkstation lswtglRoger Shimizu1-0/+31
2020-05-10ARM: dts: orion5x: gpio pin fixes for linkstation lswtglRoger Shimizu1-4/+4
2020-05-10ARM: dts: kirkwood: gpio-leds fixes for linkstation ls-wvl/vlRoger Shimizu1-6/+6
2020-05-10ARM: dts: kirkwood: gpio-leds fixes for linkstation ls-wxl/wsxlRoger Shimizu1-5/+5
2020-05-10ARM: dts: kirkwood: gpio pin fixes for linkstation ls-wvl/vlRoger Shimizu1-12/+13
2020-05-10ARM: dts: kirkwood: gpio pin fixes for linkstation ls-wxl/wsxlRoger Shimizu1-14/+15
2020-05-10ARM: imx: select SRC for i.MX7Arnd Bergmann1-0/+1
2020-05-10ARM: dts: armadillo800eva Correct extal1 frequency to 24 MHzGeert Uytterhoeven1-1/+1
2020-05-10mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai4-1/+33
2020-05-10MIPS: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOJames Hogan2-0/+3
2020-05-10MIPS: RM7000: Double locking bug in rm7k_tc_disable()Dan Carpenter1-1/+1
2020-05-10bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann1-1/+1
2020-05-10MIPS: Octeon: Off by one in octeon_irq_gpio_map()Dan Carpenter1-1/+1
2020-05-10MIPS: c-r4k: Fix protected_writeback_scache_line for EVAJames Hogan1-0/+4
2020-05-10MIPS: SMP: Update cpu_foreign_map on CPU disableJames Hogan6-1/+7
2020-05-10MIPS: KVM: Fix translation of MFC0 ErrCtlJames Hogan1-1/+1
2020-05-10MIPS: perf: Fix I6400 event numbersJames Hogan1-2/+52
2020-05-10MIPS: Fix BC1{EQ,NE}Z return offset calculationPaul Burton1-15/+3
2020-05-10MIPS: math-emu: Fix BC1{EQ,NE}Z emulationPaul Burton1-5/+6
2020-05-10MIPS: BMIPS: Adjust mips-hpt-frequency for BCM7435Florian Fainelli1-1/+1
2020-05-10MIPS: Fix HTW config on XPA kernel without LPA enabledJames Hogan1-3/+1
2020-05-10MIPS: BMIPS: Pretty print BMIPS5200 processor nameFlorian Fainelli1-1/+4
2020-05-10MIPS: BMIPS: local_r4k___flush_cache_all needs to blast S-cacheFlorian Fainelli1-0/+5
2020-05-10MIPS: BMIPS: Clear MIPS_CACHE_ALIASES earlierFlorian Fainelli1-2/+2
2020-05-10MIPS: BMIPS: BMIPS5000 has I cache filing from D cacheFlorian Fainelli1-0/+4
2020-05-10MIPS: scall: Handle seccomp filters which redirect syscallsMatt Redfearn4-18/+24