public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2022-12-27 20:18:22 to 2023-01-03 17:03:47 UTC [more...]

[PATCH RESEND 1/2] riscv: errata: fix T-Head dcache.cva encoding
 2023-01-03 12:02 UTC  (6+ messages)
` [PATCH RESEND 2/2] riscv: errata: prefix T-Head mnemonics with th

[PATCH v2] arch: rename all internal names __xchg to __arch_xchg
 2023-01-03 10:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] riscv: errata: fix T-Head dcache.cva encoding
 2022-12-31  4:36 UTC  (4+ messages)

[RFC PATCH 1/1] riscv: mm: notify remote harts about mmu cache updates
 2022-12-30 17:28 UTC  (14+ messages)

[PATCH v2 8/9] PCI: microchip: Partition inbound address translation
 2022-12-30 19:52 UTC  (2+ messages)

[PATCH v16 0/9] RISC-V IPI Improvements
 2023-01-03 14:12 UTC  (4+ messages)
` [PATCH v16 1/9] RISC-V: Clear SIP bit only when using SBI IPI operations
` [PATCH v16 2/9] irqchip/riscv-intc: Allow drivers to directly discover INTC hwnode
` [PATCH v16 3/9] genirq: Add mechanism to multiplex a single HW IPI

[PATCH v6 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2023-01-03 14:11 UTC  (4+ messages)
` [PATCH v6 1/3] RISC-V: time: initialize hrtimer based broadcast clock event device
` [PATCH v6 2/3] dt-bindings: timer: Add bindings for the RISC-V timer device
` [PATCH v6 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT

[PATCH 0/9] Linux RISC-V AIA Support
 2023-01-03 13:42 UTC  (25+ messages)
` [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
` [PATCH 5/9] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings

[bpf-next v1] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-03 13:24 UTC 

[RFC PATCH RESEND bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-03 12:05 UTC  (5+ messages)
` [RFC PATCH RESEND bpf-next 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call

[RFC PATCH 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
 2023-01-03 11:51 UTC  (11+ messages)
` [RFC PATCH 1/4] dt-bindings: vendor-prefixes: Add microtips
` [RFC PATCH 2/4] dt-bindings: vendor-prefixes: Add lincolntech
` [RFC PATCH 3/4] dt-bindings: panel: Introduce dual-link LVDS panel
` [RFC PATCH 4/4] drm: panel-lvds: Introduce dual-link panels

[PATCH v4 00/12] riscv: Allwinner D1/D1s platform support
 2023-01-03 11:06 UTC  (14+ messages)
` [PATCH v4 01/12] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH v4 02/12] dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors
` [PATCH v4 03/12] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
` [PATCH v4 04/12] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v4 05/12] riscv: dts: allwinner: Add MangoPi MQ devicetree
` [PATCH v4 06/12] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH v4 07/12] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH v4 08/12] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH v4 09/12] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH v4 10/12] riscv: dts: allwinner: Add ClockworkPi and DevTerm devicetrees
` [PATCH v4 11/12] riscv: Add the Allwinner SoC family Kconfig option
` [PATCH v4 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers

[PATCH 0/3] riscv: sbi: Switch to the sys-off handler API
 2023-01-03 10:54 UTC  (7+ messages)
` [PATCH 1/3] kernel/reboot: Use the static sys-off handler for any priority
` [PATCH 2/3] riscv: sbi: Share the code for unsupported extension warnings
` [PATCH 3/3] riscv: sbi: Switch to the sys-off handler API

[PATCH] riscv, kprobes: Stricter c.jr/c.jalr decoding
 2023-01-03 10:33 UTC  (5+ messages)

[PATCH v3] dt-bindings: riscv: add SBI PMU event mappings
 2023-01-03  9:28 UTC  (2+ messages)

[PATCH -next V12 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-03  9:11 UTC  (9+ messages)
` [PATCH -next V12 1/7] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH -next V12 2/7] riscv: ptrace: Remove duplicate operation
` [PATCH -next V12 3/7] riscv: entry: Add noinstr to prevent instrumentation inserted
` [PATCH -next V12 4/7] riscv: entry: Convert to generic entry
` [PATCH -next V12 5/7] riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
` [PATCH -next V12 6/7] riscv: entry: Consolidate ret_from_kernel_thread into ret_from_fork
` [PATCH -next V12 7/7] riscv: entry: Consolidate general regs saving/restoring

[RFC PATCH bpf-next v2 0/4] Support bpf trampoline for RV64
 2023-01-03  9:07 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 1/4] bpf: Rollback to text_poke when arch not supported ftrace direct call
` [RFC PATCH bpf-next v2 2/4] riscv, bpf: Factor out emit_call for kernel and bpf context
` [RFC PATCH bpf-next v2 3/4] riscv, bpf: Add bpf_arch_text_poke support for RV64
` [RFC PATCH bpf-next v2 4/4] riscv, bpf: Add bpf trampoline "

