summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* 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-061-0/+6
| * riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti2021-08-062-8/+16
| * riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck2021-08-031-0/+1
| * riscv: dts: fix memory size for the SiFive HiFive UnmatchedQiu Wenbo2021-08-031-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-302-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-231-9/+9
* | riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto2021-07-231-1/+0
* | riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto2021-07-231-1/+1
* | riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto2021-07-231-3/+3
* | riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang2021-07-231-1/+5
* | riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti2021-07-221-2/+16
* | riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti2021-07-221-0/+2
* | riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti2021-07-221-2/+9
* | RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt2021-07-211-2/+2
* | Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt2021-07-211-0/+1
|\ \ | |/ |/|
| * riscv: Fix 32-bit RISC-V boot failureBin Meng2021-07-211-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-061-1/+0
| * | riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-061-2/+2
| * | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-061-35/+146
| * | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-066-1/+163
| * | riscv: ptrace: add argn syntaxJeff Xie2021-07-052-0/+32
| * | riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-052-5/+2
| * | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-058-93/+75
| * | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-307-94/+102
| |\ \
| | * | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-305-81/+82
| | * | riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-06-301-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-06-303-1/+74
| * | | RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-06-301-13/+0
| * | | riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-303-8/+43
| * | | riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-06-301-9/+6
| * | | riscv: Add mem kernel parameter supportKefeng Wang2021-06-151-3/+25
| * | | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-112-5/+8
| * | | riscv: fix typo in init.cVitaly Wool2021-06-081-1/+1
| * | | riscv: Cleanup unused functionsGuo Ren2021-06-081-10/+0
| * | | riscv: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-081-2/+1
| * | | riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2021-06-082-5/+5
| * | | riscv: Use global mappings for kernel pagesGuo Ren2021-05-291-1/+2
| * | | riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap2021-05-291-1/+1
| * | | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-292-18/+20
| * | | riscv: Add __init section marker to some functions againJisheng Zhang2021-05-292-2/+2
| * | | riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-292-38/+9
| * | | riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-254-8/+13