aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-48/+178
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-18/+10
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 4-48/+178
2021-11-01Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-7/+0
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+6
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-11/+2
2021-11-01riscv, bpf: Increase the maximum number of iterationsGravatar Björn Töpel 1-1/+1
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-13/+11
2021-10-29riscv: Fix asan-stack clang buildGravatar Alexandre Ghiti 3-2/+10
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowGravatar Alexandre Ghiti 1-11/+0
2021-10-28riscv, bpf: Fix potential NULL dereferenceGravatar Björn Töpel 1-1/+2
2021-10-28riscv, bpf: Add BPF exception tablesGravatar Tong Tiangen 4-47/+177
2021-10-27riscv: fix misalgned trap vector base addressGravatar Chen Lu 1-0/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-10-26irq: remove handle_domain_{irq,nmi}()Gravatar Mark Rutland 1-1/+0
2021-10-26irq: riscv: perform irqentry in entry codeGravatar Mark Rutland 3-11/+2
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYGravatar Mark Rutland 1-0/+1
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITGravatar Lorenz Bauer 1-0/+5
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 2-8/+6
2021-10-09Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-29/+52
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0
2021-10-07firmware: include drivers/firmware/Kconfig unconditionallyGravatar Arnd Bergmann 1-2/+0
2021-10-04riscv: Flush current cpu icache before other cpusGravatar Alexandre Ghiti 1-0/+2
2021-10-04Merge remote-tracking branch 'palmer/riscv-clone3' into fixesGravatar Palmer Dabbelt 1-1/+2
2021-10-04RISC-V: Include clone3() on rv32Gravatar Palmer Dabbelt 1-1/+2
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Gravatar Tong Tiangen 1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontGravatar Tong Tiangen 3-19/+30
2021-10-02riscv/vdso: Refactor asm/vdso.hGravatar Tong Tiangen 4-8/+15
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 3-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-6/+5
2021-09-30riscv: rely on core code to keep thread_info::cpu updatedGravatar Ard Biesheuvel 3-7/+0
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Gravatar Linus Torvalds 1-1/+1
2021-09-13riscv: remove Kconfig check for GCC version for ARCH_RV64IGravatar Nick Desaulniers 1-1/+1
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+2
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-14/+20
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Jisheng Zhang 2-3/+2
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTGravatar Jisheng Zhang 1-0/+1
2021-09-10riscv: dts: microchip: mpfs-icicle: Fix serial consoleGravatar Geert Uytterhoeven 1-1/+5
2021-09-10riscv: move the (z)install rules to arch/riscv/MakefileGravatar Masahiro Yamada 2-10/+5
2021-09-10riscv: Improve stack randomisation on RV64Gravatar Kefeng Wang 1-0/+3
2021-09-10riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Gravatar Heinrich Schuchardt 1-0/+2
2021-09-10riscv: defconfig: enable BLK_DEV_NVMEGravatar Heinrich Schuchardt 1-0/+2
2021-09-11Merge branch 'linus' into smp/urgentGravatar Thomas Gleixner 16-195/+247
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-6/+1
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-5/+0
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledGravatar Christoph Hellwig 1-1/+1
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-3/+1
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-127/+229