public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-10-20 07:22:40 to 2023-10-23 21:16:30 UTC [more...]

[PATCH v3 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-10-23 21:16 UTC 

[PATCH v3 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-10-23 21:07 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [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 v3 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v3 5/7] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
` [PATCH v3 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v3 7/7] riscv: dts: thead: Enable LicheePi 4A "

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-23 20:58 UTC  (6+ messages)
` [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

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (33+ messages)
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-10-23 17:28 UTC  (15+ messages)
` [PATCH v11 01/14] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH v11 02/14] of: property: Add fw_devlink support for msi-parent
` [PATCH v11 03/14] irqchip/sifive-plic: Fix syscore registration for multi-socket systems
` [PATCH v11 04/14] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v11 05/14] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v11 06/14] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [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 v11 10/14] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v11 11/14] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v11 12/14] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v11 13/14] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v11 14/14] MAINTAINERS: Add entry for RISC-V AIA drivers

[PATCH v10 00/15] Linux RISC-V AIA Support
 2023-10-23 17:25 UTC  (16+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-23 17:21 UTC  (5+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[PATCH] riscv: dts: thead: convert isa detection to new properties
 2023-10-23 16:48 UTC  (3+ messages)

[PATCH RT 0/3] riscv: add PREEMPT_RT support
 2023-10-23 16:40 UTC  (3+ messages)

[PATCH v2 00/19] riscv: report more ISA extensions through hwprobe
 2023-10-23 16:21 UTC  (21+ messages)
` [PATCH v2 01/19] riscv: hwprobe: factorize hwprobe ISA extension reporting
` [PATCH v2 02/19] riscv: add ISA extension parsing for scalar crypto
` [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions

[PATCH 1/2] kexec: fix KEXEC_FILE dependencies
 2023-10-23 16:12 UTC  (5+ messages)
` [PATCH 2/2] kexec: select CRYPTO from KEXEC_FILE instead of depending on it

[PATCH v3 RESEND 00/13] Support Andes PMU extension
 2023-10-23 13:15 UTC  (19+ messages)
` [PATCH v3 RESEND 01/13] riscv: errata: Rename defines for Andes
` [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 05/13] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
` [PATCH v3 RESEND 06/13] perf: RISC-V: Eliminate redundant IRQ enable/disable operations
` [RFC PATCH v3 RESEND 07/13] RISC-V: Move T-Head PMU to CPU feature alternative framework
` [PATCH v3 RESEND 08/13] perf: RISC-V: Introduce Andes PMU for perf event sampling
` [RFC PATCH v3 RESEND 09/13] dt-bindings: riscv: Add T-Head PMU extension description
` [PATCH v3 RESEND 10/13] dt-bindings: riscv: Add Andes "
` [RFC PATCH v3 RESEND 11/13] riscv: dts: allwinner: Add T-Head PMU extension
` [PATCH v3 RESEND 12/13] riscv: dts: renesas: Add Andes "
` [PATCH v3 RESEND 13/13] riscv: andes: Support symbolic FW and HW raw events

[PATCH 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-23 10:08 UTC  (12+ messages)
` [PATCH 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH 5/5] riscv: kvm: use ".L" local labels in assembly when applicable

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-10-23  9:58 UTC  (4+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

[RFC] riscv: Script to autogenerate instruction handling code
 2023-10-23  9:19 UTC  (2+ messages)

[RFC 00/12] riscv: Introduce Pseudo NMI
 2023-10-23  8:29 UTC  (13+ messages)
` [RFC 01/12] riscv: Introduce CONFIG_RISCV_PSEUDO_NMI
` [RFC 02/12] riscv: Make CSR_IE register part of context
` [RFC 03/12] riscv: Switch to CSR_IE masking when disabling irqs
` [RFC 04/12] riscv: Switch back to CSR_STATUS masking when going idle
` [RFC 05/12] riscv: kvm: Switch back to CSR_STATUS masking when entering guest
` [RFC 06/12] riscv: Allow requesting irq as pseudo NMI
` [RFC 07/12] riscv: Handle pseudo NMI in arch irq handler
` [RFC 08/12] riscv: Enable NMIs during irqs disabled context
` [RFC 09/12] riscv: Enable NMIs during exceptions
` [RFC 10/12] riscv: Enable NMIs during interrupt handling
` [RFC 11/12] riscv: Request pmu overflow interrupt as NMI
` [RFC 12/12] riscv: Enable CONFIG_RISCV_PSEUDO_NMI in default

[RFC PATCH v2 07/10] perf: RISC-V: Move T-Head PMU to CPU feature alternative framework
 2023-10-23  8:26 UTC  (6+ messages)

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

[PATCH -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-23  1:41 UTC  (2+ messages)

[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-23  1:04 UTC  (23+ messages)
` [PATCH v9 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v9 02/20] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v9 03/20] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v9 04/20] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v9 05/20] PCI: microchip: Rename two PCIe data structures
` [PATCH v9 06/20] PCI: microchip: Move PCIe host data structure to plda-pcie.h
` [PATCH v9 07/20] PCI: microchip: Rename two setup functions
` [PATCH v9 08/20] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v9 09/20] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v9 10/20] PCI: microchip: Rename interrupt related functions
` [PATCH v9 11/20] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v9 12/20] PCI: microchip: Add request_event_irq() callback function
` [PATCH v9 13/20] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v9 14/20] PCI: microchip: Add get_events() callback function
` [PATCH v9 15/20] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v9 16/20] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v9 17/20] PCI: plda: Add event interrupt codes and host init/deinit functions
` [PATCH v9 18/20] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v9 19/20] PCI: starfive: Add "
` [PATCH v9 20/20] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v3 00/13] Support Andes PMU extension
 2023-10-23  0:13 UTC  (8+ messages)
` [PATCH v3 01/13] riscv: errata: Rename defines for Andes
` [RFC PATCH v3 02/13] irqchip/riscv-intc: Allow large non-standard hwirq number
` [RFC PATCH v3 03/13] irqchip/riscv-intc: Introduce Andes IRQ chip
` [PATCH v3 04/13] dt-bindings: riscv: Add Andes interrupt controller compatible string
` [PATCH v3 05/13] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC

[PATCH v3 0/9] RISC-V SBI debug console extension support
 2023-10-21 16:46 UTC  (17+ messages)
` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v3 5/9] KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test
` [PATCH v3 6/9] RISC-V: Add stubs for sbi_console_putchar/getchar()
` [PATCH v3 7/9] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v3 8/9] tty: Add SBI debug console support to HVC SBI driver
` [PATCH v3 9/9] RISC-V: Enable SBI based earlycon support

[PATCH] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-20 18:47 UTC 

[PATCH] ACPI: Use the acpi_device_is_present() helper in more places
 2023-10-20 16:52 UTC  (3+ messages)

[PATCH v2 0/6] RISC-V: hwprobe: Introduce which-cpus
 2023-10-20 13:27 UTC  (8+ messages)
` [PATCH v2 1/6] RISC-V: hwprobe: Clarify cpus size parameter
` [PATCH v2 2/6] RISC-V: Move the hwprobe syscall to its own file
` [PATCH v2 3/6] RISC-V: hwprobe: Introduce which-cpus flag
` [PATCH v2 4/6] RISC-V: selftests: Statically link hwprobe test
` [PATCH v2 5/6] RISC-V: selftests: Convert hwprobe test to kselftest API
` [PATCH v2 6/6] RISC-V: selftests: Add which-cpus hwprobe test

[PATCH v3 0/6] PolarFire SoC Auto Update Support
 2023-10-20 13:18 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: soc: microchip: add a property for system controller flash
` [PATCH v3 2/6] soc: microchip: mpfs: enable access to the system controller's flash
` [PATCH v3 3/6] soc: microchip: mpfs: print service status in warning message
` [PATCH v3 4/6] soc: microchip: mpfs: add auto-update subdev to system controller
` [PATCH v3 5/6] firmware: microchip: add PolarFire SoC Auto Update support
` [PATCH v3 6/6] riscv: dts: microchip: add the mpfs' system controller qspi & associated flash

[PATCH v2 0/7] RISC-V: Add eMMC support for TH1520 boards
 2023-10-20 12:31 UTC  (3+ messages)
` [PATCH v2 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520

[PATCH v3 0/2] Add Zawrs support and use it for spinlocks
 2023-10-20 10:19 UTC  (4+ messages)

[PATCH v2 05/10] dt-bindings: riscv: Add andestech,cpu-intc to interrupt-controller
 2023-10-20  9:54 UTC  (4+ messages)

[RFC PATCH v2 08/10] perf: RISC-V: Introduce Andes PMU for perf event sampling
 2023-10-20  8:30 UTC  (3+ messages)

[PATCH v2 09/10] riscv: dts: renesas: Add Andes PMU extension
 2023-10-20  8:20 UTC  (3+ messages)

[PATCH v2 04/10] riscv: dts: renesas: r9a07g043f: Update compatible string to use Andes INTC
 2023-10-20  8:17 UTC  (3+ messages)

[PATCH v2 00/10] Support Andes PMU extension
 2023-10-20  8:05 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