summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-04-04riscv: fix various typos in comments and codeSean Chang
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang
2026-04-04riscv: patch: Avoid early phys_to_page()Vivian Wang
2026-04-04riscv: kgdb: fix several debug register assignment bugsPaul Walmsley
2026-04-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki
2026-04-04Merge tag 'microchip-soc-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski
2026-04-04Merge tag 'microchip-dt64-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski
2026-04-04Merge tag 'at91-dt-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Krzysztof Kozlowski
2026-04-04Merge tag 'at91-defconfig-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski
2026-04-04Merge tag 'at91-fixes-7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Krzysztof Kozlowski
2026-04-04Merge tag 'imx-dt64-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/f...Krzysztof Kozlowski
2026-04-04Merge tag 'tegra-for-7.1-arm64-dt' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski
2026-04-04Merge tag 'tegra-for-7.1-arm-dt' of https://git.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski
2026-04-04x86/fpu: Correct misspelled xfeaures_to_write local varBorislav Petkov (AMD)
2026-04-04RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODEFangyu Yu
2026-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu
2026-04-03Merge tag 'powerpc-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-04-03Merge tag 's390-7.0-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-04-03KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 failsYosry Ahmed
2026-04-03KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulationYosry Ahmed
2026-04-03KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructionsYosry Ahmed
2026-04-03KVM: SVM: Move RAX legality check to SVM insn interception handlersYosry Ahmed
2026-04-03KVM: SVM: Properly check RAX on #GP intercept of SVM instructionsYosry Ahmed
2026-04-03KVM: SVM: Refactor SVM instruction handling on #GP interceptYosry Ahmed
2026-04-03KVM: SVM: Properly check RAX in the emulator for SVM instructionsYosry Ahmed
2026-04-04x86/apic: Drop AMD Extended Interrupt LVT macrosNaveen N Rao (AMD)
2026-04-03KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson
2026-04-03KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lockSean Christopherson
2026-04-03KVM: SEV: Reject attempts to sync VMSA of an already-launched/encrypted vCPUSean Christopherson
2026-04-03KVM: SEV: Use kvzalloc_objs() when pinning userpagesSean Christopherson
2026-04-03KVM: SEV: Use PFN_DOWN() to simplify "number of pages" math when pinning memorySean Christopherson
2026-04-03KVM: SEV: Disallow pinning more pages than exist in the systemSean Christopherson
2026-04-03KVM: SEV: Drop useless sanity checks in sev_mem_enc_register_region()Sean Christopherson
2026-04-03KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed
2026-04-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-03x86/alternative: delay freeing of smp_locks sectionMike Rapoport (Microsoft)