summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2024-10-012-3/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-281-2/+2
|\
| * Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini2024-09-171-2/+2
| |\
| | * KVM: Rename arch hooks related to per-CPU virtualization enablingSean Christopherson2024-09-041-2/+2
* | | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-1/+8
|\ \ \
| * | | rust: support for shadow call stack sanitizerAlice Ryhl2024-09-131-1/+8
* | | | Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-2448-155/+616
|\ \ \ \
| * | | | perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale2024-09-201-0/+1
| * | | | RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt2024-09-201-1/+1
| * | | | ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu2024-09-201-1/+1
| * | | | Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt2024-09-198-23/+32
| |\ \ \ \
| | * | | | riscv: Enable bitops instrumentationSamuel Holland2024-09-191-20/+23
| | * | | | riscv: Omit optimized string routines when using KASANSamuel Holland2024-09-197-3/+9
| * | | | | ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo2024-09-172-3/+1
| * | | | | riscv: Randomize lower bits of stack addressYunhui Cui2024-09-172-0/+17
| * | | | | riscv: Make riscv_isa_vendor_ext_andes array staticCharlie Jenkins2024-09-171-1/+1
| * | | | | riscv: Use LIST_HEAD() to simplify codeJinjie Ruan2024-09-171-3/+1
| * | | | | riscv: defconfig: Disable RZ/Five peripheral supportGeert Uytterhoeven2024-09-171-11/+1
| * | | | | RISC-V: Implement kgdb_roundup_cpus() to enable future NMI RoundupJinjie Ruan2024-09-171-2/+25
| * | | | | riscv: avoid Imbalance in RASJisheng Zhang2024-09-151-2/+2
| * | | | | Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt2024-09-159-1/+145
| |\ \ \ \ \
| | * | | | | riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2024-09-152-1/+28
| | * | | | | riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2024-09-155-1/+120
| | * | | | | riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2024-09-152-0/+2
| * | | | | | riscv: cacheinfo: Add back init_cache_level() functionSteffen Persvold2024-09-151-0/+5
| * | | | | | riscv: Remove unused _TIF_WORK_MASKJinjie Ruan2024-09-151-4/+0
| * | | | | | Merge patch series "riscv: select ARCH_USE_SYM_ANNOTATIONS"Palmer Dabbelt2024-09-152-4/+5
| |\ \ \ \ \ \
| | * | | | | | riscv: select ARCH_USE_SYM_ANNOTATIONSJisheng Zhang2024-09-151-0/+1
| | * | | | | | riscv: errata: sifive: Use SYM_*() assembly macrosJisheng Zhang2024-09-151-4/+4
| | | |/ / / / | | |/| | | |
| * | | | | | Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"Palmer Dabbelt2024-09-153-43/+47
| |\ \ \ \ \ \
| | * | | | | | riscv: stacktrace: Add USER_STACKTRACE supportJinjie Ruan2024-09-143-43/+47
| | * | | | | | riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan2024-09-141-1/+1
| | |/ / / / /
| * | | | | | riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang2024-09-151-0/+5
| * | | | | | riscv: Remove redundant restriction on memory sizeStuart Menefy2024-09-141-7/+1
| * | | | | | riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du2024-09-141-1/+1
| * | | | | | Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt2024-09-1214-59/+109
| |\ \ \ \ \ \
| | * | | | | | riscv: remove limit on the size of read-only section for XIP kernelNam Cao2024-09-123-10/+4
| | * | | | | | riscv: drop the use of XIP_OFFSET in create_kernel_page_table()Nam Cao2024-09-121-3/+4
| | * | | | | | riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao2024-09-121-1/+1
| | * | | | | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao2024-09-121-4/+12
| | * | | | | | riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao2024-09-121-2/+12
| | * | | | | | riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao2024-09-122-10/+25
| | * | | | | | riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernelNam Cao2024-09-121-0/+7
| | * | | | | | riscv: cleanup XIP_FIXUP macroNam Cao2024-09-121-4/+7
| * | | | | | | riscv: Add license to vmalloc.hCharlie Jenkins2024-09-031-0/+1
| * | | | | | | riscv: Add license to fence.hCharlie Jenkins2024-09-031-0/+1
| * | | | | | | riscv: Enable generic CPU vulnerabilites supportJinjie Ruan2024-08-141-0/+1
| * | | | | | | riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun2024-08-141-0/+6
| * | | | | | | RISC-V: Enable IPI CPU BacktraceRyo Takakura2024-08-072-0/+21
| * | | | | | | Merge patch series "RISC-V: Parse DT for Zkr to seed KASLR"Palmer Dabbelt2024-08-059-16/+224
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |