summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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
2021-08-07Merge tag 'riscv-for-linus-5.14-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-06Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"Alexandre Ghiti
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti
2021-08-04riscv: Enable GENERIC_IRQ_SHOW_LEVELKefeng Wang
2021-08-04riscv: Enable idle generic idle loopKefeng Wang
2021-08-04riscv: Allow forced irq threadingKefeng Wang
2021-08-03riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGuenter Roeck
2021-08-03riscv: dts: fix memory size for the SiFive HiFive UnmatchedQiu Wenbo
2021-08-03riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-27asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userArnd Bergmann
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceJisheng Zhang
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkAkira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Akira Tsukamoto
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyAkira Tsukamoto
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanJisheng Zhang
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEAlexandre Ghiti
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingAlexandre Ghiti
2021-07-22riscv: Fix memory_limit for 64-bit kernelAlexandre Ghiti
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21riscv: kprobes: implement the branch instructionsChen Lifu
2021-07-21riscv: kprobes: implement the auipc instructionChen Lifu
2021-07-21RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesPalmer Dabbelt
2021-07-21riscv: Fix 32-bit RISC-V boot failureBin Meng
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-08riscv: convert to setup_initial_init_mm()Kefeng Wang
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2021-07-08riscv/Kconfig: make direct map manipulation options depend on MMUMike Rapoport
2021-07-06riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong
2021-07-06riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto