aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-22/+18
2023-11-18Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-11-17Merge tag 'mm-hotfixes-stable-2023-11-17-14-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-13/+7
2023-11-15parisc: fix mmap_base calculation when stack grows upwardsHelge Deller4-13/+7
2023-11-13acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2-0/+23
2023-11-12Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-7/+5
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds7-57/+203
2023-11-12Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-24/+24
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds9-19/+0
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-58/+67
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds81-683/+2509
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds38-2584/+5
2023-11-10parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller1-3/+2
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann9-19/+0
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds13-945/+81
2023-11-09riscv: Optimize bitops with Zbb extensionXiao Wang1-3/+251
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang12-100/+93
2023-11-09arm64/syscall: Remove duplicate declarationKevin Brodsky1-1/+0
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a counter"Palmer Dabbelt9-35/+67
2023-11-09x86/acpi: Ignore invalid x2APIC entriesZhang Rui1-19/+15
2023-11-08Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt1-5/+6
2023-11-08RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel1-5/+6
2023-11-08Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds20-497/+266
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds36-245/+526
2023-11-08x86/shstk: Delay signal entry SSP write until after user accessesRick Edgecombe1-3/+3
2023-11-08Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Douglas Anderson1-4/+1
2023-11-08arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson1-8/+38
2023-11-08Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt2-46/+236
2023-11-08riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappingsAlexandre Ghiti1-40/+230
2023-11-08riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti1-6/+6
2023-11-08LoongArch: BPF: Support signed mod instructionsHengqi Chen1-9/+25
2023-11-08LoongArch: BPF: Support signed div instructionsHengqi Chen1-9/+25
2023-11-08LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen1-1/+5
2023-11-08LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen1-0/+1
2023-11-08LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen1-2/+17
2023-11-08LoongArch: BPF: Support sign-extension load instructionsHengqi Chen1-10/+39
2023-11-08LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen1-0/+13
2023-11-08LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen1-1/+2
2023-11-08LoongArch: Relax memory ordering for atomic operationsWANG Rui1-20/+68
2023-11-08LoongArch: Mark __percpu functions as always inlineNathan Chancellor1-5/+5
2023-11-08LoongArch: Disable module from accessing external data directlyWANG Rui1-0/+2
2023-11-08LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen1-0/+1
2023-11-07Merge tag 'rproc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds2-2/+2
2023-11-07RISC-V: Probe misaligned access speed in parallelEvan Green3-21/+77
2023-11-07RISC-V: Remove __init on unaligned_emulation_finish()Evan Green1-1/+1
2023-11-07RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green1-4/+18
2023-11-07RISC-V: Don't rely on positional structure initializationPalmer Dabbelt1-60/+65
2023-11-07Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt18-105/+869
2023-11-07riscv: Add tests for riscv module loadingCharlie Jenkins16-0/+366