summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-22x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen1-1/+2
2024-10-22x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui1-1/+13
2024-10-22x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor1-2/+2
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner1-0/+5
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner2-0/+4
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-22KVM: s390: Change virtual to physical address access in diag 0x258 handlerMichael Mueller1-1/+1
2024-10-22KVM: s390: gaccess: Check if guest address is in memslotNico Boehr2-6/+12
2024-10-22arm64: probes: Fix uprobes for big-endian kernelsMark Rutland2-7/+5
2024-10-22arm64: probes: Fix simulate_ldr*_literal()Mark Rutland1-11/+7
2024-10-22arm64: probes: Remove broken LDR (literal) uprobe supportMark Rutland1-5/+11
2024-10-22arm64: dts: marvell: cn9130-sr-som: fix cp0 mdio pin numbersJosua Mayer1-1/+1
2024-10-17fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-0/+2
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+3
2024-10-17x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross1-0/+4
2024-10-17LoongArch: Fix memleak in pci_acpi_scan_root()Wentao Guan1-0/+1
2024-10-17riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun1-0/+6
2024-10-17riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-10-17riscv: Omit optimized string routines when using KASANSamuel Holland7-3/+9