summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-01-25riscv: Move call to init_cpu_topology() to later initialization stageLey Foon Tan
2023-01-25arm64: dts: mediatek: mt8183: drop double interruptsKrzysztof Kozlowski
2023-01-25arm64: dts: mediatek: mt7622: drop serial clock-namesKrzysztof Kozlowski
2023-01-25arm64: dts: freescale: Add LVDS overlay for TQMa8MPxLAlexander Stein
2023-01-25arm64: dts: imx8mp: Add LCDIF2 & LDB nodesAlexander Stein
2023-01-25arm64: dts: mt8195: Add efuse node to mt8195Balsam CHIHI
2023-01-25x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leafKim Phillips
2023-01-25x86/cpu, kvm: Add the NO_NESTED_DATA_BP featureKim Phillips
2023-01-25x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threadsJens Axboe
2023-01-25x86/vdso: Move VDSO image init to vdso2c generated codeBrian Gerst
2023-01-25KVM: x86: Move open-coded CPUID leaf 0x80000021 EAX bit propagation codeKim Phillips
2023-01-25x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
2023-01-25x86/Kconfig: Fix spellos & punctuationRandy Dunlap
2023-01-25Merge patch series "Add a devicetree for the Aldec PolarFire SoC TySoM"Conor Dooley
2023-01-25riscv: dts: microchip: add the Aldec TySoM's devicetreeConor Dooley
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe
2023-01-25ARM: dts: cx92755: align UART node name with bindingsKrzysztof Kozlowski
2023-01-25ARM: dts: mstar: align UART node name with bindingsKrzysztof Kozlowski
2023-01-25x86/cpu: Use cpu_feature_enabled() when checking global pages supportBorislav Petkov (AMD)
2023-01-25ARM: multi_v7_defconfig: Add GXP Fan and SPI supportNick Hawkins
2023-01-25ARM: dts: gemini: Enable DNS313 FOTG210 as periphLinus Walleij
2023-01-25ARM: dts: gemini: Fix USB block versionLinus Walleij
2023-01-25ARM: dts: gemini: wbd222: Use RedBoot partion parserLinus Walleij
2023-01-25ARM: dts: gemini: wbd111: Use RedBoot partion parserLinus Walleij
2023-01-25ARM: dts: gemini: Push down flash address/size cellsLinus Walleij
2023-01-24RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner
2023-01-24riscv/kprobe: Fix instruction simulation of JALRLiao Chang
2023-01-24riscv: fix jal offsets in patched alternativesJisheng Zhang
2023-01-25ARM: dts: freescale: Use new media bus type macrosLaurent Pinchart
2023-01-24RISC-V: Kconfig: Remove trailing whitespaceGeert Uytterhoeven
2023-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-01-24riscv: pgtable: Fixup comment for KERN_VIRT_SIZEGuo Ren
2023-01-24ARM: add multi_v7_lpae_defconfigNicolas Saenz Julienne
2023-01-24kbuild: Add config fragment merge functionalityNicolas Saenz Julienne
2023-01-24ARM: multi_v7_defconfig: Add options to support TQMLS102xA seriesAlexander Stein
2023-01-24ARM: dts: aspeed: Fix pca9849 compatibleEddie James
2023-01-24arm64: drop redundant "ARMv8" from Kconfig option titleKrzysztof Kozlowski
2023-01-24ARM: ep93xx: Convert to use descriptors for GPIO LEDsLinus Walleij
2023-01-24Merge tag 'omap-for-v6.3/omap1-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2023-01-24Merge tag 'omap-for-v6.3/cleanup-signed' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann
2023-01-24KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()ye xingchen
2023-01-24KVM: VMX: Handle NMI VM-Exits in noinstr regionSean Christopherson
2023-01-24KVM: VMX: Provide separate subroutines for invoking NMI vs. IRQ handlersSean Christopherson
2023-01-24x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels tooSean Christopherson
2023-01-24KVM: VMX: Always inline to_vmx() and to_kvm_vmx()Sean Christopherson
2023-01-24KVM: VMX: Always inline eVMCS read/write helpersSean Christopherson
2023-01-24KVM: VMX: Allow VM-Fail path of VMREAD helper to be instrumentedSean Christopherson
2023-01-24KVM: x86: Make vmx_get_exit_qual() and vmx_get_intr_info() noinstr-friendlySean Christopherson