summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-25ARM: 9197/1: spectre-bhb: fix loop8 sequence for Thumb2Ard Biesheuvel1-1/+1
2022-05-25ARM: 9196/1: spectre-bhb: enable for Cortex-A15Ard Biesheuvel1-0/+1
2022-05-25ARM: 9191/1: arm/stacktrace, kasan: Silence KASAN warnings in unwind_frame()linyujun1-5/+5
2022-05-25MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang3-16/+34
2022-05-25um: Cleanup syscall_handler_t definition/cast, fix warningDavid Gow1-3/+2
2022-05-15MIPS: Use address-of operator on section symbolsNathan Chancellor3-3/+3
2022-05-12kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMUSandipan Das1-0/+5
2022-05-12parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-12MIPS: Fix CP0 counter erratum detection for R4k CPUsMaciej W. Rozycki2-12/+7
2022-05-12x86/cpu: Load microcode during restore_processor_state()Borislav Petkov3-3/+13
2022-05-12ARM: dts: Fix mmc order for omap3-gta04H. Nikolaus Schaller1-0/+2
2022-05-12ARM: OMAP2+: Fix refcount leak in omap_gic_of_initMiaoqian Lin1-0/+2
2022-05-12ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issueFabio Estevam1-2/+8
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich1-0/+1
2022-04-27ARM: vexpress/spc: Avoid negative array index when !SMPKees Cook1-1/+1
2022-04-20ARM: davinci: da850-evm: Avoid NULL pointer dereferenceNathan Chancellor1-1/+3
2022-04-20arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-1/+1
2022-04-20arm64: patch_text: Fixup last cpu should be masterGuo Ren1-2/+2
2022-04-20x86/speculation: Restore speculation related MSRs during S3 resumePawan Gupta1-0/+14
2022-04-20x86/pm: Save the MSR validity status at context setupPawan Gupta1-2/+5
2022-04-20xtensa: fix DTC warning unit_address_formatMax Filippov3-10/+10
2022-04-20MIPS: fix fortify panic when copying asm exception handlersAlexander Lobakin2-12/+12
2022-04-20powerpc: dts: t104xrdb: fix phy type for FMAN 4/5Maxim Kiselev1-2/+2
2022-04-20KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson1-5/+3
2022-04-20ARM: 9187/1: JIVE: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-04-20KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activatedVitaly Kuznetsov1-0/+15
2022-04-20ARM: dts: spear13xx: Update SPI dma propertiesKuldeep Singh1-3/+3
2022-04-20ARM: dts: spear1340: Update serial node propertiesKuldeep Singh1-3/+3
2022-04-20ARM: mmp: Fix failure to remove sram deviceUwe Kleine-König1-10/+12
2022-04-20ARM: tegra: tamonten: Fix I2C3 pad settingRichard Leitner1-3/+3
2022-04-20ARM: dts: bcm2837: Add the missing L1/L2 cache informationRichard Schleich1-0/+49
2022-04-20ARM: dts: qcom: fix gic_irq_domain_translate warnings for msm8960David Heidelberg1-3/+5
2022-04-20MIPS: RB532: fix return value of __setup handlerRandy Dunlap1-4/+2
2022-04-20powerpc/sysdev: fix incorrect use to determine if list is emptyJakob Koschel1-2/+2
2022-04-20KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...Hou Wenlong1-5/+9
2022-04-20KVM: x86: Fix emulation in writing cr8Zhenzhong Duan1-4/+1
2022-04-20arm64: dts: broadcom: Fix sata nodenameFrank Wunderlich1-1/+1
2022-04-20arm64: dts: ns2: Fix spi-cpol and spi-cpha propertyKuldeep Singh1-4/+4
2022-04-20ARM: dts: qcom: ipq4019: fix sleep clockPavel Kubelun1-1/+2
2022-04-20perf/x86/intel/pt: Fix address filter config for 32-bit kernelAdrian Hunter1-1/+1
2022-04-20DEC: Limit PMAX memory probing to R3k systemsMaciej W. Rozycki2-11/+6
2022-04-20ARM: dts: exynos: add missing HDMI supplies on SMDK5420Krzysztof Kozlowski1-0/+3
2022-04-20ARM: dts: exynos: add missing HDMI supplies on SMDK5250Krzysztof Kozlowski1-0/+3
2022-04-20ARM: dts: exynos: fix UART3 pins configuration in Exynos5250Krzysztof Kozlowski1-1/+1
2022-04-12arm64: Use the clearbhb instruction in mitigationsJames Morse8-0/+58
2022-04-12arm64: add ID_AA64ISAR2_EL1 sys registerJames Morse4-0/+12
2022-04-12KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse3-0/+13
2022-04-12arm64: Mitigate spectre style branch history side channelsJames Morse8-4/+346
2022-04-12KVM: arm64: Add templates for BHB mitigation sequencesJames Morse5-4/+128
2022-04-12arm64: Add percpu vectors for EL1James Morse5-10/+55