aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+0
2021-08-27Merge tag 'riscv-for-linus-5.14-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-1/+9
2021-08-24riscv: dts: microchip: Add ethernet0 to the aliases nodeGravatar Bin Meng 1-0/+4
2021-08-24riscv: dts: microchip: Use 'local-mac-address' for emac1Gravatar Bin Meng 1-1/+1
2021-08-24riscv: Ensure the value of FP registers in the core dump file is up to dateGravatar Vincent Chen 1-0/+4
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 2-2/+0
2021-08-21Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2021-08-20riscv: Fix a number of free'd resources in init_resources()Gravatar Petr Pavlu 1-2/+2
2021-08-14Merge tag 'riscv-for-linus-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2021-08-12riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUEGravatar Alexandre Ghiti 1-1/+1
2021-08-12riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support itGravatar Changbin Du 1-1/+1
2021-08-07Merge tag 'riscv-for-linus-5.14-rc5' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-10/+25
2021-08-06Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED"Gravatar Alexandre Ghiti 1-0/+6
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionGravatar Alexandre Ghiti 2-8/+16
2021-08-03riscv: Disable STACKPROTECTOR_PER_TASK if GCC_PLUGIN_RANDSTRUCT is enabledGravatar Guenter Roeck 1-0/+1
2021-08-03riscv: dts: fix memory size for the SiFive HiFive UnmatchedGravatar Qiu Wenbo 1-1/+1
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-0/+8
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Gravatar Daniel Borkmann 2-0/+8
2021-07-24riscv: stacktrace: Fix NULL pointer dereferenceGravatar Jisheng Zhang 1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: Typos in commentsGravatar Akira Tsukamoto 1-9/+9
2021-07-23riscv: __asm_copy_to-from_user: Remove unnecessary size checkGravatar Akira Tsukamoto 1-1/+0
2021-07-23riscv: __asm_copy_to-from_user: Fix: fail on RV32Gravatar Akira Tsukamoto 1-1/+1
2021-07-23riscv: __asm_copy_to-from_user: Fix: overrun copyGravatar Akira Tsukamoto 1-3/+3
2021-07-23riscv: stacktrace: pin the task's stack in get_wchanGravatar Jisheng Zhang 1-1/+5
2021-07-22riscv: Make sure the kernel mapping does not overlap with IS_ERR_VALUEGravatar Alexandre Ghiti 1-2/+16
2021-07-22riscv: Make sure the linear mapping does not use the kernel mappingGravatar Alexandre Ghiti 1-0/+2
2021-07-22riscv: Fix memory_limit for 64-bit kernelGravatar Alexandre Ghiti 1-2/+9
2021-07-21RISC-V: load initrd wherever it fits into memoryGravatar Heinrich Schuchardt 1-2/+2
2021-07-21Merge remote-tracking branch 'riscv/riscv-fix-32bit' into fixesGravatar Palmer Dabbelt 1-0/+1
2021-07-21riscv: Fix 32-bit RISC-V boot failureGravatar Bin Meng 1-1/+3
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+0
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 37-360/+901
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Gravatar Aneesh Kumar K.V 1-2/+2
2021-07-08riscv: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-07-08arch, mm: wire up memfd_secret system call where relevantGravatar Mike Rapoport 1-0/+1
2021-07-08riscv/Kconfig: make direct map manipulation options depend on MMUGravatar Mike Rapoport 1-2/+2
2021-07-06riscv: xip: Fix duplicate included asm/pgtable.hGravatar Jiapeng Chong 1-1/+0
2021-07-06riscv: Fix PTDUMP output now BPF region moved back to module regionGravatar Alexandre Ghiti 1-2/+2
2021-07-06riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Gravatar Akira Tsukamoto 1-35/+146
2021-07-06riscv: add VMAP_STACK overflow detectionGravatar Tong Tiangen 6-1/+163
2021-07-05riscv: ptrace: add argn syntaxGravatar Jeff Xie 2-0/+32
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Gravatar Nanyong Sun 2-5/+2
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingGravatar Alexandre Ghiti 8-93/+75
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-8/+1
2021-07-01mm/thp: define default pmd_pgtable()Gravatar Anshuman Khandual 1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSGravatar Anshuman Khandual 1-2/+0
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextGravatar Palmer Dabbelt 7-94/+102
2021-06-30riscv: Map the kernel with correct permissions the first timeGravatar Alexandre Ghiti 5-81/+82
2021-06-30riscv: Introduce set_kernel_memory helperGravatar Alexandre Ghiti 1-0/+16
2021-06-30riscv: Enable KFENCE for riscv64Gravatar Liu Shixin 3-1/+74