summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt2024-01-115-0/+89
| |\ \ \ \
| | * | | | riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HWJisheng Zhang2024-01-104-0/+74
| | * | | | riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESSJisheng Zhang2024-01-102-0/+15
| | | |/ / | | |/| |
* | | | | Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-202-4/+3
|\ \ \ \ \
| * | | | | sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada2024-01-191-3/+2
| * | | | | sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven2024-01-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-01-1910-47/+81
|\ \ \ \ \
| * | | | | arm64/sme: Always exit sme_alloc() early with existing storageMark Brown2024-01-181-2/+4
| * | | | | arm64/fpsimd: Remove spurious check for SVE supportMark Brown2024-01-181-4/+2
| * | | | | arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown2024-01-181-6/+7
| * | | | | arm64: entry: simplify kernel_exit logicMark Rutland2024-01-181-5/+4
| * | | | | arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland2024-01-181-9/+13
| * | | | | arm64: errata: Add Cortex-A510 speculative unprivileged load workaroundRob Herring2024-01-122-2/+29
| * | | | | arm64: Rename ARM64_WORKAROUND_2966298Rob Herring2024-01-124-4/+8
| * | | | | arm64: fpsimd: Bring cond_yield asm macro in line with new rulesArd Biesheuvel2024-01-122-18/+9
| * | | | | arm64: scs: Work around full LTO issue with dynamic SCSArd Biesheuvel2024-01-121-1/+7
| * | | | | arm64: irq: include <linux/cpumask.h>Tudor Ambarus2024-01-121-0/+2
* | | | | | Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-01-1925-77/+1575
|\ \ \ \ \ \
| * | | | | | LoongArch: Update Loongson-3 default config fileHuacai Chen2024-01-171-8/+47
| * | | | | | LoongArch: BPF: Prevent out-of-bounds memory accessHengqi Chen2024-01-171-1/+4
| * | | | | | LoongArch: BPF: Support 64-bit pointers to kfuncsHengqi Chen2024-01-171-0/+5
| * | | | | | LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()Tiezhu Yang2024-01-171-1/+1
| * | | | | | LoongArch: Use generic interface to support crashkernel=X,[high,low]Youling Tang2024-01-173-34/+25
| * | | | | | LoongArch: Fix and simplify fcsr initialization on execve()Xi Ruoyao2024-01-173-10/+1
| * | | | | | LoongArch: Let cores_io_master cover the largest NR_CPUSHuacai Chen2024-01-173-4/+6
| * | | | | | LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZEHuacai Chen2024-01-172-12/+10
| * | | | | | LoongArch: Add a missing call to efi_esrt_init()Huacai Chen2024-01-171-0/+2
| * | | | | | LoongArch: Parsing CPU-related information from DTSBinbin Zhou2024-01-172-1/+36
| * | | | | | LoongArch: dts: DeviceTree for Loongson-2K2000Binbin Zhou2024-01-173-1/+373
| * | | | | | LoongArch: dts: DeviceTree for Loongson-2K1000Binbin Zhou2024-01-173-1/+676
| * | | | | | LoongArch: dts: DeviceTree for Loongson-2K0500Binbin Zhou2024-01-173-0/+356
| * | | | | | LoongArch: Allow device trees be built into the kernelBinbin Zhou2024-01-175-6/+31
| * | | | | | LoongArch: Enable initial Rust supportWANG Rui2024-01-172-0/+4
* | | | | | | Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-192-10/+12
|\ \ \ \ \ \ \
| * | | | | | | sparc: Use device_get_match_data()Rob Herring2024-01-192-10/+12
* | | | | | | | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-01-199-9/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | netfs, fscache: Combine fscache with netfsDavid Howells2023-12-249-9/+18
* | | | | | | | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-01-191-14/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | sparc: vdso: use $(addprefix ) instead of $(foreach )Masahiro Yamada2023-12-101-1/+1
| * | | | | | | | sparc: vdso: simplify obj-y additionMasahiro Yamada2023-12-101-9/+2
| * | | | | | | | sparc: vdso: clean up build artifacts in arch/sparc/vdso/Masahiro Yamada2023-12-101-4/+1
* | | | | | | | | Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-193-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-171-1/+1
| * | | | | | | | | rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-173-3/+3
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-199-13/+19
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-039-13/+19
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-126-11/+11
| | | * | | | | | | | iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2023-12-121-1/+1
| | | * | | | | | | | iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-123-1/+7
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2024-01-1917-3/+35
|\ \ \ \ \ \ \ \ \ \