summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-03-10riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing1-5/+16
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-03-10riscv: Fixed misaligned memory access. Fixed pointer comparison.Michael T. Kloos1-58/+310
2022-03-10riscv: alternative only works on !XIP_KERNELJisheng Zhang2-2/+3
2022-03-10RISC-V: Enable RISC-V SBI CPU Idle driver for QEMU virt machineAnup Patel3-0/+5
2022-03-10RISC-V: Add SBI HSM suspend related definesAnup Patel3-8/+25
2022-03-10RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel7-21/+279
2022-03-10RISC-V: Rename relocate() and make it globalAnup Patel1-3/+4
2022-03-10RISC-V: Enable CPU_IDLE driversAnup Patel5-1/+35
2022-03-09Update the Icicle Kit device treePalmer Dabbelt3-66/+328
2022-03-09riscv: dts: microchip: add new peripherals to icicle kit device treeConor Dooley2-0/+213
2022-03-09riscv: dts: microchip: update peripherals in icicle kit device treeConor Dooley2-17/+29
2022-03-09riscv: dts: microchip: refactor icicle kit device treeConor Dooley2-50/+52
2022-03-09riscv: dts: microchip: add fpga fabric section to icicle kitConor Dooley3-0/+34
2022-03-09riscv: dts: microchip: use clk defines for icicle kitConor Dooley2-13/+14
2022-03-04Merge tag 'riscv-for-linus-5.17-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-9/+14
2022-03-03riscv: dts: k210: fix broken IRQs on hart1Niklas Cassel1-1/+2
2022-03-03riscv: Fix kasan pud populationAlexandre Ghiti1-1/+4
2022-03-03riscv: Move high_memory initialization to setup_bootmemAlexandre Ghiti1-1/+1
2022-03-03riscv: Fix config KASAN && DEBUG_VIRTUALAlexandre Ghiti1-0/+3
2022-03-03riscv: Fix DEBUG_VIRTUAL false warningsAlexandre Ghiti1-3/+1
2022-03-03riscv: Fix config KASAN && SPARSEMEM && !SPARSE_VMEMMAPAlexandre Ghiti1-2/+1
2022-03-03riscv: Fix is_linear_mapping with recent move of KASAN regionAlexandre Ghiti2-1/+2
2022-02-26Merge tag 'riscv-for-linus-5.17-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-6/+46
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-30/+1
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann1-2/+2
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann1-2/+0
2022-02-24riscv: fix oops caused by irqsoff latency tracerChangbin Du4-5/+45
2022-02-24riscv: fix nommu_k210_sdcard_defconfigDamien Le Moal1-1/+1
2022-02-22riscv: defconfig: enable hugetlbfs optionMayuresh Chitale2-0/+2
2022-02-22RISC-V: Add Sv57 page table supportPalmer Dabbelt10-42/+451
2022-02-18Merge tag 'riscv-for-linus-5.17-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+47
2022-02-14riscv: mm: Support kasan for sv57Qinglin Pan1-14/+141
2022-02-14riscv: mm: Set sv57 on defaultlyQinglin Pan5-11/+34
2022-02-14riscv: mm: Prepare pt_ops helper functions for sv57Qinglin Pan3-15/+119
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan4-3/+158
2022-02-14riscv: mm: init: mark satp_mode __ro_after_initJisheng Zhang1-2/+2
2022-02-14RISC-V: Fix IPI/RFENCE hmask on non-monotonic hartid orderingGeert Uytterhoeven1-18/+39
2022-02-14RISC-V: Fix handling of empty cpu masksGeert Uytterhoeven1-4/+4
2022-02-14RISC-V: Fix hartid mask handling for hartid 31 and upGeert Uytterhoeven1-3/+4
2022-02-11Merge tag 'riscv-for-linus-5.17-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-13/+23
2022-02-10riscv: fix build with binutils 2.38Aurelien Jarno1-0/+6
2022-02-10riscv: cpu-hotplug: clear cpu from numa map when teardownPingfan Liu1-0/+2
2022-02-08riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang1-3/+3
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini78-796/+1877
2022-02-04riscv/mm: Add XIP_FIXUP for riscv_pfn_basePalmer Dabbelt1-0/+1
2022-02-04riscv/mm: Add XIP_FIXUP for phys_ram_basePalmer Dabbelt1-0/+1
2022-02-04riscv: Fix XIP_FIXUP_FLASH_OFFSETMyrtle Shah1-6/+5
2022-02-04riscv: eliminate unreliable __builtin_frame_address(1)Changbin Du1-4/+5