summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* dt-bindings: riscv: microchip: Add YAML documentation for the PolarFire SoCAtish Patra2021-04-261-0/+27
* 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
* RISC-V: Add EM_RISCV to kexec UAPI headerNick Kossifidis2021-04-261-0/+1
* 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
* Documentation: riscv: Add documentation that describes the VM layoutAlexandre Ghiti2021-04-262-0/+64
* riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti2021-04-2612-36/+182
* samples/kprobes: Add riscv supportJisheng Zhang2021-04-261-0/+8
* 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-263-8/+18
* scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor2021-04-261-1/+1
* 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
* kbuild: buildtar: add riscv supportCarlos de Paula2021-03-301-0/+8
* riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti2021-03-301-41/+18
* RISC-V: Don't print SBI version for all detected extensionsAnup Patel2021-03-301-3/+3
* riscv: Enable generic clockevent broadcastGuo Ren2021-03-172-0/+18
* riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang2021-03-102-0/+6
* riscv: Add support for memtestKefeng Wang2021-03-102-3/+5
* Linux 5.12-rc2v5.12-rc2Linus Torvalds2021-03-061-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-03-068-62/+76
|\
| * RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson2021-03-051-32/+23
| * RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson2021-03-051-24/+35
| * RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson2021-03-051-1/+9
| * RDMA/uverbs: Fix kernel-doc warning of _uverbs_allocLeon Romanovsky2021-03-031-1/+1
| * RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky2021-03-031-1/+1
| * IB/mlx5: Add missing error codeYueHaibing2021-03-011-1/+3