public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-01-13 21:23:20 to 2023-01-19 09:45:44 UTC [more...]

[PATCH v4 0/2] JH7110 PMU Support
 2023-01-19  9:44 UTC  (2+ messages)
` [PATCH v4 2/2] soc: starfive: Add StarFive JH71XX pmu driver

[PATCH] riscv: alternative: proceed one more instruction for auipc/jalr pair
 2023-01-19  8:45 UTC  (2+ messages)

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-19  8:29 UTC  (13+ messages)
` [PATCH v3 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions

[PATCH v3 0/2] riscv: Dump faulting instructions in oops handler
 2023-01-19  7:47 UTC  (3+ messages)
` [PATCH v3 1/2] riscv: Add instruction dump to RISC-V splats
` [PATCH v3 2/2] scripts/decodecode: Add support for RISC-V

[PATCH 1/2] spi: dt-bindings: drop unneeded quotes
 2023-01-19  7:41 UTC  (8+ messages)
` [PATCH 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex

[PATCH -next V7 0/7] riscv: Optimize function trace
 2023-01-19  6:05 UTC  (12+ messages)
` [PATCH -next V7 3/7] riscv: ftrace: Reduce the detour code size to half
` [PATCH -next V7 6/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH -next V14 0/7] riscv: Add GENERIC_ENTRY support
 2023-01-19  5:46 UTC  (4+ messages)
` [PATCH -next V14 4/7] riscv: entry: Convert to generic entry

[PATCH v1 0/2] Add RISC-V 32 NOMMU support
 2023-01-19  5:26 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: Kconfig: Allow RV32 to build with no MMU
` [PATCH v1 2/2] riscv: configs: Add nommu decfconfig for RV32

[PATCH 1/2] dt-bindings: dma: drop unneeded quotes
 2023-01-19  4:29 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: dma: cleanup examples - indentation, lowercase hex

[PATCH v3 0/7] Basic device tree support for StarFive JH7110 RISC-V SoC
 2023-01-18 23:43 UTC  (4+ messages)
` [PATCH v3 7/7] riscv: dts: starfive: Add StarFive JH7110 VisionFive 2 board device tree

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-01-18 23:21 UTC  (14+ messages)
` [PATCH v4 1/7] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [PATCH v4 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v4 3/7] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [PATCH v4 4/7] dt-bindings: net: Add support StarFive dwmac
` [PATCH v4 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs
` [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add ethernet device node
` [PATCH v4 7/7] riscv: dts: starfive: visionfive-v2: Enable gmac device tree node

[PATCH v2] riscv: elf: add .riscv.attributes parsing
 2023-01-18 23:19 UTC  (3+ messages)

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

[PATCH v3 1/2] dt-bindings: clk: si521xx: Add Skyworks Si521xx I2C PCIe clock generators
 2023-01-18 19:15 UTC  (2+ messages)
` [PATCH v3 2/2] clk: si521xx: Clock driver for "

[RFC v2 PATCH 0/1] riscv: Introduce system suspend support
 2023-01-18 18:03 UTC  (2+ messages)
` [RFC v2 PATCH 1/1] riscv: sbi: "

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-18 17:42 UTC  (18+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-01-18 15:44 UTC  (8+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
  ` [PATCH v5 6/7] qed: "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper

[PATCH] RISC-V: Fix do_notify_resume / do_work_pending prototype
 2023-01-18 15:40 UTC  (3+ messages)

[PATCH v4 0/6] arch_topology: Build cacheinfo from primary CPU
 2023-01-18 14:12 UTC  (4+ messages)

[PATCH v1 0/7] MPFS system controller/mailbox fixes
 2023-01-18 13:53 UTC  (2+ messages)

[RFC PATCH 0/1] riscv: Introduce system suspend support
 2023-01-18 11:55 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: clk: si521xx: Add Skyworks Si521xx I2C PCIe clock generators
 2023-01-18 11:34 UTC  (3+ messages)
` [PATCH v2 2/2] clk: si521xx: Clock driver for "

[PATCH v2 0/2] riscv: Dump faulting instructions in oops handler
 2023-01-18 11:08 UTC  (5+ messages)
` [PATCH v2 1/2] riscv: Add instruction dump to RISC-V splats
` [PATCH v2 2/2] scripts/decodecode: Add support for RISC-V

[PATCH 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-01-18  8:13 UTC  (13+ messages)
` [PATCH 1/2] riscv: dts: sifive unmatched: Remove PWM controlled LED's active-low properties

[PATCH v3 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-01-18  8:00 UTC  (11+ messages)
` [PATCH v3 2/7] dt-bindings: net: snps,dwmac: Update the maxitems number of resets and reset-names
` [PATCH v3 4/7] dt-bindings: net: Add support StarFive dwmac

[PATCH v3 0/3] JH7110 PMU Support
 2023-01-18  7:03 UTC  (11+ messages)
` [PATCH v3 1/3] dt-bindings: power: Add starfive,jh7110-pmu
` [PATCH v3 2/3] soc: starfive: Add StarFive JH71XX pmu driver
` [PATCH v3 3/3] riscv: dts: starfive: add pmu controller node

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-18  4:37 UTC  (11+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines
` [PATCH v2 5/9] irqchip: Add RISC-V incoming MSI controller driver
      ` Fwd: "
` [PATCH v2 7/9] irqchip: Add RISC-V advanced PLIC driver
      ` Fwd: "

[PATCH v1] RISC-V: fix incorrect type of ARCH_CANAAN_K210_DTB_SOURCE
 2023-01-18  3:50 UTC  (2+ messages)

[PATCH v5] dt-bindings: riscv: add SBI PMU event mappings
 2023-01-17 19:50 UTC  (2+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-01-17 15:35 UTC  (11+ messages)
` [PATCH v3 35/51] trace,hardirq: No moar _rcuidle() tracing

[PATCH 0/4] Zbb + fast-unaligned string optimization
 2023-01-17 12:41 UTC  (8+ messages)
` [PATCH 1/4] RISC-V: use bit-values instead of numbers to identify patched cpu-features
` [PATCH 2/4] RISC-V: add alternative-field for bits to not match against
` [PATCH 3/4] RISC-V: add cpufeature probing for fast-unaligned access
` [PATCH 4/4] RISC-V: add strcmp variant using zbb and "

[RFC PATCH 0/4] dt-bindings: Introduce dual-link panels & panel-vendors
 2023-01-17 12:38 UTC  (7+ messages)
` [RFC PATCH 3/4] dt-bindings: panel: Introduce dual-link LVDS panel

[PATCH v5 0/2] Zbb string optimizations
 2023-01-17 12:24 UTC  (6+ messages)
` [PATCH v5 1/2] RISC-V: add infrastructure to allow different str* implementations
` [PATCH v5 2/2] RISC-V: add zbb support to string functions

[PATCH 0/4] riscv: improve link and support ARCH_WANT_LD_ORPHAN_WARN
 2023-01-17 10:21 UTC  (9+ messages)
` [PATCH 1/4] riscv: lds: define RUNTIME_DISCARD_EXIT
` [PATCH 2/4] riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbols
` [PATCH 3/4] riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sections
` [PATCH 4/4] riscv: select ARCH_WANT_LD_ORPHAN_WARN for !XIP_KERNEL

[PATCH v1 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-01-17  6:39 UTC  (3+ messages)
` [PATCH v1 2/3] clocksource: Add StarFive timer driver

[PATCH v2 0/3] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-01-17  6:35 UTC  (3+ messages)
` [PATCH v2 2/3] drivers: watchdog: Add StarFive Watchdog driver

[PATCH v3 0/5] Basic pinctrl support for StarFive JH7110 RISC-V SoC
 2023-01-17  6:29 UTC  (4+ messages)

[PATCH -next V6 0/7] riscv: Optimize function trace
 2023-01-17  3:20 UTC  (5+ messages)
` [PATCH -next V6 7/7] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v5 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-17  1:54 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v5 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v5 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v1 0/3] StarFive's SDIO/eMMC driver support
 2023-01-16 10:13 UTC  (4+ messages)
` [PATCH v1 3/3] riscv: dts: starfive: Add mmc node

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

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-16  7:31 UTC  (7+ messages)

[PATCH] riscv/kprobe: Fix instruction simulation of JALR
 2023-01-16  6:43 UTC 

[PATCH v2] clocksource/drivers/riscv: Get rid of clocksource_arch_init() callback
 2023-01-14 18:58 UTC  (2+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-01-14 16:09 UTC  (3+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks

[PATCH v11 0/3] riscv, mm: detect svnapot cpu support at runtime
 2023-01-14  4:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox