summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-312-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-251-0/+4
| * | | | | riscv: dts: microchip: Use 'local-mac-address' for emac1Bin Meng2021-08-251-1/+1
| * | | | | riscv: Ensure the value of FP registers in the core dump file is up to dateVincent Chen2021-08-251-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
* | | | | | Merge tag 'riscv-for-linus-5.14-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-075-10/+25
|\| | | | | | |/ / / / |/| | | |
| * | | | Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"Alexandre Ghiti2021-08-071-0/+6
| * | | | riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-072-8/+16
| * | | | riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck2021-08-041-0/+1
| * | | | riscv: dts: fix memory size for the SiFive HiFive UnmatchedQiu Wenbo2021-08-041-1/+1
| * | | | riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang2021-07-241-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-312-0/+8
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+8
| |/ /
* | | riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto2021-07-241-9/+9
* | | riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto2021-07-241-1/+0
* | | riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto2021-07-241-1/+1
* | | riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto2021-07-241-3/+3
* | | riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang2021-07-241-1/+5
* | | riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti2021-07-231-2/+16
* | | riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti2021-07-231-0/+2
* | | riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti2021-07-231-2/+9
* | | RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt2021-07-221-2/+2
* | | Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt2021-07-221-0/+1
|\ \ \ | |/ / |/| |
| * | riscv: Fix 32-bit RISC-V boot failureBin Meng2021-07-221-1/+3
| |/
* | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\ \
| * | kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
| |/
* | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0937-360/+901
|\ \
| * | riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong2021-07-071-1/+0
| * | riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-071-2/+2
| * | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-071-35/+146
| * | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-066-1/+163
| * | riscv: ptrace: add argn syntaxJeff Xie2021-07-062-0/+32
| * | riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-062-5/+2
| * | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-068-93/+75
| * | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-07-017-94/+102
| |\ \
| | * | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-07-015-81/+82
| | * | riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-07-011-0/+16
| | * | riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2021-06-112-11/+5
| | * | riscv: Remove CONFIG_PHYS_RAM_BASE_FIXEDAlexandre Ghiti2021-06-111-6/+0
| * | | riscv: Enable KFENCE for riscv64Liu Shixin2021-07-013-1/+74