linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-02 09:58:29 to 2022-12-05 20:43:28 UTC [more...]

[PATCH v2 00/12] riscv: Allwinner D1/D1s platform support
 2022-12-05 20:43 UTC  (17+ messages)
` [PATCH v2 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH v2 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
` [PATCH v2 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH v2 07/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH v2 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH v2 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH v2 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
    `  "

[PATCH RFC v2 0/3] riscv: support for hardware breakpoints/watchpoints
 2022-12-05 20:25 UTC  (8+ messages)
` [PATCH RFC v2 1/3] riscv: add "
` [PATCH RFC v2 2/3] riscv: ptrace: expose hardware breakpoints to debuggers
` [PATCH RFC v2 3/3] riscv: hw-breakpoints: add more trigger controls

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-05 19:49 UTC  (37+ messages)
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v2 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v2 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v2 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v2 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v2 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v2 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v2 08/13] riscv: module: move find_section to module.h
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v2 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v2 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v2 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v12 0/2] Hey Uwe, all,
 2022-12-05 18:13 UTC  (13+ messages)
` [PATCH v12 1/2] pwm: add microchip soft ip corePWM driver

[PATCH v3 0/2] riscv,isa fixups
 2022-12-05 17:45 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: riscv: fix underscore requirement for multi-letter extensions
` [PATCH v3 2/2] dt-bindings: riscv: fix single letter canonical order

[PATCH 0/3] Some DT binding quirks for T-Head C9xx
 2022-12-05 16:54 UTC  (14+ messages)
` [PATCH 2/3] dt-bindings: timer: sifive,clint: add compatible for OpenC906

[PATCH v5 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2022-12-05 16:16 UTC  (11+ messages)
` [PATCH v5 1/3] RISC-V: time: initialize hrtimer based broadcast clock event device
` [PATCH v5 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
` [PATCH v5 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT

[PATCH v3 0/14] Zbb string optimizations and call support in alternatives
 2022-12-05 15:30 UTC  (9+ messages)
` [PATCH v3 02/14] RISC-V: add prefix to all constants/macros in parse_asm.h
` [PATCH v3 12/14] efi/riscv: libstub: mark when compiling libstub

[PATCH v2 0/3] Putting some basic order on isa extension lists
 2022-12-05 14:45 UTC  (4+ messages)
` [PATCH v2 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v2 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v2 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-12-05 13:49 UTC  (7+ messages)

[PATCH] riscv: stacktrace: Fix missing the first frame
 2022-12-05 13:29 UTC 

[PATCH v3] riscv : select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
 2022-12-05 12:33 UTC  (4+ messages)

[PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED
 2022-12-05 12:25 UTC  (3+ messages)

[PATCH -next V8 00/14] riscv: Add GENERIC_ENTRY support and related features
 2022-12-05 10:49 UTC  (14+ messages)
` [PATCH -next V8 01/14] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V8 02/14] riscv: elf_kexec: Fixup compile warning
` [PATCH -next V8 03/14] riscv: compat_syscall_table: "
` [PATCH -next V8 04/14] riscv: ptrace: Remove duplicate operation
` [PATCH -next V8 06/14] riscv: convert to generic entry
` [PATCH -next V8 10/14] riscv: Typo fixup for addi -> andi in comment

[PATCH v15 0/9] RISC-V IPI Improvements
 2022-12-05 10:33 UTC  (15+ messages)
` [PATCH v15 1/9] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v15 2/9] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v15 3/9] genirq: Add mechanism to multiplex a single HW IPI
` [PATCH v15 4/9] RISC-V: Treat IPIs as normal Linux IRQs
` [PATCH v15 5/9] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [PATCH v15 6/9] RISC-V: Use IPIs for remote TLB flush when possible
` [PATCH v15 7/9] RISC-V: Use IPIs for remote icache "
` [PATCH v15 8/9] irqchip/riscv-intc: Add empty irq_eoi() for chained irq handlers
` [PATCH v15 9/9] irqchip/apple-aic: Move over to core ipi-mux

[PATCH v2 0/9] riscv: add Bouffalolab bl808 support
 2022-12-05 10:29 UTC  (9+ messages)
` [PATCH v2 6/9] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v2 7/9] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree

[PATCH v1 0/3] Add watchdog driver for StarFive RISC-V SoCs
 2022-12-05  8:27 UTC  (13+ messages)
` [PATCH v1 1/3] dt-bindings: watchdog: Add watchdog for StarFive
` [PATCH v1 2/3] drivers: watchdog: Add StarFive Watchdog driver
` [PATCH v1 3/3] riscv: dts: starfive: jh7110: Add watchdog node

