summaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-3011-2/+634
|\
| * Merge tag 'riscv-dt-for-v6.5-pt2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2023-06-207-2/+504
| |\
| | * riscv: dts: sort makefile entries by directoryConor Dooley2023-06-191-3/+3
| | * Merge patch series "Add Sipeed Lichee Pi 4A RISC-V board support"Conor Dooley2023-06-179-6/+505
| | |\
| | | * riscv: defconfig: enable T-HEAD SoCJisheng Zhang2023-06-171-0/+1
| | | * riscv: dts: thead: add sipeed Lichee Pi 4A board device treeJisheng Zhang2023-06-174-0/+73
| | | * riscv: dts: add initial T-HEAD TH1520 SoC device treeJisheng Zhang2023-06-171-0/+422
| | | * riscv: Add the T-HEAD SoC family Kconfig optionJisheng Zhang2023-06-171-0/+6
| * | | Merge tag 'riscv-dt-for-v6.5' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2023-06-203-0/+93
| |\| |
| | * | riscv: dts: starfive: Add cpu scaling for JH7110 SoCMason Huo2023-06-062-0/+49
| | * | riscv: dts: starfive: Enable axp15060 pmic for cpufreqMason Huo2023-06-061-0/+17
| | * | riscv: dts: starfive: jh7110: Add watchdog nodeXingyu Wu2023-05-151-0/+10
| | * | riscv: dts: starfive: jh7100: Add watchdog nodeXingyu Wu2023-05-151-0/+10
| | * | riscv: dts: starfive: Add PMU controller nodeWalker Chen2023-05-081-0/+7
| * | | Merge tag 'sunxi-dt-for-6.5-1' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2023-06-201-0/+37
| |\ \ \
| | * | | riscv: dts: allwinner: d1: Add SPI controllers nodeMaksim Kiselev2023-05-181-0/+37
| | |/ /
* | | | Merge branch 'expand-stack'Linus Torvalds2023-06-292-18/+14
|\ \ \ \
| * | | | riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-242-18/+14
* | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-282-4/+0
|\ \ \ \ \
| * | | | | init: consolidate prototypes in linux/init.hArnd Bergmann2023-06-102-4/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-2/+2
|\ \ \ \ \
| * \ \ \ \ Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-241-0/+5
| |\ \ \ \ \
| * | | | | | riscv/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-201-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-281-1/+1
|\ \ \ \ \ \
| * | | | | | riscv/purgatory: Do not use fortified string functionsKees Cook2023-06-061-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | 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-131-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-022-0/+27
| * | | riscv: Fix huge_ptep_set_wrprotect when PTE is a NAPOTAlexandre Ghiti2023-06-021-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-102-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-021-0/+1