summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove CONFIG_HAVE_KVMPaolo Bonzini2024-02-089-18/+0
* x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)Paolo Bonzini2024-02-086-7/+7
* MIPS: introduce Kconfig for MIPS VZPaolo Bonzini2024-02-082-1/+10
* kvm: move "select IRQ_BYPASS_MANAGER" to common codePaolo Bonzini2024-02-083-3/+0
* Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-081-1/+1
|\
| * riscv: Fix wrong size passed to local_flush_tlb_range_asid()Alexandre Ghiti2024-01-291-1/+1
* | Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-02-075-25/+10
|\ \
| * | LoongArch: vDSO: Disable UBSAN instrumentationKees Cook2024-02-061-0/+1
| * | LoongArch: Fix earlycon parameter if KASAN enabledHuacai Chen2024-02-061-0/+3
| * | LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Huacai Chen2024-02-062-4/+4
| * | LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menuMasahiro Yamada2024-02-061-17/+1
| * | LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining itMasahiro Yamada2024-02-061-4/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-02-0711-6/+155
|\ \ \ | |/ / |/| |
| * | x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMNathan Chancellor2024-02-061-2/+3
| * | x86/kvm: Fix SEV check in sev_map_percpu_data()Kirill A. Shutemov2024-01-311-1/+2
| * | KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumMaciej S. Szmigiero2024-01-314-0/+59
| * | KVM: x86: Check irqchip mode before create PITTengfei Yu2024-01-311-0/+3
| * | Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-01-262-0/+81
| |\ \
| | * | RISC-V: KVM: Allow Zfa extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * | RISC-V: KVM: Allow Zvfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * | RISC-V: KVM: Allow Zihintntl extension for Guest/VMAnup Patel2024-01-192-0/+3
| | * | RISC-V: KVM: Allow Zfh[min] extensions for Guest/VMAnup Patel2024-01-192-0/+6
| | * | RISC-V: KVM: Allow vector crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
| | * | RISC-V: KVM: Allow scalar crypto extensions for Guest/VMAnup Patel2024-01-192-0/+30
| | * | RISC-V: KVM: Allow Zbc extension for Guest/VMAnup Patel2024-01-192-0/+3
| * | | Merge tag 'kvm-s390-master-6.8-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2024-01-263-3/+7
| |\ \ \
| | * | | KVM: s390: fix cc for successful PQAPEric Farman2024-01-081-2/+6
| | * | | KVM: s390: vsie: fix race during shadow creationChristian Borntraeger2023-12-212-1/+1
* | | | | Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-021-9/+28
|\ \ \ \ \
| * | | | | powerpc: iommu: Bring back table group release_ownership() callShivaprasad G Bhat2024-02-021-9/+28
| | |_|_|/ | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-02-024-16/+4
|\ \ \ \ \
| * | | | | arm64: vdso32: Remove unused vdso32-offsets.hKevin Brodsky2024-01-303-13/+1
| * | | | | arm64: scs: Disable LTO for SCS patching codeArd Biesheuvel2024-01-301-0/+6
| * | | | | arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Ard Biesheuvel2024-01-301-7/+1
| |/ / / /
* | | | | Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-02-0110-74/+118
|\ \ \ \ \
| * | | | | parisc: BTLB: Fix crash when setting up BTLB at CPU bringupHelge Deller2024-01-311-1/+1
| * | | | | parisc: Fix random data corruption from exception handlerHelge Deller2024-01-308-71/+108
| * | | | | parisc: Drop unneeded semicolon in parse_tree_node()Helge Deller2024-01-281-1/+1
| * | | | | parisc: Prevent hung tasks when printing inventory on serial consoleHelge Deller2024-01-281-0/+3
| * | | | | parisc: Check for valid stride size for cache flushesHelge Deller2024-01-281-0/+4
| * | | | | parisc: Make RO_DATA page aligned in vmlinux.lds.SHelge Deller2024-01-281-1/+1
* | | | | | Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-014-10/+12
|\ \ \ \ \ \
| * | | | | | kbuild: Replace tabs with spaces when followed by conditionalsDmitry Goncharov2024-01-313-9/+9
| * | | | | | um: Fix adding '-no-pie' for clangNathan Chancellor2024-01-281-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-292-1/+17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | scs: add CONFIG_MMU dependency for vfree_atomic()Samuel Holland2024-01-251-0/+1
| * | | | | mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-01-251-1/+16
| |/ / / /
* | | | | Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-2834-230/+83
|\ \ \ \ \
| * | | | | mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanXi Ruoyao2024-01-271-0/+6
| * | | | | MIPS: loongson64: set nid for reserved memblock regionHuang Pei2024-01-272-0/+5