public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-01-13 12:09:12 to 2023-01-18 15:50:39 UTC [more...]

[PATCH v4 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-01-18 15:46 UTC  (10+ 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 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 -next V7 0/7] riscv: Optimize function trace
 2023-01-18 15:19 UTC  (11+ 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 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

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

[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] riscv: alternative: proceed one more instruction for auipc/jalr pair
 2023-01-15 16:28 UTC 

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 16:29 UTC  (15+ 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 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 14:19 UTC  (11+ 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 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  (29+ messages)
` [PATCH mm-unstable v1 01/26] mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
` [PATCH mm-unstable v1 02/26] alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 03/26] arc/mm: "
` [PATCH mm-unstable v1 04/26] arm/mm: "
` [PATCH mm-unstable v1 05/26] csky/mm: "
` [PATCH mm-unstable v1 06/26] hexagon/mm: "
` [PATCH mm-unstable v1 07/26] ia64/mm: "
` [PATCH mm-unstable v1 08/26] loongarch/mm: "
` [PATCH mm-unstable v1 09/26] m68k/mm: remove dummy __swp definitions for nommu
` [PATCH mm-unstable v1 10/26] m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 12/26] mips/mm: "
` [PATCH mm-unstable v1 13/26] nios2/mm: refactor swap PTE layout
` [PATCH mm-unstable v1 14/26] nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 15/26] openrisc/mm: "
` [PATCH mm-unstable v1 16/26] parisc/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s
` [PATCH mm-unstable v1 18/26] powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 19/26] riscv/mm: "
` [PATCH mm-unstable v1 20/26] sh/mm: "
` [PATCH mm-unstable v1 21/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit
` [PATCH mm-unstable v1 22/26] sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bit
` [PATCH mm-unstable v1 23/26] um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 24/26] x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bit
` [PATCH mm-unstable v1 25/26] xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 26/26] mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE

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

[PATCH] riscv: fix jal offsets in patched alternatives
 2023-01-13 21:22 UTC 

[PATCH] RISC-V: move some stray __RISCV_INSN_FUNCS definitions from kprobes
 2023-01-13 21:19 UTC 

[PATCH 0/2] riscv: Add "Code:", and decodecode support
 2023-01-13 19:47 UTC  (5+ messages)
` [PATCH 1/2] riscv: Add "Code:" to RISC-V splats
` [PATCH 2/2] scripts/decodecode: Add support for RISC-V

[PATCH v2 00/11] KVM perf support
 2023-01-13 12:08 UTC  (3+ messages)
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events


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