aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Merge patch series "riscv: ASID-related and UP-related TLB flush enhancements"Palmer Dabbelt3-14/+15
2024-04-30Merge patch series "riscv: fix patching with IPI"Palmer Dabbelt2-9/+52
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland2-11/+11
2024-04-29riscv: Flush the instruction cache during SMP bringupSamuel Holland1-3/+4
2024-04-28riscv: hwprobe: export Zihintpause ISA extensionClément Léger1-0/+1
2024-04-28riscv: misaligned: remove CONFIG_RISCV_M_MODE specific codeClément Léger1-89/+17
2024-04-28riscv: Do not save the scratch CSR during suspendSamuel Holland1-2/+1
2024-04-25fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-22RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic nameAtish Patra1-3/+3
2024-04-16riscv: Fix text patching when IPI are usedAlexandre Ghiti2-8/+52
2024-04-16riscv: Remove superfluous smp_mb()Alexandre Ghiti1-1/+0
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-03riscv: Fix vector state restore in rt_sigreturn()Björn Töpel1-7/+8
2024-03-27riscv: remove unused headertanzirh@google.com1-1/+0
2024-03-27riscv: compat_vdso: align VDSOAS build logMasahiro Yamada1-1/+1
2024-03-26riscv: 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/kernel/git/riscv/linuxLinus Torvalds12-270/+382
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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_mmap_end()"Palmer Dabbelt1-3/+3
2024-03-19cpuidle: RISC-V: Move few functions to arch/riscvSunil V L1-0/+49
2024-03-19riscv: 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-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+5
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus 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-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+53
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2024-03-06bpf, 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/kernel/git/riscv/linuxLinus 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-23riscv, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-2/+7
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2-2/+2
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He1-1/+0