summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-11-122-7/+5
|\
| * parisc: Prevent booting 64-bit kernels on PA1.x machinesHelge Deller2023-11-101-3/+2
| * parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller2023-11-071-4/+3
* | Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-11-127-57/+203
|\ \
| * | LoongArch: BPF: Support signed mod instructionsHengqi Chen2023-11-081-9/+25
| * | LoongArch: BPF: Support signed div instructionsHengqi Chen2023-11-081-9/+25
| * | LoongArch: BPF: Support 32-bit offset jmp instructionsHengqi Chen2023-11-081-1/+5
| * | LoongArch: BPF: Support unconditional bswap instructionsHengqi Chen2023-11-081-0/+1
| * | LoongArch: BPF: Support sign-extension mov instructionsHengqi Chen2023-11-081-2/+17
| * | LoongArch: BPF: Support sign-extension load instructionsHengqi Chen2023-11-081-10/+39
| * | LoongArch: Add more instruction opcodes and emit_* helpersHengqi Chen2023-11-081-0/+13
| * | LoongArch/smp: Call rcutree_report_cpu_starting() earlierHuacai Chen2023-11-081-1/+2
| * | LoongArch: Relax memory ordering for atomic operationsWANG Rui2023-11-081-20/+68
| * | LoongArch: Mark __percpu functions as always inlineNathan Chancellor2023-11-081-5/+5
| * | LoongArch: Disable module from accessing external data directlyWANG Rui2023-11-081-0/+2
| * | LoongArch: Support PREEMPT_DYNAMIC with static keysHuacai Chen2023-11-081-0/+1
| * | Merge 'bpf-next 2023-10-16' into loongarch-nextHuacai Chen2023-11-015-103/+598
| |\ \
* | \ \ Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-128-24/+24
|\ \ \ \
| * | | | powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch2023-11-071-0/+2
| * | | | powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docNathan Lynch2023-11-071-0/+1
| * | | | powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann2023-11-061-6/+1
| * | | | powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann2023-11-065-13/+15
| * | | | powerpc/machdep: Remove trailing whitespacesThomas Zimmermann2023-11-061-5/+5
* | | | | Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-109-19/+0
|\ \ \ \ \
| * | | | | kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-109-19/+0
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-105-58/+67
|\ \ \ \ \ \
| * | | | | | arm64/syscall: Remove duplicate declarationKevin Brodsky2023-11-091-1/+0
| * | | | | | Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Douglas Anderson2023-11-081-4/+1
| * | | | | | arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson2023-11-081-8/+38
| * | | | | | arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen2023-11-072-45/+28
* | | | | | | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-1081-683/+2509
|\ \ \ \ \ \ \
| * | | | | | | riscv: Optimize bitops with Zbb extensionXiao Wang2023-11-091-3/+251
| * | | | | | | riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-0912-100/+93
| * | | | | | | Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-099-35/+67
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge patch series "Linux RISC-V AIA Preparatory Series"Palmer Dabbelt2023-11-081-5/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTsAnup Patel2023-11-081-5/+6
| * | | | | | | | | Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"Palmer Dabbelt2023-11-082-46/+236
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...Alexandre Ghiti2023-11-081-40/+230
| | * | | | | | | | | riscv: Don't use PGD entries for the linear mappingAlexandre Ghiti2023-11-081-6/+6
| | |/ / / / / / / /
| * | | | | | | | | RISC-V: Probe misaligned access speed in parallelEvan Green2023-11-073-21/+77
| * | | | | | | | | RISC-V: Remove __init on unaligned_emulation_finish()Evan Green2023-11-071-1/+1
| * | | | | | | | | RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green2023-11-071-4/+18
| * | | | | | | | | RISC-V: Don't rely on positional structure initializationPalmer Dabbelt2023-11-071-60/+65
| * | | | | | | | | Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt2023-11-0718-105/+869
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | riscv: Add tests for riscv module loadingCharlie Jenkins2023-11-0716-0/+366
| | * | | | | | | | | riscv: Add remaining module relocationsCharlie Jenkins2023-11-072-30/+423
| | * | | | | | | | | riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing2023-11-071-76/+81
| | |/ / / / / / / /
| * | | | | | | | | riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig2023-11-073-15/+18
| * | | | | | | | | riscv: select ARCH_PROC_KCORE_TEXTAndreas Schwab2023-11-061-0/+3
| * | | | | | | | | riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger2023-11-061-5/+4