public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-10-25 03:27:22 to 2023-10-27 10:24:55 UTC [more...]

[PATCH v6 0/4] StarFive's Pulse Width Modulation driver support
 2023-10-27 10:23 UTC  (8+ messages)
` [PATCH v6 2/4] pwm: opencores: Add PWM "
` [PATCH v6 3/4] riscv: dts: starfive: jh7110: Add PWM node and pins configuration

[PATCH v4 0/7] consolidate and cleanup CPU capacity
 2023-10-27  9:38 UTC  (11+ messages)
` [PATCH v4 1/7] topology: add a new arch_scale_freq_reference
` [PATCH v2 2/7] cpufreq: use the fixed and coherent frequency for scaling capacity
` [PATCH v4 3/7] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v4 4/7] energy_model: "
` [PATCH v4 5/7] cpufreq/cppc: move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}
` [PATCH v4 6/7] cpufreq/cppc: set the frequency used for computing the capacity
` [PATCH v4 7/7] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-10-27  9:17 UTC  (8+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[RFC PATCH] genirq/matrix: Dynamic bitmap allocation
 2023-10-27  9:08 UTC  (7+ messages)

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-10-27  8:54 UTC  (6+ messages)
` [v5 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties

[PATCH 0/3] Linux RISC-V AIA Preparatory Series
 2023-10-27  7:59 UTC  (7+ messages)
` [PATCH 1/3] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH 2/3] of: property: Add fw_devlink support for msi-parent
` [PATCH 3/3] irqchip/sifive-plic: Fix syscore registration for multi-socket systems

[RFC 00/12] riscv: Introduce Pseudo NMI
 2023-10-27  7:55 UTC  (6+ messages)
  ` [External] "

[PATCH v2] perf vendor events riscv: add StarFive Dubhe-90 JSON file
 2023-10-27  7:39 UTC 

[PATCH v3 RESEND 00/13] Support Andes PMU extension
 2023-10-27  7:22 UTC  (13+ messages)
` [RFC PATCH v3 RESEND 02/13] irqchip/riscv-intc: Allow large non-standard hwirq number
` [RFC PATCH v3 RESEND 03/13] irqchip/riscv-intc: Introduce Andes IRQ chip
` [PATCH v3 RESEND 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v3 RESEND 10/13] dt-bindings: riscv: Add Andes PMU extension description

[PATCH v2 03/10] irqchip/riscv-intc: Introduce Andes IRQ chip
 2023-10-27  7:08 UTC  (2+ messages)

[PATCH v3 0/2] riscv: Optimize bitops with Zbb extension
 2023-10-27  6:24 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH v4] scripts/gdb: add lx_current support for riscv
 2023-10-26 23:41 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v6] scripts/gdb: add lx_current support for riscv
 2023-10-26 23:38 UTC 

[RFC PATCH 0/3] riscv: add support for SBI Supervisor Software Events
 2023-10-26 19:52 UTC  (5+ messages)
` [RFC PATCH 1/3] riscv: add SBI SSE extension definitions
` [RFC PATCH 2/3] riscv: add support for SBI Supervisor Software Events extension
` [RFC PATCH 3/3] perf: RISC-V: add support for SSE event

[GIT PULL] ARM: SoC fixes for 6.7, part 3
 2023-10-26 18:59 UTC  (3+ messages)

[RFC PATCH v2 00/21] RISC-V: ACPI: Add external interrupt controller support
 2023-10-26 17:04 UTC  (25+ messages)
