summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-01-11riscv: Fix an off-by-one in get_early_cmdline()Christophe JAILLET1-2/+1
2024-01-11riscv: Add support for BATCHED_UNMAP_TLB_FLUSHAlexandre Ghiti4-20/+73
2024-01-11riscv: Use hugepage mappings for vmemmapAlexandre Ghiti1-1/+20
2024-01-11Merge patch series "riscv: errata: thead: use riscv_nonstd_cache_ops for CMO"Palmer Dabbelt3-46/+74
2024-01-11Merge patch series "RISC-V SBI debug console extension support"Palmer Dabbelt3-0/+77
2024-01-11riscv: sbi: Introduce system suspend supportAndrew Jones3-1/+54
2024-01-11Merge patch series "riscv: modules: Fix module loading error handling"Palmer Dabbelt1-5/+9
2024-01-11Merge patch series "riscv: enable EFFICIENT_UNALIGNED_ACCESS and DCACHE_WORD_...Palmer Dabbelt5-0/+89
2024-01-10riscv: errata: thead: use pa based instructions for CMOJisheng Zhang1-12/+6
2024-01-10riscv: errata: thead: use riscv_nonstd_cache_ops for CMOJisheng Zhang3-46/+80
2024-01-10RISC-V: Enable SBI based earlycon supportAnup Patel1-0/+1
2024-01-10RISC-V: Add SBI debug console helper routinesAnup Patel2-0/+71
2024-01-10RISC-V: Add stubs for sbi_console_putchar/getchar()Anup Patel1-0/+5
2024-01-10riscv: Fix relocation_hashtable sizeCharlie Jenkins1-1/+1
2024-01-10riscv: Correctly free relocation hashtable on errorCharlie Jenkins1-3/+7
2024-01-10riscv: Fix module loading free orderCharlie Jenkins1-1/+1
2024-01-10riscv: select DCACHE_WORD_ACCESS for efficient unaligned access HWJisheng Zhang4-0/+74
2024-01-10riscv: introduce RISCV_EFFICIENT_UNALIGNED_ACCESSJisheng Zhang2-0/+15
2024-01-10Merge patch series "riscv: hwprobe: add Zicond, Zacas and Ztso support"Palmer Dabbelt4-0/+10
2024-01-10riscv: hwprobe: export Zicond extensionClément Léger2-0/+2
2024-01-10riscv: hwprobe: export Zacas ISA extensionClément Léger2-0/+2
2024-01-10riscv: add ISA extension parsing for ZacasClément Léger2-0/+2
2024-01-10riscv: hwprobe: export Ztso ISA extensionClément Léger2-0/+2
2024-01-10riscv: add ISA extension parsing for ZtsoClément Léger2-0/+2
2024-01-10use linux/export.h rather than asm-generic/export.hAl Viro5-5/+5
2024-01-10Merge patch series "Fix XIP boot and make XIP testable in QEMU"Palmer Dabbelt4-7/+14
2024-01-10riscv: Remove SHADOW_OVERFLOW_STACK_SIZE macroSong Shuai1-1/+0
2024-01-10Merge remote-tracking branch 'palmer/fixes' into for-nextPalmer Dabbelt10-51/+129
2024-01-10riscv; fix __user annotation in save_v_state()Ben Dooks1-1/+1
2024-01-10riscv: fix __user annotation in traps_misaligned.cBen Dooks1-3/+3
2024-01-10riscv: Select ARCH_WANTS_NO_INSTRJisheng Zhang1-0/+1
2024-01-10Merge patch series "riscv: CPU operations cleanup"Palmer Dabbelt9-95/+24
2024-01-10riscv: Remove obsolete rv32_defconfig fileSamuel Holland1-139/+0
2024-01-10Merge patch series "RISC-V: hwprobe: Introduce which-cpus"Palmer Dabbelt6-329/+511
2024-01-10riscv: Allow disabling of BUILTIN_DTB for XIPFrederik Haxel2-4/+6
2024-01-10riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macroFrederik Haxel1-1/+1
2024-01-10riscv: Make XIP bootable againFrederik Haxel2-2/+7
2024-01-09riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXECAlexandre Ghiti1-1/+1
2024-01-09riscv: Fix module_alloc() that did not reset the linear mapping permissionsAlexandre Ghiti1-1/+2
2024-01-09riscv: Fix wrong usage of lm_alias() when splitting a huge linear mappingAlexandre Ghiti1-2/+7
2024-01-09riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti4-1/+15
2024-01-05riscv: Use the same CPU operations for all CPUsSamuel Holland5-23/+18
2024-01-05riscv: Remove unused members from struct cpu_operationsSamuel Holland8-58/+1
2024-01-05riscv: Deduplicate code in setup_smp()Samuel Holland1-20/+11
2024-01-03RISC-V: hwprobe: Introduce which-cpus flagAndrew Jones4-12/+189
2024-01-03RISC-V: Move the hwprobe syscall to its own fileAndrew Jones3-285/+290
2024-01-03RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones2-12/+12
2024-01-03RISC-V: Remove the removed single-letter extensionsPalmer Dabbelt2-10/+0
2023-12-20Merge patch series "riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses"Palmer Dabbelt12-120/+136
2023-12-20riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti10-113/+128