summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-11-08RISC-V: disallow gcc + rust buildsConor Dooley1-1/+1
2024-11-08MIPS: export __cmpxchg_small()David Sterba1-0/+1
2024-11-08arm64: dts: qcom: x1e80100: fix PCIe4 and PCIe6a PHY clocksJohan Hovold1-6/+10
2024-11-08arm64: dts: qcom: x1e80100: Add Broadcast_AND region in LLCC blockAbel Vesa1-2/+4
2024-11-08arm64: dts: imx8ulp: correct the flexspi compatible stringHaibo Chen1-1/+1
2024-11-08arm64: dts: qcom: x1e80100-crd: fix nvme regulator boot glitchJohan Hovold1-0/+2
2024-11-08arm64: dts: qcom: x1e80100-qcp: fix nvme regulator boot glitchJohan Hovold1-0/+2
2024-11-08arm64: dts: qcom: x1e80100: fix PCIe4 interconnectJohan Hovold1-1/+1
2024-11-08arm64: dts: qcom: x1e80100-vivobook-s15: fix nvme regulator boot glitchJohan Hovold1-0/+2
2024-11-08arm64: dts: qcom: x1e80100: Fix up BAR spacesKonrad Dybcio1-5/+5
2024-11-08arm64: dts: qcom: x1e80100-yoga-slim7x: fix nvme regulator boot glitchJohan Hovold1-0/+2
2024-11-08arm64: dts: qcom: msm8939: revert use of APCS mbox for RPMFabien Parent1-1/+1
2024-11-08riscv: dts: starfive: disable unused csi/camss nodesConor Dooley1-2/+0
2024-11-08riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64E Shattow1-2/+1
2024-11-08x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov1-6/+6
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse2-5/+66
2024-11-08riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-11-08riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-11-08riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-11-08riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2024-11-08riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-11-08riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-11-08RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-11-01x86: fix user address masking non-canonical speculation issueLinus Torvalds4-21/+42
2024-11-01x86: fix whitespace in runtime-const assembler outputLinus Torvalds1-2/+2
2024-11-01x86: support user address masking instead of non-speculative conditionalLinus Torvalds1-0/+8
2024-11-01LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen1-1/+1
2024-11-01LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen1-0/+5
2024-11-01LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2-1/+6
2024-11-01x86/sev: Ensure that RMP table fixups are reservedAshish Kalra1-0/+2
2024-11-01x86/lam: Disable ADDRESS_MASKING in most casesPawan Gupta1-0/+1
2024-11-01KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2-3/+6
2024-11-01KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen1-1/+1
2024-11-01KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton1-1/+21
2024-11-01KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memorySean Christopherson1-1/+5
2024-11-01perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar1-5/+42
2024-11-01x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20hRichard Gong1-0/+2
2024-11-01x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70hRichard Gong1-0/+4
2024-11-01bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne1-2/+10
2024-11-01LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-11-01arm64: Force position-independent veneersMark Rutland1-1/+1
2024-11-01riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri1-2/+2
2024-11-01s390: Initialize psw mask in perf_arch_fetch_caller_regs()Heiko Carstens1-0/+1
2024-11-01s390/pci: Handle PCI error codes other than 0x3aNiklas Schnelle1-8/+9
2024-11-01riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabledPu Lehui1-1/+3
2024-11-01ARM: dts: bcm2837-rpi-cm3-io3: Fix HDMI hpd-gpio pinFlorian Klink1-1/+1
2024-11-01x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-10-22x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-10-22x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta1-1/+2
2024-10-22x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta1-1/+2