summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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-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-11riscv: add icache flush for nommu sigreturn trampolineMathis Salmen
2023-04-08purgatory: fix disabling debug infoAlyssa Ross
2023-03-31Merge tag 'riscv-for-linus-6.3-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-29Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt
2023-03-29RISC-V: always select RISCV_ALTERNATIVE for non-xip kernelsConor Dooley
2023-03-29RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley
2023-03-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-03-24Merge tag 'riscv-for-linus-6.3-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-23riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor
2023-03-21riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong
2023-03-17Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-17riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal
2023-03-14RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong
2023-03-10Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-09Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt
2023-03-09riscv: asid: Fixup stale TLB entry cause application crashGuo Ren
2023-03-09Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich
2023-03-09RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-09riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-07RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06RISC-V: Stop emitting attributesPalmer Dabbelt
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-02riscv: fix livelock in uaccessAl Viro
2023-03-01riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-02-28riscv, lib: Fix Zbb strncmpBjörn Töpel
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner
2023-02-27riscv, bpf: Fix patch_text implicit declarationRandy Dunlap
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-22RISC-V: add a spin_shadow_stack declarationConor Dooley
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21riscv: mm: hugetlb: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPGuo Ren
2023-02-21riscv: Add header include guards to insn.hLiao Chang
2023-02-21Merge patch series "riscv: Dump faulting instructions in oops handler"Palmer Dabbelt
2023-02-21riscv: alternative: proceed one more instruction for auipc/jalr pairJisheng Zhang
2023-02-21Merge patch series "riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN"Palmer Dabbelt
2023-02-21riscv: Avoid enabling interrupts in die()Mattias Nissler
2023-02-21riscv, mm: Perform BPF exhandler fixup on page faultBjörn Töpel