summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-72/+0
|\
| * locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-72/+0
* | Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-263-8/+9
|\ \
| * | riscv: Switch to hotplug core state synchronizationThomas Gleixner2023-05-153-8/+9
| |/
* | Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-121-0/+5
|\ \
| * | riscv/purgatory: remove PGO flagsRicardo Ribalda2023-06-121-0/+5
* | | Merge tag 'riscv-for-linus-6.4-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-094-46/+39
|\ \ \
| * | | riscv: fix kprobe __user string arg print fault issueRuan Jinjie2023-06-081-0/+1
| * | | riscv: Check the virtual alignment before choosing a map sizeAlexandre Ghiti2023-06-071-6/+7
| * | | riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGDAlexandre Ghiti2023-06-072-38/+30
| * | | riscv: mm: Ensure prot of VM_WRITE and VM_EXEC must be readableHsieh-Tseng Shen2023-06-072-3/+2
* | | | Merge tag 'riscv-for-linus-6.4-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-027-3/+52
|\| | | | |/ / |/| |
| * | riscv: Implement missing huge_ptep_getAlexandre Ghiti2023-06-012-0/+27
| * | riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOTAlexandre Ghiti2023-06-011-1/+5
| * | riscv: perf: Fix callchain parse error with kernel tracepoint eventsIsm Hong2023-06-011-0/+7
| * | riscv: Fix relocatable kernels with early alternatives using -fno-pieAlexandre Ghiti2023-05-312-0/+8
| * | RISC-V: mark hibernation as nonportableConor Dooley2023-05-291-1/+4
| * | riscv: Fix unused variable warning when BUILTIN_DTB is setAlexandre Ghiti2023-05-241-1/+1
| |/
* | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-181-0/+2
|\ \ | |/ |/|
| * rethook, fprobe: do not trace rethook related functionsZe Gao2023-05-181-0/+2
* | riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2023-05-092-6/+3
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-052-3/+3
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-292-3/+3
* | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \
| * | RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-011-0/+1
| * | riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-011-6/+6
| * | riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-011-0/+1
| * | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-291-1/+1
| * | RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2023-04-292-8/+6
| * | RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-294-12/+11
| * | riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-04-291-4/+2
| * | Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-2910-34/+634
| |\ \
| | * | RISC-V: Add arch functions to support hibernation/suspend-to-diskSia Jee Heng2023-04-297-1/+556
| | * | RISC-V: mm: Enable huge page support to kernel_page_present() functionSia Jee Heng2023-04-291-0/+8
| | * | RISC-V: Factor out common code of __cpu_resume_enter()Sia Jee Heng2023-04-292-31/+65
| | * | RISC-V: Change suspend_save_csrs and suspend_restore_csrs to public functionSia Jee Heng2023-04-292-2/+5
| | |/
| * | riscv: Adjust dependencies of HAVE_DYNAMIC_FTRACE selectionNathan Chancellor2023-04-291-1/+12
* | | Merge tag 'kvm-riscv-6.4-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-05-0519-91/+1129
|\ \ \
| * | | RISC-V: KVM: Virtualize per-HART AIA CSRsAnup Patel2023-04-213-35/+382
| * | | RISC-V: KVM: Use bitmap for irqs_pending and irqs_pending_maskAnup Patel2023-04-212-22/+38
| * | | RISC-V: KVM: Add ONE_REG interface for AIA CSRsAnup Patel2023-04-212-0/+16
| * | | RISC-V: KVM: Implement subtype for CSR ONE_REG interfaceAnup Patel2023-04-212-22/+69
| * | | RISC-V: KVM: Initial skeletal support for AIAAnup Patel2023-04-219-6/+255
| * | | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask definesAnup Patel2023-04-213-10/+9
| * | | RISC-V: Detect AIA CSRs from ISA stringAnup Patel2023-04-213-0/+6
| * | | RISC-V: Add AIA related CSR definesAnup Patel2023-04-211-1/+94
| * | | RISC-V: KVM: Allow Zbb extension for Guest/VMAnup Patel2023-04-212-0/+3
| * | | RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensionsAnup Patel2023-04-215-19/+274
| * | | RISC-V: KVM: Alphabetize selectsAndrew Jones2023-04-211-5/+5
| * | | KVM: RISC-V: Retry fault if vma_lookup() results become invalidDavid Matlack2023-04-211-9/+16