summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-04riscv: process: Fix kernel gp leakageStefan O'Rear1-3/+0
2024-04-04riscv: Disable preemption when using patch_map()Alexandre Ghiti1-0/+8
2024-04-04riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti1-1/+1
2024-04-04riscv: use KERN_INFO in do_trapAndreas Schwab1-1/+1
2024-04-04riscv: Fix vector state restore in rt_sigreturn()Björn Töpel1-7/+8
2024-03-27riscv: compat_vdso: align VDSOAS build logMasahiro Yamada1-1/+1
2024-03-27riscv: hwprobe: do not produce frtace relocationVladimir Isaev1-0/+1
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-270/+382
2024-03-22Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2024-03-20riscv: Use kcalloc() instead of kzalloc()Erick Archer1-2/+1
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt1-0/+49
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt1-3/+3
2024-03-20cpuidle: RISC-V: Move few functions to arch/riscvSunil V L1-0/+49
2024-03-20riscv: Introduce is_compat_thread() into compat.hLeonardo Bras1-3/+3
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt5-264/+307
2024-03-15Merge patch series "Support Andes PMU extension"Palmer Dabbelt2-1/+2
2024-03-15Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+5
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+9
2024-03-13riscv: Set unaligned access speed at compile timeCharlie Jenkins5-273/+300
2024-03-13riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins2-12/+28
2024-03-13riscv: Only check online cpus for emulated accessesCharlie Jenkins1-1/+1
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins1-3/+3
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+53
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin1-0/+1
2024-03-12riscv: errata: Rename defines for AndesYu Chien Peter Lin1-1/+1
2024-03-12Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2024-03-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+53
2024-03-12Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+2
2024-03-07bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan1-0/+53
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-3/+82
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt2-3/+17
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland1-0/+4
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland1-2/+12
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland1-1/+1
2024-02-24riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+7
2024-02-24crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-24mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0
2024-02-23RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley1-0/+15
2024-02-23riscv: remove MCOUNT_NAME workaroundNathan Chancellor1-5/+5
2024-02-22riscv: add CALLER_ADDRx supportZong Li2-0/+50
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+1
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones1-2/+2
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones1-1/+1
2024-01-25riscv: Support RANDOMIZE_KSTACK_OFFSETSong Shuai1-1/+16
2024-01-25RISC-V: Remove duplicated include in smpboot.cYang Li1-1/+0
2024-01-25riscv: blacklist assembly symbols for kprobeClément Léger1-0/+3
2024-01-22RISC-V: build: Allow LTO to be selectedWende Tan1-0/+3
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-81/+720