summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'hyperv-fixes-signed-20250311' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
3 daysMerge tag 'pinctrl-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
4 daysx86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest1-1/+1
4 daysx86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7
4 daysx86/hyperv: Fix output argument to hypercall that changes page visibilityMichael Kelley1-2/+1
5 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-53/+113
5 daysMerge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini9-26/+74
5 daysMerge tag 'kvmarm-fixes-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini4-27/+39
5 daysMerge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...Linus Torvalds2-14/+29
5 daysMerge tag 'x86-urgent-2025-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-28/+24
5 daysx86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
6 daysMerge branch 'linus' into x86/urgent, to pick up dependent patchesIngo Molnar4-86/+627
6 daysMerge tag 'loongarch-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-18/+75
6 daysLoongArch: KVM: Fix GPA size issue about VMBibo Mao2-1/+11
6 daysLoongArch: KVM: Reload guest CSR registers after sleepBibo Mao1-0/+7
6 daysLoongArch: KVM: Add interrupt checking for AVECBibo Mao1-1/+1
6 daysLoongArch: Set hugetlb mmap base address aligned with pmd sizeBibo Mao1-1/+5
6 daysLoongArch: Set max_pfn with the PFN of the last pageBibo Mao1-0/+3
6 daysLoongArch: Use polling play_dead() when resuming from hibernationHuacai Chen1-1/+46
6 daysLoongArch: Eliminate superfluous get_numa_distances_cnt()Yuli Wang1-12/+0
6 daysLoongArch: Convert unreachable() to BUG()Tiezhu Yang1-2/+2
6 daysMerge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-4/+5
6 daysx86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar1-4/+4
6 daysMerge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+64
7 daysvirt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy2-18/+11
7 daysx86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
7 daysx86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
8 daysarm: pgtable: fix NULL pointer dereference issueQi Zheng1-12/+25
8 daysm68k: sun3: add check for __pgd_alloc()Haoxiang Li1-2/+4
9 daysx86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen1-0/+7
9 daysMerge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-86/+627
10 daysKVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li1-1/+1
10 dayss390/ftrace: Fix return address recovery of traced functionSumanth Korikkar1-1/+2
10 dayss390/traps: Fix test_monitor_call() inline assemblyHeiko Carstens1-3/+3
10 daysx86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish1-16/+34
10 daysx86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
10 daysx86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
11 daysKVM: SVM: Don't rely on DebugSwap to restore host DR0..DR3Sean Christopherson1-9/+12
11 daysKVM: SVM: Save host DR masks on CPUs with DebugSwapSean Christopherson1-3/+10
11 daysx86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta1-4/+15
11 daysx86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta1-10/+5
12 daysMerge tag 'mips-fixes_6.14_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
12 daysKVM: arm64: Initialize SCTLR_EL1 in __kvm_hyp_init_cpu()Ahmed Genidi4-8/+5
12 daysKVM: arm64: Initialize HCR_EL2.E2H earlyMark Rutland3-19/+34
12 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds14-68/+77
13 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-48/+59
13 dayskvm: retry nx_huge_page_recovery_thread creationKeith Busch1-6/+4
13 daysvhost: return task creation error instead of NULLKeith Busch1-1/+1
13 daysMerge tag 'x86-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+7
13 daysMerge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-1/+87