summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-251-3/+1
|\
| * vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
* | Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-2513-205/+335
|\ \
| * \ Merge tag 'irqchip-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-04-2113-205/+335
| |\ \
| | * | RISC-V: Use IPIs for remote icache flush when possibleAnup Patel2023-04-081-2/+3
| | * | RISC-V: Use IPIs for remote TLB flush when possibleAnup Patel2023-04-081-15/+78
| | * | RISC-V: Allow marking IPIs as suitable for remote FENCEsAnup Patel2023-04-083-4/+27
| | * | RISC-V: Treat IPIs as normal Linux IRQsAnup Patel2023-04-0810-192/+209
| | * | irqchip/riscv-intc: Allow drivers to directly discover INTC hwnodeAnup Patel2023-04-082-0/+22
| | * | RISC-V: Clear SIP bit only when using SBI IPI operationsAnup Patel2023-04-082-3/+7
* | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \ \ \
| * | | | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
* | | | | Merge tag 'arm-fixes-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-181-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'riscv-dt-fixes-for-v6.3-final' of https://git.kernel.org/pub/scm/l...Arnd Bergmann2023-04-061-1/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | riscv: dts: canaan: drop invalid spi-max-frequencyKrzysztof Kozlowski2023-03-261-1/+0
| | |/ / /
* | | | | Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-161-6/+1
|\ \ \ \ \
| * | | | | purgatory: fix disabling debug infoAlyssa Ross2023-04-081-6/+1
| |/ / / /
* | | | | Merge tag 'riscv-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-145-54/+59
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | riscv: No need to relocate the dtb as it lies in the fixmap regionAlexandre Ghiti2023-04-131-19/+2
| * | | | riscv: Do not set initial_boot_params to the linear address of the dtbAlexandre Ghiti2023-04-131-4/+1
| * | | | riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2023-04-134-30/+48
| * | | | riscv: add icache flush for nommu sigreturn trampolineMathis Salmen2023-04-111-1/+8
* | | | | Merge tag 'riscv-for-linus-6.3-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-313-30/+38
|\| | | |
| * | | | Merge patch series "RISC-V: Fixes for riscv_has_extension[un]likely()'s alter...Palmer Dabbelt2023-03-293-30/+38
| |\ \ \ \
| | * | | | RISC-V: always select RISCV_ALTERNATIVE for non-xip kernelsConor Dooley2023-03-292-10/+8
| | * | | | RISC-V: add non-alternative fallback for riscv_has_extension_[un]likely()Conor Dooley2023-03-291-20/+30
| | |/ / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-03-271-4/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | riscv/kvm: Fix VM hang in case of timer delta being zero.Rajnesh Kanwal2023-03-171-4/+2
* | | | | Merge tag 'riscv-for-linus-6.3-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-245-6/+32
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | riscv: Handle zicsr/zifencei issues between clang and binutilsNathan Chancellor2023-03-232-4/+28
| * | | riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong2023-03-213-2/+4
* | | | Merge tag 'riscv-for-linus-6.3-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-175-51/+42
|\| | | | |/ / |/| |
| * | RISC-V: mm: Support huge page in vmalloc_fault()Dylan Jhong2023-03-141-0/+5
| * | Merge patch series "riscv: asid: switch to alternative way to fix stale TLB e...Palmer Dabbelt2023-03-094-51/+37
| |\ \
| | * | riscv: asid: Fixup stale TLB entry cause application crashGuo Ren2023-03-091-10/+20
| | * | Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2023-03-094-41/+17
* | | | Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-108-8/+52
|\| | |
| * | | RISC-V: Don't check text_mutex during stop_machineConor Dooley2023-03-094-6/+39
| * | | riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti2023-03-091-1/+1
| * | | RISC-V: fix taking the text_mutex twice during sifive errata patchingConor Dooley2023-03-071-1/+1
| * | | RISC-V: Stop emitting attributesPalmer Dabbelt2023-03-062-0/+11
| | |/ | |/|
* | | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-091-0/+1
|\ \ \ | |/ / |/| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-061-0/+1
| |\ \
| | * | riscv, bpf: Fix patch_text implicit declarationRandy Dunlap2023-02-271-0/+1
* | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\ \ \ \
| * | | | riscv: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | | | | Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-034-17/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-011-0/+8
| * | | | riscv, lib: Fix Zbb strncmpBjörn Töpel2023-02-281-1/+3
| * | | | RISC-V: improve string-function assemblyHeiko Stuebner2023-02-283-16/+16