summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-07-22riscv: dts: spacemit: add 24c02 eeprom on K3 Pico-ITX boardAurelien Jarno1-0/+30
2026-07-22riscv: dts: spacemit: enable the i2c2 adapter on K3 Pico-ITX boardAurelien Jarno2-0/+17
2026-07-22riscv: dts: spacemit: set console baud rate on K3 Pico-ITX boardAurelien Jarno1-1/+1
2026-07-22KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal1-14/+19
2026-07-22x86/resctrl: Protect against bad shiftReinette Chatre1-1/+5
2026-07-22KVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta1-1/+5
2026-07-22arm64: ftrace: allow DIRECT_CALLS without CALL_OPSJose Fernandez (Anthropic)1-1/+1
2026-07-22arm64: ftrace: prepare ftrace_modify_call() for use without CALL_OPSJose Fernandez (Anthropic)1-2/+3
2026-07-22KVM: x86: Check EFER validity on KVM_SET_SREGS*Yosry Ahmed1-1/+2
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed4-26/+12
2026-07-22KVM: x86: Reverse the polarity of efer_reserved_bitsYosry Ahmed1-5/+5
2026-07-22KVM: x86: Always initialize EFER reserved bits on vendor initializationYosry Ahmed3-2/+11
2026-07-22KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supportedYosry Ahmed2-9/+4
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed2-4/+6
2026-07-22KVM: x86: hyper-v: Clamp stimer deadline to avoid livelockCarlos López1-7/+18
2026-07-22arm64: errata: work around NVIDIA Olympus device store/load orderingShanker Donthineni4-4/+43
2026-07-22KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hookKai Huang1-1/+1
2026-07-22arm64: topology: read CPPC FFH feedback counters in one operationPengjie Zhang1-8/+84
2026-07-22powerpc/msi: Treat bitmap size as allocation failureYury Norov1-1/+1
2026-07-22ARM: dma-mapping: Treat bitmap size as allocation failureYury Norov1-2/+2
2026-07-22x86/events: Use sysfs_emit() for cpumask show callbacksYury Norov5-5/+5
2026-07-22powerpc: Use sysfs_emit() for cpumask show callbacksYury Norov4-4/+5
2026-07-22arm: Use sysfs_emit() for cpumask show callbacksYury Norov2-2/+2
2026-07-23ARM: dts: allwinner: a10: Fix PMU interruptAndre Przywara1-1/+1
2026-07-22x86/cpu: Remove unnecessary __maybe_unused annotationsThorsten Blum3-4/+3
2026-07-22x86/bpf: Enable EXECMEM_ROX_CACHE for BPF allocationsMike Rapoport (Microsoft)1-2/+2
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)1-3/+2
2026-07-23ARM: dts: aspeed: Correct indentationKrzysztof Kozlowski3-218/+218
2026-07-22ARM: npcm: Fix OF node refcount leaks in SMP setupYuho Choi1-0/+2
2026-07-22ARM: dts: aspeed: sanmiguel: fix PDB HSC shunt resistorMike Hsieh1-4/+4
2026-07-22arm64: make huge_ptep_get handled unaligned addressesDev Jain1-1/+1
2026-07-22arm64: dts: nuvoton: npcm845: Reorder timer0 and PECI nodesTomer Maimon1-16/+16
2026-07-22arm64: dts: nuvoton: npcm845: Drop redundant timer clock-namesTomer Maimon1-1/+0
2026-07-22ARM: dts: aspeed: sanmiguel: Fix PWRGD_RMC_N active-low hog configurationPotin Lai1-1/+1
2026-07-22ARM: dts: aspeed: sanmiguel: Fix FIO IOEXP interrupt pinPotin Lai1-2/+2
2026-07-21arm64/coco: Add pKVM as a CC platformMostafa Saleh4-14/+29
2026-07-21arm64/mm: Simplify SWIOTLB setup in arch_mm_preinit()Mostafa Saleh1-7/+3
2026-07-21arm64: Clarify ARM64_WORKAROUND_REPEAT_TLBI semanticsMark Rutland5-13/+35
2026-07-21arm64: uapi: Use __u128 instead of __uint128_t in UAPI headersWill Deacon2-9/+9
2026-07-21riscv, bpf: Add 32 bit atomic operations to RV32 JITKuan-Wei Chiu1-11/+53
2026-07-21riscv, bpf: Add support for BPF_MOVSX in RV32 JITKuan-Wei Chiu1-0/+32
2026-07-21riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JITKuan-Wei Chiu1-5/+10
2026-07-21KVM: arm64: Sync SCTLR_EL1 when injecting an exception into a pVMFuad Tabba1-2/+3
2026-07-21bpf, riscv: Fix extable handling for arena load_acquireFeng Jiang1-1/+6
2026-07-21riscv, bpf: Mixing bpf2bpf and tailcallsPu Lehui2-55/+54
2026-07-21riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offsetPu Lehui1-4/+4
2026-07-21riscv, bpf: Fix kernel stack corruption in tailcall with CFIPu Lehui1-3/+4
2026-07-21riscv, bpf: Using kvzalloc_objs to allocate cache bufferPu Lehui2-5/+5
2026-07-21riscv, bpf: Fix memory leak in bpf_jit_freePu Lehui1-0/+1
2026-07-21bpf: Extract the is_struct_ops_tramp helperPu Lehui2-7/+1