summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-01-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-95/+45
2021-01-16Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-4/+25
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+30
2021-01-15ARM: dts: ux500: Reserve memory carveoutsLinus Walleij4-1/+112
2021-01-15arm64: defconfig: Drop unused K3 SoC specific optionsNishanth Menon1-2/+0
2021-01-15Merge tag 'imx-fixes-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann5-6/+13
2021-01-15drivers: bus: simple-pm-bus: Fix compatibility with simple-bus for auxdataTony Lindgren1-0/+1
2021-01-15ARM: OMAP2+: Fix booting for am335x after moving to simple-pm-busTony Lindgren1-14/+14
2021-01-15Merge branch 'cpuidle-fix' into fixesTony Lindgren1924-21963/+60606
2021-01-15ARM: OMAP2+: Fix suspcious RCU usage splats for omap_enter_idle_coupledTony Lindgren1-8/+8
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland1-0/+1
2021-01-15bpf: Add bitwise atomic instructionsBrendan Jackman1-1/+49
2021-01-15bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman1-0/+8
2021-01-15bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman1-0/+4
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman10-54/+137
2021-01-15bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman1-18/+15
2021-01-15bpf: x86: Factor out emission of REX byteBrendan Jackman1-16/+23
2021-01-15bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman1-18/+25
2021-01-15riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang1-3/+2
2021-01-14ARM: dts: stm32: Fix GPIO hog flags on DHCOM DRC02Marek Vasut1-2/+2
2021-01-14ARM: dts: stm32: Fix GPIO hog flags on DHCOM PicoITXMarek Vasut1-1/+1
2021-01-14ARM: dts: stm32: Fix GPIO hog names on DHCOMMarek Vasut2-3/+3
2021-01-14x86/entry: Emit a symbol for register restoring thunkNick Desaulniers1-4/+4
2021-01-14ARM: dts: stm32: Disable optional TSC2004 on DRC02 boardMarek Vasut1-0/+6
2021-01-14ARM: dts: stm32: Disable WP on DHCOM uSD slotMarek Vasut1-0/+1
2021-01-14ARM: dts: stm32: Connect card-detect signal on DHCOMMarek Vasut1-1/+1
2021-01-14ARM: dts: stm32: Fix polarity of the DH DRC02 uSD card detectMarek Vasut1-1/+1
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2-3/+3
2021-01-14KVM: arm64: Use the reg_to_encoding() macro instead of sys_reg()Alexandru Elisei1-10/+7
2021-01-14KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to returnDavid Brazdil1-8/+5
2021-01-14KVM: arm64: Simplify handling of absent PMU system registersMarc Zyngier1-7/+1
2021-01-14KVM: arm64: Hide PMU registers from userspace when not availableMarc Zyngier1-20/+48
2021-01-14riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam1-0/+2
2021-01-14dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam1-0/+1
2021-01-14dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam1-0/+1
2021-01-14powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab1-1/+15
2021-01-14riscv: Fix KASAN memory mapping.Nick Hu1-2/+2
2021-01-13x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse1-10/+17
2021-01-13x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse1-2/+2
2021-01-13x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse1-1/+10
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse1-1/+1
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann1-5/+5
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv4-17/+17
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2-41/+2
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland2-15/+1
2021-01-13MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong1-1/+1
2021-01-13MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-13arm64: dts: qcom: sdm845: Reserve LPASS clocks in gccBjorn Andersson2-2/+6
2021-01-13riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2-2/+2
2021-01-13riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang1-1/+10