summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-04-21RISC-V: KVM: Alphabetize selectsAndrew Jones
2023-04-21KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19Merge patch series "Introduce 64b relocatable kernel"Palmer Dabbelt
2023-04-19riscv: Use --emit-relocs in order to move .rela.dyn in initAlexandre Ghiti
2023-04-19riscv: Check relocations at compile timeAlexandre Ghiti
2023-04-19riscv: Introduce CONFIG_RELOCATABLEAlexandre Ghiti
2023-04-19riscv: Move .rela.dyn outside of init to avoid empty relocationsAlexandre Ghiti
2023-04-19riscv: Prepare EFI header for relocatable kernelsAlexandre Ghiti
2023-04-19Merge patch series "RISC-V kasan rework"Palmer Dabbelt
2023-04-19riscv: Unconditionnally select KASAN_VMALLOC if KASANAlexandre Ghiti
2023-04-19riscv: Fix ptdump when KASAN is enabledAlexandre Ghiti
2023-04-19riscv: Fix EFI stub usage of KASAN instrumented strcmp functionAlexandre Ghiti
2023-04-19riscv: Move DTB_EARLY_BASE_VA to the kernel address spaceAlexandre Ghiti
2023-04-19riscv: Rework kasan population functionsAlexandre Ghiti
2023-04-19riscv: Split early and final KASAN population functionsAlexandre Ghiti
2023-04-18Merge patch series "riscv: Use PUD/P4D/PGD pages for the linear mapping"Palmer Dabbelt
2023-04-18riscv: Use PUD/P4D/PGD pages for the linear mappingAlexandre Ghiti
2023-04-18riscv: Move the linear mapping creation in its own functionAlexandre Ghiti
2023-04-18riscv: Get rid of riscv_pfn_base variableAlexandre Ghiti
2023-04-18RISC-V: align ISA extension Kconfig help text with each otherConor Dooley
2023-04-18riscv: Kconfig: enable SCHED_MC kconfigSong Shuai
2023-04-18riscv: export cpu/freq invariant to schedulerSong Shuai
2023-04-18Merge patch series "RISC-V Hardware Probing User Interface"Palmer Dabbelt
2023-04-18RISC-V: Add hwprobe vDSO function and dataEvan Green
2023-04-18RISC-V: hwprobe: Support probing of misaligned access performanceEvan Green
2023-04-18RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMAEvan Green
2023-04-18RISC-V: Add a syscall for HW probingEvan Green
2023-04-18RISC-V: Move struct riscv_cpuinfo to new headerEvan Green
2023-04-18Merge tag 'arm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-16Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-14Merge tag 'riscv-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-14Merge tag 'sunxi-dt-for-6.4-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2023-04-13riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti
2023-04-13riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti
2023-04-13riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti
2023-04-13riscv: cacheinfo: Adjust includes to remove of_device.hRob Herring
2023-04-13riscv: Add explicit include for cpu.hRob Herring
2023-04-11Revert "riscv: Set more data to cacheinfo"Song Shuai
2023-04-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-11riscv: entry: Save a0 prior syscall_enter_from_user_mode()Björn Töpel
2023-04-08riscv: dts: allwinner: d1: Switch dma-names order for snps,dw-apb-uart nodesCristian Ciocaltea
2023-04-08purgatory: fix disabling debug infoAlyssa Ross
2023-04-08RISC-V: Use IPIs for remote icache flush when possibleAnup Patel
2023-04-08RISC-V: Use IPIs for remote TLB flush when possibleAnup Patel
2023-04-08RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel
2023-04-08RISC-V: Treat IPIs as normal Linux IRQsAnup Patel
2023-04-08irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel
2023-04-08RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel
2023-04-07of: address: always use dma_default_coherent for default coherencyJiaxun Yang