summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-122-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-111-1/+2
|\ \
| * | riscv: use vma iterator for vdsoLiam R. Howlett2022-09-271-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-071-1/+1
| * | | riscv: compat: s/failed/unsupported if compat mode isn't supportedJisheng Zhang2022-10-061-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-262-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-171-1/+1
|/
* Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-139-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-113-0/+27
| |\ \
| | * | riscv: Add support for non-coherent devices using zicbom extensionHeiko Stuebner2022-07-293-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-301-6/+0
* | | | Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-079-64/+62
|\ \ \ \
| * | | | RISC-V: Add fast call path of crash_kexec()Xianting Tian2022-07-221-0/+4
| * | | | riscv: mmap with PROT_WRITE but no PROT_READ is invalidCeleste Liu2022-07-221-3/+2
| * | | | RISC-V: Support for 64bit hartid on RV64 platformsPalmer Dabbelt2022-07-206-23/+30
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | riscv: cpu: Add 64bit hartid support on RV64Sunil V L2022-07-203-17/+24
| | * | | riscv: smp: Add 64bit hartid support on RV64Sunil V L2022-07-201-2/+2
| | * | | riscv: spinwait: Fix hartid variable typeSunil V L2022-07-201-2/+2
| | * | | riscv: cpu_ops_sbi: Add 64bit hartid support on RV64Sunil V L2022-07-201-2/+2
| | | |/ | | |/|
| * | | RISC-V: Some Svpbmt fixes and cleanupsPalmer Dabbelt2022-06-172-35/+20
| |\ \ \
| | * | | riscv: remove usage of function-pointers from cpufeatures and t-head errataHeiko Stuebner2022-06-171-22/+10
| | * | | riscv: make patch-function pointer more generic in cpu_manufacturer_info structHeiko Stuebner2022-06-171-9/+9
| | | |/ | | |/|
| * | | riscv: switch has_fpu() to the unified static key mechanismJisheng Zhang2022-06-161-7/+0
| * | | riscv: introduce unified static key mechanism for ISA extensionsJisheng Zhang2022-06-161-0/+7
| | |/ | |/|
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-6/+6
|\ \ \
| * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-301-3/+3