aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Gravatar Sean Christopherson 5-13/+13
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usageGravatar Paul Durrant 2-10/+6
2024-02-20KVM: pfncache: add a mark-dirty helperGravatar Paul Durrant 2-4/+4
2024-02-20KVM: x86/xen: mark guest pages dirty with the pfncache lock heldGravatar Paul Durrant 1-7/+6
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyGravatar Paolo Bonzini 4-4/+0
2024-02-08kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbolGravatar Paolo Bonzini 10-7/+5
2024-02-08KVM: arm64: move ARM-specific defines to uapi/asm/kvm.hGravatar Paolo Bonzini 1-0/+5
2024-02-08KVM: s390: move s390-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-0/+314
2024-02-08KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-0/+44
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-0/+262
2024-02-08kvm: x86: use a uapi-friendly macro for GENMASKGravatar Paolo Bonzini 3-8/+9
2024-02-08kvm: x86: use a uapi-friendly macro for BITGravatar Dionna Glaze 1-3/+4
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2024-02-07Merge tag 'loongarch-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-25/+10
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-6/+155
2024-02-06x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORMGravatar Nathan Chancellor 1-2/+3
2024-02-06LoongArch: vDSO: Disable UBSAN instrumentationGravatar Kees Cook 1-0/+1
2024-02-06LoongArch: Fix earlycon parameter if KASAN enabledGravatar Huacai Chen 1-0/+3
2024-02-06LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]Gravatar Huacai Chen 2-4/+4
2024-02-06LoongArch: Select HAVE_ARCH_SECCOMP to use the common SECCOMP menuGravatar Masahiro Yamada 1-17/+1
2024-02-06LoongArch: Select ARCH_ENABLE_THP_MIGRATION instead of redefining itGravatar Masahiro Yamada 1-4/+1
2024-02-02Merge tag 'iommu-fixes-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+28
2024-02-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-16/+4
2024-02-02powerpc: iommu: Bring back table group release_ownership() callGravatar Shivaprasad G Bhat 1-9/+28
2024-02-01Merge tag 'parisc-for-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-74/+118
2024-02-01Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-10/+12
2024-01-31x86/kvm: Fix SEV check in sev_map_percpu_data()Gravatar Kirill A. Shutemov 1-1/+2
2024-01-31KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratumGravatar Maciej S. Szmigiero 4-0/+59
2024-01-31KVM: x86: Check irqchip mode before create PITGravatar Tengfei Yu 1-0/+3
2024-01-31kbuild: Replace tabs with spaces when followed by conditionalsGravatar Dmitry Goncharov 3-9/+9
2024-01-31parisc: BTLB: Fix crash when setting up BTLB at CPU bringupGravatar Helge Deller 1-1/+1
2024-01-30parisc: Fix random data corruption from exception handlerGravatar Helge Deller 8-71/+108
2024-01-30arm64: vdso32: Remove unused vdso32-offsets.hGravatar Kevin Brodsky 3-13/+1
2024-01-30arm64: scs: Disable LTO for SCS patching codeGravatar Ard Biesheuvel 1-0/+6
2024-01-30arm64: Revert "scs: Work around full LTO issue with dynamic SCS"Gravatar Ard Biesheuvel 1-7/+1
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-1/+17
2024-01-29riscv: Fix wrong size passed to local_flush_tlb_range_asid()Gravatar Alexandre Ghiti 1-1/+1
2024-01-28Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 34-230/+83
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-12/+49
2024-01-28parisc: Drop unneeded semicolon in parse_tree_node()Gravatar Helge Deller 1-1/+1
2024-01-28parisc: Prevent hung tasks when printing inventory on serial consoleGravatar Helge Deller 1-0/+3
2024-01-28parisc: Check for valid stride size for cache flushesGravatar Helge Deller 1-0/+4
2024-01-28parisc: Make RO_DATA page aligned in vmlinux.lds.SGravatar Helge Deller 1-1/+1
2024-01-27Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-11/+14
2024-01-28um: Fix adding '-no-pie' for clangGravatar Nathan Chancellor 1-1/+3
2024-01-27mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nanGravatar Xi Ruoyao 1-0/+6
2024-01-27MIPS: loongson64: set nid for reserved memblock regionGravatar Huang Pei 2-0/+5
2024-01-27Revert "MIPS: loongson64: set nid for reserved memblock region"Gravatar Thomas Bogendoerfer 2-4/+0
2024-01-26Merge tag 'arm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 22-55/+72
2024-01-26Merge tag 'kvm-riscv-6.8-2' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 2-0/+81