November 2022 Archives by date
Starting: Tue Nov 1 02:03:33 PDT 2022
Ending: Wed Nov 30 23:25:56 PST 2022
Messages: 1765
- [PATCH] Documentation: riscv: Document the sv57 VM layout
Bagas Sanjaya
- [PATCH] riscv: vdso: fix section overlapping under some conditions
Andrew Jones
- [PATCH v9 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH] Documentation: riscv: Document the sv57 VM layout
Björn Töpel
- [PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
Andrew Jones
- [PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
Andrew Jones
- [PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
liaochang (A)
- [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
Andrew Jones
- [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
Geert Uytterhoeven
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Andrew Jones
- [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
Geert Uytterhoeven
- [PATCH RESEND v9] riscv: add riscv rethook implementation
binglei wang
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [PATCH v10 0/7] RISC-V IPI Improvements
Anup Patel
- [PATCH v10 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
- [PATCH v10 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
- [PATCH v10 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v10 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v10 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
- [PATCH v10 6/7] RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
- [PATCH v10 7/7] RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
- [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
Andrew Jones
- [PATCH] riscv: vdso: fix build with llvm
kernel test robot
- [PATCH] riscv: vdso: fix build with llvm
Conor Dooley
- [RFC 8/9] RISC-V: KVM: Implement perf support
Andrew Jones
- [RFC 3/9] RISC-V: KVM: Define a probe function for SBI extension data structures
Andrew Jones
- [PATCH RESEND v9] riscv: add riscv rethook implementation
Conor Dooley
- [PATCH] mm: remove kern_addr_valid() completely
Catalin Marinas
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Andrew Bresticker
- [PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
Conor Dooley
- [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
Greg Kroah-Hartman
- [PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Andrew Jones
- [PATCH] selftests/vDSO: Add riscv getcpu & gettimeofday test
guoren at kernel.org
- [PATCH] selftests/vDSO: Add riscv getcpu & gettimeofday test
Shuah Khan
- [PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
Conor Dooley
- [PATCH v2] riscv: vdso: fix section overlapping under some conditions
Jisheng Zhang
- [PATCH] riscv: vdso: fix build with llvm
Jisheng Zhang
- [PATCH] riscv: vdso: fix section overlapping under some conditions
Jisheng Zhang
- [RFC PATCH v2 0/8] Generic IPI sending tracepoint
Valentin Schneider
- [RFC PATCH v2 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
Valentin Schneider
- [RFC PATCH v2 2/8] trace: Add trace_ipi_send_cpumask()
Valentin Schneider
- [RFC PATCH v2 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
Valentin Schneider
- [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
Valentin Schneider
- [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
Valentin Schneider
- [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
- [RFC PATCH v2 7/8] smp: reword smp call IPI comment
Valentin Schneider
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
Valentin Schneider
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Borislav Petkov
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
- [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
- [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
- [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
Sean Christopherson
- [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
- [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
- [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
- [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
- [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
- [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
- [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
- [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
- [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
- [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
- [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
- [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
- [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
- [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
- [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
- [PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
liaochang (A)
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
Michael Ellerman
- [PATCH 9/9] RISC-V: Use Zicboz in memset when available
Palmer Dabbelt
- [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
Rob Herring
- [PATCH v10 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
Atish Patra
- [PATCH v10 6/7] RISC-V: Use IPIs for remote TLB flush when possible
Atish Patra
- [PATCH v10 7/7] RISC-V: Use IPIs for remote icache flush when possible
Atish Patra
- [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Philippe Mathieu-Daudé
- [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
Philippe Mathieu-Daudé
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Philippe Mathieu-Daudé
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Philippe Mathieu-Daudé
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Philippe Mathieu-Daudé
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Philippe Mathieu-Daudé
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Philippe Mathieu-Daudé
- [PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
guoren at kernel.org
- [PATCH -next V8 01/14] compiler_types.h: Add __noinstr_section() for noinstr
guoren at kernel.org
- [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning
guoren at kernel.org
- [PATCH -next V8 03/14] riscv: compat_syscall_table: Fixup compile warning
guoren at kernel.org
- [PATCH -next V8 04/14] riscv: ptrace: Remove duplicate operation
guoren at kernel.org
- [PATCH -next V8 05/14] riscv: traps: Add noinstr to prevent instrumentation inserted
guoren at kernel.org
- [PATCH -next V8 06/14] riscv: convert to generic entry
guoren at kernel.org
- [PATCH -next V8 07/14] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
guoren at kernel.org
- [PATCH -next V8 08/14] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
guoren at kernel.org
- [PATCH -next V8 09/14] riscv: Add config of thread stack size
guoren at kernel.org
- [PATCH -next V8 10/14] riscv: Typo fixup for addi -> andi in comment
guoren at kernel.org
- [PATCH -next V8 11/14] riscv: Add support for STACKLEAK gcc plugin
guoren at kernel.org
- [PATCH -next V8 12/14] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
guoren at kernel.org
- [PATCH -next V8 13/14] riscv: consolidate ret_from_kernel_thread into ret_from_fork
guoren at kernel.org
- [PATCH -next V8 14/14] riscv: entry: consolidate general regs saving/restoring
guoren at kernel.org
- [PATCH V2] selftests/vDSO: Add riscv getcpu & gettimeofday test
guoren at kernel.org
- [PATCH 9/9] RISC-V: Use Zicboz in memset when available
Andrew Jones
- RISC-V reserved memory problems
Evgenii Shatokhin
- RISC-V reserved memory problems
Conor Dooley
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Christian Borntraeger
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Cornelia Huck
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Andrew Jones
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Claudio Imbrenda
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Paolo Bonzini
- [PATCH v4 0/1] Fix /proc/cpuinfo cpumask warning
Andrew Jones
- [PATCH v4 1/1] x86: cpuinfo: Ensure inputs to cpumask_next are valid
Andrew Jones
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Borislav Petkov
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Paolo Bonzini
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
- [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
Sean Christopherson
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Andrew Jones
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Borislav Petkov
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
yury.norov at gmail.com
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Borislav Petkov
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Yury Norov
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
Linus Torvalds
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Paolo Bonzini
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
pr-tracker-bot at kernel.org
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
- [GIT PULL] Please pull powerpc/linux.git powerpc-6.1-4 tag
Michael Ellerman
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH v3 2/2] x86: Fix /proc/cpuinfo cpumask warning
Borislav Petkov
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Chao Gao
- [PATCH 02/12] dt-bindings: riscv: Add T-HEAD C906 and C910 compatibles
Icenowy Zheng
- [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features.
Vineet Gupta
- [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features.
Vineet Gupta
- [PATCH v12 06/17] riscv: Reset vector register
Vineet Gupta
- [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
Vineet Gupta
- [PATCH 03/44] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Yuan Yao
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Yuan Yao
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Isaku Yamahata
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Paolo Bonzini
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Paolo Bonzini
- [PATCH v12 06/17] riscv: Reset vector register
Guo Ren
- [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
Conor.Dooley at microchip.com
- [PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
Li Huafei
- [PATCH 2/2] RISC-V: kexec: Fix memory leak of elf header buffer
Li Huafei
- Regression: Fwd: Re: [PATCH] riscv: mmap with PROT_WRITE but no PROT_READ is invalid #forregzbot
Thorsten Leemhuis
- [PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
Conor Dooley
- [PATCH 2/2] RISC-V: kexec: Fix memory leak of elf header buffer
Conor Dooley
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
Vineet Gupta
- [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Sergey Matyukevich
- [PATCH v12 08/17] riscv: Add task switch support for vector
Vineet Gupta
- [QUERY]: RZ/Five (AX45MP) non-coherent DMA
Lad, Prabhakar
- [PATCH RFC 0/9] String optimizations and call support in alternatives
Heiko Stuebner
- [PATCH RFC 1/9] string: allow override for strstarts()
Heiko Stuebner
- [PATCH RFC 2/9] efi/riscv: libstub: mark when compiling libstub
Heiko Stuebner
- [PATCH RFC 3/9] RISC-V: add auipc elements to parse_asm header
Heiko Stuebner
- [PATCH RFC 4/9] RISC-V: add U-type imm parsing to parse_asm header
Heiko Stuebner
- [PATCH RFC 5/9] RISC-V: add rd reg parsing to parse_asm header
Heiko Stuebner
- [PATCH RFC 6/9] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
- [PATCH RFC 7/9] RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
- [PATCH RFC 8/9] HACK: RISC-V: add zbb support to string functions
Heiko Stuebner
- [PATCH RFC 9/9] HACK: disable strchr call in overlay-fs
Heiko Stuebner
- [QUERY]: RZ/Five (AX45MP) non-coherent DMA
Heiko Stübner
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Anup Patel
- [QUERY]: RZ/Five (AX45MP) non-coherent DMA
Lad, Prabhakar
- [PATCH] Documentation: riscv: tableize memory layout
Bagas Sanjaya
- [PATCH v4 0/8] Add OPTPROBES feature on RISCV
Chen Guokai
- [PATCH v4 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
Chen Guokai
- [PATCH v4 2/8] riscv/kprobe: Allocate detour buffer from module area
Chen Guokai
- [PATCH v4 3/8] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
Chen Guokai
- [PATCH v4 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
Chen Guokai
- [PATCH v4 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
Chen Guokai
- [PATCH v4 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
Chen Guokai
- [PATCH v4 7/8] riscv/kprobe: Prepare detour buffer for optimized kprobe
Chen Guokai
- [PATCH v4 8/8] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
Chen Guokai
- [PATCH] Documentation: riscv: tableize memory layout
Conor Dooley
- [PATCH] Documentation: riscv: tableize memory layout
Akira Yokosawa
- [PATCH 1/2] RISC-V: kexec: Fix memory leak of fdt buffer
liaochang (A)
- [PATCH] Documentation: riscv: tableize memory layout
Bagas Sanjaya
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Anup Patel
- [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Anup Patel
- [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Anup Patel
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Anup Patel
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Anup Patel
- [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC
Anup Patel
- [PATCH] Documentation: riscv: tableize memory layout
Conor Dooley
- Słowa kluczowe do wypozycjonowania
Adam Charachuta
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Andrew Bresticker
- [PATCH v1] riscv: fix reserved memory setup
Conor Dooley
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Anup Patel
- Should we merge arch/riscv/boot/dts via the SOC tree?
Palmer Dabbelt
- [PATCH v4 0/8] Add OPTPROBES feature on RISCV
Björn Töpel
- [PATCH v4 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
Björn Töpel
- [PATCH v4 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
Björn Töpel
- [PATCH v12 04/17] riscv: Add vector feature to compile
Björn Töpel
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Andrew Bresticker
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Anup Patel
- Should we merge arch/riscv/boot/dts via the SOC tree?
Krzysztof Kozlowski
- [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
Eric Farman
- [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Eric Farman
- [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
Eric Farman
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Lad, Prabhakar
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Conor Dooley
- [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
Eric Farman
- [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Eric Farman
- [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Eric Farman
- Should we merge arch/riscv/boot/dts via the SOC tree?
Conor Dooley
- [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
Eric Farman
- [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
Eric Farman
- [RFC PATCH v1] riscv: support for hardware breakpoints/watchpoints
Sergey Matyukevich
- [PATCH v1] riscv: fix reserved memory setup
Evgenii Shatokhin
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH v12 04/17] riscv: Add vector feature to compile
Vineet Gupta
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH v12 09/17] riscv: Add ptrace vector support
Vineet Gupta
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Isaku Yamahata
- [PATCH v1] riscv: fix reserved memory setup
Conor Dooley
- [PATCH v12 04/17] riscv: Add vector feature to compile
Conor Dooley
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH] riscv: asid: Fixup stale TLB entry cause application crash
guoren at kernel.org
- [PATCH] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
guoren at kernel.org
- Re: [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
Conor Dooley
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Huang, Kai
- [PATCH v4 0/8] Add OPTPROBES feature on RISCV
Xim
- [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Pierre Gondois
- [PATCH 2/5] cacheinfo: Return error code in init_of_cache_level()
Pierre Gondois
- [PATCH 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
Pierre Gondois
- [PATCH 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Pierre Gondois
- [PATCH 5/5] arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
- [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
- [PATCH v4 0/8] Add OPTPROBES feature on RISCV
liaochang (A)
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Andreas Schwab
- Should we merge arch/riscv/boot/dts via the SOC tree?
Arnd Bergmann
- [PATCH v4 0/8] Add OPTPROBES feature on RISCV
Björn Töpel
- Should we merge arch/riscv/boot/dts via the SOC tree?
Conor Dooley
- Should we merge arch/riscv/boot/dts via the SOC tree?
Arnd Bergmann
- [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
Conor Dooley
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Conor Dooley
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
Conor Dooley
- Should we merge arch/riscv/boot/dts via the SOC tree?
Conor Dooley
- [PATCH v5 3/7] riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option
Geert Uytterhoeven
- [PATCH v5 4/7] riscv: dts: renesas: Add initial devicetree for Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH v5 5/7] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK
Geert Uytterhoeven
- [PATCH v11 3/4] pwm: add microchip soft ip corePWM driver
Uwe Kleine-König
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Sudeep Holla
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Sudeep Holla
- [PATCH 2/5] cacheinfo: Return error code in init_of_cache_level()
Sudeep Holla
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Lad, Prabhakar
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Sudeep Holla
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
Sudeep Holla
- [PATCH 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
Pierre Gondois
- [PATCH] RISC-V: vdso: Do not add missing symbols to version section in linker script
Nathan Chancellor
- [PATCH 5/5] arch_topology: Build cacheinfo from primary CPU
kernel test robot
- [PATCH v12 04/17] riscv: Add vector feature to compile
Vineet Gupta
- [PATCH 1/5] cacheinfo: Use riscv's init_cache_level() as generic OF implem
Conor Dooley
- [PATCH v12 04/17] riscv: Add vector feature to compile
Conor Dooley
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Lad, Prabhakar
- [PATCH v10 05/16] riscv: Add has_vector/riscv_vsize to save vector features.
Vineet Gupta
- [PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [PATCH v11 3/4] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Conor Dooley
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Lad, Prabhakar
- [PATCH] RISC-V: vdso: Do not add missing symbols to version section in linker script
Conor Dooley
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
Vineet Gupta
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
kernel test robot
- [PATCH RESEND] riscv: asid: Fixup stale TLB entry cause application crash
kernel test robot
- [PATCH V2] riscv: asid: Fixup stale TLB entry cause application crash
guoren at kernel.org
- [PATCH 0/2] riscv: stacktrace: A fixup and an optimization
guoren at kernel.org
- [PATCH 1/2] riscv: stacktrace: Fixup ftrace_graph_ret_addr retp argument
guoren at kernel.org
- [PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
guoren at kernel.org
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Geert Uytterhoeven
- Should we merge arch/riscv/boot/dts via the SOC tree?
Arnd Bergmann
- Deprecating and removing SLOB
Vlastimil Babka
- [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
Lad, Prabhakar
- [PATCH v11 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
Uwe Kleine-König
- [PATCH V2] riscv: asid: Fixup stale TLB entry cause application crash
Andrew Jones
- [PATCH v11 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
Conor Dooley
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Emil Renner Berthing
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Uwe Kleine-König
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Emil Renner Berthing
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Sergey Matyukevich
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Uwe Kleine-König
- Deprecating and removing SLOB
Aaro Koskinen
- Deprecating and removing SLOB
Geert Uytterhoeven
- [PATCH v1 2/2] stackprotector: actually use get_random_canary()
Catalin Marinas
- Deprecating and removing SLOB
Mike Rapoport
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Palmer Dabbelt
- Deprecating and removing SLOB
Janusz Krzysztofik
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Conor Dooley
- [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree
Conor Dooley
- [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
Conor Dooley
- [PATCH v1 2/4] MAINTAINERS: generify the Microchip RISC-V entry name
Conor Dooley
- [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
Conor Dooley
- [PATCH v1 4/4] MAINTAINERS: repair Microchip corei2c driver entry
Conor Dooley
- (subset) [PATCH v11 0/4] Microchip soft ip corePWM driver
Conor Dooley
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH V2] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Robert Hoo
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
- [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
Emil Renner Berthing
- [PATCH V2] riscv: asid: Fixup stale TLB entry cause application crash
Andrew Jones
- [PATCH v12 0/2] Hey Uwe, all,
Conor Dooley
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [PATCH v12 2/2] MAINTAINERS: add pwm to PolarFire SoC entry
Conor Dooley
- [PATCH v12 0/2] Hey Uwe, all,
Conor.Dooley at microchip.com
- [PATCH v5 0/7] Add support for Renesas RZ/Five SoC
Geert Uytterhoeven
- [PATCH 0/7] Zbb string optimizations and call support in alternatives
Heiko Stuebner
- [PATCH 1/7] efi/riscv: libstub: mark when compiling libstub
Heiko Stuebner
- [PATCH 2/7] RISC-V: add auipc elements to parse_asm header
Heiko Stuebner
- [PATCH 3/7] RISC-V: add U-type imm parsing to parse_asm header
Heiko Stuebner
- [PATCH 4/7] RISC-V: add rd reg parsing to parse_asm header
Heiko Stuebner
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
- [PATCH 6/7] RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
- [PATCH 7/7] RISC-V: add zbb support to string functions
Heiko Stuebner
- [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH] riscv: Bump COMMAND_LINE_SIZE value to 1024
Dmitry Vyukov
- [PATCH v3 0/5] PCI: Remove unnecessary <linux/of_irq.h> includes
Bjorn Helgaas
- [PATCH] RISC-V: Do not issue remote fences until smp is available
Palmer Dabbelt
- [PATCH] riscv: process: fix kernel info leakage
Palmer Dabbelt
- [PATCH] riscv: vdso: fix build with llvm
Palmer Dabbelt
- [PATCH] riscv: vdso: fix build with llvm
patchwork-bot+linux-riscv at kernel.org
- [PATCH] riscv: process: fix kernel info leakage
patchwork-bot+linux-riscv at kernel.org
- [PATCH v1] riscv: fix reserved memory setup
Palmer Dabbelt
- [PATCH v1] riscv: fix reserved memory setup
patchwork-bot+linux-riscv at kernel.org
- [PATCH 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Jeremy Linton
- [PATCH] RISC-V: vdso: Do not add missing symbols to version section in linker script
Palmer Dabbelt
- [PATCH 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
Jeremy Linton
- [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Sean Christopherson
- [PATCH] mm: remove kern_addr_valid() completely
Palmer Dabbelt
- [PATCH v4 1/1] x86: cpuinfo: Ensure inputs to cpumask_next are valid
Yury Norov
- [PATCH 0/9] Linux RISC-V AIA Support
Anup Patel
- [PATCH 1/9] RISC-V: Add AIA related CSR defines
Anup Patel
- [PATCH 2/9] RISC-V: Detect AIA CSRs from ISA string
Anup Patel
- [PATCH 3/9] irqchip/riscv-intc: Add support for RISC-V AIA
Anup Patel
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Anup Patel
- [PATCH 5/9] irqchip: Add RISC-V incoming MSI controller driver
Anup Patel
- [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
Anup Patel
- [PATCH 7/9] irqchip: Add RISC-V advanced PLIC driver
Anup Patel
- [PATCH 8/9] RISC-V: Select APLIC and IMSIC drivers for QEMU virt machine
Anup Patel
- [PATCH 9/9] MAINTAINERS: Add entry for RISC-V AIA drivers
Anup Patel
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
guoren at kernel.org
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
Andrew Jones
- [PATCH 0/9] Linux RISC-V AIA Support
Atish Patra
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Atish Patra
- [PATCH 0/9] Linux RISC-V AIA Support
Atish Patra
- [External] [PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
Punit Agrawal
- Deprecating and removing SLOB
Vlastimil Babka
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Sebastian Andrzej Siewior
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Conor.Dooley at microchip.com
- [PATCH 5/9] irqchip: Add RISC-V incoming MSI controller driver
Andrew Bresticker
- [GIT PULL] RISC-V Fixes for 6.1-rc5
Palmer Dabbelt
- [GIT PULL] RISC-V Fixes for 6.1-rc5
pr-tracker-bot at kernel.org
- [PATCH v3 0/5] PCI: Remove unnecessary <linux/of_irq.h> includes
Rob Herring
- [PATCH 0/9] Linux RISC-V AIA Support
Atish Patra
- Updating python gdb command lx_current for riscv
debug at rivosinc.com
- [PATCH] gdb-script: updated lx_current for riscv
debug at rivosinc.com
- Deprecating and removing SLOB
Conor Dooley
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
- [PATCH 7/9] irqchip: Add RISC-V advanced PLIC driver
Andrew Bresticker
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH] RISC-V: Do not issue remote fences until smp is available
Atish Patra
- [PATCH] riscv: mm: Proper page permissions after initmem free
Björn Töpel
- [PATCH v2 0/5] riscv: add PREEMPT_RT support
Conor.Dooley at microchip.com
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Conor Dooley
- [PATCH] gdb-script: updated lx_current for riscv
Conor Dooley
- [PATCH v4 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
kernel test robot
- [PATCH] gdb-script: updated lx_current for riscv
Andrew Jones
- [PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
- [PATCH] gdb-script: updated lx_current for riscv
Conor Dooley
- [PATCH 2/9] RISC-V: Detect AIA CSRs from ISA string
Conor Dooley
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Conor Dooley
- [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
Conor Dooley
- Should we merge arch/riscv/boot/dts via the SOC tree?
Icenowy Zheng
- [PATCH v12 04/17] riscv: Add vector feature to compile
Conor.Dooley at microchip.com
- [PATCH 1/7] efi/riscv: libstub: mark when compiling libstub
Conor Dooley
- [PATCH 2/7] RISC-V: add auipc elements to parse_asm header
Conor Dooley
- [PATCH 1/7] efi/riscv: libstub: mark when compiling libstub
Heiko Stübner
- [PATCH 1/7] efi/riscv: libstub: mark when compiling libstub
Conor Dooley
- [PATCH 3/7] RISC-V: add U-type imm parsing to parse_asm header
Conor Dooley
- [PATCH 4/7] RISC-V: add rd reg parsing to parse_asm header
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Conor Dooley
- [PATCH] riscv: mm: Proper page permissions after initmem free
Samuel Holland
- [PATCH 6/7] RISC-V: add infrastructure to allow different str* implementations
Conor Dooley
- [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Heiko Stübner
- [PATCH] riscv: Update k210 defconfigs
Damien Le Moal
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Anshuman Khandual
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
haoxin
- [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
Andrew Jones
- [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
Nicolas Ferre
- [PATCH v5 3/4] RISC-V: Implement arch specific PMEM APIs
Anup Patel
- [PATCH v6 0/3] Add PMEM support for RISC-V
Anup Patel
- [PATCH v6 1/3] RISC-V: Fix MEMREMAP_WB for systems with Svpbmt
Anup Patel
- [PATCH v6 2/3] RISC-V: Implement arch specific PMEM APIs
Anup Patel
- [PATCH v6 3/3] RISC-V: Enable PMEM drivers
Anup Patel
- Deprecating and removing SLOB
Vlastimil Babka
- [PATCH v11 0/7] RISC-V IPI Improvements
Anup Patel
- [PATCH v11 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
- [PATCH v11 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
- [PATCH v11 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v11 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v11 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
- [PATCH v11 6/7] RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
- [PATCH v11 7/7] RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Krzysztof Kozlowski
- [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
Krzysztof Kozlowski
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Emil Renner Berthing
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Andrew Jones
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Emil Renner Berthing
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [PATCH v2] net:macb: driver support acpi mode
xiaowu.ding
- Deprecating and removing SLOB
Hyeonggon Yoo
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Anup Patel
- [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
Anup Patel
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Andrew Jones
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Krzysztof Kozlowski
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Anup Patel
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Emil Renner Berthing
- [PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
Christophe Leroy
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Philipp Tomsich
- [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Anshuman Khandual
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
- [PATCH] riscv: mm: Proper page permissions after initmem free
Alexandre Ghiti
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Guo Ren
- Deprecating and removing SLOB
Hyeonggon Yoo
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Anup Patel
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
- [PATCH] riscv: mm: Proper page permissions after initmem free
Björn Töpel
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Conor Dooley
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Andrew Bresticker
- [PATCH] RISC-V: Fix unannoted hardirqs-on in return to userspace slow-path
Guo Ren
- [PATCH v6 0/3] Add PMEM support for RISC-V
Conor Dooley
- [RFC PATCH v2 0/8] Generic IPI sending tracepoint
Steven Rostedt
- [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
Palmer Dabbelt
- [PATCH v12 09/17] riscv: Add ptrace vector support
Arnd Bergmann
- [PATCH] riscv: Update k210 defconfigs
Conor Dooley
- [PATCH] riscv: Update k210 defconfigs
Damien Le Moal
- [PATCH] riscv: Update k210 defconfigs
Conor Dooley
- [PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
- [PATCH v2] scripts/gdb: add lx_current support for riscv
Deepak Gupta
- [PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
Yicong Yang
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- Deprecating and removing SLOB
Damien Le Moal
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH 0/3] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH 1/3] riscv/ftrace: add ftrace_graph_func
Song Shuai
- [PATCH 2/3] riscv/ftrace: SAVE_ALL supports lightweight save
Song Shuai
- [PATCH 3/3] riscv/ftrace: cleanup ftrace_caller and ftrace_regs_caller
Song Shuai
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
haoxin
- [PATCH v6 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
haoxin
- [PATCH v2] scripts/gdb: add lx_current support for riscv
Andrew Jones
- [PATCH v2] riscv: mm: Proper page permissions after initmem free
Björn Töpel
- [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
Vitaly Kuznetsov
- [PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
Prabhakar
- [PATCH 1/3] riscv: Kconfig: Enable cpufreq kconfig menu
Prabhakar
- [PATCH 2/3] riscv: dts: renesas: r9a07g043f/rzfive-smarc-som: Enable ADC/OPP/Thermal Zones/TSU
Prabhakar
- [PATCH 3/3] riscv: dts: renesas: rzfive-smarc: Enable CANFD/I2C
Prabhakar
- [PATCH 1/3] riscv: Kconfig: Enable cpufreq kconfig menu
Conor Dooley
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Krzysztof Kozlowski
- [PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
Conor Dooley
- [PATCH 1/3] riscv/ftrace: add ftrace_graph_func
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v3] scripts/gdb: add lx_current support for riscv
Conor Dooley
- [PATCH v2] riscv: mm: Proper page permissions after initmem free
Alexandre Ghiti
- [PATCH 1/2] riscv: dts: microchip: remove pcie node from the sev kit
Conor Dooley
- [PATCH 2/2] riscv: dts: microchip: remove unused pcie clocks
Conor Dooley
- [PATCH v1 1/1] riscv: mm: call best_map_size many times during linear-mapping
Alexandre Ghiti
- [PATCH v12 04/17] riscv: Add vector feature to compile
Vineet Gupta
- [PATCH v3] scripts/gdb: add lx_current support for riscv
Conor.Dooley at microchip.com
- [PATCH v3] scripts/gdb: add lx_current support for riscv
Andrew Jones
- [PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
Björn Töpel
- [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro
Björn Töpel
- [PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
Lad, Prabhakar
- [PATCH v3] scripts/gdb: add lx_current support for riscv
Deepak Gupta
- [PATCH v2 0/4] RISC-V: Dynamic ftrace support for RV32I
Jamie Iles
- [PATCH v2 1/4] RISC-V: use REG_S/REG_L for mcount
Jamie Iles
- [PATCH v2 2/4] RISC-V: reduce mcount save space on RV32
Jamie Iles
- [PATCH v2 3/4] RISC-V: preserve a1 in mcount
Jamie Iles
- [PATCH v2 4/4] RISC-V: enable dynamic ftrace for RV32I
Jamie Iles
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH v4] scripts/gdb: add lx_current support for riscv
Deepak Gupta
- [PATCH v4] scripts/gdb: add lx_current support for riscv
Conor.Dooley at microchip.com
- [PATCH v5] scripts/gdb: add lx_current support for riscv
Deepak Gupta
- [PATCH v12 04/17] riscv: Add vector feature to compile
Conor Dooley
- [PATCH 8/9] RISC-V: Select APLIC and IMSIC drivers for QEMU virt machine
Conor Dooley
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Conor Dooley
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Huang, Kai
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Nadav Amit
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Huang, Kai
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Nadav Amit
- [PATCH v6 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Anshuman Khandual
- [PATCH] riscv: Implement ioremap_prot support
Jianwen Jiang
- [PATCH v2 0/3] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH v2 1/3] riscv/ftrace: add ftrace_graph_func
Song Shuai
- [PATCH v2 2/3] riscv/ftrace: SAVE_ALL supports lightweight save
Song Shuai
- [PATCH v2 3/3] riscv/ftrace: cleanup ftrace_caller and ftrace_regs_caller
Song Shuai
- Deprecating and removing SLOB
Matthew Wilcox
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH v5] scripts/gdb: add lx_current support for riscv
Andrew Jones
- [PATCH v2 2/4] RISC-V: reduce mcount save space on RV32
Andrew Jones
- [PATCH v2 0/4] RISC-V: Dynamic ftrace support for RV32I
Andrew Jones
- [PATCH v2 2/3] riscv/ftrace: SAVE_ALL supports lightweight save
Andrew Jones
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Krzysztof Kozlowski
- [PATCH 2/3] riscv: dts: renesas: r9a07g043f/rzfive-smarc-som: Enable ADC/OPP/Thermal Zones/TSU
Geert Uytterhoeven
- [PATCH 2/3] riscv: dts: renesas: r9a07g043f/rzfive-smarc-som: Enable ADC/OPP/Thermal Zones/TSU
Geert Uytterhoeven
- [PATCH 3/3] riscv: dts: renesas: rzfive-smarc: Enable CANFD/I2C
Geert Uytterhoeven
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Conor Dooley
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Krzysztof Kozlowski
- [PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
Geert Uytterhoeven
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Anup Patel
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Conor Dooley
- [PATCH v1 0/9] PCI: microchip: Partition address translations
daire.mcnamara at microchip.com
- [PATCH v1 1/9] PCI: microchip: Align register, offset, and mask names with hw docs
daire.mcnamara at microchip.com
- [PATCH v1 2/9] PCI: microchip: Correct the DED and SEC interrupt bit offsets
daire.mcnamara at microchip.com
- [PATCH v1 3/9] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
daire.mcnamara at microchip.com
- [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
daire.mcnamara at microchip.com
- [PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
daire.mcnamara at microchip.com
- [PATCH v1 6/9] PCI: microchip: Re-partition code between probe() and init()
daire.mcnamara at microchip.com
- [PATCH v1 7/9] PCI: microchip: Partition outbound address translation
daire.mcnamara at microchip.com
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
daire.mcnamara at microchip.com
- [PATCH v1 9/9] riscv: dts: microchip: add parent ranges and dma-ranges for IKRD v2022.09
daire.mcnamara at microchip.com
- [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
kernel test robot
- [PATCH v1 2/9] PCI: microchip: Correct the DED and SEC interrupt bit offsets
Conor Dooley
- [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
Peter Zijlstra
- [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
Bjorn Helgaas
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
Bjorn Helgaas
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
Conor Dooley
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [PATCH v2] net:macb: driver support acpi mode
Jakub Kicinski
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Emil Renner Berthing
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Emil Renner Berthing
- [PATCH v4 0/3] Enable initial support for StarFive VisionFive V1 SBC
Conor Dooley
- Deprecating and removing SLOB
Vlastimil Babka
- [PATCH v2 0/3] some fixes for sifive_ccache
Conor Dooley
- [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
Rob Herring
- [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
Rob Herring
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
kernel test robot
- [PATCH v4 0/3] Enable initial support for StarFive VisionFive V1 SBC
Cristian Ciocaltea
- [PATCH v5] scripts/gdb: add lx_current support for riscv
Deepak Gupta
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH v4 2/8] riscv/kprobe: Allocate detour buffer from module area
Steven Rostedt
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Huang, Kai
- [PATCH v2 0/3] riscv/ftrace: make function graph use ftrace directly
Guo Ren
- [PATCH v2 3/3] riscv/ftrace: cleanup ftrace_caller and ftrace_regs_caller
Guo Ren
- [PATCH v2 2/3] riscv/ftrace: SAVE_ALL supports lightweight save
Guo Ren
- [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
Deepak Gupta
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
kernel test robot
- [PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
Jiri Olsa
- [PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
Yicong Yang
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro
Anders Roxell
- [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
Peter Zijlstra
- [RFC PATCH v2 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
Peter Zijlstra
- [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
Peter Zijlstra
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [RFC PATCH 0/9] dt-bindings: cleanup titles
Krzysztof Kozlowski
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [RFC PATCH 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
Krzysztof Kozlowski
- [RFC PATCH 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
Krzysztof Kozlowski
- [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
Krzysztof Kozlowski
- [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
Krzysztof Kozlowski
- [RFC PATCH 6/9] dt-bindings: drop redundant part of title (end, part three)
Krzysztof Kozlowski
- [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
Krzysztof Kozlowski
- [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
Krzysztof Kozlowski
- [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)
Krzysztof Kozlowski
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Andrew Lunn
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
Peter Zijlstra
- [RFC PATCH v2 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
Valentin Schneider
- [RFC PATCH v2 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Guenter Roeck
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
Valentin Schneider
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
Sean Christopherson
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Jonathan Cameron
- [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
Jonathan Cameron
- [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
Jonathan Cameron
- [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
Guo Ren
- [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
Jonathan Cameron
- [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
Jonathan Cameron
- [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
Jonathan Cameron
- [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)
Jonathan Cameron
- [RFC PATCH 0/9] dt-bindings: cleanup titles
Alexandre Belloni
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Uwe Kleine-König
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Rob Herring
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Conor Dooley
- [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
kernel test robot
- [PATCH] irqchip/sifive-plic: default to enabled
Conor Dooley
- [PATCH 1/2] riscv: dts: microchip: remove pcie node from the sev kit
Conor Dooley
- [PATCH] irqchip/sifive-plic: default to enabled
Marc Zyngier
- [PATCH] irqchip/sifive-plic: default to enabled
Conor Dooley
- [PATCH] irqchip/sifive-plic: default to enabled
Marc Zyngier
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Uwe Kleine-König
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Miquel Raynal
- [GIT PULL] ARM: SoC fixes for 6.1, part 3
Arnd Bergmann
- [PATCH 0/3] RZ/Five: Enable ADC/CANFD/I2C/OPP/Thermal Zones/TSU
patchwork-bot+linux-riscv at kernel.org
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [GIT PULL] ARM: SoC fixes for 6.1, part 3
pr-tracker-bot at kernel.org
- [PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
patchwork-bot+netdevbpf at kernel.org
- [PATCH V5 0/2] Support VMCOREINFO export for RISCV64
Baoquan He
- [PATCH v2 00/14] Basic clock and reset support for StarFive JH7110 RISC-V SoC
Hal Feng
- [PATCH v2 01/14] clk: starfive: Factor out common JH7100 and JH7110 code
Hal Feng
- [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
Hal Feng
- [PATCH v2 03/14] reset: Create subdirectory for StarFive drivers
Hal Feng
- [PATCH v2 04/14] reset: starfive: Factor out common JH71X0 reset code
Hal Feng
- [PATCH v2 05/14] reset: starfive: Rename "jh7100" to "jh71x0" for the common code
Hal Feng
- [PATCH v2 06/14] reset: starfive: jh71x0: Use 32bit I/O on 32bit registers
Hal Feng
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Hal Feng
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Hal Feng
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [PATCH v2 10/14] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator
Hal Feng
- [PATCH v2 11/14] clk: starfive: Add StarFive JH7110 system clock driver
Hal Feng
- [PATCH v2 12/14] clk: starfive: Add StarFive JH7110 always-on clock driver
Hal Feng
- [PATCH v2 13/14] reset: starfive: Add StarFive JH7110 reset driver
Hal Feng
- [PATCH v2 14/14] clk: starfive: jh71x0: Don't register aux devices if JH7110 reset is disabled
Hal Feng
- [PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
Hal Feng
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Hal Feng
- [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
Hal Feng
- [PATCH v2 3/5] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
Hal Feng
- [PATCH v2 4/5] pinctrl: starfive: Add StarFive JH7110 sys controller driver
Hal Feng
- [PATCH v2 5/5] pinctrl: starfive: Add StarFive JH7110 aon controller driver
Hal Feng
- [PATCH v2 0/8] Basic device tree support for StarFive JH7110 RISC-V SoC
Hal Feng
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Hal Feng
- [PATCH v2 2/8] dt-bindings: timer: Add StarFive JH7110 clint
Hal Feng
- [PATCH v2 3/8] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
Hal Feng
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Hal Feng
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Hal Feng
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Hal Feng
- [PATCH v2 7/8] riscv: dts: starfive: Add StarFive JH7110 VisionFive2 board device tree
Hal Feng
- [PATCH v2 8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW
Hal Feng
- [PATCH v4 2/8] riscv/kprobe: Allocate detour buffer from module area
liaochang (A)
- [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
Rob Herring
- [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
Hal Feng
- [PATCH v2 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
Hal Feng
- [PATCH v2 0/8] Basic device tree support for StarFive JH7110 RISC-V SoC
Hal Feng
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
Peter Zijlstra
- [PATCH v2 0/3] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH v2 0/3] RISC-V interrupt controller select cleanup
Conor Dooley
- [PATCH v2 1/3] irqchip/sifive-plic: remove user selectability of SIFIVE_PLIC
Conor Dooley
- [PATCH v2 2/3] irqchip/riscv-intc: remove user selectability of RISCV_INTC
Conor Dooley
- [PATCH v2 3/3] RISC-V: stop selecting SIFIVE_PLIC at the SoC level
Conor Dooley
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Conor Dooley
- [PATCH v2 2/8] dt-bindings: timer: Add StarFive JH7110 clint
Conor Dooley
- [PATCH v2 3/8] dt-bindings: interrupt-controller: Add StarFive JH7110 plic
Conor Dooley
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Conor Dooley
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Conor Dooley
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Conor Dooley
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Conor Dooley
- [PATCH v2 8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW
Conor Dooley
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Krzysztof Kozlowski
- [PATCH v1 0/4] JH7110 Power Domain Support
Walker Chen
- [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
Walker Chen
- [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
Walker Chen
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v1 4/4] riscv: dts: starfive: add power controller node
Walker Chen
- [PATCH] riscv: dts: renesas: rzfive-smarc-som: Enable WDT
Prabhakar
- [PATCH] Documentation: riscv: Document the sv57 VM layout
Alexandre Ghiti
- [PATCH v2 01/14] clk: starfive: Factor out common JH7100 and JH7110 code
Emil Renner Berthing
- [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
Emil Renner Berthing
- [PATCH v2 03/14] reset: Create subdirectory for StarFive drivers
Emil Renner Berthing
- [PATCH] Documentation: riscv: Document the sv57 VM layout
Björn Töpel
- [PATCH v2 04/14] reset: starfive: Factor out common JH71X0 reset code
Emil Renner Berthing
- [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI
Daniel Bristot de Oliveira
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Emil Renner Berthing
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Emil Renner Berthing
- [PATCH v2 11/14] clk: starfive: Add StarFive JH7110 system clock driver
Emil Renner Berthing
- [PATCH v2 13/14] reset: starfive: Add StarFive JH7110 reset driver
Emil Renner Berthing
- [PATCH v2] Documentation: riscv: Document the sv57 VM layout
Björn Töpel
- [PATCH v2 14/14] clk: starfive: jh71x0: Don't register aux devices if JH7110 reset is disabled
Emil Renner Berthing
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Emil Renner Berthing
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Emil Renner Berthing
- [PATCH v3 0/2] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH v3 1/2] riscv/ftrace: add ftrace_graph_func
Song Shuai
- [PATCH v3 2/2] riscv/ftrace: make ftrace_caller call ftrace_graph_func
Song Shuai
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Emil Renner Berthing
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Emil Renner Berthing
- [PATCH v2 7/8] riscv: dts: starfive: Add StarFive JH7110 VisionFive2 board device tree
Emil Renner Berthing
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Emil Renner Berthing
- [PATCH v1 4/4] riscv: dts: starfive: add power controller node
Emil Renner Berthing
- [PATCH v1 0/4] JH7110 Power Domain Support
Emil Renner Berthing
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Conor Dooley
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
Sergey Matyukevich
- [PATCH 0/2] mpfs: fix handling failed service requests
Conor Dooley
- [PATCH 1/2] soc: microchip: mpfs: handle failed system service requests
Conor Dooley
- [PATCH 2/2] mailbox: mpfs: read the system controller's status
Conor Dooley
- [PATCH 2/2] mailbox: mpfs: read the system controller's status
Conor.Dooley at microchip.com
- [PATCH v2 0/2] mpfs: fix handling failed service requests
Conor Dooley
- [PATCH v2 1/2] soc: microchip: mpfs: handle failed system service requests
Conor Dooley
- [PATCH v2 2/2] mailbox: mpfs: read the system controller's status
Conor Dooley
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Conor Dooley
- [PATCH AUTOSEL 6.0 05/44] riscv: dts: sifive unleashed: Add PWM controlled LEDs
Sasha Levin
- [PATCH AUTOSEL 6.0 42/44] RISC-V: vdso: Do not add missing symbols to version section in linker script
Sasha Levin
- [PATCH AUTOSEL 5.15 03/27] riscv: dts: sifive unleashed: Add PWM controlled LEDs
Sasha Levin
- [PATCH AUTOSEL 5.15 26/27] RISC-V: vdso: Do not add missing symbols to version section in linker script
Sasha Levin
- [PATCH AUTOSEL 5.10 03/18] riscv: dts: sifive unleashed: Add PWM controlled LEDs
Sasha Levin
- [PATCH AUTOSEL 5.10 17/18] RISC-V: vdso: Do not add missing symbols to version section in linker script
Sasha Levin
- [PATCH AUTOSEL 5.4 10/11] RISC-V: vdso: Do not add missing symbols to version section in linker script
Sasha Levin
- [PATCH AUTOSEL 4.19 7/8] RISC-V: vdso: Do not add missing symbols to version section in linker script
Sasha Levin
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
Guo Ren
- [PATCH v7 0/3] riscv, mm: detect svnapot cpu support at runtime
panqinglin2020 at iscas.ac.cn
- [PATCH v7 1/3] riscv: mm: modify pte format for Svnapot
panqinglin2020 at iscas.ac.cn
- [PATCH v7 2/3] riscv: mm: support Svnapot in hugetlb page
panqinglin2020 at iscas.ac.cn
- [PATCH v7 3/3] riscv: mm: support Svnapot in huge vmap
panqinglin2020 at iscas.ac.cn
- [PATCH v1 1/1] riscv: mm: call best_map_size many times during linear-mapping
Qinglin Pan
- [PATCH v1 1/1] riscv: mm: call best_map_size many times during linear-mapping
Qinglin Pan
- [PATCH] riscv: defconfig: add SERIAL_8250_DW
Corentin Labbe
- [PATCH] riscv: defconfig: add SERIAL_8250_DW
Conor Dooley
- [PATCH v6 0/3] Add PMEM support for RISC-V
Anup Patel
- [PATCH v6 0/3] Add PMEM support for RISC-V
Conor Dooley
- [PATCH v7 1/3] riscv: mm: modify pte format for Svnapot
Conor Dooley
- [PATCH v7 2/3] riscv: mm: support Svnapot in hugetlb page
Conor Dooley
- [PATCH v2 2/2] mailbox: mpfs: read the system controller's status
Conor.Dooley at microchip.com
- [PATCH v7 1/3] riscv: mm: modify pte format for Svnapot
Qinglin Pan
- [PATCH v7 2/3] riscv: mm: support Svnapot in hugetlb page
Qinglin Pan
- [PATCH v3 2/2] riscv/ftrace: make ftrace_caller call ftrace_graph_func
Guo Ren
- [PATCH v3 0/2] riscv/ftrace: make function graph use ftrace directly
Guo Ren
- [PATCH 0/7] riscv: add Bouffalolab bl808 support
Jisheng Zhang
- [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver
Jisheng Zhang
- [PATCH 2/7] serial: bflb_uart: add Bouffalolab UART Driver
Jisheng Zhang
- [PATCH 3/7] MAINTAINERS: add myself as a reviewer for Bouffalolab uart driver
Jisheng Zhang
- [PATCH 4/7] riscv: add the Bouffalolab SoC family Kconfig option
Jisheng Zhang
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Jisheng Zhang
- [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
Jisheng Zhang
- [PATCH 7/7] MAINTAINERS: add myself as Bouffalolab SoC entry maintainer
Jisheng Zhang
- [PATCH v4 0/2] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH v4 1/2] riscv/ftrace: add ftrace_graph_func
Song Shuai
- [PATCH v4 2/2] riscv/ftrace: make ftrace_caller call ftrace_graph_func
Song Shuai
- [PATCH v3 0/2] riscv/ftrace: make function graph use ftrace directly
Song Shuai
- [PATCH V2] riscv: patch: Fixup lockdep warning in stop_machine
guoren at kernel.org
- [PATCH 4/7] riscv: add the Bouffalolab SoC family Kconfig option
Conor Dooley
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Conor Dooley
- [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
Conor Dooley
- [PATCH 02/12] dt-bindings: riscv: Add T-HEAD C906 and C910 compatibles
Conor Dooley
- [PATCH 02/12] dt-bindings: riscv: Add T-HEAD C906 and C910 compatibles
Conor Dooley
- [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
Icenowy Zheng
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Icenowy Zheng
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Conor Dooley
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Emil Renner Berthing
- [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
Emil Renner Berthing
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Conor Dooley
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Emil Renner Berthing
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
Chen Lifu
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Icenowy Zheng
- [PATCH 0/3] Some DT binding quirks for T-Head C9xx
Icenowy Zheng
- [PATCH 1/3] dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xx
Icenowy Zheng
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Icenowy Zheng
- [PATCH 3/3] dt-bindings: interrupt-controller: sifive,plic: add OpenC906 compatible
Icenowy Zheng
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Icenowy Zheng
- Deprecating and removing SLOB
Damien Le Moal
- [PATCH v2] Documentation: riscv: Document the sv57 VM layout
Alexandre Ghiti
- [PATCH v2 01/14] clk: starfive: Factor out common JH7100 and JH7110 code
Hal Feng
- [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
Hal Feng
- [PATCH 2/7] serial: bflb_uart: add Bouffalolab UART Driver
Jiri Slaby
- [PATCH] riscv: defconfig: add SERIAL_8250_DW
Ben Dooks
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
Krzysztof Kozlowski
- [PATCH v2 3/5] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
Krzysztof Kozlowski
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Krzysztof Kozlowski
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Krzysztof Kozlowski
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Krzysztof Kozlowski
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Krzysztof Kozlowski
- [PATCH v2 10/14] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator
Krzysztof Kozlowski
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Krzysztof Kozlowski
- [PATCH v2 04/14] reset: starfive: Factor out common JH71X0 reset code
Hal Feng
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
Guo Ren
- [PATCH 1/3] dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xx
Krzysztof Kozlowski
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Krzysztof Kozlowski
- [PATCH 3/3] dt-bindings: interrupt-controller: sifive,plic: add OpenC906 compatible
Krzysztof Kozlowski
- [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver
Krzysztof Kozlowski
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Krzysztof Kozlowski
- [PATCH 6/7] riscv: dts: bouffalolab: add Sipeed M1S dock devicetree
Krzysztof Kozlowski
- [PATCH 7/7] MAINTAINERS: add myself as Bouffalolab SoC entry maintainer
Krzysztof Kozlowski
- [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
Krzysztof Kozlowski
- [PATCH V2] riscv: patch: Fixup lockdep warning in stop_machine
Conor Dooley
- [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
Krzysztof Kozlowski
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Krzysztof Kozlowski
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
Andrew Jones
- [PATCH v2 0/9] dt-bindings: cleanup titles
Krzysztof Kozlowski
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Krzysztof Kozlowski
- [PATCH v2 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
Krzysztof Kozlowski
- [PATCH v2 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
Krzysztof Kozlowski
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Krzysztof Kozlowski
- [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
Krzysztof Kozlowski
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Krzysztof Kozlowski
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Krzysztof Kozlowski
- [PATCH v2 8/9] dt-bindings: clock: drop redundant part of title
Krzysztof Kozlowski
- [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
Krzysztof Kozlowski
- [PATCH V2] riscv: patch: Fixup lockdep warning in stop_machine
Guo Ren
- [PATCH 5/7] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Emil Renner Berthing
- [PATCH v2 04/14] reset: starfive: Factor out common JH71X0 reset code
Emil Renner Berthing
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
Emil Renner Berthing
- [PATCH v2 10/14] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator
Emil Renner Berthing
- [PATCH 2/2] riscv: stacktrace: Make walk_stackframe cross pt_regs frame
Guo Ren
- [PATCH v2 02/14] clk: starfive: Rename "jh7100" to "jh71x0" for the common code
Hal Feng
- [PATCH v2 10/14] dt-bindings: clock: Add StarFive JH7110 always-on clock and reset generator
Krzysztof Kozlowski
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Alexandre Ghiti
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Geert Uytterhoeven
- [PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
chenlifu
- [PATCH 2/7] serial: bflb_uart: add Bouffalolab UART Driver
Ilpo Järvinen
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- Deprecating and removing SLOB
Vlastimil Babka
- RISC-V DT for v6.2
Conor Dooley
- [PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
Vlastimil Babka
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Vlastimil Babka
- [PATCH v2 0/5] [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
- [PATCH v2 1/5] cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
Pierre Gondois
- [PATCH v2 2/5] cacheinfo: Return error code in init_of_cache_level()
Pierre Gondois
- [PATCH v2 3/5] ACPI: PPTT: Remove acpi_find_cache_levels()
Pierre Gondois
- [PATCH v2 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Pierre Gondois
- [PATCH v2 5/5] arch_topology: Build cacheinfo from primary CPU
Pierre Gondois
- RISC-V SoC Drivers for v6.2
Conor Dooley
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Aaro Koskinen
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Vlastimil Babka
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
Sergey Matyukevich
- [PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
Sergey Matyukevich
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Palmer Dabbelt
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v2] Documentation: riscv: Document the sv57 VM layout
Jonathan Corbet
- [PATCH v1 0/7] RISC-V: kconfig.socs cleanup, part 1
Conor Dooley
- [PATCH v1 1/7] RISC-V: introduce ARCH_FOO kconfig aliases for SOC_FOO symbols
Conor Dooley
- [PATCH v1 2/7] RISC-V: kconfig.socs: convert usage of SOC_CANAAN to ARCH_CANAAN
Conor Dooley
- [PATCH v1 3/7] RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
Conor Dooley
- [PATCH v1 4/7] RISC-V: stop selecting SIFIVE_PLIC at the SoC level
Conor Dooley
- [PATCH v1 5/7] RISC-V: stop selecting the PolarFire SoC clock driver
Conor Dooley
- [PATCH v1 6/7] RISC-V: stop selecting SiFive clock and serial drivers directly
Conor Dooley
- [PATCH v1 7/7] RISC-V: stop directly selecting drivers for SOC_CANAAN
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [RFC] fpga: add PolarFire SoC IAP support
Conor Dooley
- [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
Atish Patra
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Kevin Hilman
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf
Atish Patra
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Hal Feng
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Hal Feng
- [PATCH v2 08/14] dt-bindings: reset: Add StarFive JH7110 system and always-on reset definitions
Hal Feng
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [RFC] fpga: add PolarFire SoC IAP support
Xu Yilun
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Palmer Dabbelt
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH v2 13/14] reset: starfive: Add StarFive JH7110 reset driver
Hal Feng
- [PATCH v1 3/7] RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
Christoph Hellwig
- [PATCH v2 14/14] clk: starfive: jh71x0: Don't register aux devices if JH7110 reset is disabled
Hal Feng
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Damien Le Moal
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Icenowy Zheng
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Krzysztof Kozlowski
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Krzysztof Kozlowski
- Re: [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Icenowy Zheng
- [PATCH] pinctrl: call of_node_put() when breaking out of for_each_available_child_of_node()
Damien Le Moal
- [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
Walker Chen
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Song Shuai
- [PATCH] pinctrl: call of_node_put() when breaking out of for_each_available_child_of_node()
Peng Zhang
- [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
Krzysztof Kozlowski
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Hal Feng
- [PATCH v1 1/4] dt-bindings: power: Add StarFive JH7110 power domain definitions
Walker Chen
- [PATCH v1 5/7] RISC-V: stop selecting the PolarFire SoC clock driver
Geert Uytterhoeven
- [PATCH] pinctrl: call of_node_put() when breaking out of for_each_available_child_of_node()
Linus Walleij
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Hal Feng
- [PATCH v1 5/7] RISC-V: stop selecting the PolarFire SoC clock driver
Conor.Dooley at microchip.com
- [PATCH] riscv: Use PUD/P4D/PGD pages for the linear mapping
Alexandre Ghiti
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Conor Dooley
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Krzysztof Kozlowski
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Alexandre Ghiti
- [PATCH V2 3/3] riscv: ftrace: Reduce the detour code size to half
Song Shuai
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Guo Ren
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Conor Dooley
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Hal Feng
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Conor Dooley
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Ben Dooks
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Song Shuai
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Hal Feng
- [RFC] fpga: add PolarFire SoC IAP support
Conor Dooley
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Song Shuai
- [PATCH] riscv/ftrace: fix ftrace_modify_call bug
Song Shuai
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Emil Renner Berthing
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Hal Feng
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Conor Dooley
- [PATCH RESEND] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Song Shuai
- [PATCH v2 5/8] soc: sifive: ccache: Add StarFive JH7110 support
Conor Dooley
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Hal Feng
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Emil Renner Berthing
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stübner
- [PATCH v2] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
Conor Dooley
- [PATCH 5/7] RISC-V: fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Hal Feng
- [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
Walker Chen
- RISC-V SoC Drivers for v6.2
Arnd Bergmann
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Conor Dooley
- RISC-V SoC Drivers for v6.2
Palmer Dabbelt
- RISC-V SoC Drivers for v6.2
Conor Dooley
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Palmer Dabbelt
- RISC-V SoC Drivers for v6.2
Arnd Bergmann
- [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver
Ulf Hansson
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Arnd Bergmann
- [PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
Arnd Bergmann
- [PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
Vlastimil Babka
- [PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
Arnd Bergmann
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Marc Zyngier
- [PATCH] riscv: Use PUD/P4D/PGD pages for the linear mapping
Rob Herring
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
Atish Patra
- [RFC 8/9] RISC-V: KVM: Implement perf support
Atish Patra
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [PATCH v2 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
Stephen Boyd
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Stephen Boyd
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Stephen Boyd
- [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
Stephen Boyd
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Stephen Boyd
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Stephen Boyd
- [PATCH v2 8/9] dt-bindings: clock: drop redundant part of title
Stephen Boyd
- [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
Stephen Boyd
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Dmitry Torokhov
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Dmitry Torokhov
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Dmitry Torokhov
- [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
Dmitry Torokhov
- [PATCH v1 4/4] riscv: dts: starfive: add power controller node
Walker Chen
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Vinod Koul
- [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
Vinod Koul
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Samuel Holland
- [PATCH v2] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
Samuel Holland
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Samuel Holland
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Hal Feng
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH v2 6/8] riscv: dts: starfive: Add initial StarFive JH7110 device tree
Hal Feng
- [PATCH 5/9] irqchip: Add RISC-V incoming MSI controller driver
Ruan Jinjie
- [PATCH v2] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
Conor Dooley
- [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions
Krzysztof Kozlowski
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Conor Dooley
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Sudeep Holla
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Anup Patel
- [PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
Conor Dooley
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Conor Dooley
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Icenowy Zheng
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Marc Zyngier
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Icenowy Zheng
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Marc Zyngier
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Icenowy Zheng
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Conor Dooley
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Mark Brown
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [PATCH] irqchip/sifive-plic: drop quirk for two-cell variant
Marc Zyngier
- [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
Anshuman Khandual
- [PATCH 0/2] riscv/ftrace: add WITH_DIRECT_CALLS support
Song Shuai
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH 2/2] samples/ftrace: add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
Song Shuai
- [RFC 8/9] RISC-V: KVM: Implement perf support
Andrew Jones
- [PATCH v2 0/5] [PATCH 0/5] arch_topology: Build cacheinfo from primary CPU
Rafael J. Wysocki
- [PATCH] riscv: boot: add zstd support
Jisheng Zhang
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros
Masahiro Yamada
- [PATCH v2] riscv: vdso: fix section overlapping under some conditions
Jisheng Zhang
- [PATCH v3] riscv: fix race when vmap stack overflow
Jisheng Zhang
- [PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
Jisheng Zhang
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Mark Brown
- [PATCH v2 5/9] dt-bindings: drop redundant part of title (end, part two)
Mark Brown
- [PATCH V3 0/5] riscv: ftrace: Fixup ftrace detour code & Optimization
guoren at kernel.org
- [PATCH V3 1/5] riscv: ftrace: Fixup panic by disabling preemption
guoren at kernel.org
- [PATCH V3 2/5] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
guoren at kernel.org
- [PATCH V3 3/5] riscv: ftrace: Reduce the detour code size to half
guoren at kernel.org
- [PATCH V3 4/5] riscv: ftrace: Add ftrace_graph_func
guoren at kernel.org
- [PATCH V3 5/5] riscv: ftrace: Make ftrace_caller call ftrace_graph_func
guoren at kernel.org
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Mark Brown
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Anup Patel
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Mark Brown
- [PATCH v2 9/9] dt-bindings: drop redundant part of title (manual)
Mark Brown
- [RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
Jisheng Zhang
- [PATCH] clk: microchip: enable the MPFS clk driver by default if SOC_MICROCHIP_POLARFIRE
Conor Dooley
- [PATCH 3/4] riscv: fix race when vmap stack overflow and remove shadow_stack
Deepak Gupta
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Emil Renner Berthing
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v3 0/2] mpfs: fix handling failed service requests
Conor Dooley
- [PATCH v3 1/2] soc: microchip: mpfs: handle failed system service requests
Conor Dooley
- [PATCH v3 2/2] mailbox: mpfs: read the system controller's status
Conor Dooley
- [PATCH v2 1/2] dt-bindings: riscv: Add optional DT property riscv,timer-can-wake-cpu
Conor Dooley
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Atish Patra
- [PATCH V3 3/5] riscv: ftrace: Reduce the detour code size to half
Conor Dooley
- [PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros
Nicolas Schier
- [PATCH V3 1/5] riscv: ftrace: Fixup panic by disabling preemption
Conor Dooley
- [PATCH v1 1/9] PCI: microchip: Align register, offset, and mask names with hw docs
Conor Dooley
- [PATCH v1 2/9] PCI: microchip: Correct the DED and SEC interrupt bit offsets
Conor Dooley
- [PATCH v1 3/9] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
Conor Dooley
- [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
Conor Dooley
- [PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
Conor Dooley
- [PATCH v1 9/9] riscv: dts: microchip: add parent ranges and dma-ranges for IKRD v2022.09
Conor Dooley
- [PATCH v2 4/8] dt-bindings: sifive,ccache0: Support StarFive JH7110 SoC
Rob Herring
- [PATCH v1 6/9] PCI: microchip: Re-partition code between probe() and init()
Conor Dooley
- [PATCH v1 7/9] PCI: microchip: Partition outbound address translation
Conor Dooley
- [PATCH v1 8/9] PCI: microchip: Partition inbound address translation
Conor Dooley
- [PATCH v1 0/9] PCI: microchip: Partition address translations
Conor Dooley
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
Roman Gushchin
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Guo Ren
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Hal Feng
- [PATCH] riscv: Implement ioremap_prot support
kernel test robot
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH V3 1/5] riscv: ftrace: Fixup panic by disabling preemption
Guo Ren
- [PATCH V3 3/5] riscv: ftrace: Reduce the detour code size to half
Guo Ren
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Hal Feng
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v2 7/8] riscv: dts: starfive: Add StarFive JH7110 VisionFive2 board device tree
Hal Feng
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Conor Dooley
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Guo Ren
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v2 0/9] dt-bindings: cleanup titles
Viresh Kumar
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Conor Dooley
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Conor Dooley
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Atish Patra
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v1 0/4] JH7110 Power Domain Support
Walker Chen
- [PATCH v3 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
Samuel Ortiz
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Emil Renner Berthing
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Conor Dooley
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Samuel Ortiz
- [PATCH] riscv: VMAP_STACK overflow detection thread-safe
Guo Ren
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v2 1/8] dt-bindings: riscv: Add StarFive JH7110 SoC and VisionFive2 board
Hal Feng
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Guo Ren
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Conor Dooley
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
Andrew Jones
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Samuel Ortiz
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [RFC 5/9] RISC-V: KVM: Add skeleton support for perf
Andrew Jones
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v3 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
Conor Dooley
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Conor Dooley
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Anup Patel
- [PATCH 0/2] riscv,isa fixups
Conor Dooley
- [PATCH 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
Conor Dooley
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Heiko Stübner
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Hans Verkuil
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Hans Verkuil
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Hans Verkuil
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH v2 1/9] dt-bindings: drop redundant part of title of shared bindings
Sebastian Reichel
- [PATCH v2 4/9] dt-bindings: drop redundant part of title (end)
Sebastian Reichel
- [PATCH v2 6/9] dt-bindings: drop redundant part of title (end, part three)
Sebastian Reichel
- [PATCH v2 7/9] dt-bindings: drop redundant part of title (beginning)
Sebastian Reichel
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Jisheng Zhang
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
Jisheng Zhang
- [RFC PATCH] riscv: vdso: remove hardcoded 0x800 .text section start addr
Jisheng Zhang
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Samuel Ortiz
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Conor Dooley
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Prabhakar
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Prabhakar
- [PATCH v4 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
Prabhakar
- [PATCH v4 3/7] riscv: errata: Add Andes alternative ports
Prabhakar
- [PATCH DO NOT REVIEW v4 4/7] riscv: errata: andes: Fix auipc-jalr addresses in patched alternatives
Prabhakar
- [PATCH v4 5/7] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
Prabhakar
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Prabhakar
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Prabhakar
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Samuel Ortiz
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Conor Dooley
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Heiko Stübner
- [PATCH v4 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
Heiko Stübner
- [PATCH v3 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
Samuel Ortiz
- [PATCH v4 3/7] riscv: errata: Add Andes alternative ports
Heiko Stübner
- [PATCH v4 5/7] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
Heiko Stübner
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Heiko Stübner
- [PATCH v4 3/7] riscv: errata: Add Andes alternative ports
Lad, Prabhakar
- [PATCH v4 5/7] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
Lad, Prabhakar
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Conor Dooley
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Lad, Prabhakar
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Conor Dooley
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Heiko Stübner
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Conor Dooley
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Conor Dooley
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Conor Dooley
- [PATCH v4 2/7] riscv: asm: vendorid_list: Add Andes Technology to the vendors list
Conor Dooley
- [PATCH v4 3/7] riscv: errata: Add Andes alternative ports
Conor Dooley
- [PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
Mike Rapoport
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Heiko Stübner
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Heiko Stübner
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Conor Dooley
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Conor Dooley
- [PATCH 2/4] Documentation: RISC-V: Allow patches for non-standard behavior
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Heiko Stübner
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Heiko Stuebner
- [PATCH DO NOT REVIEW v4 4/7] riscv: errata: andes: Fix auipc-jalr addresses in patched alternatives
Guo Ren
- [PATCH 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
Guo Ren
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Guo Ren
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v2 11/14] clk: starfive: Add StarFive JH7110 system clock driver
Hal Feng
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [PATCH 7/7] RISC-V: add zbb support to string functions
Andrew Jones
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Krzysztof Kozlowski
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor.Dooley at microchip.com
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Geert Uytterhoeven
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Lad, Prabhakar
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v4 3/7] riscv: errata: Add Andes alternative ports
Lad, Prabhakar
- [PATCH DO NOT REVIEW v4 4/7] riscv: errata: andes: Fix auipc-jalr addresses in patched alternatives
Lad, Prabhakar
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Heiko Stübner
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Lad, Prabhakar
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Lad, Prabhakar
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [PATCH v4 0/7] AX45MP: Add support to non-coherent DMA
Lad, Prabhakar
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Conor Dooley
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Geert Uytterhoeven
- [PATCH v3 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
Anup Patel
- [PATCH v3 1/3] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
Anup Patel
- [PATCH v3 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Anup Patel
- [PATCH v3 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Anup Patel
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Jisheng Zhang
- [PATCH 0/4] riscv: alternative-macros.h cleanups
Andrew Jones
- [PATCH 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
- [PATCH 2/4] riscv: alternatives: Don't name unused macro parameters
Andrew Jones
- [PATCH 3/4] riscv: alternatives: Drop the underscores from the assembly macro names
Andrew Jones
- [PATCH 4/4] riscv: Don't duplicate _ALTERNATIVE_CFG* macros
Andrew Jones
- [PATCH v4 1/7] riscv: asm: alternative-macros: Introduce ALTERNATIVE_3() macro
Andrew Jones
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Lad, Prabhakar
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Krzysztof Kozlowski
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Conor Dooley
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Conor Dooley
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Lad, Prabhakar
- [PATCH 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
- [PATCH v3 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Conor Dooley
- [PATCH v3 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Conor Dooley
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Conor Dooley
- [PATCH 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Conor Dooley
- [PATCH] riscv: increase boot command line size to 1K
Andrea Righi
- [PATCH] riscv: increase boot command line size to 1K
Alexandre Ghiti
- [PATCH] riscv: increase boot command line size to 1K
Andrea Righi
- [PATCH] riscv: increase boot command line size to 1K
Alexandre Ghiti
- [PATCH v3 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Anup Patel
- [PATCH v7 1/3] riscv: mm: modify pte format for Svnapot
Alexandre Ghiti
- [PATCH v7 2/3] riscv: mm: support Svnapot in hugetlb page
Alexandre Ghiti
- [PATCH v2 5/5] arch_topology: Build cacheinfo from primary CPU
Sudeep Holla
- [PATCH v2 4/5] ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()
Sudeep Holla
- [PATCH 7/7] RISC-V: add zbb support to string functions
Andrew Jones
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Krzysztof Kozlowski
- [PATCH 7/7] RISC-V: add zbb support to string functions
Christoph Müllner
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Christoph Müllner
- [PATCH 7/7] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH 7/7] RISC-V: add zbb support to string functions
Christoph Müllner
- [PATCH v4 6/7] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
Lad, Prabhakar
- [PATCH v4 5/7] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
Samuel Holland
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Samuel Holland
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v4 5/7] riscv: mm: dma-noncoherent: Pass direction and operation to ALT_CMO_OP()
Lad, Prabhakar
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
Deepak Gupta
- [PATCH v3 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Conor Dooley
- [PATCH v2 00/12] riscv: Allwinner D1/D1s platform support
Samuel Holland
- [PATCH v2 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
Samuel Holland
- [PATCH v2 02/12] dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors
Samuel Holland
- [PATCH v2 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
Samuel Holland
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Samuel Holland
- [PATCH v2 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
Samuel Holland
- [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
Samuel Holland
- [PATCH v2 07/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
Samuel Holland
- [PATCH v2 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
Samuel Holland
- [PATCH v2 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
Samuel Holland
- [PATCH v2 10/12] riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees
Samuel Holland
- [PATCH v2 11/12] riscv: Add the Allwinner SoC family Kconfig option
Samuel Holland
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Samuel Holland
- [PATCH v3 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Conor Dooley
- [PATCH v2 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
Guo Ren
- [PATCH v2 02/12] dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors
Guo Ren
- [PATCH v2 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
Guo Ren
- [PATCH v2 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
Guo Ren
- [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
Guo Ren
- [PATCH v2 11/12] riscv: Add the Allwinner SoC family Kconfig option
Guo Ren
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Guo Ren
- [PATCH v2 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
Guo Ren
- [PATCH v2 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
Guo Ren
- [PATCH v7 1/3] riscv: mm: modify pte format for Svnapot
Qinglin Pan
- [PATCH v7 2/3] riscv: mm: support Svnapot in hugetlb page
Qinglin Pan
- [PATCH v2 1/2] riscv: Fix crash during early errata patching
Samuel Holland
- [PATCH v2 2/2] riscv: Move cast inside kernel_mapping_[pv]a_to_[vp]a
Samuel Holland
- [PATCH] riscv: Fix NR_CPUS range conditions
Samuel Holland
- [PATCH v2 00/12] riscv: Allwinner D1/D1s platform support
Conor Dooley
- [PATCH v2 0/3] RISC-V interrupt controller select cleanup
Marc Zyngier
- [PATCH v11 3/7] genirq: Add mechanism to multiplex a single HW IPI
Marc Zyngier
- [PATCH v11 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v11 3/7] genirq: Add mechanism to multiplex a single HW IPI
Marc Zyngier
- [PATCH v3 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Conor Dooley
- [PATCH] riscv: Fix NR_CPUS range conditions
Conor Dooley
- [PATCH v2 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
Conor Dooley
- [PATCH v11 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Conor Dooley
- [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
Conor Dooley
- [PATCH v2 11/12] riscv: Add the Allwinner SoC family Kconfig option
Conor Dooley
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Conor Dooley
- [PATCH 0/4] riscv: alternative-macros.h cleanups
Conor Dooley
- [PATCH v12 0/7] RISC-V IPI Improvements
Anup Patel
- [PATCH v12 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
- [PATCH v12 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
- [PATCH v12 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v12 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v12 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
- [PATCH v12 6/7] RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
- [PATCH v12 7/7] RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
- [PATCH] riscv: increase boot command line size to 1K
Conor Dooley
- [PATCH] riscv: increase boot command line size to 1K
Andrea Righi
- [PATCH] riscv: increase boot command line size to 1K
Conor Dooley
- [PATCH] riscv: increase boot command line size to 1K
Andrea Righi
- [PATCH 1/3] dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xx
Samuel Holland
- [PATCH] irqchip/sifive-plic: Support wake IRQs
Samuel Holland
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [PATCH v3 1/5] kbuild: add test-{le,ge,lt,gt} macros
Masahiro Yamada
- [PATCH 0/3] genirq: oneshot-safe threaded EOIs
Samuel Holland
- [PATCH 1/3] genirq: Simplify cond_unmask_eoi_irq()
Samuel Holland
- [PATCH 2/3] genirq: Add support for oneshot-safe threaded EOIs
Samuel Holland
- [PATCH 3/3] irqchip/sifive-plic: Enable oneshot-safe threaded EOIs
Samuel Holland
- [PATCH 5/9] RISC-V: KVM: Provide UAPI for Zicboz block size
Anup Patel
- [PATCH 6/9] RISC-V: KVM: Expose Zicboz to the guest
Anup Patel
- [PATCH 1/3] dt-bindings: timer: sifive,clint: add comaptibles for T-Head's C9xx
Icenowy Zheng
- to invest in your country
fa ying
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Geert Uytterhoeven
- [PATCH v2 11/12] riscv: Add the Allwinner SoC family Kconfig option
Guo Ren
- [PATCH] RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Anup Patel
- [PATCH] RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
- [PATCH] RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Anup Patel
- [PATCH v2 0/9] riscv: add Bouffalolab bl808 support
Jisheng Zhang
- [PATCH v2 1/9] dt-bindings: serial: add documentation for Bouffalolab UART Driver
Jisheng Zhang
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Jisheng Zhang
- [PATCH v2 3/9] riscv: add the Bouffalolab SoC family Kconfig option
Jisheng Zhang
- [PATCH v2 4/9] dt-bindings: vendor-prefixes: add bouffalolab
Jisheng Zhang
- [PATCH v2 5/9] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
Jisheng Zhang
- [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Jisheng Zhang
- [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
Jisheng Zhang
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Jisheng Zhang
- [PATCH v2 9/9] riscv: defconfig: enable BOUFFALOLAB SoC
Jisheng Zhang
- [PATCH v2 5/9] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
Rob Herring
- [PATCH -next V8 06/14] riscv: convert to generic entry
Ben Hutchings
- [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Conor Dooley
- [PATCH v2 4/9] dt-bindings: vendor-prefixes: add bouffalolab
Conor Dooley
- [PATCH v2 5/9] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
Conor Dooley
- [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
Conor Dooley
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Conor Dooley
- [PATCH v2 9/9] riscv: defconfig: enable BOUFFALOLAB SoC
Conor Dooley
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Conor Dooley
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Andre Przywara
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Samuel Holland
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Jianlong Huang
- [PATCH v2 2/5] dt-bindings: pinctrl: Add StarFive JH7110 sys pinctrl
Jianlong Huang
- [PATCH v2 3/5] dt-bindings: pinctrl: Add StarFive JH7110 aon pinctrl
Jianlong Huang
- [PATCH v8 0/3] riscv, mm: detect svnapot cpu support at runtime
panqinglin2020 at iscas.ac.cn
- [PATCH v8 0/3] riscv, mm: detect svnapot cpu support at runtime
panqinglin2020 at iscas.ac.cn
- [PATCH v8 1/3] riscv: mm: modify pte format for Svnapot
panqinglin2020 at iscas.ac.cn
- [PATCH v8 2/3] riscv: mm: support Svnapot in hugetlb page
panqinglin2020 at iscas.ac.cn
- [PATCH v8 3/3] riscv: mm: support Svnapot in huge vmap
panqinglin2020 at iscas.ac.cn
- [PATCH RESEND v1] riscv: mm: call best_map_size many times during linear-mapping
panqinglin2020 at iscas.ac.cn
- [PATCH -next V8 06/14] riscv: convert to generic entry
Guo Ren
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Jiri Slaby
- [PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
Uwe Kleine-König
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Icenowy Zheng
- [PATCH 1/2] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
guoren at kernel.org
- [PATCH 2/2] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
guoren at kernel.org
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH 2/2] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
Guo Ren
- [PATCH v2 0/13] Zbb string optimizations and call support in alternatives
Heiko Stuebner
- [PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
Heiko Stuebner
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Heiko Stuebner
- [PATCH v2 03/13] RISC-V: add ebreak instructions to definitions
Heiko Stuebner
- [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
Heiko Stuebner
- [PATCH v2 05/13] RISC-V: rename parse_asm.h to insn.h
Heiko Stuebner
- [PATCH v2 06/13] RISC-V: kprobes: use central defined funct3 constants
Heiko Stuebner
- [PATCH v2 07/13] RISC-V: add auipc elements to parse_asm header
Heiko Stuebner
- [PATCH v2 08/13] RISC-V: add U-type imm parsing to parse_asm header
Heiko Stuebner
- [PATCH v2 09/13] RISC-V: add rd reg parsing to parse_asm header
Heiko Stuebner
- [PATCH v2 10/13] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
- [PATCH v2 11/13] efi/riscv: libstub: mark when compiling libstub
Heiko Stuebner
- [PATCH v2 12/13] RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
- [PATCH v2 13/13] RISC-V: add zbb support to string functions
Heiko Stuebner
- [PATCH v12 3/7] genirq: Add mechanism to multiplex a single HW IPI
Marc Zyngier
- [PATCH v12 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v12 3/7] genirq: Add mechanism to multiplex a single HW IPI
Marc Zyngier
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Lad, Prabhakar
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH 1/2] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH 2/2] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
Guo Ren
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH 1/2] riscv/ftrace: add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Bin Meng
- [PATCH RESEND] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Guo Ren
- [PATCH RESEND] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Song Shuai
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Jisheng Zhang
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Jisheng Zhang
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Jisheng Zhang
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Conor Dooley
- [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Conor Dooley
- [PATCH] riscv: head: use 0 as the default text_offset
Jisheng Zhang
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Ilpo Järvinen
- [PATCH] riscv: head: use 0 as the default text_offset
Andreas Schwab
- [PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
Anup Patel
- [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
- [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
- [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Anup Patel
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
- [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Anup Patel
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Palmer Dabbelt
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Palmer Dabbelt
- [PATCH] riscv: Fix NR_CPUS range conditions
Andrew Jones
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH] riscv: Fix NR_CPUS range conditions
Conor Dooley
- [PATCH] riscv: head: use 0 as the default text_offset
Atish Kumar Patra
- [PATCH v2 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
Heiko Stübner
- [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
Heiko Stübner
- [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
Atish Patra
- [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
Heiko Stübner
- [PATCH 1/9] RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Atish Patra
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Atish Patra
- [PATCH 3/9] RISC-V: KVM: Remove redundant includes of asm/csr.h
Atish Patra
- [PATCH 4/9] RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Atish Patra
- [PATCH v2 11/12] riscv: Add the Allwinner SoC family Kconfig option
Heiko Stübner
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Atish Patra
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Atish Patra
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Atish Patra
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Atish Patra
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Heiko Stübner
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Conor Dooley
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Jisheng Zhang
- [PATCH] riscv: Fix NR_CPUS range conditions
Palmer Dabbelt
- [PATCH] riscv: Fix NR_CPUS range conditions
Palmer Dabbelt
- [PATCH] riscv: Fix NR_CPUS range conditions
patchwork-bot+linux-riscv at kernel.org
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Palmer Dabbelt
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
Palmer Dabbelt
- [PATCH] riscv: Sync efi page table's kernel mappings before switching
patchwork-bot+linux-riscv at kernel.org
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Jianlong Huang
- [PATCH V4 0/7] riscv: ftrace: Fixup ftrace detour code & Optimization
guoren at kernel.org
- [PATCH V4 1/7] riscv: ftrace: Fixup panic by disabling preemption
guoren at kernel.org
- [PATCH V4 2/7] riscv: ftrace: Remove wasted nops for !RISCV_ISA_C
guoren at kernel.org
- [PATCH V4 3/7] riscv: ftrace: Reduce the detour code size to half
guoren at kernel.org
- [PATCH V4 4/7] riscv: ftrace: Add ftrace_graph_func
guoren at kernel.org
- [PATCH V4 5/7] riscv: ftrace: Make ftrace_caller call ftrace_graph_func
guoren at kernel.org
- [PATCH V4 6/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
guoren at kernel.org
- [PATCH V4 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]
guoren at kernel.org
- [PATCH] riscv: head: use 0 as the default text_offset
Samuel Holland
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Andrew Jones
- [PATCH 2/9] RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Andrew Jones
- [PATCH 5/9] RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Andrew Jones
- [PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
Andrew Jones
- [PATCH 7/9] RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Andrew Jones
- [PATCH] riscv: head: use 0 as the default text_offset
Alexandre Ghiti
- [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Andrew Jones
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Samuel Holland
- [PATCH v4 7/7] soc: renesas: Add L2 cache management for RZ/Five SoC
Samuel Holland
- [PATCH 9/9] RISC-V: KVM: Add ONE_REG interface to enable/disable SBI extensions
Andrew Jones
- [PATCH] riscv: head: use 0 as the default text_offset
Palmer Dabbelt
- [PATCH v2 2/9] serial: bflb_uart: add Bouffalolab UART Driver
Jiri Slaby
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Andrew Jones
- Re: [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Conor Dooley
- [PATCH] riscv: head: use 0 as the default text_offset
Samuel Holland
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [PATCH] riscv: head: use 0 as the default text_offset
Atish Kumar Patra
- [PATCH] riscv: head: use 0 as the default text_offset
Anup Patel
- [PATCH v8 1/3] riscv: mm: modify pte format for Svnapot
Andrew Jones
- [PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
Yicong Yang
- [PATCH 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH V4 6/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
- [PATCH v2] riscv/ftrace: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Song Shuai
- [PATCH v8 2/3] riscv: mm: support Svnapot in hugetlb page
Andrew Jones
- [PATCH v8 3/3] riscv: mm: support Svnapot in huge vmap
Andrew Jones
- [PATCH v4 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
Anup Patel
- [PATCH v4 1/3] RISC-V: time: initialize broadcast hrtimer based clock event device
Anup Patel
- [PATCH v4 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Anup Patel
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Anup Patel
- [PATCH v12 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v13 0/7] RISC-V IPI Improvements
Anup Patel
- [PATCH v13 1/7] RISC-V: Clear SIP bit only when using SBI IPI operations
Anup Patel
- [PATCH v13 2/7] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
Anup Patel
- [PATCH v13 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v13 5/7] RISC-V: Allow marking IPIs as suitable for remote FENCEs
Anup Patel
- [PATCH v13 6/7] RISC-V: Use IPIs for remote TLB flush when possible
Anup Patel
- [PATCH v13 7/7] RISC-V: Use IPIs for remote icache flush when possible
Anup Patel
- [PATCH v3 0/3] RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
- [PATCH v3 1/3] RISC-V: Improve use of isa2hwcap[]
Andrew Jones
- [PATCH v3 2/3] RISC-V: Introduce riscv_isa_extension_check
Andrew Jones
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Conor Dooley
- [PATCH v8 1/3] riscv: mm: modify pte format for Svnapot
Andrew Jones
- [PATCH 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Jianlong Huang
- [RFC 0/2] Putting some basic order on isa extension stuff
Conor Dooley
- [RFC 1/2] RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
- [RFC 2/2] RISC-V: resort all extensions in "canonical" order
Conor Dooley
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [PATCH v2 0/4] riscv: alternative-macros.h cleanups
Andrew Jones
- [PATCH v2 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Andrew Jones
- [PATCH v2 2/4] riscv: alternatives: Don't name unused macro parameters
Andrew Jones
- [PATCH v2 3/4] riscv: alternatives: Drop the underscores from the assembly macro names
Andrew Jones
- [PATCH v2 4/4] riscv: Don't duplicate _ALTERNATIVE_CFG* macros
Andrew Jones
- [PATCH] riscv: head: use 0 as the default text_offset
Jisheng Zhang
- [PATCH v8 1/3] riscv: mm: modify pte format for Svnapot
Jisheng Zhang
- [RFC 0/2] Putting some basic order on isa extension stuff
Andrew Jones
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Jianlong Huang
- [PATCH v2 1/5] dt-bindings: pinctrl: Add StarFive JH7110 pinctrl definitions
Krzysztof Kozlowski
- [RFC 1/2] RISC-V: clarify ISA string ordering rules in cpu.c
Andrew Jones
- [PATCH] gpio: mpfs: Make the irqchip immutable
Geert Uytterhoeven
- [PATCH] gpio: mpfs: Make the irqchip immutable
Conor Dooley
- [PATCH] gpio: mpfs: Make the irqchip immutable
Geert Uytterhoeven
- [RFC 2/2] RISC-V: resort all extensions in "canonical" order
Andrew Jones
- [RFC 0/2] Putting some basic order on isa extension stuff
Conor Dooley
- [RFC 1/2] RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Anup Patel
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Conor Dooley
- [RFC 1/2] RISC-V: clarify ISA string ordering rules in cpu.c
Andrew Jones
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Anup Patel
- [RFC 1/2] RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
- [PATCH] riscv: head: use 0 as the default text_offset
Palmer Dabbelt
- [PATCH v4 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT
Palmer Dabbelt
- [PATCH v4 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
Palmer Dabbelt
- [QUERY]: Adding support for a platform
Lad, Prabhakar
- [QUERY]: Adding support for a platform
Palmer Dabbelt
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Conor Dooley
- [QUERY]: Adding support for a platform
Jessica Clarke
- [QUERY]: Adding support for a platform
Andrew Waterman
- [QUERY]: Adding support for a platform
Palmer Dabbelt
- [PATCH v1 4/5] RISC-V: hwprobe: Support probing of misaligned accesss performance
Heiko Stübner
- [PATCH v1 4/5] RISC-V: hwprobe: Support probing of misaligned accesss performance
Palmer Dabbelt
- [PATCH] RISC-V: enable sparsemem by default for defconfig
Palmer Dabbelt
- [PATCH] RISC-V: enable sparsemem by default for defconfig
patchwork-bot+linux-riscv at kernel.org
- [QUERY]: Adding support for a platform
Lad, Prabhakar
- [PATCH] RISC-V: enable sparsemem by default for defconfig
Conor Dooley
- [QUERY]: Adding support for a platform
Lad, Prabhakar
- [PATCH] RISC-V: enable sparsemem by default for defconfig
Palmer Dabbelt
- [QUERY]: Adding support for a platform
Palmer Dabbelt
- [PATCH v2 0/13] Zbb string optimizations and call support in alternatives
Conor Dooley
- [PATCH v1 4/5] RISC-V: hwprobe: Support probing of misaligned accesss performance
Heiko Stübner
- [PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
Conor Dooley
- [PATCH v1 4/5] RISC-V: hwprobe: Support probing of misaligned accesss performance
Palmer Dabbelt
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Conor Dooley
- [PATCH v2 03/13] RISC-V: add ebreak instructions to definitions
Conor Dooley
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Conor Dooley
- [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
Conor Dooley
- [PATCH v2 05/13] RISC-V: rename parse_asm.h to insn.h
Conor Dooley
- [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
Conor Dooley
- [PATCH v2 06/13] RISC-V: kprobes: use central defined funct3 constants
Conor Dooley
- [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
Andrew Morton
- [PATCH v2 07/13] RISC-V: add auipc elements to parse_asm header
Conor Dooley
- [PATCH v2 08/13] RISC-V: add U-type imm parsing to parse_asm header
Conor Dooley
- [PATCH v2 09/13] RISC-V: add rd reg parsing to parse_asm header
Conor Dooley
- [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
Yicong Yang
- [PATCH v4] riscv: fix race when vmap stack overflow
Palmer Dabbelt
- [PATCH v3] riscv: fix race when vmap stack overflow
Palmer Dabbelt
- [PATCH 1/2] RISC-V: Align the shadow stack
Palmer Dabbelt
- [PATCH 2/2] RISC-V: Add some comments about the shadow and overflow stacks
Palmer Dabbelt
- [PATCH 1/2] RISC-V: Align the shadow stack
Khem Raj
- [PATCH 1/2] RISC-V: Align the shadow stack
Palmer Dabbelt
- [PATCH 1/2] RISC-V: Align the shadow stack
Khem Raj
- [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
Anshuman Khandual
- [PATCH 1/2] RISC-V: Align the shadow stack
Palmer Dabbelt
- [PATCH bpf] riscv, bpf: Emit fixed-length imm64 for BPF_PSEUDO_FUNC
Pu Lehui
- [PATCH -next V9 00/14] riscv: Add GENERIC_ENTRY support and related features
guoren at kernel.org
- [PATCH -next V9 01/14] compiler_types.h: Add __noinstr_section() for noinstr
guoren at kernel.org
- [PATCH -next V9 02/14] riscv: elf_kexec: Fixup compile warning
guoren at kernel.org
- [PATCH -next V9 03/14] riscv: compat_syscall_table: Fixup compile warning
guoren at kernel.org
- [PATCH -next V9 04/14] riscv: ptrace: Remove duplicate operation
guoren at kernel.org
- [PATCH -next V9 05/14] riscv: traps: Add noinstr to prevent instrumentation inserted
guoren at kernel.org
- [PATCH -next V9 06/14] riscv: convert to generic entry
guoren at kernel.org
- [PATCH -next V9 07/14] riscv: Support HAVE_IRQ_EXIT_ON_IRQ_STACK
guoren at kernel.org
- [PATCH -next V9 08/14] riscv: Support HAVE_SOFTIRQ_ON_OWN_STACK
guoren at kernel.org
- [PATCH -next V9 09/14] riscv: Add config of thread stack size
guoren at kernel.org
- [PATCH -next V9 10/14] riscv: Typo fixup for addi -> andi in comment
guoren at kernel.org
- [PATCH -next V9 11/14] riscv: Add support for STACKLEAK gcc plugin
guoren at kernel.org
- [PATCH -next V9 12/14] riscv: remove extra level wrappers of trace_hardirqs_{on,off}
guoren at kernel.org
- [PATCH -next V9 13/14] riscv: consolidate ret_from_kernel_thread into ret_from_fork
guoren at kernel.org
- [PATCH -next V9 14/14] riscv: entry: consolidate general regs saving/restoring
guoren at kernel.org
- [PATCH v4 1/3] RISC-V: time: initialize broadcast hrtimer based clock event device
Samuel Holland
- [PATCH v4 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Samuel Holland
- [PATCH v2 1/9] dt-bindings: serial: add documentation for Bouffalolab UART Driver
Samuel Holland
- [PATCH v2] riscv: vdso: fix section overlapping under some conditions
patchwork-bot+linux-riscv at kernel.org
- [PATCH v2] riscv: mm: Proper page permissions after initmem free
patchwork-bot+linux-riscv at kernel.org
- [PATCH 0/6] crypto: starfive: Add driver for cryptographic engine
Jia Jie Ho
- [PATCH 1/6] crypto: starfive - Add StarFive crypto engine support
Jia Jie Ho
- [PATCH 2/6] crypto: starfive - Add hash and HMAC support
Jia Jie Ho
- [PATCH 3/6] crypto: starfive - Add AES skcipher and aead support
Jia Jie Ho
- [PATCH 4/6] crypto: starfive - Add Public Key algo support
Jia Jie Ho
- [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
Jia Jie Ho
- [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
Jia Jie Ho
- [PATCH v2 3/9] riscv: add the Bouffalolab SoC family Kconfig option
Samuel Holland
- [PATCH v4] riscv: fix race when vmap stack overflow
Guo Ren
- [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
Samuel Holland
- [PATCH v2] riscv/ftrace: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Guo Ren
- [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
Samuel Holland
- [PATCH v2 8/9] MAINTAINERS: riscv: add entry for Bouffalolab SoC
Samuel Holland
- [PATCH V4 6/7] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Guo Ren
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v2 1/4] riscv: Don't duplicate __ALTERNATIVE_CFG in __ALTERNATIVE_CFG_2
Heiko Stübner
- [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
Conor.Dooley at microchip.com
- [PATCH v2 2/4] riscv: alternatives: Don't name unused macro parameters
Heiko Stübner
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Conor.Dooley at microchip.com
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [PATCH v2 3/4] riscv: alternatives: Drop the underscores from the assembly macro names
Heiko Stübner
- [PATCH v2 4/4] riscv: Don't duplicate _ALTERNATIVE_CFG* macros
Heiko Stübner
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Uwe Kleine-König
- [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver
Conor Dooley
- [PATCH v2 3/4] riscv: alternatives: Drop the underscores from the assembly macro names
Andrew Jones
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
- [PATCH bpf] riscv, bpf: Emit fixed-length imm64 for BPF_PSEUDO_FUNC
Björn Töpel
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Krzysztof Kozlowski
- [PATCH v2 0/4] riscv: alternative-macros.h cleanups
Lad, Prabhakar
- [PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
Heiko Stübner
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Conor.Dooley at microchip.com
- [PATCH 1/6] crypto: starfive - Add StarFive crypto engine support
Krzysztof Kozlowski
- [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
Krzysztof Kozlowski
- [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
Krzysztof Kozlowski
- [PATCH 5/6] dt-bindings: crypto: Add bindings for Starfive crypto driver
Rob Herring
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Andrew Jones
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Heiko Stübner
- [PATCH v2 01/13] RISC-V: add prefix to all constants/macros in parse_asm.h
Andrew Jones
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Andrew Jones
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Heiko Stübner
- [PATCH v1 4/4] riscv: dts: starfive: add power controller node
Emil Renner Berthing
- [PATCH v2 07/13] RISC-V: add auipc elements to parse_asm header
Heiko Stübner
- [PATCH v13 3/7] genirq: Add mechanism to multiplex a single HW IPI
Marc Zyngier
- [PATCH 1/3] genirq: Simplify cond_unmask_eoi_irq()
Thomas Gleixner
- [PATCH v2 02/13] RISC-V: detach funct-values from their offset
Andrew Jones
- [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
Heiko Stübner
- [PATCH v3 3/3] RISC-V: Ensure Zicbom has a valid block size
Conor.Dooley at microchip.com
- [PATCH v2 03/13] RISC-V: add ebreak instructions to definitions
Andrew Jones
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Krzysztof Kozlowski
- [PATCH v2 00/11] pwm: Allow .get_state to fail
Uwe Kleine-König
- [PATCH v2 01/11] pwm: Make .get_state() callback return an error code
Uwe Kleine-König
- [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
Rob Herring
- [PATCH 1/3] genirq: Simplify cond_unmask_eoi_irq()
Thomas Gleixner
- [PATCH v2 04/13] RISC-V: Move riscv_insn_is_* macros into a common header
Andrew Jones
- [PATCH v2 05/13] RISC-V: rename parse_asm.h to insn.h
Andrew Jones
- [PATCH v2 06/13] RISC-V: kprobes: use central defined funct3 constants
Andrew Jones
- [PATCH 2/3] genirq: Add support for oneshot-safe threaded EOIs
Thomas Gleixner
- [PATCH v2 07/13] RISC-V: add auipc elements to parse_asm header
Andrew Jones
- [PATCH v2 08/13] RISC-V: add U-type imm parsing to parse_asm header
Andrew Jones
- [PATCH bpf] riscv, bpf: Emit fixed-length imm64 for BPF_PSEUDO_FUNC
Björn Töpel
- [PATCH v2 09/13] RISC-V: add rd reg parsing to parse_asm header
Andrew Jones
- [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Marc Zyngier
- [PATCH v2 10/13] RISC-V: fix auipc-jalr addresses in patched alternatives
Conor Dooley
- [PATCH v2 13/13] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH v4] riscv: fix race when vmap stack overflow
Palmer Dabbelt
- [PATCH v13 3/7] genirq: Add mechanism to multiplex a single HW IPI
Anup Patel
- [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v2 13/13] RISC-V: add zbb support to string functions
Conor Dooley
- [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Marc Zyngier
- [PATCH v2 0/2] riscv,isa fixups
Conor Dooley
- [PATCH v2 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
Conor Dooley
- [PATCH 1/7] dt-bindings: serial: add bindings doc for Bouffalolab uart driver
Rob Herring
- [PATCH v2 2/2] dt-bindings: riscv: fix single letter canonical order
Conor Dooley
- [PATCH v2 09/14] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
Hal Feng
- [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906
Rob Herring
- [PATCH v13 4/7] RISC-V: Treat IPIs as normal Linux IRQs
Anup Patel
- [PATCH v2 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
Jessica Clarke
- [PATCH v2 1/2] dt-bindings: riscv: fix underscore requirement for addtional standard extensions
Conor Dooley
- [PATCH v2 01/11] pwm: Make .get_state() callback return an error code
Heiko Stübner
- [PATCH v2 06/13] RISC-V: kprobes: use central defined funct3 constants
Heiko Stübner
- [PATCH v2 08/13] RISC-V: add U-type imm parsing to parse_asm header
Heiko Stübner
- [PATCH v2 08/13] RISC-V: add U-type imm parsing to parse_asm header
Conor Dooley
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Palmer Dabbelt
- [PATCH v2 13/13] RISC-V: add zbb support to string functions
Heiko Stübner
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Arnd Bergmann
- [PATCH v3 0/14] Zbb string optimizations and call support in alternatives
Heiko Stuebner
- [PATCH v3 01/14] RISC-V: fix funct4 definition for c.jalr in parse_asm.h
Heiko Stuebner
- [PATCH v3 02/14] RISC-V: add prefix to all constants/macros in parse_asm.h
Heiko Stuebner
- [PATCH v3 03/14] RISC-V: detach funct-values from their offset
Heiko Stuebner
- [PATCH v3 04/14] RISC-V: add ebreak instructions to definitions
Heiko Stuebner
- [PATCH v3 05/14] RISC-V: add auipc elements to parse_asm header
Heiko Stuebner
- [PATCH v3 06/14] RISC-V: Move riscv_insn_is_* macros into a common header
Heiko Stuebner
- [PATCH v3 07/14] RISC-V: rename parse_asm.h to insn.h
Heiko Stuebner
- [PATCH v3 08/14] RISC-V: kprobes: use central defined funct3 constants
Heiko Stuebner
- [PATCH v3 09/14] RISC-V: add U-type imm parsing to insn.h header
Heiko Stuebner
- [PATCH v3 10/14] RISC-V: add rd reg parsing to insn.h header
Heiko Stuebner
- [PATCH v3 11/14] RISC-V: fix auipc-jalr addresses in patched alternatives
Heiko Stuebner
- [PATCH v3 12/14] efi/riscv: libstub: mark when compiling libstub
Heiko Stuebner
- [PATCH v3 13/14] RISC-V: add infrastructure to allow different str* implementations
Heiko Stuebner
- [PATCH v3 14/14] RISC-V: add zbb support to string functions
Heiko Stuebner
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
Sean Christopherson
- [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
Sean Christopherson
- [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
Sean Christopherson
- [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled after arch hardware setup
Sean Christopherson
- [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
Sean Christopherson
- [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
Sean Christopherson
- [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
Sean Christopherson
- [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
Sean Christopherson
- [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
Sean Christopherson
- [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
Sean Christopherson
- [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
Sean Christopherson
- [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
Sean Christopherson
- [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
- [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
Sean Christopherson
- [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
- [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
Sean Christopherson
- [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
Sean Christopherson
- [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
Sean Christopherson
- [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
Sean Christopherson
- [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
Sean Christopherson
- [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
Sean Christopherson
- [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
Sean Christopherson
- [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
Sean Christopherson
- [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
Sean Christopherson
- [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
Sean Christopherson
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
Sean Christopherson
- [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
Sean Christopherson
- [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
Sean Christopherson
- [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
Sean Christopherson
- [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
Sean Christopherson
- [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
- [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
- [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
- [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
- [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
Sean Christopherson
- [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
- [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
Sean Christopherson
- [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
- [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
- [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
Sean Christopherson
- [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
Sean Christopherson
- [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
Sean Christopherson
- [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
Sean Christopherson
- [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Sean Christopherson
- [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
Sean Christopherson
- [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
Sean Christopherson
- [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
Sean Christopherson
- [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
Sean Christopherson
- [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
Sean Christopherson
- [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()
Sean Christopherson
- [PATCH v1 0/3] Putting some basic order on isa extension lists
Conor Dooley
- [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
Conor Dooley
- [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
Conor Dooley
- [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo
Conor Dooley
- [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo
Conor Dooley
- [PATCH v3 0/14] Zbb string optimizations and call support in alternatives
Conor Dooley
- [PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
Andre Przywara
- [PATCH v4] riscv: fix race when vmap stack overflow
Guo Ren
- [PATCH v2 01/11] pwm: Make .get_state() callback return an error code
Baolin Wang
- [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
Robert Hoo
- [PATCH v4] riscv: fix race when vmap stack overflow
Jessica Clarke
- [PATCH v2 01/11] pwm: Make .get_state() callback return an error code
Tzung-Bi Shih
- [PATCH v4] riscv: fix race when vmap stack overflow
Andrea Parri
- [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo
Bagas Sanjaya
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Walker Chen
- [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
Michael Ellerman
- [PATCH v1 2/4] dt-bindings: power: Add starfive,jh71xx-power bindings
Walker Chen
- [PATCH v4 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
Anup Patel
- [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
JiaJie Ho
- [PATCH v1 3/4] soc: starfive: Add StarFive JH71XX pmu driver
Conor Dooley
- [PATCH 1/6] crypto: starfive - Add StarFive crypto engine support
JiaJie Ho
- [PATCH 6/6] riscv: dts: starfive: Add crypto and DMA node for VisionFive 2
JiaJie Ho
Last message date:
Wed Nov 30 23:25:56 PST 2022
Archived on: Wed Nov 30 23:26:24 PST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).