aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-09work around gcc bugs with 'asm goto' with outputsGravatar Linus Torvalds 29-67/+67
2024-02-09Merge tag 'riscv-for-linus-6.8-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-6/+89
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+9
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-07riscv: Fix arch_tlbbatch_flush() by clearing the batch cpumaskGravatar Alexandre Ghiti 1-0/+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-07riscv: declare overflow_stack as exported from traps.cGravatar Ben Dooks 1-0/+5
2024-02-07riscv: Fix arch_hugetlb_migration_supported() for NAPOTGravatar Alexandre Ghiti 2-3/+16
2024-02-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 11-6/+155
2024-02-06riscv: Flush the tlb when a page directory is freedGravatar Alexandre Ghiti 1-1/+1
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-05x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionGravatar Ard Biesheuvel 2-11/+9
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 patch series "svnapot fixes"Gravatar Palmer Dabbelt 1-2/+60
2024-02-01riscv: Fix hugetlb_mask_last_page() when NAPOT is enabledGravatar Alexandre Ghiti 1-0/+20
2024-02-01riscv: Fix set_huge_pte_at() for NAPOT mappingGravatar Alexandre Ghiti 1-2/+40
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-31riscv: mm: execute local TLB flush after populating vmemmapGravatar Vincent Chen 3-1/+7
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