summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+2
| * Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt2021-10-041-1/+2
| |\
| | * RISC-V: Include clone3() on rv32Palmer Dabbelt2021-10-041-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-102-3/+2
| * | riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang2021-09-101-0/+1
| * | riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven2021-09-101-1/+5
| * | riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada2021-09-102-10/+5
| * | riscv: Improve stack randomisation on RV64Kefeng Wang2021-09-101-0/+3
| * | riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt2021-09-101-0/+2
| * | riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt2021-09-101-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-261-0/+1
| * | | RISC-V: Fix VDSO build for !MMUPalmer Dabbelt2021-08-252-0/+11
| * | | riscv: use strscpy to replace strlcpyJason Wang2021-08-251-1/+1
| * | | riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool2021-08-245-32/+22
| * | | riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang2021-08-242-0/+2
| * | | riscv: Keep the riscv Kconfig selects sortedJisheng Zhang2021-08-241-3/+3
| * | | riscv: Support allocating gigantic hugepages using CMAKefeng Wang2021-08-131-0/+3
| * | | riscv: fix the global name pfn_base confliction errorKenneth Lee2021-08-132-5/+5
| * | | riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti2021-08-111-36/+40
| * | | riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti2021-08-111-10/+2
| * | | riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti2021-08-111-3/+1
| * | | riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti2021-08-111-19/+11
| * | | riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti2021-08-112-16/+2
| * | | riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti2021-08-111-1/+1
| * | | riscv: Enable GENERIC_IRQ_SHOW_LEVELKefeng Wang2021-08-041-0/+1
| * | | riscv: Enable idle generic idle loopKefeng Wang2021-08-041-0/+1
| * | | riscv: Allow forced irq threadingKefeng Wang2021-08-041-0/+1
| * | | riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen2021-08-032-0/+9
| * | | riscv: kprobes: implement the branch instructionsChen Lifu2021-07-212-2/+79
| * | | riscv: kprobes: implement the auipc instructionChen Lifu2021-07-212-1/+35
| |/ /
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\ \ \
| * | | kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada2021-08-101-1/+1