summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-01-06riscv: Make vmalloc/vmemmap end equal to the start of the next regionAlexandre Ghiti2-3/+3
2022-01-06riscv: switch to relative extable and other improvementsPalmer Dabbelt11-201/+290
2022-01-06riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionJisheng Zhang2-2/+0
2022-01-06riscv: extable: add a dedicated uaccess handlerJisheng Zhang4-70/+78
2022-01-06riscv: add gpr-num.hJisheng Zhang1-0/+77
2022-01-06riscv: extable: add `type` and `data` fieldsJisheng Zhang5-18/+56
2022-01-06riscv: extable: consolidate definitionsJisheng Zhang4-10/+37
2022-01-06riscv: lib: uaccess: fold fixups into bodyJisheng Zhang1-11/+11
2022-01-06riscv: extable: use `ex` for `exception_table_entry`Jisheng Zhang1-5/+5
2022-01-06riscv: extable: make fixup_exception() return boolJisheng Zhang3-10/+10
2022-01-06riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang3-8/+12
2022-01-06riscv: switch to relative exception tablesJisheng Zhang5-6/+30
2022-01-06riscv: consolidate __ex_table constructionJisheng Zhang2-27/+15
2022-01-06riscv: remove unused __cmpxchg_user() macroJisheng Zhang1-75/+0
2021-11-19riscv: dts: enable more DA9063 functions for the SiFive HiFive UnmatchedAurelien Jarno1-0/+12
2021-11-13Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-137/+292
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+4
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+0
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+4
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-0/+4
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-6/+4
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-3/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-2/+3
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel2-2/+4
2021-11-03Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-0/+4523
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-48/+178
2021-11-02Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-18/+10
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-48/+178
2021-11-02Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-7/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-8/+6
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+2
2021-11-01riscv, bpf: Increase the maximum number of iterationsBjörn Töpel1-1/+1
2021-11-01RISC-V: KVM: fix boolreturn.cocci warningsBixuan Cui1-9/+9
2021-11-01RISC-V: KVM: remove unneeded semicolonran jianping4-8/+8
2021-10-31RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functionsAnup Patel2-4/+5
2021-10-31RISC-V: KVM: Factor-out FP virtualization into separate sourcesAnup Patel5-176/+228
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-13/+11
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti3-2/+10
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-10-28riscv, bpf: Fix potential NULL dereferenceBjörn Töpel1-1/+2
2021-10-28riscv, bpf: Add BPF exception tablesTong Tiangen4-47/+177
2021-10-28riscv: defconfig: enable DRM_NOUVEAUHeinrich Schuchardt1-3/+4
2021-10-27riscv: fix misalgned trap vector base addressChen Lu1-0/+1
2021-10-27ftrace: disable preemption when recursion locked王贇1-2/+0
2021-10-27riscv/vdso: Drop unneeded part due to merge issueKefeng Wang1-11/+0
2021-10-27riscv: remove .text section size limitation for XIPVitaly Wool4-9/+26
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+0
2021-10-26irq: riscv: perform irqentry in entry codeMark Rutland3-11/+2