summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-273-16/+18
|\
| * ARC, bpf: Fix issues reported by the static analyzersShahab Vahedi2024-05-253-16/+18
* | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-233-4/+4
|\ \
| * | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-223-4/+4
* | | Merge tag 'sparc-for-6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-2324-114/+76
|\ \ \
| * | | sparc/leon: Remove on-stack cpumask varDawei Li2024-05-081-4/+3
| * | | sparc/pci_msi: Remove on-stack cpumask varDawei Li2024-05-081-4/+1
| * | | sparc/of: Remove on-stack cpumask varDawei Li2024-05-081-4/+1
| * | | sparc/irq: Remove on-stack cpumask varDawei Li2024-05-081-7/+3
| * | | sparc/srmmu: Remove on-stack cpumask varDawei Li2024-05-081-28/+12
| * | | sparc: chmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-221-3/+2
| * | | sparc: parport: Convert to platform remove callback returning voidUwe Kleine-König2024-04-221-4/+2
| * | | sparc: Compare pointers to NULL instead of 0Thorsten Blum2024-04-221-1/+1
| * | | sparc: Use swap() to fix Coccinelle warningThorsten Blum2024-04-221-3/+1
| * | | sparc32: Fix version generation failed warningsSam Ravnborg2024-04-221-5/+12
| * | | sparc64: Fix number of online CPUsSam Ravnborg2024-04-224-18/+3
| * | | sparc64: Fix prototype warning for sched_clockSam Ravnborg2024-04-221-0/+1
| * | | sparc64: Fix prototype warnings in adi_64.cSam Ravnborg2024-04-221-7/+7
| * | | sparc64: Fix prototype warning for dma_4v_iotsb_bindSam Ravnborg2024-04-221-3/+3
| * | | sparc64: Fix prototype warning for uprobe_trapSam Ravnborg2024-04-222-0/+6
| * | | sparc64: Fix prototype warning for alloc_irqstack_bootmemSam Ravnborg2024-04-221-1/+1
| * | | sparc64: Fix prototype warning for vmemmap_freeSam Ravnborg2024-04-221-5/+0
| * | | sparc64: Fix prototype warnings in traps_64.cSam Ravnborg2024-04-221-5/+5
| * | | sparc64: Fix prototype warning for init_vdso_imageSam Ravnborg2024-04-221-2/+3
| * | | sparc: move struct termio to asm/termios.hMike Gilbert2024-04-222-10/+9
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-05-2310-22/+115
|\ \ \ \
| * | | | arm64/fpsimd: Avoid erroneous elide of user state reloadArd Biesheuvel2024-05-221-22/+22
| * | | | Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-222-0/+19
| * | | | arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao2024-05-211-0/+1
| * | | | Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-172-19/+0
| * | | | Merge branch 'for-next/errata' into for-next/coreWill Deacon2024-05-108-0/+92
| |\ \ \ \
| | * | | | arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-106-0/+84
| | * | | | arm64: cputype: Add Neoverse-V3 definitionsMark Rutland2024-05-101-0/+2
| | * | | | arm64: cputype: Add Cortex-X4 definitionsMark Rutland2024-05-101-0/+2
| | * | | | arm64: barrier: Restore spec_bar() macroMark Rutland2024-05-101-0/+4
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \ \ \ \ \
| * | | | | | um: virt-pci: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | | | | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-2223-12/+180
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | riscv: add support for kernel-mode FPUSamuel Holland2024-05-195-0/+49
| * | | | | | x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-0/+34
| * | | | | | powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+33
| * | | | | | LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+6
| * | | | | | arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-4/+2
| * | | | | | arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+24
| * | | | | | ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-2/+1
| * | | | | | ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-192-0/+22
| * | | | | | arch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+6
| * | | | | | x86/fpu: fix asm/fpu/types.h include guardSamuel Holland2024-05-191-3/+3
* | | | | | | Merge local branch 'x86-codegen'Linus Torvalds2024-05-222-19/+15
|\ \ \ \ \ \ \
| * | | | | | | x86: improve bitop code generation with clangLinus Torvalds2024-05-221-5/+5