summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-0211-24/+187
|\
| * RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2022-12-013-0/+32
| |\
| | * riscv: fix race when vmap stack overflowJisheng Zhang2022-11-293-0/+32
| * | Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2022-11-293-13/+133
| |\ \
| | * | riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2022-11-293-18/+103
| | * | riscv: kexec: Fixup irq controller broken in kexec crash pathGuo Ren2022-11-291-0/+35
| * | | riscv: mm: Proper page permissions after initmem freeBjörn Töpel2022-11-291-4/+5
| * | | riscv: vdso: fix section overlapping under some conditionsJisheng Zhang2022-11-291-0/+1
| * | | riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2022-11-282-4/+13
| * | | riscv: Fix NR_CPUS range conditionsSamuel Holland2022-11-281-3/+3
* | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-021-0/+1
|\ \ \ \
| * | | | mm: add dummy pmd_young() for architectures not having itJuergen Gross2022-11-301-0/+1
* | | | | Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-116-2/+47
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-102-0/+5
| * | | riscv: fix reserved memory setupConor Dooley2022-11-102-1/+1
| * | | riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
| * | | riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
| * | | riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing2022-10-281-0/+38
* | | | Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-286-14/+29
|\| | |
| * | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
| * | | Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-273-9/+16
| |\ \ \
| | * | | riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-273-3/+9
| | * | | riscv: fix detection of toolchain Zicbom supportConor Dooley2022-10-272-6/+7
| * | | | riscv: mm: add missing memcpy in kasan_initQinglin Pan2022-10-271-1/+6
| * | | | riscv: jump_label: mark arguments as const to satisfy asm constraintsJisheng Zhang2022-10-251-4/+4
| | |/ / | |/| |
* | | | RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcAnup Patel2022-10-213-2/+19
* | | | RISC-V: Fix compilation without RISCV_ISA_ZICBOMAndrew Jones2022-10-213-49/+38
|/ / /
* | | Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-1424-90/+613
|\ \ \
| * | | RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki2022-10-131-8/+8
| * | | RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputPalmer Dabbelt2022-10-131-0/+51
| |\ \ \
| | * | | RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo outputAnup Patel2022-10-031-0/+51
| | |/ /
| * | | RISC-V: Make mmap() with PROT_WRITE imply PROT_READPalmer Dabbelt2022-10-132-4/+2
| |\ \ \
| | * | | riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker2022-09-221-3/+0
| | * | | riscv: Make VM_WRITE imply VM_READAndrew Bresticker2022-09-221-1/+2
| | |/ /
| * | | riscv: enable software resend of irqsConor Dooley2022-10-131-0/+1
| * | | riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2022-10-132-4/+10
| * | | Merge patch series "Use composable cache instead of L2 cache"Palmer Dabbelt2022-10-132-1/+7
| |\ \ \
| | * | | riscv: Add cache information in AUX vectorGreentime Hu2022-10-132-1/+7
| * | | | Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt2022-10-133-29/+26
| |\ \ \ \
| | * | | | riscv: check for kernel config option in t-head memory types errataHeiko Stuebner2022-10-131-0/+3
| | * | | | riscv: use BIT() marco for cpufeature probingHeiko Stuebner2022-10-131-2/+2
| | * | | | riscv: use BIT() macros in t-head errata initHeiko Stuebner2022-10-131-2/+2
| | * | | | riscv: drop some idefs from CMO initializationHeiko Stuebner2022-10-133-17/+14
| | * | | | riscv: cleanup svpbmt cpufeature probingHeiko Stuebner2022-10-131-8/+5
| | | |/ / | | |/| |
| * | | | riscv: Pass -mno-relax only on lld < 15.0.0Fangrui Song2022-10-131-0/+2
| * | | | RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt2022-10-121-3/+6
| * | | | Merge tag 'dt-for-palmer-v6.1-mw1' of git://git.kernel.org/pub/scm/linux/kern...Palmer Dabbelt2022-10-129-39/+498
| |\ \ \ \
| | * | | | riscv: dts: microchip: fix fabric i2c reg sizeConor Dooley2022-10-071-1/+1
| | * | | | riscv: dts: microchip: update memory configuration for v2022.10Conor Dooley2022-09-271-2/+13
| | * | | | riscv: dts: microchip: add a devicetree for aries' m100pfsevpConor Dooley2022-09-273-0/+225