` [RFC PATCH v2 01/21] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v2 02/21] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v2 03/21] ACPI: Kconfig: Introduce new option to support deferred GSI probe
` [RFC PATCH v2 04/21] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v2 05/21] pnp.h: Return -EPROBE_DEFER for disabled IRQ resource in pnp_irq()
` [RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v2 07/21] serial: 8250_pnp: Add support for deferred probe
` [RFC PATCH v2 08/21] ACPI: pci_irq: Avoid warning for deferred probe in acpi_pci_irq_enable()
` [RFC PATCH v2 09/21] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v2 10/21] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v2 11/21] PCI: MSI: Add helper function to set system wide MSI support
` [RFC PATCH v2 12/21] PCI: pci-acpi.c: Return correct value from pcibios_alloc_irq()
` [RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v2 14/21] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v2 15/21] irqchip: riscv-aplic: "
` [RFC PATCH v2 16/21] irqchip: irq-sifive-plic: "
` [RFC PATCH v2 17/21] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v2 18/21] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v2 19/21] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v2 20/21] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v2 21/21] ACPI: RISC-V: Create PLIC "

[PATCH 6/7] riscv: mm: Always flush a single MM context by ASID
 2023-10-26 15:53 UTC  (2+ messages)

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-26 15:13 UTC  (20+ messages)
` [PATCH v3 3/6] cpufreq/schedutil: use a fixed reference frequency
` [PATCH v3 4/6] energy_model: "
` [PATCH v3 5/6] cpufreq/cppc: set the frequency used for computing the capacity
` [RFC v3 6/6] arm64/amu: use capacity_ref_freq to set AMU ratio

[PATCH -fixes 0/2] Fix set_huge_pte_at()
 2023-10-26 15:00 UTC  (9+ messages)

[PATCH] RISC-V: Fix implicit definition of flush_tlb_all()
 2023-10-26 14:55 UTC 

[PATCH 3/4] dt-bindings: cache: sifive,ccache0: Add sifive,cache-ops property
 2023-10-26 14:44 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: cache: sifive,ccache0: Add StarFive JH7100 compatible
 2023-10-26 13:10 UTC  (2+ messages)

[PATCH v1] riscv: dts: sophgo: remove address-cells from intc node
 2023-10-26 13:07 UTC  (4+ messages)

[PATCH v2 0/6] DRM driver for verisilicon
 2023-10-26 11:53 UTC  (25+ messages)
` [PATCH v2 1/6] dt-bindings: display: Add yamls for JH7110 display system
` [PATCH v2 2/6] riscv: dts: starfive: jh7110: add dc controller and hdmi node
` [PATCH v2 3/6] drm/fourcc: Add drm/vs tiled modifiers
` [PATCH v2 4/6] drm/vs: Register DRM device
` [PATCH v2 5/6] drm/vs: Add KMS crtc&plane
` [PATCH v2 6/6] drm/vs: Add hdmi driver

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (11+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "

[GIT PULL] Renesas fixes for v6.6 (take three)
 2023-10-26  9:31 UTC 

fix a few RISC-V / renesas Kconfig dependencies v2
 2023-10-26  9:22 UTC  (2+ messages)

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-10-26  8:51 UTC  (14+ messages)
` [PATCH v11 07/14] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v11 08/14] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v11 09/14] irqchip/riscv-imsic: Add support for PCI "

[PATCH -fixes v2] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-26  8:40 UTC 

[PATCH v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-26  7:53 UTC  (6+ messages)
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones

[PATCH -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-26  7:27 UTC  (3+ messages)

[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-26  2:22 UTC  (11+ messages)
` [PATCH v9 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v9 14/20] PCI: microchip: Add get_events() callback function

[PATCH v7 0/4] riscv: Add fine-tuned checksum functions
 2023-10-25 21:20 UTC  (10+ messages)
` [PATCH v7 2/4] riscv: Checksum header
` [PATCH v7 3/4] riscv: Add checksum library

[PATCH v2] MAINTAINERS: Add Hal as one of the maintainers of SFCTEMP HWMON DRIVER
 2023-10-25 20:13 UTC  (2+ messages)

[PATCH 0/4] soc: sifive: ccache: Add StarFive JH7100 support
 2023-10-25 19:06 UTC  (2+ messages)

[PATCH 4/4] soc: sifive: ccache: Support cache management operations
 2023-10-25 18:56 UTC 

[PATCH 2/4] soc: sifive: ccache: Add StarFive JH7100 support
 2023-10-25 18:56 UTC 

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-10-25 18:36 UTC  (13+ messages)
` [PATCH 01/12] RISC-V: add helper function to read the vector VLEN
` [PATCH 02/12] RISC-V: hook new crypto subdir into build-system
` [PATCH 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions
` [PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH 05/12] crypto: scatterwalk - Add scatterwalk_next() to get the next scatterlist in scatter_walk
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v3 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-10-25 18:16 UTC  (6+ messages)
` [PATCH v3 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v3 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH] mm: cma: report correct node id
 2023-10-25 16:42 UTC  (2+ messages)

[PATCH v3 0/4] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-10-25 14:12 UTC  (7+ messages)
` [PATCH v3 1/4] dmaengine: sf-pdma: Support of_dma_controller_register()
` [PATCH v3 2/4] dt-bindings: dma: sf-pdma: add new compatible name
` [PATCH v3 3/4] dmaengine: sf-pdma: add mpfs-pdma "
` [PATCH v3 4/4] riscv: dts: microchip: add specific compatible for mpfs' pdma

[PATCH v3 0/6] PolarFire SoC Auto Update Support
 2023-10-25 12:22 UTC  (3+ messages)
` [PATCH v3 6/6] riscv: dts: microchip: add the mpfs' system controller qspi & associated flash

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-10-25  9:58 UTC  (4+ messages)

[PATCH] riscv: boot: Fix creation of loader.bin
 2023-10-25  7:27 UTC  (2+ messages)

[PATCH v9 19/20] PCI: starfive: Add JH7110 PCIe controller
 2023-10-25  6:24 UTC  (2+ messages)

linux-next: Tree for Oct 24 (drivers/soc/renesas/Kconfig)
 2023-10-25  3:27 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