summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-08Merge tag 'rproc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2-2/+2
2023-11-08RISC-V: Probe misaligned access speed in parallelEvan Green3-21/+77
2023-11-08RISC-V: Remove __init on unaligned_emulation_finish()Evan Green1-1/+1
2023-11-08RISC-V: Show accurate per-hart isa in /proc/cpuinfoEvan Green1-4/+18
2023-11-08RISC-V: Don't rely on positional structure initializationPalmer Dabbelt1-60/+65
2023-11-08Merge patch series "riscv: Add remaining module relocations and tests"Palmer Dabbelt18-105/+869
2023-11-08riscv: Add tests for riscv module loadingCharlie Jenkins16-0/+366
2023-11-08riscv: Add remaining module relocationsCharlie Jenkins2-30/+423
2023-11-08riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing1-76/+81
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller1-4/+3
2023-11-07riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig3-15/+18
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen2-45/+28
2023-11-07powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch1-0/+2
2023-11-07powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docNathan Lynch1-0/+1
2023-11-07riscv: select ARCH_PROC_KCORE_TEXTAndreas Schwab1-0/+3
2023-11-07Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-1/+0
2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger1-5/+4
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger17-74/+60
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger4-44/+44
2023-11-06riscv: boot: Fix creation of loader.binGeert Uytterhoeven1-0/+1
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt5-95/+144
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti2-15/+30
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti4-81/+72
2023-11-06riscv: Improve flush_tlb_range() for hugetlb pagesAlexandre Ghiti1-1/+28
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti3-1/+17
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann1-6/+1
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann5-13/+15
2023-11-06powerpc/machdep: Remove trailing whitespacesThomas Zimmermann1-5/+5
2023-11-06riscv: mm: update T-Head memory type definitionsJisheng Zhang1-5/+9
2023-11-06Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt1-17/+13
2023-11-06riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang1-9/+8
2023-11-06riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang1-8/+7
2023-11-06riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang1-2/+0
2023-11-06riscv: add userland instruction dump to RISC-V splatsYunhui Cui1-3/+18
2023-11-06riscv: kprobes: allow writing to x0Nam Cao1-1/+1
2023-11-06riscv: provide riscv-specific is_trap_insn()Nam Cao1-0/+6
2023-11-06s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev3-13/+3
2023-11-06s390/mm: use compound page order to distinguish page tablesAlexander Gordeev1-9/+4
2023-11-06s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev4-262/+31
2023-11-06s390/cmma: rework no-dat handlingHeiko Carstens5-131/+21
2023-11-06s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens6-16/+28
2023-11-06s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2-42/+43
2023-11-06s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens7-42/+58
2023-11-06s390/cmma: cleanup inline assembliesHeiko Carstens1-22/+26
2023-11-06s390: add USER_STACKTRACE supportHeiko Carstens2-0/+44
2023-11-06s390/perf: implement perf_callchain_user()Heiko Carstens2-0/+48