aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fix a race condition during kernel stack overflowPalmer Dabbelt2022-12-012-0/+31
|\
| * riscv: fix race when vmap stack overflowJisheng Zhang2022-11-292-0/+31
* | Merge patch series "riscv: kexec: Fxiup crash_save percpu and machine_kexec_m...Palmer Dabbelt2022-11-292-13/+130
|\ \
| * | riscv: kexec: Fixup crash_smp_send_stop without multi coresGuo Ren2022-11-292-18/+100
| * | 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
* | | 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-101-0/+1
* | | riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
* | | riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
* | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
|/ /
* | Merge tag 'riscv-for-linus-6.1-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-146-34/+85
|\ \
| * \ 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-131-3/+0
| |\ \ \
| | * | | riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker2022-09-221-3/+0
| | |/ /
| * | | riscv: vdso: fix NULL deference in vdso_join_timens() when vforkJisheng Zhang2022-10-131-3/+10
| * | | Merge patch series "Some style cleanups for recent extension additions"Palmer Dabbelt2022-10-131-23/+16
| |\ \ \
| | * | | riscv: use BIT() marco for cpufeature probingHeiko Stuebner2022-10-131-2/+2
| | * | | riscv: drop some idefs from CMO initializationHeiko Stuebner2022-10-131-13/+9
| | * | | riscv: cleanup svpbmt cpufeature probingHeiko Stuebner2022-10-131-8/+5
| | |/ /
| * | | RISC-V: Avoid dereferening NULL regs in die()Palmer Dabbelt2022-10-121-3/+6
| * | | riscv: always honor the CONFIG_CMDLINE_FORCE when parsing dtbWenting Zhang2022-10-111-2/+2
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-112-0/+2
|\ \ \ \
| * | | | RISC-V: Probe Svinval extension form ISA stringMayuresh Chitale2022-10-022-0/+2
* | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\ \ \ \ \
| * | | | | riscv: use vma iterator for vdsoLiam R. Howlett2022-09-261-1/+2
* | | | | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'riscv-for-linus-6.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-093-3/+4
|\ \ \ \ \
| * | | | | RISC-V: Print SSTC in canonical orderPalmer Dabbelt2022-10-061-1/+1
| * | | | | riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang2022-10-051-1/+1
| * | | | | riscv: topology: fix default topology reportingConor Dooley2022-08-151-1/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-9/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | efi/libstub: use EFI provided memcpy/memset routinesArd Biesheuvel2022-09-171-9/+0
| |/ / /
* | | | riscv: fix a nasty sigreturn bug...Al Viro2022-09-171-0/+2
* | | | RISC-V: Clean up the Zicbom block size probingPalmer Dabbelt2022-09-131-1/+1
| |/ / |/| |
* | | Merge branch 'riscv-variable_fixes_without_kvm' of git://git.kernel.org/pub/s...Palmer Dabbelt2022-08-252-1/+3
|\ \ \
| * | | riscv: traps: add missing prototypeConor Dooley2022-08-181-1/+2
| * | | riscv: signal: fix missing prototype warningConor Dooley2022-08-181-0/+1
| |/ /
* / / riscv: Ensure isa-ext static keys are writableAndrew Jones2022-08-161-1/+1
|/ /
* | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-129-20/+62
|\ \
| * \ RISC-V: Add Sstc extension supportPalmer Dabbelt2022-08-112-0/+2
| |\ \
| | * | RISC-V: Enable sstc extension parsing from DTAtish Patra2022-08-112-0/+2
| * | | riscv:uprobe fix SR_SPIE set/clear handlingYipeng Zou2022-08-111-6/+0
| * | | riscv: ensure cpu_ops_sbi is declaredConor Dooley2022-08-111-0/+1
| * | | RISC-V: cpu_ops_spinwait.c should include head.hBen Dooks2022-08-111-0/+2
| * | | RISC-V: Declare cpu_ops_spinwait in <asm/cpu_ops.h>Ben Dooks2022-08-111-3/+1
| * | | RISC-V: fixups to work with crash toolPalmer Dabbelt2022-08-112-6/+24
| |\ \ \