[RFC PATCH bpf-next 0/4] Support bpf trampoline for RV64
 2023-01-03  8:39 UTC  (6+ messages)
` [RFC PATCH bpf-next 3/4] riscv, bpf: Add bpf_arch_text_poke support "

[PATCH v5 0/9] Add OPTPROBES feature on RISCV
 2023-01-03  8:27 UTC  (15+ messages)
` [PATCH v5 1/9] riscv/kprobe: Prepare the skeleton to implement RISCV OPTPROBES feature
` [PATCH v5 3/9] riscv/kprobe: Prepare the skeleton to prepare optimized kprobe
` [PATCH v5 4/9] riscv/kprobe: Add common RVI and RVC instruction decoder code
` [PATCH v5 6/9] riscv/kprobe: Add code to check if kprobe can be optimized
` [PATCH v5 7/9] riscv/kprobe: Prepare detour buffer for optimized kprobe
` [PATCH v5 9/9] riscv/kprobe: Search free registers from unused caller-saved ones

[PATCH 5.10 39/63] riscv: add support for TIF_NOTIFY_SIGNAL
 2023-01-03  8:14 UTC 

[PATCH] riscv: Move call to init_cpu_topology() to later initialization stage
 2023-01-03  7:53 UTC  (3+ messages)

Patch "riscv: add support for TIF_NOTIFY_SIGNAL" has been added to the 5.10-stable tree
 2023-01-03  7:36 UTC 

[PATCH v1 0/4] Temperature sensor support for StarFive JH7110 RISC-V SoC
 2023-01-03  1:56 UTC  (6+ messages)
` [PATCH v1 1/4] dt-bindings: hwmon: Add starfive,jh71x0-temp
` [PATCH v1 2/4] hwmon: (sfctemp) Add StarFive JH71x0 temperature sensor
` [PATCH v1 3/4] riscv: dts: starfive: jh7110: Add temperature sensor node
` [PATCH v1 4/4] riscv: dts: starfive: visionfive-2: Add thermal-zones

[PATCH] riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1}
 2023-01-02 22:27 UTC 

[PATCH v2] riscv: dts: renesas: rzfive-smarc-som: Enable OSTM nodes
 2023-01-02 22:22 UTC 

[PATCH v2 0/6] clk: sunxi-ng: Allwinner R528/T113 clock support
 2023-01-02 15:23 UTC  (9+ messages)
` [PATCH v2 1/6] clk: sunxi-ng: Remove duplicate ARCH_SUNXI dependencies
` [PATCH v2 2/6] clk: sunxi-ng: Move SoC driver conditions to dependencies
` [PATCH v2 3/6] clk: sunxi-ng: d1: Allow building for R528/T113
` [PATCH v2 4/6] clk: sunxi-ng: d1: Mark cpux clock as critical
` [PATCH v2 5/6] dt-bindings: clock: Add D1 CAN bus gates and resets
` [PATCH v2 6/6] clk: sunxi-ng: d1: Add "

[PATCH] perf tools riscv: Fix perf tool build error on riscv
 2023-01-02 14:50 UTC  (2+ messages)

[PATCH v2 0/3] StarFive's SDIO/eMMC driver support
 2023-01-02 14:03 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: mmc: Add bindings for StarFive
` [PATCH v2 3/3] riscv: dts: starfive: Add mmc node

[PATCH v1] RISC-V: define RUNTIME_DISCARD_EXIT
 2023-01-02 12:49 UTC 

[PATCH] gpio: sifive: Fix refcount leak in sifive_gpio_probe
 2023-01-02 12:01 UTC  (2+ messages)

[PATCH v4] scripts/gdb: add lx_current support for riscv
 2023-01-02  9:09 UTC  (3+ messages)
` [PATCH v5] "

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2023-01-02  8:30 UTC  (7+ messages)
` [PATCH 02/19] arch/arc: rename internal name __xchg to __arch_xchg
    ` [PATCH v2] arch: rename all internal names "

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-01-02  7:08 UTC  (4+ messages)

[PATCH v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-01 15:57 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1
` [PATCH v2 2/3] crypto: sun8i-ce - Add TRNG clock to the D1 variant
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add crypto engine node

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2022-12-31 23:55 UTC  (6+ messages)
` [RESEND PATCH v7 1/5] dt-bindings: leds: Add Allwinner A100 LED controller
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the "
` [RESEND PATCH v7 3/5] arm64: dts: allwinner: a100: Add LED controller node
` [RESEND PATCH v7 4/5] riscv: dts: allwinner: d1: "
` [RESEND PATCH v7 5/5] riscv: dts: allwinner: d1: Add RGB LEDs to boards

[PATCH 0/4] Allwinner D1 video engine support
 2022-12-31 19:06 UTC  (7+ messages)
` [PATCH 1/4] media: dt-bindings: cedrus: Allow power domain references
` [PATCH 2/4] media: dt-bindings: cedrus: Make allwinner,sram optional
` [PATCH 3/4] media: cedrus: Make SRAM section claiming optional
` [PATCH 4/4] riscv: dts: allwinner: d1: Add video engine node

[PATCH] riscv: dts: renesas: rzfive-smarc-som: Enable OSTM nodes
 2022-12-29 23:03 UTC 

[PATCH v2] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2022-12-29 22:46 UTC 

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-29 20:52 UTC  (4+ messages)

[PATCH v5 00/12] Allow calls in alternatives
 2022-12-29 20:10 UTC  (3+ messages)

[PATCH] riscv: uaccess: fix type of 0 variable on error in get_user()
 2022-12-29 17:34 UTC  (3+ messages)

[PATCH] clocksource/drivers/riscv: Increase the clock source rating
 2022-12-29 17:21 UTC  (5+ messages)

[PATCH v3 0/5] arch_topology: Build cacheinfo from primary CPU
 2022-12-29 16:47 UTC  (2+ messages)

[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-29 16:22 UTC  (2+ messages)

[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
 2022-12-29 16:22 UTC  (2+ messages)

[PATCH v3 0/3] serial: Add RISC-V support to the earlycon semihost driver
 2022-12-29 16:22 UTC  (2+ messages)

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-29 16:22 UTC  (2+ messages)

[PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC
 2022-12-29 14:42 UTC  (5+ messages)

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2022-12-29  9:02 UTC  (12+ messages)
` [PATCH v3 6/7] riscv: dts: starfive: Add initial StarFive JH7110 device tree
` [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board "

[RFC PATCH] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2022-12-28 23:44 UTC  (2+ messages)

[RESEND PATCH v2 0/3] JH7110 PMU Support
 2022-12-28 19:50 UTC  (5+ messages)
` [RESEND PATCH v2 2/3] soc: starfive: Add StarFive JH71XX pmu driver

[GIT PULL] kconfig.socs symbol conversion
 2022-12-28 19:04 UTC  (2+ messages)

[PATCH v5 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2022-12-28 11:59 UTC  (8+ messages)
` [PATCH v5 3/3] clocksource: timer-riscv: Set CLOCK_EVT_FEAT_C3STOP based on DT

Adding V-ext regs to signal context w/o expanding kernel struct sigcontext to avoid glibc ABI break
 2022-12-28 10:53 UTC  (8+ messages)

[PATCH v2 0/3] StarFive's SDIO/eMMC driver support
 2022-12-28 10:46 UTC  (3+ messages)

[PATCH v2 0/9] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-28  9:24 UTC  (8+ messages)
` [PATCH v2 5/9] dt-bindings: net: motorcomm: add support for Motorcomm YT8531

[PATCH v2 0/3] hwrng: starfive - Add driver for TRNG module
 2022-12-28  7:11 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v2 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v2 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v5 0/6] AX45MP: Add support to non-coherent DMA
 2022-12-28  3:16 UTC  (3+ messages)
` [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC

[PATCH v3] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2022-12-28  1:38 UTC  (4+ messages)

[PATCH v2] dt-bindings: riscv: add SBI PMU event mappings
 2022-12-27 20:17 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