summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-30/+14
|\ \ \ \
| * | | | memblock: make memblock_find_in_range method privateMike Rapoport2021-09-031-30/+14
| | |_|/ | |/| |
* | | | Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-011-20/+0
|\ \ \ \
| * | | | riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven2021-08-241-20/+0
| | |_|/ | |/| |
* | | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \ \ \
| * | | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| * | | | asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann2021-07-271-2/+2
| |/ / /
* | | | Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-09-011-4/+1
|\ \ \ \
| * \ \ \ Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie2021-07-264-21/+48
| |\ \ \ \
| * \ \ \ \ Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-4/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas2021-07-211-4/+1
* | | | | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-302-2/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-08-242-2/+0
* | | | | | Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-273-1/+9
|\ \ \ \ \ \
| * | | | | | riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng2021-08-241-0/+4
| * | | | | | riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng2021-08-241-1/+1
| * | | | | | riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen2021-08-241-0/+4
* | | | | | | Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-211-2/+2
|\| | | | | |
| * | | | | | riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-201-2/+2
* | | | | | | Merge tag 'riscv-for-linus-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-142-2/+2
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti2021-08-121-1/+1
| * | | | | riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du2021-08-121-1/+1