summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-11-18efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel
2022-11-18efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel
2022-11-18efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel
2022-11-13Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-13Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-11Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-11-11Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2022-11-11Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-11-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-11-11Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-11-11MIPS: pic32: treat port as signed integerJason A. Donenfeld
2022-11-11MIPS: jump_label: Fix compat branch range checkJiaxun Yang
2022-11-11mips: alchemy: gpio: Include the right headerLinus Walleij
2022-11-11MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang
2022-11-11MIPS: fix duplicate definitions for exported symbolsRongwei Zhang
2022-11-11mips: boot/compressed: use __NO_FORTIFYJohn Thomson
2022-11-11KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson
2022-11-10RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor
2022-11-10riscv: fix reserved memory setupConor Dooley
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel
2022-11-10riscv: vdso: fix build with llvmJisheng Zhang
2022-11-10riscv: process: fix kernel info leakageJisheng Zhang
2022-11-09Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2022-11-09KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu
2022-11-09KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu
2022-11-09KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu
2022-11-09KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda
2022-11-09x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini
2022-11-09KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini
2022-11-09KVM: SVM: restore host save area from assemblyPaolo Bonzini
2022-11-09KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini
2022-11-09KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini
2022-11-09KVM: SVM: remove dead field from struct svm_cpu_dataPaolo Bonzini
2022-11-09KVM: SVM: remove unused field from struct vcpu_svmPaolo Bonzini
2022-11-09KVM: SVM: retrieve VMCB from assemblyPaolo Bonzini
2022-11-09KVM: SVM: adjust register allocation for __svm_vcpu_run()Paolo Bonzini
2022-11-09KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svmPaolo Bonzini
2022-11-09KVM: x86: use a separate asm-offsets.c filePaolo Bonzini
2022-11-09efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel
2022-11-09efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel
2022-11-09efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel
2022-11-09efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel
2022-11-09efi: libstub: Move screen_info handling to common codeArd Biesheuvel
2022-11-09efi: loongarch: Drop exports of unused string routinesArd Biesheuvel
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel
2022-11-09efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel