summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-15/+15
2024-11-19Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-38/+20
2024-11-02vdso: Rename struct arch_vdso_data to arch_vdso_time_dataNam Cao2-3/+3
2024-11-02riscv: vdso: Use only one single vvar mappingThomas Weißschuh1-35/+17
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-25Merge commit 'bf40167d54d5' into fixesPalmer Dabbelt1-0/+1
2024-10-25riscv: Remove duplicated GET_RMChunyan Zhang1-2/+0
2024-10-25riscv: Remove unused GENERATING_ASM_OFFSETSChunyan Zhang1-2/+0
2024-10-25riscv: Use '%u' to format the output of 'cpu'WangYuli1-1/+1
2024-10-25riscv: Prevent a bad reference count on CPU nodesMiquel Sabaté Solà1-2/+5
2024-10-25riscv: efi: Set NX compat flag in PE/COFF headerHeinrich Schuchardt1-1/+1
2024-10-25riscv: Do not use fortify in early codeAlexandre Ghiti2-1/+10
2024-10-25RISC-V: ACPI: fix early_ioremap to early_memremapYunhui Cui1-2/+2
2024-10-24riscv: vdso: Prevent the compiler from inserting calls to memset()Alexandre Ghiti1-0/+1
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2-15/+15
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-73/+434
2024-09-20ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt1-3/+0
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland1-3/+0
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo1-1/+1
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui1-0/+9
2024-09-17riscv: Make riscv_isa_vendor_ext_andes array staticCharlie Jenkins1-1/+1
2024-09-17riscv: Use LIST_HEAD() to simplify codeJinjie Ruan1-3/+1
2024-09-17RISC-V: Implement kgdb_roundup_cpus() to enable future NMI RoundupJinjie Ruan1-2/+25
2024-09-15riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-09-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt3-0/+95
2024-09-15riscv: cacheinfo: Add back init_cache_level() functionSteffen Persvold1-0/+5
2024-09-15Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"Palmer Dabbelt2-43/+46
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2-0/+94
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti1-0/+1
2024-09-14riscv: stacktrace: Add USER_STACKTRACE supportJinjie Ruan2-43/+46
2024-09-14riscv: Fix fp alignment bug in perf_callchain_user()Jinjie Ruan1-1/+1
2024-09-14riscv: vdso: do not strip debugging info for vdso.so.dbgChangbin Du1-1/+1
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt7-14/+24
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao1-2/+3
2024-09-12riscv: don't export va_kernel_pa_offset in vmcoreinfo for XIP kernelNam Cao1-0/+7
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki1-17/+14
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti3-64/+53
2024-08-31riscv: misaligned: Restrict user access to kernel memorySamuel Holland1-2/+2
2024-08-27ACPI: RISC-V: Implement PCI related functionalitySunil V L1-17/+14
2024-08-15Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt3-14/+15
2024-08-15riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti1-1/+1
2024-08-14riscv/kexec_file: Fix relocation type R_RISCV_ADD16 and R_RISCV_SUB16 unknownYing Sun1-0/+6
2024-08-14RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green3-14/+14
2024-08-14RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green1-0/+1
2024-08-14RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-14riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+2
2024-08-07RISC-V: Enable IPI CPU BacktraceRyo Takakura1-0/+16
2024-08-06riscv: Re-introduce global icache flush in patch_text_XXX()Alexandre Ghiti1-0/+4