summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-10-29[NOT-FOR-UPSTREAM] Add build instructionsEmil Renner Berthing1-0/+257
2024-10-28riscv: dts: Add full JH7100, Starlight and VisionFive supportEmil Renner Berthing6-0/+611
2024-10-28usb: cdns3: starfive: Initialize JH7100 host modeEmil Renner Berthing1-0/+6
2024-10-28riscv: dts: starfive: Add JH7100 USB nodeEmil Renner Berthing2-0/+31
2024-10-28riscv: dts: starfive: Add StarFive JH7100 audio reset nodeEmil Renner Berthing1-0/+6
2024-10-28riscv: dts: starfive: Add StarFive JH7100 audio clock nodeEmil Renner Berthing1-0/+10
2024-10-28riscv: dts: starfive: Enable Bluetooth on JH7100 boardsEmil Renner Berthing1-0/+49
2024-10-28riscv: dts: starfive: Add JH7100 high speed UARTsEmil Renner Berthing1-0/+26
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+4
2024-10-20RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang1-4/+4
2024-10-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+5
2024-10-17riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri1-2/+2
2024-10-10riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabledPu Lehui1-1/+3
2024-10-01riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2-3/+7
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+8
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds48-155/+616
2024-09-24Merge tag 'i2c-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+3
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds3-2/+8
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+5
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale1-0/+1
2024-09-20RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt1-1/+1
2024-09-20ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-09-20Merge tag 'sched-rt-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt8-23/+32
2024-09-19riscv: Enable bitops instrumentationSamuel Holland1-20/+23
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland7-3/+9
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo2-3/+1
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-2/+2
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui2-0/+17
2024-09-17riscv: Make riscv_isa_vendor_ext_andes array staticCharlie Jenkins1-1/+1
2024-09-17riscv: Use LIST_HEAD() to simplify codeJinjie Ruan1-3/+1
2024-09-17riscv: defconfig: Disable RZ/Five peripheral supportGeert Uytterhoeven1-11/+1
2024-09-17RISC-V: Implement kgdb_roundup_cpus() to enable future NMI RoundupJinjie Ruan1-2/+25
2024-09-17riscv: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17Merge tag 'soc-defconfig-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2024-09-17Merge tag 'soc-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-62/+305
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-17/+71
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-18/+21
2024-09-16riscv: avoid Imbalance in RASJisheng Zhang1-2/+2
2024-09-16Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt9-1/+145
2024-09-16riscv: cacheinfo: Add back init_cache_level() functionSteffen Persvold1-0/+5
2024-09-16riscv: Remove unused _TIF_WORK_MASKJinjie Ruan1-4/+0
2024-09-16Merge patch series "riscv: select ARCH_USE_SYM_ANNOTATIONS"Palmer Dabbelt2-4/+5
2024-09-16Merge patch series "riscv: stacktrace: Add USER_STACKTRACE support"Palmer Dabbelt3-43/+47
2024-09-16riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti2-1/+28
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti5-1/+120
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti2-0/+2
2024-09-15riscv: select ARCH_USE_SYM_ANNOTATIONSJisheng Zhang1-0/+1