summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| * riscv: Introduce alternative mechanism to apply errata solutionVincent Chen2021-04-2614-0/+300
| * riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2021-04-262-0/+18
| * riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti2021-03-291-41/+18
| * RISC-V: Don't print SBI version for all detected extensionsAnup Patel2021-03-291-3/+3
| * riscv: Enable generic clockevent broadcastGuo Ren2021-03-162-0/+18
| * riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang2021-03-092-0/+6
| * riscv: Add support for memtestKefeng Wang2021-03-091-2/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-4/+1
|\ \
| * | mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-051-4/+1
* | | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-0/+33
|\ \ \
| * | | riscv: dts: Add PCIe support for the SiFive FU740-C000 SoCGreentime Hu2021-05-041-0/+33
| | |/ | |/|
* | | Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-041-0/+1
|\ \ \
| * | | riscv: Disable data start offset in flat binariesDamien Le Moal2021-04-231-0/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | whack-a-mole: kill strlen_user() (again)Al Viro2021-03-271-1/+0
| | |/ | |/|
* | | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
| |/ |/|
* | riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang2021-04-151-0/+3
* | riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang2021-04-151-1/+10
* | riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang2021-04-152-0/+2
* | riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"Kefeng Wang2021-04-151-1/+1
* | riscv: Make NUMA depend on MMUKefeng Wang2021-04-011-1/+1
* | riscv: remove unneeded semicolonYang Li2021-04-011-1/+1
* | riscv,entry: fix misaligned base for excp_vect_tableZihao Yu2021-04-011-0/+1
* | riscv: evaluate put_user() arg before enabling user accessBen Dooks2021-04-011-2/+5
* | riscv: Drop const annotation for spKefeng Wang2021-04-011-1/+1
* | riscv: Correct SPARSEMEM configurationKefeng Wang2021-03-161-2/+2
* | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
* | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
* | RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven2021-03-161-1/+2
* | riscv: Fix compilation error with Canaan SoCDamien Le Moal2021-03-161-0/+2
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-161-1/+1
* | riscv: fix bugon.cocci warningskernel test robot2021-03-161-2/+1
* | riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun2021-03-091-0/+1
* | riscv: ftrace: Use ftrace_get_regs helperNanyong Sun2021-03-091-7/+9
* | riscv: process: Fix no prototype for show_regsNanyong Sun2021-03-091-0/+1
* | riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun2021-03-091-0/+1
* | riscv: time: Fix no prototype for time_initNanyong Sun2021-03-092-0/+3
* | riscv: ptrace: Fix no prototype warningsNanyong Sun2021-03-091-0/+5
* | riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun2021-03-091-1/+1
* | riscv: irq: Fix no prototype warningNanyong Sun2021-03-091-0/+2
* | riscv: traps: Fix no prototype warningsNanyong Sun2021-03-092-0/+17
* | RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt2021-03-091-2/+2
|/
* Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-284-19/+5
|\
| * riscv: Cleanup setup_bootmem()Kefeng Wang2021-02-261-19/+2
| * RISC-V: Enable CPU Hotplug in defconfigsAnup Patel2021-02-262-0/+2
| * RISC-V: Make NUMA depend on SMPPalmer Dabbelt2021-02-261-0/+1
* | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \ | |/ |/|
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-2674-660/+4329
|\ \ | |/ |/|
| * riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti2021-02-221-0/+24