summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+28
3 daysMerge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+33
4 daysMerge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+0
5 daysx86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
5 daysx86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean1-1/+1
5 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-1/+10
5 daysMerge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-50/+55
6 daysMerge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
6 daysarm64: realm: Fix PTE_NS_SHARED for 52bit PA supportSuzuki K Poulose1-1/+2
7 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+23
7 daysx86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche1-6/+11
7 daysMerge tag 'soc-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds9-44/+17
8 dayssh: platform_early: remove pdev->driver_override checkDanilo Krummrich1-4/+0
10 daysLoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao1-2/+2
10 daysLoongArch: BPF: Make arch_protect_bpf_trampoline() return 0Tiezhu Yang1-0/+5
10 daysLoongArch: No need to flush icache if text copy failedTiezhu Yang1-2/+4
10 daysLoongArch: Check return values for set_memory_{rw,rox}Tiezhu Yang1-2/+13
10 daysLoongArch: Give more information if kmem access failedTiezhu Yang1-2/+12
10 daysLoongArch: Fix calling smp_processor_id() in preemptible codeXi Ruoyao2-2/+14
10 daysLoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh2-0/+8
10 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds43-194/+335
10 daysMerge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-63/+83
10 daysMerge tag 'x86-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
11 daysparisc: Flush correct cache in cacheflush() syscallHelge Deller1-2/+2
11 daysARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=mNathan Chancellor1-1/+0
11 daysMerge tag 'renesas-fixes-for-v7.0-tag1' of https://git.kernel.org/pub/scm/lin...Krzysztof Kozlowski7-43/+15
12 daysMerge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-6/+8
12 daysarm64/scs: Fix handling of advance_loc4Pepper Gray1-0/+8
13 dayspowerpc/iommu: fix lockdep warning during PCI enumerationNilay Shroff1-1/+1
13 daysperf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
13 daysperf/x86/intel: Add missing branch counters constraint applyDapeng Mi1-10/+21
13 daysx86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra1-1/+3
13 daysperf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao1-1/+2
14 dayspowerpc: fix KUAP warning in VMX usercopy pathSayali Patil4-50/+63
14 dayspowerpc, perf: Check that current->mm is alive before getting user callchainViktor Malik3-2/+5
14 dayspowerpc/mem: Move CMA reservations to arch_mm_preinitRitesh Harjani (IBM)2-10/+14
14 daysx86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak1-2/+2
14 daysx86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak1-1/+1
14 daysx86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak1-6/+6
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini2-5/+5
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini3-12/+32
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson3-5/+21
2026-03-11KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()Li RongQing1-1/+2
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim1-1/+1
2026-03-11KVM: x86: hyper-v: Validate all GVAs during PV TLB flushManuel Andreas1-4/+5
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López1-1/+4
2026-03-11KVM: PPC: e500: Rip out "struct tlbe_ref"Sean Christopherson2-52/+45