summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-08powerpc/pseries: papr-phy-attest - validate cmd.length, plug mem leakGeorge Wilson1-1/+11
2026-08-07RISC-V: hwprobe: Use BIT macro to avoid warningsJesse Taube1-78/+79
2026-08-07riscv: alternative: Also patch the compat vDSOThomas Weißschuh1-0/+5
2026-08-07riscv: alternative: Use the statically extracted vDSO section offsetsThomas Weißschuh1-17/+11
2026-08-07riscv: vdso: Add symbols for the alternative section boundariesThomas Weißschuh2-0/+8
2026-08-07riscv: Add Ziccamoa, Ziccif, Ziccrse, and Za64rs to cpufeature and hwprobeAndrew Jones4-0/+14
2026-08-07riscv: Add Zicclsm to cpufeature and hwprobeJesse Taube4-0/+4
2026-08-07riscv: cpufeature: Clarify ISA spec version for canonical orderGuodong Xu1-1/+2
2026-08-07riscv: Standardize extension capitalizationCharlie Jenkins9-62/+63
2026-08-07riscv: kprobes: Prevent probes in breakpoint handlersRui Qi1-0/+3
2026-08-07riscv: cmpxchg: Use .option arch for Zacas and ZabhaVivian Wang2-7/+13
2026-08-07riscv: acpi: Handle LPI architectural context loss flagsPeixin Xie1-0/+19
2026-08-07riscv: further remove XIPJisheng Zhang4-148/+3
2026-08-07riscv: Add support for srmcfg CSR from Ssqosid extensionDrew Fustini7-0/+206
2026-08-07riscv: Detect the Ssqosid extensionDrew Fustini2-0/+2
2026-08-07RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsingAtish Patra2-0/+26
2026-08-07RISC-V: Add Ssccfg extension CSR definitionKaiwen Xue1-0/+18
2026-08-07RISC-V: Add Smcntrpmf extension parsingAtish Patra2-0/+2
2026-08-07RISC-V: Define indirect CSR access helpersAtish Patra1-0/+50
2026-08-07RISC-V: Add Smcsrind and Sscsrind ISA extension definition and parsingAtish Patra2-0/+6
2026-08-07RISC-V: Add Smcsrind and Sscsrind ISA extension CSR definitionsKaiwen Xue1-0/+30
2026-08-07Revert "riscv: hwprobe: Fix stale vDSO data for late-initialized keys at boot"Nam Cao4-72/+13
2026-08-07riscv: unaligned: stop using kthread for check_vector_unaligned_access()Nam Cao1-17/+2
2026-08-07riscv: Mark default_power_off() as __noreturnThorsten Blum1-1/+1
2026-08-07riscv: mm: Move dma_contiguous_reserve() after NUMA initializationEder Zulian1-2/+1
2026-08-07riscv: cfi: reduce shadow stack size limit from 2GB to 512MBZong Li1-2/+2
2026-08-07riscv: vdso: Simplify cflags remove logicThomas Weißschuh1-5/+2
2026-08-07riscv: mm: Apply Svinval in update_mmu_cache()Xu Lu3-18/+26
2026-08-07riscv: mm: Use ASID in update_mmu_cache()Xu Lu3-6/+8
2026-08-07riscv: kprobes: add test case for c.jal instruction simulationNam Cao1-0/+24
2026-08-07riscv: probes: simulate c.jal instructionXiaofeng Yuan3-1/+9
2026-08-07riscv: acpi: Enable ARCH_HAS_ACPI_TABLE_UPGRADEVivian Wang4-0/+10
2026-08-07riscv: Restart via EFI runtime services when availableAtish Patra1-0/+7
2026-08-07riscv: efi: Power off via EFI runtime services when availableAtish Patra1-0/+5
2026-08-07riscv: hwprobe: Register unaligned probes before usermodeRui Qi1-1/+7
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann88-372/+784
2026-08-07Merge branches 'thermal-core', 'thermal-hwmon', 'thermal-intel' and 'thermal-...Rafael J. Wysocki2-0/+4
2026-08-07Merge branch 'acpi-irqchip'Rafael J. Wysocki1-0/+1
2026-08-07x86/locking: Use sfence for wmb() if SSE is availableYao Zi1-1/+1
2026-08-07perf/x86/intel/pt: Fix stop/start with no updateAdrian Hunter1-9/+36
2026-08-07perf/x86/intel/pt: Use bitwise access for PERF_HES_STOPPEDAdrian Hunter1-8/+8
2026-08-07perf/x86/intel/pt: Factor out pt_config_enable()Adrian Hunter1-17/+24
2026-08-07KVM: x86: Remove runtime Xen TSC frequency CPUID updateDavid Woodhouse2-29/+0
2026-08-07KVM: x86/xen: Prevent runstate times from becoming negativeDavid Woodhouse1-6/+22
2026-08-07KVM: arm64: vgic-v3: take an LPI reference in vgic_v3_save_pending_tablesQihang1-3/+9
2026-08-07KVM: arm64: vgic-its: Point saved ITEs at the next valid entryFuad Tabba1-7/+8
2026-08-07KVM: arm64: vgic-its: Don't save collections the table cannot holdFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic: Don't leak the SPI array when init is retriedFuad Tabba1-0/+3
2026-08-07KVM: arm64: vgic-its: Don't dereference a NULL collection on ITT saveFuad Tabba1-0/+8
2026-08-07x86/paravirt: Trace contended_release on unlockDmitry Ilvokhin2-2/+53