aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-12-06ARM: percpu: add SMP_ON_UP supportArd Biesheuvel6-22/+107
2021-12-06ARM: assembler: add optimized ldr/str macros to load variables from memoryArd Biesheuvel3-6/+43
2021-12-06ARM: module: implement support for PC-relative group relocationsArd Biesheuvel2-0/+88
2021-12-06ARM: entry: preserve thread_info pointer in switch_toArd Biesheuvel1-8/+9
2021-12-06irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLERVladimir Murzin2-8/+5
2021-12-06ARM: remove old-style irq entryArnd Bergmann6-56/+2
2021-12-06ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann6-43/+43
2021-12-06ARM: iop32x: offset IRQ numbers by 1Arnd Bergmann4-33/+37
2021-12-06ARM: footbridge: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann3-107/+88
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel3-10/+29
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel4-7/+27
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon8-63/+80
2021-12-06KVM: arm64: Generate hyp_constants.h for the hostWill Deacon3-0/+28
2021-12-06arm64: Add missing include of asm/cpufeature.h to asm/mmu.hWill Deacon1-0/+1
2021-12-06KVM: arm64: Constify kvm_io_gic_opsRikard Falkeborn2-2/+2
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman88-459/+776
2021-12-06ARM: dts: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0 10.1" OFJagan Teki2-0/+133
2021-12-06ARM: dts: stm32: Enable LVDS panel on i.Core STM32MP1 EDIMM2.2Jagan Teki1-0/+85
2021-12-06arm64: dts: exynos: Rename hsi2c nodes to i2c for Exynos5433 and Exynos7Sam Protsenko2-24/+24
2021-12-06ARM: dts: exynos: Rename hsi2c nodes to i2c for Exynos5260Sam Protsenko1-4/+4
2021-12-06arm64: defconfig: enable drivers for TQ TQMa8MxML-MBa8MxAlexander Stein1-0/+7
2021-12-06arm64: dts: freescale: add initial device tree for TQMa8Mx with i.MX8MAlexander Stein3-0/+710
2021-12-06arm64: dts: freescale: add initial device tree for TQMa8MQNL with i.MX8MNAlexander Stein3-0/+560
2021-12-06arm64: dts: freescale: add initial device tree for TQMa8MQML with i.MX8MMAlexander Stein4-0/+871
2021-12-06arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk boardJacky Bai2-0/+65
2021-12-06arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulpJacky Bai2-0/+1374
2021-12-06arm64: defconfig: Enable OV5640Adam Ford1-0/+1
2021-12-06arm64: defconfig: Enable VIDEO_IMX_MEDIAAdam Ford1-0/+1
2021-12-06arm64: dts: imx8mm-beacon: Enable OV5640 CameraAdam Ford1-0/+58
2021-12-06arm64: dts: imx8mm: Add CSI nodesAdam Ford1-0/+51
2021-12-06arm64: dts: imx8mq: fix the schema check errors for fsl,tmu-calibrationDavid Heidelberg1-40/+40
2021-12-06ARM: dts: imx6ull-pinfunc: Fix CSI_DATA07__ESAI_TX0 pad nameFabio Estevam1-1/+1
2021-12-06arm64: dts: lx2162a: Add CAN nodes for LX2162A-QDSKuldeep Singh1-0/+8
2021-12-06arm64: dts: imx8mq: remove interconnect property from lcdifMartin Kepplinger1-2/+0
2021-12-06ARM: ixp4xx: remove dead configs CPU_IXP43X and CPU_IXP46XLukas Bulwahn1-13/+0
2021-12-06ARM: dts: Add Goramo MultiLink device treeLinus Walleij3-0/+198
2021-12-06ARM: dts: Add FSG3 system controller and LEDsLinus Walleij1-0/+59
2021-12-06ARM: dts: imx6qdl: add TQ-Systems MBa6x device treesMarkus Niebel11-0/+785
2021-12-06ARM: dts: imx6qdl-tqma6: add ERR006687 hardware workaround for "a" variantMatthias Schiffer1-0/+20
2021-12-06ARM: dts: add JOZ Access PointOleksij Rempel2-0/+457
2021-12-05Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds4-22/+26
2021-12-05Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-43/+154
2021-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-51/+106
2021-12-05x86/sme: Explicitly map new EFI memmap table as encryptedTom Lendacky2-1/+3
2021-12-05KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failureTom Lendacky2-46/+71
2021-12-05KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessarySean Christopherson1-4/+4
2021-12-05KVM: SEV: Return appropriate error codes if SEV-ES scratch setup failsSean Christopherson1-13/+17
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-21/+7
2021-12-04parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-12-04x86/realmode: Add comment for Global bit usage in trampoline_pgdJoerg Roedel1-0/+5