summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| * riscv: module: Create module allocations without exec permissionsJisheng Zhang2021-04-261-1/+1
| * riscv: bpf: Avoid breaking W^XJisheng Zhang2021-04-261-1/+2
| * riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2021-04-262-13/+13
| * riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang2021-04-261-0/+8
| * riscv: Constify sbi_ipi_opsJisheng Zhang2021-04-263-5/+5
| * riscv: Constify sys_call_tableJisheng Zhang2021-04-262-2/+2
| * riscv: Mark some global variables __ro_after_initJisheng Zhang2021-04-265-12/+12
| * riscv: add __init section marker to some functionsJisheng Zhang2021-04-264-8/+8
| * riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti2021-04-261-12/+61
| * riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-2612-36/+182
| * riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor2021-04-261-1/+1
| * riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-04-262-7/+17
| * riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor2021-04-261-8/+4
| * riscv: sifive: Apply errata "cip-1200" patchVincent Chen2021-04-264-2/+40
| * riscv: sifive: Apply errata "cip-453" patchVincent Chen2021-04-266-3/+94
| * riscv: sifive: Add SiFive alternative portsVincent Chen2021-04-267-0/+89
| * 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