summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2212-270/+382
|\
| * riscv: Use kcalloc() instead of kzalloc()Erick Archer2024-03-201-2/+1
| * Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-201-0/+49
| |\
| | * cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-191-0/+49
| * | Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt2024-03-201-3/+3
| |\ \
| | * | riscv: Introduce is_compat_thread() into compat.hLeonardo Bras2024-03-191-3/+3
| * | | Merge patch series "riscv: Use Kconfig to set unaligned access speed"Palmer Dabbelt2024-03-155-264/+307
| |\ \ \
| | * | | riscv: Set unaligned access speed at compile timeCharlie Jenkins2024-03-135-273/+300
| | * | | riscv: Decouple emulated unaligned accesses from access speedCharlie Jenkins2024-03-132-12/+28
| | * | | riscv: Only check online cpus for emulated accessesCharlie Jenkins2024-03-131-1/+1
| | * | | riscv: lib: Introduce has_fast_unaligned_access()Charlie Jenkins2024-03-131-3/+3
| | | |/ | | |/|
| * | | Merge patch series "Support Andes PMU extension"Palmer Dabbelt2024-03-152-1/+2
| |\ \ \
| | * | | perf: RISC-V: Introduce Andes PMU to support perf event samplingYu Chien Peter Lin2024-03-121-0/+1
| | * | | riscv: errata: Rename defines for AndesYu Chien Peter Lin2024-03-121-1/+1
| | |/ /
| * | | riscv: Support RANDOMIZE_KSTACK_OFFSETSong Shuai2024-01-241-1/+16
| * | | RISC-V: Remove duplicated include in smpboot.cYang Li2024-01-241-1/+0
| * | | riscv: blacklist assembly symbols for kprobeClément Léger2024-01-241-0/+3
| * | | RISC-V: build: Allow LTO to be selectedWende Tan2024-01-221-0/+3
| |/ /
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\ \ \
| * | | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-5/+5
|\ \ \ \
| * | | | riscv: remove MCOUNT_NAME workaroundNathan Chancellor2024-02-221-5/+5
| |/ / /
* | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-143-5/+9
|\ \ \ \
| * | | | riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-2/+7
| * | | | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-232-2/+2
| * | | | mm/vmalloc: remove vmap_area_listBaoquan He2024-02-231-1/+0
| |/ / /
* | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-0/+53
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-0/+53
| |\ \ \ \
| | * | | | bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan2024-03-061-0/+53
| | |/ / /
* | | | | Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-111-4/+0
|\ \ \ \ \
| * | | | | smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
| |/ / / /
* | | | | Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-111-8/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | riscv: vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-8/+2
| |/ / /
* | | | Merge tag 'riscv-for-linus-6.8-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-014-3/+82
|\ \ \ \ | |/ / / |/| | |
| * | | Merge patch series "riscv: cbo.zero fixes"Palmer Dabbelt2024-02-292-3/+17
| |\ \ \
| | * | | riscv: Save/restore envcfg CSR during CPU suspendSamuel Holland2024-02-291-0/+4
| | * | | riscv: Add a custom ISA extension for the [ms]envcfg CSRSamuel Holland2024-02-291-2/+12
| | * | | riscv: Fix enabling cbo.zero when running in M-modeSamuel Holland2024-02-291-1/+1
| | |/ /
| * | | RISC-V: Ignore V from the riscv,isa DT property on older T-Head CPUsConor Dooley2024-02-231-0/+15
| * | | riscv: add CALLER_ADDRx supportZong Li2024-02-222-0/+50
| |/ /
* | | RISC-V: paravirt: Use correct restricted typesAndrew Jones2024-02-091-2/+2
* | | RISC-V: paravirt: steal_time should be staticAndrew Jones2024-02-091-1/+1
|/ /
* | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-2014-81/+720
|\ \
| * | riscv: optimize ELF relocation function in riscvMaxim Kochetkov2024-01-171-4/+16
| * | Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt2024-01-172-54/+174
| |\ \
| | * | riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai2024-01-171-0/+10
| | * | riscv: ftrace: Make function graph use ftrace directlySong Shuai2024-01-172-55/+165
| | |/
| * | Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt2024-01-171-3/+87
| |\ \
| | * | riscv: Add static key for misaligned accessesCharlie Jenkins2024-01-171-3/+87
| | |/
| * | Merge patch series "riscv: support kernel-mode Vector"Palmer Dabbelt2024-01-167-13/+323
| |\ \