summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-fixes-6.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-264-3/+4
|\
| * Merge tag 'renesas-fixes-for-v6.6-tag3' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2023-10-262-2/+2
| |\
| | * riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMTChristoph Hellwig2023-10-262-1/+2
| | * riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENTChristoph Hellwig2023-10-261-1/+0
| * | riscv: dts: thead: set dma-noncoherent to soc busJisheng Zhang2023-10-171-0/+1
| * | Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2023-10-161-1/+1
| |\ \
| | * | riscv: dts: starfive: visionfive 2: correct spi's ss pinNam Cao2023-10-121-1/+1
* | | | Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-242-7/+14
|\ \ \ \ | |/ / / |/| | |
| * | | riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is setAlexandre Ghiti2023-10-061-6/+13
| * | | riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panickingAlexandre Ghiti2023-10-061-1/+1
* | | | Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-139-35/+67
|\ \ \ \
| * | | | riscv: Fix ftrace syscall handling which are now prefixed with __riscv_Alexandre Ghiti2023-10-121-0/+21
| * | | | RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACKJiexun Wang2023-10-121-2/+2
| * | | | riscv: kdump: fix crashkernel reserving problem on RISC-VChen Jiahao2023-10-121-13/+0
| * | | | riscv: Remove duplicate objcopy flagSong Shuai2023-10-121-1/+0
| * | | | riscv: signal: fix sigaltstack frame size checkingAndy Chiu2023-10-121-7/+0
| * | | | riscv: errata: andes: Makefile: Fix randconfig build issueLad Prabhakar2023-09-271-0/+4
| * | | | riscv: Only consider swbp/ss handlers for correct privileged modeBjörn Töpel2023-09-203-12/+40
* | | | | riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel2023-10-091-4/+9
* | | | | riscv, bpf: Sign-extend return valuesBjörn Töpel2023-10-091-2/+3
| |/ / / |/| | |
* | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-012-2/+4
|\ \ \ \
| * | | | mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-302-2/+4
| |/ / /
* | | | Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2023-10-011-25/+26
|\ \ \ \ | | |/ / | |/| |
| * | | riscv: dts: starfive: visionfive 2: Fix uart0 pins sort orderHal Feng2023-09-131-24/+24
| * | | riscv: dts: starfive: visionfive 2: Enable usb0Hal Feng2023-09-131-0/+1
| * | | riscv: dts: starfive: fix NOR flash reserved-data partition sizeAurelien Jarno2023-09-121-1/+1
| | |/ | |/|
* | | RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
* | | RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
| |/ |/|
* | riscv: errata: fix T-Head dcache.cva encodingIcenowy Zheng2023-09-121-2/+2
* | riscv: kexec: Align the kexeced kernel entrySong Shuai2023-09-121-1/+7
|/
* Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-0934-82/+907
|\
| * riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar2023-09-081-1/+1
| * riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar2023-09-081-1/+1
| * riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar2023-09-081-1/+1
| * Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt2023-09-085-33/+251
| |\
| | * bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan2023-09-063-28/+141
| | * riscv: implement a memset like function for textPuranjay Mohan2023-09-062-0/+78
| | * riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan2023-09-061-5/+32
| * | Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt2023-09-089-2/+129
| |\ \
| | * | riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti2023-09-062-0/+3
| | * | riscv: Dump out kernel offset information on panicAlexandre Ghiti2023-09-061-0/+25
| | * | riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti2023-09-066-2/+101
| * | | Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt2023-09-082-4/+88
| |\ \ \
| | * | | RISC-V: Add ptrace support for vectorsAndy Chiu2023-09-012-4/+88
| * | | | Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt2023-09-0812-0/+194
| |\ \ \ \
| | * | | | riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar2023-09-014-0/+91
| | * | | | riscv: errata: Add Andes alternative portsLad Prabhakar2023-09-017-0/+102
| | * | | | riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar2023-09-011-0/+1
| * | | | | Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt2023-09-081-9/+51
| |\| | | |
| | * | | | riscv: dma-mapping: switch over to generic implementationLad Prabhakar2023-09-011-9/+51