messages from 2022-10-24 14:51:03 to 2022-10-30 22:46:20 UTC [more...]
[PATCH v5 0/7] Add support for Renesas RZ/Five SoC
2022-10-30 22:45 UTC (25+ messages)
` [PATCH v5 1/7] dt-bindings: riscv: Sort the CPU core list alphabetically
` [PATCH v5 2/7] dt-bindings: riscv: Add Andes AX45MP core to the list
` [PATCH v5 3/7] riscv: Kconfig.socs: Add ARCH_RENESAS kconfig option
` [PATCH v5 4/7] riscv: dts: renesas: Add initial devicetree for Renesas RZ/Five SoC
` [PATCH v5 5/7] riscv: dts: renesas: Add minimal DTS for Renesas RZ/Five SMARC EVK
` [PATCH v5 6/7] MAINTAINERS: Add entry for Renesas RISC-V
` [PATCH v5 7/7] riscv: configs: defconfig: Enable Renesas RZ/Five SoC
[PATCH 0/9] RISC-V: Apply Zicboz to clear_page and memset
2022-10-30 22:35 UTC (24+ messages)
` [PATCH 1/9] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH 2/9] RISC-V: Add Zicboz detection and block size parsing
` [PATCH 3/9] RISC-V: insn-def: Define cbo.zero
` [PATCH 4/9] RISC-V: Use Zicboz in clear_page when available
` [PATCH 5/9] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH 6/9] RISC-V: KVM: Expose Zicboz to the guest
` [PATCH 7/9] RISC-V: lib: Improve memset assembler formatting
` [PATCH 8/9] RISC-V: lib: Use named labels in memset
` [PATCH 9/9] RISC-V: Use Zicboz in memset when available
[PATCH 0/8] riscv: improve boot time isa extensions handling
2022-10-30 16:03 UTC (4+ messages)
[PATCH v3] riscv: fix race when vmap stack overflow
2022-10-30 13:23 UTC (2+ messages)
[PATCH 0/2] riscv: Rewrite percpu operations and support cmpxchg-local feature
2022-10-30 13:19 UTC (5+ messages)
` [PATCH 1/2] riscv: percpu:Add riscv percpu operations
` [PATCH 2/2] riscv:kconfig:select HAVE_CMPXCHG_LOCAL
[PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs
2022-10-30 12:02 UTC (2+ messages)
[PATCH v3 0/8] Add OPTPROBES feature on RISCV
2022-10-30 9:01 UTC (9+ messages)
` [PATCH 1/8] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
` [PATCH 2/8] riscv/kprobe: Allocate detour buffer from module area
` [PATCH 3/8] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
` [PATCH 4/8] riscv/kprobe: Add common RVI and RVC instruction decoder code
` [PATCH 5/8] riscv/kprobe: Search free register(s) to clobber for 'AUIPC/JALR'
` [PATCH 6/8] riscv/kprobe: Add code to check if kprobe can be optimized
` [PATCH 7/8] riscv/kprobe: Prepare detour buffer for optimized kprobe
` [PATCH 8/8] riscv/kprobe: Patch AUIPC/JALR pair to optimize kprobe
[PATCH] riscv: process: fix kernel info leakage
2022-10-30 0:03 UTC (2+ messages)
[PATCH -next v2] riscv/mm/fault: simplify code for do_page_fault()
2022-10-29 8:47 UTC
[PATCH v1 00/30] Basic StarFive JH7110 RISC-V SoC support
2022-10-29 8:18 UTC (13+ messages)
` [PATCH v1 15/30] clk: starfive: Use regmap APIs to operate registers
` [PATCH v1 28/30] RISC-V: Add StarFive JH7110 VisionFive2 board device tree
[PATCH v3 0/2] riscv: Support HAVE_ARCH_HUGE_VMAP and HAVE_ARCH_HUGE_VMALLOC
2022-10-29 0:35 UTC (2+ messages)
[GIT PULL] RISC-V Fixes for 6.1-rc3
2022-10-29 0:15 UTC (2+ messages)
[PATCH] RISC-V: Do not issue remote fences until smp is available
2022-10-28 23:19 UTC
[PATCH v2] RISC-V: build: Allow LTO to be selected
2022-10-28 22:57 UTC (3+ messages)
[PATCH v1] riscv: dts: sifive unleashed: Add PWM controlled LEDs
2022-10-28 22:47 UTC (3+ messages)
[PATCH v2] riscv: fix styling in ucontext header
2022-10-28 22:42 UTC (3+ messages)
[PATCH v3] riscv: support update_mmu_tlb()
2022-10-28 22:23 UTC (2+ messages)
[PATCH v2] riscv: fix styling in ucontext header
2022-10-28 22:23 UTC (2+ messages)
[PATCH v4 0/2] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
2022-10-28 21:40 UTC (15+ messages)
` [PATCH v4 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
[PATCH v3 0/2] Fix /proc/cpuinfo cpumask warning
2022-10-28 16:06 UTC (8+ messages)
` [PATCH v3 2/2] x86: "
[PATCH 0/4] RISC-V: Dynamic ftrace support for RV32I
2022-10-28 15:56 UTC (9+ messages)
` [PATCH 1/4] RISC-V: use REG_S/REG_L for mcount
` [PATCH 2/4] RISC-V: reduce mcount save space on RV32
` [PATCH 3/4] RISC-V: preserve a1 in mcount
` [PATCH 4/4] RISC-V: enable dynamic ftrace for RV32I
[PATCH v4 00/10] Add support for Renesas RZ/Five SoC
2022-10-28 12:46 UTC (5+ messages)
` [PATCH v4 01/10] dt-bindings: soc: renesas: Move renesas.yaml from arm to soc
` [PATCH v4 04/10] dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC
[PATCH v2 0/2] RZ/G2UL separate out SoC specific parts
2022-10-28 11:40 UTC (7+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
` [PATCH v2 2/2] arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts
[PATCH 0/6] Fixup perf tests for 32-bit systems with 64-bit time_t
2022-10-28 9:56 UTC (7+ messages)
` [PATCH 1/6] perf bench futex: Add support "
` [PATCH 2/6] selftests: futex: Call the futex syscall from a function
` [PATCH 3/6] uapi: futex: Add a futex syscall
` [PATCH 4/6] selftests: futex: Add support for 32-bit systems with 64-bit time_t
` [PATCH 5/6] uapi: futex: Add a futex waitv syscall
` [PATCH 6/6] selftests: futex: Use futex_waitv helper function
[PATCH v5 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
2022-10-28 8:12 UTC (3+ messages)
` [PATCH v5 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v5 2/2] arm64: support batched/deferred tlb shootdown during page reclamation
[PATCH V2] uapi: Fixup strace compile error
2022-10-28 0:41 UTC (3+ messages)
[PATCH] clocksource/drivers/riscv: Events are stopped during CPU suspend
2022-10-28 0:30 UTC (4+ messages)
[PATCH] riscv: remove special treatment for the link order of head.o
2022-10-27 22:45 UTC (2+ messages)
[PATCH 0/2] (attempt to) Fix RISC-V toolchain extension support detection
2022-10-27 22:45 UTC (6+ messages)
KASAN/pcpu_alloc related panics on v6.0
2022-10-27 22:45 UTC (3+ messages)
` [PATCH v1 1/1] riscv: mm: add missing memcpy in kasan_init
[PATCH] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
2022-10-27 23:07 UTC (2+ messages)
[PATCH v6 0/2] riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
2022-10-27 19:53 UTC (3+ messages)
[PATCH v2 0/3] RISC-V: Ensure Zicbom has a valid block size
2022-10-27 14:16 UTC (8+ messages)
` [PATCH v2 1/3] RISC-V: Improve use of isa2hwcap[]
` [PATCH v2 2/3] RISC-V: Introduce riscv_isa_extension_check
` [PATCH v2 3/3] RISC-V: Ensure Zicbom has a valid block size
[PATCH 5.4 2/2] riscv: topology: fix default topology reporting
2022-10-27 10:33 UTC (2+ messages)
` Patch "riscv: topology: fix default topology reporting" has been added to the 5.4-stable tree
[PATCH 5.4 1/2] arm64: topology: move store_cpu_topology() to shared code
2022-10-27 10:33 UTC (2+ messages)
` Patch "arm64: topology: move store_cpu_topology() to shared code" has been added to the 5.4-stable tree
[PATCH 5.10 1/2] arm64: topology: move store_cpu_topology() to shared code
2022-10-27 10:19 UTC (3+ messages)
` Patch "arm64: topology: move store_cpu_topology() to shared code" has been added to the 5.10-stable tree
[PATCH 5.10 2/2] riscv: topology: fix default topology reporting
2022-10-27 10:16 UTC (2+ messages)
` Patch "riscv: topology: fix default topology reporting" has been added to the 5.10-stable tree
[RFC RESEND PATCH 0/2] RZ/G2UL separate out SoC specific parts
2022-10-27 8:20 UTC (10+ messages)
` [RFC RESEND PATCH 1/2] arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
` [RFC RESEND PATCH 2/2] arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts
RISC-V Patchwork
2022-10-26 16:52 UTC (2+ messages)
[PATCH V5 0/2] Support VMCOREINFO export for RISCV64
2022-10-26 14:42 UTC (3+ messages)
` [PATCH V5 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
` [PATCH V5 2/2] Documentation: kdump: describe VMCOREINFO export for RISCV64
[PATCH V4 0/2] Support VMCOREINFO export for RISCV64
2022-10-26 14:24 UTC (13+ messages)
` [PATCH V4 1/2] RISC-V: Add arch_crash_save_vmcoreinfo support
[PATCH] riscv: Fix build with CONFIG_CC_OPTIMIZE_FOR_SIZE=y
2022-10-26 13:59 UTC (2+ messages)
[PATCH v2] riscv: jump_label: mark arguments as const to satisfy asm constraints
2022-10-26 13:43 UTC (2+ messages)
[PATCH 1/1] riscv/vdso: typo therefor
2022-10-26 13:44 UTC (2+ messages)
[syzbot] riscv/fixes build error
2022-10-26 12:37 UTC
[RFC] riscv: dts: microchip: add OPPs to mpfs
2022-10-26 6:33 UTC (3+ messages)
[RFC PATCH v3 0/2] AX45MP: Add support to non-coherent DMA
2022-10-25 23:21 UTC (11+ messages)
` [RFC PATCH v3 1/2] dt-bindings: cache: r9a07g043f-l2-cache: Add DT binding documentation for L2 cache controller
` [RFC PATCH v3 2/2] soc: renesas: Add L2 cache management for RZ/Five SoC
[PATCH v2 0/4] PCI: Remove unnecessary <linux/of_irq.h> includes
2022-10-25 21:05 UTC (7+ messages)
` [PATCH v2 1/4] PCI: altera-msi: Include <linux/irqdomain.h> explicitly
` [PATCH v2 2/4] PCI: microchip: "
` [PATCH v2 3/4] PCI: mvebu: "
` [PATCH v2 4/4] PCI: Remove unnecessary <linux/of_irq.h> includes
[PATCH] riscv: dts: microchip: fix memory node unit address for icicle
2022-10-25 19:56 UTC
[PATCH RESEND v9] riscv: add riscv rethook implementation
2022-10-25 15:18 UTC
[RFC PATCH 0/2] RZ/G2UL separate out SoC specific parts
2022-10-25 12:40 UTC (2+ messages)
[PATCH V6 00/11] riscv: Add GENERIC_ENTRY support and related features
2022-10-25 9:47 UTC (14+ messages)
` [PATCH V6 01/11] riscv: elf_kexec: Fixup compile warning
` [PATCH V6 04/11] compiler_types.h: Add __noinstr_section() for noinstr
[PATCH v5 0/4] Add PMEM support for RISC-V
2022-10-24 19:54 UTC (5+ messages)
` [PATCH v5 2/4] RISC-V: Fix MEMREMAP_WB for systems with Svpbmt
` [PATCH v5 3/4] RISC-V: Implement arch specific PMEM APIs
linux-riscv Patchwork Sync-Up Meeting
2022-10-24 14:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox