summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis1-44/+46
2021-04-26RISC-V: Add kexec supportNick Kossifidis5-0/+412
2021-04-26RISC-V: Add EM_RISCV to kexec UAPI headerNick Kossifidis1-0/+1
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang1-2/+2
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+2
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang1-1/+3
2021-04-26riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMUJisheng Zhang1-0/+1
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang1-1/+1
2021-04-26riscv: bpf: Avoid breaking W^XJisheng Zhang1-1/+2
2021-04-26riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2-13/+13
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang1-0/+8
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang3-5/+5
2021-04-26riscv: Constify sys_call_tableJisheng Zhang2-2/+2
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang5-12/+12
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang4-8/+8
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti1-12/+61
2021-04-26Documentation: riscv: Add documentation that describes the VM layoutAlexandre Ghiti2-0/+64
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti12-36/+182
2021-04-26samples/kprobes: Add riscv supportJisheng Zhang1-0/+8
2021-04-26riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor1-1/+1
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor3-8/+18
2021-04-26scripts/recordmcount.pl: Fix RISC-V regex for clangNathan Chancellor1-1/+1
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen4-2/+40
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen6-3/+94
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen7-0/+89
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen14-0/+300
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2-0/+18
2021-03-30kbuild: buildtar: add riscv supportCarlos de Paula1-0/+8
2021-03-30riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti1-41/+18
2021-03-30RISC-V: Don't print SBI version for all detected extensionsAnup Patel1-3/+3
2021-03-17riscv: Enable generic clockevent broadcastGuo Ren2-0/+18
2021-03-10riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang2-0/+6
2021-03-10riscv: Add support for memtestKefeng Wang2-3/+5
2021-03-06Linux 5.12-rc2Linus Torvalds1-1/+1
2021-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-62/+76
2021-03-06Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+2
2021-03-06Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2021-03-06Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+16
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds16-69/+75
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds6-439/+361
2021-03-05Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+41
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+3
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-14/+87
2021-03-05Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-25/+87
2021-03-05Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-40/+25
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-16/+31
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson1-32/+23
2021-03-05RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()Bob Pearson1-24/+35
2021-03-05RDMA/rxe: Fix missed IB reference counting in loopbackBob Pearson1-1/+9