summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| * riscv: Remove 32b kernel mapping from page table dumpAlexandre Ghiti2021-05-011-3/+3
| * riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti2021-05-011-1/+1
| * RISC-V: Fix error code returned by riscv_hartid_to_cpuid()Anup Patel2021-05-011-1/+1
| * RISC-V: Enable Microchip PolarFire ICICLE SoCAtish Patra2021-04-261-0/+4
| * RISC-V: Initial DTS for Microchip ICICLE boardAtish Patra2021-04-264-0/+404
| * RISC-V: Add Microchip PolarFire SoC kconfig optionAtish Patra2021-04-261-0/+7
| * RISC-V: enable XIPVitaly Wool2021-04-2611-19/+424
| * RISC-V: Add crash kernel supportNick Kossifidis2021-04-265-0/+102
| * RISC-V: Add kdump supportNick Kossifidis2021-04-268-27/+249
| * RISC-V: Improve init_resources()Nick Kossifidis2021-04-261-44/+46
| * RISC-V: Add kexec supportNick Kossifidis2021-04-265-0/+412
| * riscv: vdso: fix and clean-up MakefileJisheng Zhang2021-04-261-2/+2
| * riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-04-261-2/+2
| * riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang2021-04-261-1/+3
| * riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMUJisheng Zhang2021-04-261-0/+1
| * 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