summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
AgeCommit message (Expand)Author
2024-03-26riscv: hwprobe: do not produce frtace relocationVladimir Isaev
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-20riscv: Use kcalloc() instead of kzalloc()Erick Archer
2024-03-20Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt
2024-03-20Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L
2024-03-19riscv: Introduce is_compat_thread() into compat.hLeonardo Bras
2024-03-15Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt
2024-03-15Merge patch series "Support Andes PMU extension"Palmer Dabbelt
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13riscv: Set unaligned access speed at compile timeCharlie Jenkins
2024-03-13riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins
2024-03-13riscv: Only check online cpus for emulated accessesCharlie Jenkins
2024-03-13riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin
2024-03-12riscv: errata: Rename defines for AndesYu Chien Peter Lin
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner
2024-03-01Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-29Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt
2024-02-29riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland
2024-02-29riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland
2024-02-29riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland
2024-02-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor
2024-02-22riscv: add CALLER_ADDRx supportZong Li
2024-02-20riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada
2024-02-09RISC-V: paravirt: Use correct restricted typesAndrew Jones
2024-02-09RISC-V: paravirt: steal_time should be staticAndrew Jones
2024-01-24riscv: Support RANDOMIZE_KSTACK_OFFSETSong Shuai
2024-01-24RISC-V: Remove duplicated include in smpboot.cYang Li
2024-01-24riscv: blacklist assembly symbols for kprobeClément Léger
2024-01-22RISC-V: build: Allow LTO to be selectedWende Tan
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-17riscv: optimize ELF relocation function in riscvMaxim Kochetkov
2024-01-17Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai
2024-01-17riscv: ftrace: Make function graph use ftrace directlySong Shuai
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt