summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | RISC-V: Fixup schedule out issue in machine_crash_shutdown()Xianting Tian2022-08-111-4/+22
| | * | RISC-V: Fixup get incorrect user mode PC for kernel mode regsXianting Tian2022-08-111-1/+1
| | * | RISC-V: kexec: Fixup use of smp_processor_id() in preemptible contextXianting Tian2022-08-111-1/+1
| | |/
| * | riscv: traps_misaligned: do not duplicate stringifyKrzysztof Kozlowski2022-08-111-5/+3
| * | arch/riscv: add Zihintpause supportDao Lu2022-08-112-0/+2
| * | riscv: implement Zicbom-based CMO instructions + the t-head variantPalmer Dabbelt2022-08-103-0/+27
| |\ \
| | * | riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-283-0/+27
* | | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\ \ \ \ | |/ / / |/| | |
| * | | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | | | Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-069-64/+62
|\ \ \ \
| * | | | RISC-V: Add fast call path of crash_kexec()Xianting Tian2022-07-211-0/+4
| * | | | riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu2022-07-211-3/+2