summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-11-07riscv: Add remaining module relocationsCharlie Jenkins
2023-11-07riscv: Avoid unaligned access when relocating modulesEmil Renner Berthing
2023-11-07parisc/pgtable: Do not drop upper 5 address bits of physical addressHelge Deller
2023-11-07riscv: split cache ops out of dma-noncoherent.cChristoph Hellwig
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen
2023-11-07powerpc/rtas: Fix ppc_rtas_rmo_buf_show() kernel-docNathan Lynch
2023-11-07powerpc/pseries/rtas-work-area: Fix rtas_work_area_reserve_arena() kernel-docNathan Lynch
2023-11-06riscv: select ARCH_PROC_KCORE_TEXTAndreas Schwab
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-11-06riscv: kernel: Use correct SYM_DATA_*() macro for dataClément Léger
2023-11-06riscv: Use SYM_*() assembly macros instead of deprecated onesClément Léger
2023-11-06riscv: use ".L" local labels in assembly when applicableClément Léger
2023-11-06riscv: boot: Fix creation of loader.binGeert Uytterhoeven
2023-11-06Merge patch series "riscv: tlb flush improvements"Palmer Dabbelt
2023-11-06riscv: Improve flush_tlb_kernel_range()Alexandre Ghiti
2023-11-06riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlbAlexandre Ghiti
2023-11-06riscv: Improve flush_tlb_range() for hugetlb pagesAlexandre Ghiti
2023-11-06riscv: Improve tlb_flush()Alexandre Ghiti
2023-11-06powerpc/fb: Call internal __phys_mem_access_prot() in fbdev codeThomas Zimmermann
2023-11-06powerpc: Remove file parameter from phys_mem_access_prot()Thomas Zimmermann
2023-11-06powerpc/machdep: Remove trailing whitespacesThomas Zimmermann
2023-11-05riscv: mm: update T-Head memory type definitionsJisheng Zhang
2023-11-05Merge patch series "riscv: vdso.lds.S: some improvement"Palmer Dabbelt
2023-11-05riscv: vdso.lds.S: remove hardcoded 0x800 .text start addrJisheng Zhang
2023-11-05riscv: vdso.lds.S: merge .data section into .rodata sectionJisheng Zhang
2023-11-05riscv: vdso.lds.S: drop __alt_start and __alt_end symbolsJisheng Zhang
2023-11-05riscv: add userland instruction dump to RISC-V splatsYunhui Cui
2023-11-05riscv: kprobes: allow writing to x0Nam Cao
2023-11-05riscv: provide riscv-specific is_trap_insn()Nam Cao
2023-11-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev
2023-11-05s390/mm: use compound page order to distinguish page tablesAlexander Gordeev
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens
2023-11-05s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens
2023-11-05s390/cmma: cleanup inline assembliesHeiko Carstens
2023-11-05s390: add USER_STACKTRACE supportHeiko Carstens
2023-11-05s390/perf: implement perf_callchain_user()Heiko Carstens
2023-11-05s390/mm: add missing conversion to use ptdescsAlexander Gordeev
2023-11-05Merge patch series "Improve PTDUMP and introduce new fields"Palmer Dabbelt
2023-11-05riscv: Introduce NAPOT field to PTDUMPYu Chien Peter Lin
2023-11-05riscv: Introduce PBMT field to PTDUMPYu Chien Peter Lin
2023-11-05riscv: Improve PTDUMP to show RSW with non-zero valueYu Chien Peter Lin
2023-11-05RISC-V: capitalise CMO op macrosConor Dooley
2023-11-05riscv: don't probe unaligned access speed if already doneJisheng Zhang
2023-11-05riscv: defconfig : add CONFIG_MMC_DW for starfiveJinyu Tang
2023-11-05riscv: signal: handle syscall restart before get_signalHaorong Lu
2023-11-05Merge patch series "Add support to handle misaligned accesses in S-mode"Palmer Dabbelt
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds