aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-02-18Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-8/+8
2024-02-18Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+18
2024-02-17Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 23-31/+75
2024-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 7-37/+41
2024-02-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 8-15/+27
2024-02-16Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 1-2/+0
2024-02-16Merge tag 'kvmarm-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 2-11/+17
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+12
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetGravatar Mark Brown 2-7/+8
2024-02-15arm64: Subscribe Microsoft Azure Cobalt 100 to ARM Neoverse N2 errataGravatar Easwar Hariharan 2-0/+7
2024-02-15kbuild: use 4-space indentation when followed by conditionalsGravatar Masahiro Yamada 3-8/+8
2024-02-14Merge tag 'kvm-riscv-fixes-6.8-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 2-11/+15
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Gravatar Paolo Bonzini 1-1/+1
2024-02-14Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 2-12/+8
2024-02-14powerpc/iommu: Fix the missing iommu_group_put() during platform domain attachGravatar Shivaprasad G Bhat 1-1/+3
2024-02-14powerpc/pseries: fix accuracy of stolen timeGravatar Shrikanth Hegde 1-2/+6
2024-02-14powerpc/ftrace: Ignore ftrace locations in exit text sectionsGravatar Naveen N Rao 5-8/+22
2024-02-14powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EGravatar David Engraf 1-1/+2
2024-02-14powerpc/kasan: Limit KASAN thread size increase to 32KBGravatar Michael Ellerman 1-1/+1
2024-02-14Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Gravatar Michael Ellerman 3-23/+5
2024-02-13KVM: arm64: Fix double-free following kvm_pgtable_stage2_free_unlinked()Gravatar Will Deacon 1-2/+0
2024-02-12x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Gravatar Steve Wahl 1-5/+18
2024-02-12MIPS: Clear Cause.BD in instruction_pointer_setGravatar Jiaxun Yang 1-0/+1
2024-02-12ptrace: Introduce exception_ip arch hookGravatar Jiaxun Yang 2-0/+9
2024-02-12MIPS: Add 'memory' clobber to csum_ipv6_magic() inline assemblerGravatar Guenter Roeck 1-1/+2
2024-02-12x86/xen: Add some null pointer checking to smp.cGravatar Kunwu Chan 1-0/+12
2024-02-11Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-31/+28
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+2
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-09arm64: jump_label: use constraints "Si" instead of "i"Gravatar Fangrui Song 1-4/+8
2024-02-09arm64: fix typo in commentsGravatar Seongsu Park 1-1/+1
2024-02-09arm64/signal: Don't assume that TIF_SVE means we saved SVE stateGravatar Mark Brown 2-3/+3
2024-02-09x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Gravatar Aleksander Mazur 1-1/+1
2024-02-09RISC-V: KVM: Use correct restricted typesGravatar Andrew Jones 1-8/+12
2024-02-09RISC-V: paravirt: Use correct restricted typesGravatar Andrew Jones 1-2/+2
2024-02-09RISC-V: paravirt: steal_time should be staticGravatar Andrew Jones 1-1/+1
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-07arch/arm/mm: fix major fault accounting when retrying under per-VMA lockGravatar Suren Baghdasaryan 1-0/+2
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-06powerpc: 85xx: mark local functions staticGravatar Arnd Bergmann 7-10/+12
2024-02-06powerpc: udbg_memcons: mark functions staticGravatar Arnd Bergmann 1-3/+3
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