summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-02-16Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-32/+54
2025-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-409/+336
2025-02-16Merge tag 'mips-fixes_6.14_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-30/+20
2025-02-15Merge tag 'uml-for-linus-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-142/+203
2025-02-15Merge tag 's390-6.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds7-18/+74
2025-02-14Merge tag 'alpha-fixes-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-19/+22
2025-02-14Merge tag 'kvm-x86-fixes-6.14-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini17-48/+41
2025-02-14x86/sev: Fix broken SNP support with KVM module built-inAshish Kalra2-16/+9
2025-02-14KVM: SVM: Ensure PSP module is initialized if KVM module is built-inSean Christopherson1-0/+10
2025-02-14Merge tag 'kvmarm-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini13-375/+287
2025-02-14alpha: Use str_yes_no() helper in pci_dac_dma_supported()Thorsten Blum1-1/+2
2025-02-14alpha: Replace one-element array with flexible array memberThorsten Blum1-1/+1
2025-02-14alpha: align stack for page fault and user unaligned trap handlersIvan Kokshaysky3-13/+13
2025-02-14alpha: make stack 16-byte aligned (most cases)Ivan Kokshaysky1-0/+2
2025-02-14alpha: replace hardcoded stack offsets with autogenerated onesIvan Kokshaysky2-4/+4
2025-02-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-20/+33
2025-02-14Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+62
2025-02-13KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()Marc Zyngier1-37/+37
2025-02-13KVM: arm64: timer: Drop warning on failed interrupt signallingMarc Zyngier1-9/+7
2025-02-13KVM: arm64: Fix alignment of kvm_hyp_memcache allocationsQuentin Perret1-1/+1
2025-02-13KVM: arm64: Convert timer offset VA when accessed in HYP codeMarc Zyngier1-1/+14
2025-02-13KVM: arm64: Simplify warning in kvm_arch_vcpu_load_fp()Mark Rutland1-6/+1
2025-02-13KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland6-41/+76
2025-02-13KVM: arm64: Mark some header functions as inlineMark Rutland1-10/+9
2025-02-13KVM: arm64: Refactor exit handlersMark Rutland3-41/+26
2025-02-13KVM: arm64: Refactor CPTR trap deactivationMark Rutland3-47/+42
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.SMENMark Rutland2-22/+0
2025-02-13KVM: arm64: Remove VHE host restore of CPACR_EL1.ZENMark Rutland2-17/+0
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland7-64/+29
2025-02-13KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland2-50/+10
2025-02-13Merge tag 'loongarch-fixes-6.14-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-73/+30
2025-02-13x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-02-13arm64: rust: clean Rust 1.85.0 warning using softfloat targetMiguel Ojeda1-0/+4
2025-02-13MIPS: fix mips_get_syscall_arg() for o32Dmitry V. Levin1-24/+8
2025-02-13MIPS: Export syscall stack arguments properly for remote useMaciej W. Rozycki3-6/+12
2025-02-13arm64: Add missing registrations of hwcapsMark Brown1-0/+3
2025-02-13arm64: amu: Delay allocating cpumask for AMU FIE supportBeata Michalska1-12/+10
2025-02-13LoongArch: KVM: Set host with kernel mode when switch to VM modeBibo Mao1-1/+1
2025-02-13LoongArch: KVM: Remove duplicated cache attribute settingBibo Mao1-3/+0
2025-02-13LoongArch: KVM: Fix typo issue about GCFG feature detectionBibo Mao1-2/+2
2025-02-13LoongArch: csum: Fix OoB access in IP checksum code for negative lengthsYuli Wang1-1/+1
2025-02-13LoongArch: Remove the deprecated notifier hook mechanismYuli Wang3-43/+2
2025-02-13LoongArch: Use str_yes_no() helper function for /proc/cpuinfoYuli Wang1-4/+3
2025-02-13LoongArch: Fix kernel_page_present() for KPRANGE/XKPRANGEHuacai Chen1-1/+2
2025-02-13LoongArch: Fix idle VS timer enqueueMarco Crivellari3-18/+19
2025-02-12um: convert irq_lock to raw spinlockJohannes Berg1-32/+47
2025-02-12um: virtio_uml: use raw spinlockJohannes Berg1-4/+4
2025-02-12um: virt-pci: don't use kmalloc()Johannes Berg1-96/+102
2025-02-12um: fix execve stub execution on old host OSsBenjamin Berg1-3/+13
2025-02-12um: properly align signal stack on x86_64Benjamin Berg1-3/+5