summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-3/+2
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-2/+3
* Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-304-13/+11
|\
| * riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-293-2/+10
| * riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti2021-10-291-11/+0
| * riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
* | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
* | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-231-0/+5
* | Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-097-29/+52
|\|
| * riscv: Flush current cpu icache before other cpusAlexandre Ghiti2021-10-051-0/+2
| * Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt2021-10-051-1/+2
| |\
| | * RISC-V: Include clone3() on rv32Palmer Dabbelt2021-10-051-1/+2
| * | riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen2021-10-021-1/+3
| * | riscv/vdso: Move vdso data page up frontTong Tiangen2021-10-023-19/+30
| * | riscv/vdso: Refactor asm/vdso.hTong Tiangen2021-10-024-8/+15
| |/
* | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-2/+0
|\ \
| * | firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0
| |/
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \ | |/ |/|
| * riscv: remove Kconfig check for GCC version for ARCH_RV64INick Desaulniers2021-09-131-1/+1
* | Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-09-121-5/+2
|\ \
| * | Merge branch 'linus' into smp/urgentThomas Gleixner2021-09-1116-195/+247
| |\|
| * | drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-011-5/+2
* | | Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-118-14/+20
|\ \ \ | |_|/ |/| |
| * | riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang2021-09-112-3/+2
| * | riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-111-0/+1
| * | riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven2021-09-111-1/+5
| * | riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-112-10/+5
| * | riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-111-0/+3
| * | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt2021-09-111-0/+2
| * | riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt2021-09-111-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-6/+1
|\ \ \
| * | | trap: cleanup trap_init()Kefeng Wang2021-09-081-5/+0
| * | | riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig2021-09-081-1/+1
| | |/ | |/|
* | | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-3/+1
|\ \ \ | |_|/ |/| |
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-3/+1
* | | Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-0512-127/+229
|\ \ \
| * | | riscv: add support for hugepage migrationChen Wandun2021-08-271-0/+1
| * | | RISC-V: Fix VDSO build for !MMUPalmer Dabbelt2021-08-262-0/+11
| * | | riscv: use strscpy to replace strlcpyJason Wang2021-08-261-1/+1
| * | | riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-255-32/+22
| * | | riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-252-0/+2
| * | | riscv: Keep the riscv Kconfig selects sortedJisheng Zhang2021-08-251-3/+3
| * | | riscv: Support allocating gigantic hugepages using CMAKefeng Wang2021-08-141-0/+3
| * | | riscv: fix the global name pfn_base confliction errorKenneth Lee2021-08-142-5/+5
| * | | riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti2021-08-121-36/+40
| * | | riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti2021-08-121-10/+2
| * | | riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti2021-08-121-3/+1
| * | | riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti2021-08-121-19/+11
| * | | riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti2021-08-122-16/+2
| * | | riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti2021-08-121-1/+1