[PATCH 1/2] serial: Adapt Arm semihosting earlycon driver to RISC-V
 2022-12-05  5:00 UTC  (2+ messages)
` [PATCH 2/2] serial: Rename earlycon semihost driver

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-04 16:58 UTC  (7+ messages)

[PATCH v9 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-04 14:11 UTC  (4+ messages)
` [PATCH v9 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v9 2/3] riscv: mm: support Svnapot in hugetlb page
` [PATCH v9 3/3] riscv: mm: support Svnapot in huge vmap

[PATCH v8 0/3] riscv, mm: detect svnapot cpu support at runtime
 2022-12-04  9:24 UTC  (7+ messages)
` [PATCH v8 1/3] riscv: mm: modify pte format for Svnapot
` [PATCH v8 2/3] riscv: mm: support Svnapot in hugetlb page

[PATCH v2 0/8] Basic device tree support for StarFive JH7110 RISC-V SoC
 2022-12-04  7:20 UTC  (11+ messages)
` [PATCH v2 8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW

[PATCH 0/9] RISC-V KVM ONE_REG interface for SBI
 2022-12-03 12:39 UTC  (5+ messages)
` [PATCH 8/9] RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid

[PATCH] Documentation: riscv: note that counter access is part of the uABI
 2022-12-03 10:56 UTC  (4+ messages)

[PATCH] gpio: mpfs: Make the irqchip immutable
 2022-12-03 10:16 UTC  (2+ messages)

[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
 2022-12-03  7:53 UTC  (4+ messages)

[PATCH v6 0/3] Add PMEM support for RISC-V
 2022-12-03  6:12 UTC  (2+ messages)

[PATCH -next v2] riscv/mm/fault: simplify code for do_page_fault()
 2022-12-03  3:08 UTC  (2+ messages)

[PATCH 0/5] mm: Stop alaising VM_FAULT_HINDEX_MASK in arch code
 2022-12-03  3:03 UTC  (6+ messages)
` [PATCH 1/5] mm: Add a leading 0 to the VM_FAULT_* types
` [PATCH 2/5] mm: Add VM_FAULT_ARCH_* codes
` [PATCH 3/5] arm: fault: Convert to "
` [PATCH 4/5] s390: "
` [PATCH 5/5] RISC-V: "

[PATCH RESEND v9] riscv: add riscv rethook implementation
 2022-12-03  0:40 UTC  (3+ messages)

[GIT PULL] RISC-V Fixes for 6.1-rc8
 2022-12-03  0:10 UTC  (2+ messages)

[PATCH -next 0/2]riscv/mm: two modifications on hugepage
 2022-12-02 21:25 UTC  (3+ messages)

[PATCH v2 0/4] RISC-V: Dynamic ftrace support for RV32I
 2022-12-02 19:00 UTC  (3+ messages)

[PATCH V2] selftests/vDSO: Add riscv getcpu & gettimeofday test
 2022-12-02 18:03 UTC  (2+ messages)

[PATCH v2 1/5] cacheinfo: Use RISC-V's init_cache_level() as generic OF implementation
 2022-12-02 17:57 UTC  (2+ messages)

[PATCH v2 1/5] kbuild: add test-{le,ge,lt,gt} macros
 2022-12-02 17:56 UTC  (2+ messages)

[PATCH 6/9] RISC-V: Export sbi_get_mvendorid() and friends
 2022-12-02 17:53 UTC  (2+ messages)

[RFC 0/9] KVM perf support
 2022-12-02 17:09 UTC  (8+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-02 16:31 UTC  (19+ messages)
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-02 15:58 UTC  (9+ messages)
` [PATCH v3 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [PATCH v3 2/8] trace: Add trace_ipi_send_cpumask()
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v3 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v3 7/8] smp: reword smp call IPI comment
` [PATCH v3 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH] Implement ioremap_prot support (v2)
 2022-12-02 14:59 UTC  (3+ messages)

[PATCH v2] RISC-V: re-order Kconfig selects alphanumerically
 2022-12-02 14:27 UTC  (2+ messages)

[PATCH] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
 2022-12-02 12:15 UTC  (4+ messages)

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-12-02 11:37 UTC  (6+ messages)
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH] dt-bindings: vendor-prefixes: sort entries alphabetically
 2022-12-02 11:05 UTC 

[PATCH bpf v2] riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
 2022-12-02 10:54 UTC  (2+ messages)

[PATCH v1 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-02 10:52 UTC  (5+ messages)
` [PATCH v1 3/7] dt-bindings: net: Add bindings for StarFive dwmac

[PATCH bpf] riscv, bpf: Emit fixed-length imm64 for BPF_PSEUDO_FUNC
 2022-12-02  9:58 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).