summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-12ARM: dts: renesas: r9a06g032: Describe the QSPI controllerMiquel Raynal (Schneider Electric)-0/+12
2026-03-12perf/x86/intel: Only check GP counters for PEBS constraints validationDapeng Mi-8/+14
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi-4/+7
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi-10/+21
2026-03-12x86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra-1/+3
2026-03-12perf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao-1/+2
2026-03-12powerpc: fix KUAP warning in VMX usercopy pathSayali Patil-50/+63
2026-03-12powerpc, perf: Check that current->mm is alive before getting user callchainViktor Malik-2/+5
2026-03-12powerpc/mem: Move CMA reservations to arch_mm_preinitRitesh Harjani (IBM)-10/+14
2026-03-12x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak-2/+2
2026-03-12x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak-1/+1
2026-03-12x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak-6/+6
2026-03-11arm64: dts: qcom: sm6125: Add missing MDSS core resetVal Packett-0/+3
2026-03-11arm64: dts: qcom: sm6115: Add missing MDSS core resetVal Packett-0/+2
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini-5/+5
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini-2/+15
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini-12/+32
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson-5/+9
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson-2/+2
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson-5/+21
2026-03-11KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()Li RongQing-1/+2
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim-1/+1
2026-03-11KVM: x86: hyper-v: Validate all GVAs during PV TLB flushManuel Andreas-4/+5
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López-1/+4
2026-03-11KVM: PPC: e500: Rip out "struct tlbe_ref"Sean Christopherson-52/+45
2026-03-11KVM: PPC: e500: Fix build error due to using kmalloc_obj() with wrong typeSean Christopherson-2/+2
2026-03-11Merge tag 'kvmarm-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-8/+26
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini-16/+16
2026-03-11Merge tag 'kvm-riscv-fixes-7.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini-44/+109
2026-03-11KVM: arm64: Fix out-of-tree build for nVHE/pKVM tracingVincent Donnefort-1/+1
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel-39/+43
2026-03-11Merge tag 'powerpc-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-661/+367
2026-03-11arm64: defconfig: Enable Qualcomm WCD937x headphone codec as moduleAjay Kumar Nandam-0/+1
2026-03-11arm64: defconfig: Enable QCOMTEE module for QTEE-enabled Qualcomm SoCsHarshal Dev-0/+1
2026-03-11MIPS: vdso: Explicitly include asm/vdso/vdso.hThomas Weißschuh-0/+1
2026-03-11MIPS: vdso: Add include guard to asm/vdso/vdso.hThomas Weißschuh-0/+5
2026-03-11LoongArch: vDSO: Explicitly include asm/vdso/vdso.hThomas Weißschuh-0/+2
2026-03-11powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.hThomas Weißschuh-0/+3
2026-03-11powerpc/vdso/gettimeofday: Explicitly include vdso/time32.hThomas Weißschuh-0/+1
2026-03-11ARM: vdso: gettimeofday: Add explicit includesThomas Weißschuh-0/+2
2026-03-11arm64: vDSO: compat_gettimeofday: Add explicit includesThomas Weißschuh-0/+3
2026-03-11arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.hThomas Weißschuh-0/+2
2026-03-11x86/mce, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam-0/+32
2026-03-11x86/mce, EDAC/mce_amd: Update CS bank type namingYazen Ghannam-2/+2
2026-03-11x86/mce, EDAC/mce_amd: Reorder SMCA bank type enumsYazen Ghannam-90/+76
2026-03-11sparc64: vdso: Implement clock_gettime64()Thomas Weißschuh-2/+28
2026-03-11sparc64: vdso2c: Remove symbol handlingThomas Weißschuh-50/+1
2026-03-11sparc64: vdso2c: Drop sym_vvar_start handlingThomas Weißschuh-12/+0
2026-03-11sparc64: vdso: Switch to the generic vDSO libraryThomas Weißschuh-375/+118
2026-03-11sparc64: vdso: Introduce vdso/processor.hThomas Weißschuh-27/+44