summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentJisheng Zhang
2021-09-10riscv: Enable BUILDTIME_TABLE_SORTJisheng Zhang
2021-09-10riscv: dts: microchip: mpfs-icicle: Fix serial consoleGeert Uytterhoeven
2021-09-10riscv: move the (z)install rules to arch/riscv/MakefileMasahiro Yamada
2021-09-10riscv: Improve stack randomisation on RV64Kefeng Wang
2021-09-10riscv: defconfig: enable NLS_CODEPAGE_437, NLS_ISO8859_1Heinrich Schuchardt
2021-09-10riscv: defconfig: enable BLK_DEV_NVMEHeinrich Schuchardt
2021-09-11Merge branch 'linus' into smp/urgentThomas Gleixner
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-09-08riscv: only select GENERIC_IOREMAP if MMU support is enabledChristoph Hellwig
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2021-09-01Merge tag 'devicetree-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-09-01drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-27Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-26riscv: add support for hugepage migrationChen Wandun
2021-08-25RISC-V: Fix VDSO build for !MMUPalmer Dabbelt
2021-08-25riscv: use strscpy to replace strlcpyJason Wang
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-24riscv: Enable Undefined Behavior Sanitizer UBSANJisheng Zhang
2021-08-24riscv: Keep the riscv Kconfig selects sortedJisheng Zhang
2021-08-24riscv: dts: microchip: Add ethernet0 to the aliases nodeBin Meng
2021-08-24riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen
2021-08-24riscv: Remove non-standard linux,elfcorehdr handlingGeert Uytterhoeven
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-21Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-20riscv: Fix a number of free'd resources in init_resources()Petr Pavlu
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada
2021-08-14Merge tag 'riscv-for-linus-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-13riscv: Support allocating gigantic hugepages using CMAKefeng Wang
2021-08-13riscv: fix the global name pfn_base confliction errorKenneth Lee
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEAlexandre Ghiti
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itChangbin Du
2021-08-11riscv: Move early fdt mapping creation in its own functionAlexandre Ghiti
2021-08-11riscv: Simplify BUILTIN_DTB device tree mapping handlingAlexandre Ghiti
2021-08-11riscv: Use __maybe_unused instead of #ifdefs around variable declarationsAlexandre Ghiti
2021-08-11riscv: Get rid of map_size parameter to create_kernel_page_tableAlexandre Ghiti
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti
2021-08-11riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti
2021-08-10kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada