summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2022-03-20Merge tag 'for-linus-5.17' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+17
2022-03-20kvm/emulate: Fix SETcc emulation function offsets with SLSBorislav Petkov-2/+17
2022-03-19Merge tag 'soc-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-36/+36
2022-03-18arm64: errata: avoid duplicate field initializerArnd Bergmann-1/+0
2022-03-18arm64: fix clang warning about TRAMP_VALIASArnd Bergmann-2/+2
2022-03-16Revert "arm64: dts: freescale: Fix 'interrupt-map' parent address cells"Vladimir Oltean-36/+36
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-63/+254
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap-0/+6
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+19
2022-03-11Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2022-03-11ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)-2/+2
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen-9/+48
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei-0/+1
2022-03-10riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing-5/+16
2022-03-10Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-14/+53
2022-03-10riscv: alternative only works on !XIP_KERNELJisheng Zhang-2/+3
2022-03-10Merge tag 'mvebu-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann-2/+7
2022-03-10arm64: dts: marvell: armada-37xx: Remap IO space to bus address 0x0Pali Rohár-2/+7
2022-03-10ARM: fix build warning in proc-v7-bugs.cRussell King (Oracle)-1/+2
2022-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-2/+2
2022-03-09ARM: Do not use NOCROSSREFS directive with ld.lldNathan Chancellor-0/+8
2022-03-09arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor-2/+2
2022-03-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-16/+20
2022-03-09ARM: fix co-processor register typoRussell King (Oracle)-1/+1
2022-03-09arm64: kasan: fix include error in MTE functionsPaul Semel-0/+1
2022-03-09x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson-2/+31
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson-47/+166
2022-03-08ARM: fix build error when BPF_SYSCALL is disabledEmmanuel Gil Peyrot-1/+1
2022-03-08Merge tag 'arm64-spectre-bhb-for-v5.17-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-76/+825
2022-03-08Merge tag 'for-linus-bhb' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-55/+481
2022-03-08ARM: include unprivileged BPF status in Spectre V2 reportingRussell King (Oracle)-0/+13
2022-03-08Revert "arm64: dts: mt8183: jacuzzi: Fix bus properties in anx's DSI endpoint"Robert Foss-2/+0
2022-03-08x86/module: Fix the paravirt vs alternative orderPeter Zijlstra-5/+8
2022-03-08ARM: dts: aspeed: Fix AST2600 quad spi groupJoel Stanley-1/+1
2022-03-08Merge tag 'tegra-for-5.17-arm-dt-fixes-2' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-21/+33
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas-16/+19
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-62/+172
2022-03-07Merge tag 'tegra-for-5.17-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann-1/+1
2022-03-07ARM: tegra: Move Nyan FHD panels to AUX busThierry Reding-2/+8
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation...James Morse-0/+26
2022-03-07powerpc: Fix STACKTRACE=n buildMichael Ellerman-1/+1
2022-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-14/+20
2022-03-06Merge tag 'powerpc-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2022-03-05Merge tag 's390-5.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-7/+62
2022-03-05ARM: Spectre-BHB workaroundRussell King (Oracle)-9/+254
2022-03-05ARM: use LOADADDR() to get load address of sectionsRussell King (Oracle)-7/+12
2022-03-05ARM: early traps initialisationRussell King (Oracle)-6/+21
2022-03-05ARM: report Spectre v2 status through sysfsRussell King (Oracle)-39/+187
2022-03-05powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo-2/+2
2022-03-05x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf-2/+25