summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-03-19Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-19arm64: realm: Fix PTE_NS_SHARED for 52bit PA supportSuzuki K Poulose
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche
2026-03-18Merge tag 'soc-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2026-03-17sh: platform_early: remove pdev->driver_override checkDanilo Krummrich
2026-03-16LoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao
2026-03-16LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0Tiezhu Yang
2026-03-16LoongArch: No need to flush icache if text copy failedTiezhu Yang
2026-03-16LoongArch: Check return values for set_memory_{rw,rox}Tiezhu Yang
2026-03-16LoongArch: Give more information if kmem access failedTiezhu Yang
2026-03-16LoongArch: Fix calling smp_processor_id() in preemptible codeXi Ruoyao
2026-03-16LoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-15Merge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-03-15Merge tag 'x86-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-15parisc: Flush correct cache in cacheflush() syscallHelge Deller
2026-03-14ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=mNathan Chancellor
2026-03-14Merge tag 'renesas-fixes-for-v7.0-tag1' of https://git.kernel.org/pub/scm/lin...Krzysztof Kozlowski
2026-03-13Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-03-13arm64/scs: Fix handling of advance_loc4Pepper Gray
2026-03-13powerpc/iommu: fix lockdep warning during PCI enumerationNilay Shroff
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi
2026-03-12x86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra
2026-03-12perf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao
2026-03-12powerpc: fix KUAP warning in VMX usercopy pathSayali Patil
2026-03-12powerpc, perf: Check that current->mm is alive before getting user callchainViktor Malik
2026-03-12powerpc/mem: Move CMA reservations to arch_mm_preinitRitesh Harjani (IBM)
2026-03-12x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak
2026-03-12x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak
2026-03-12x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson