public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-10-22 18:01:07 to 2023-10-24 19:27:16 UTC [more...]

[PATCH] riscv: CONFIG_EFI should not depend on CONFIG_RISCV_ISA_C
 2023-10-24 19:26 UTC 

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-24 18:26 UTC  (46+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[PATCH v2 00/19] riscv: report more ISA extensions through hwprobe
 2023-10-24 18:11 UTC  (18+ messages)
` [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 v2 0/5] riscv: cleanup assembly usage of ENTRY()/END() and use local labels
 2023-10-24 18:03 UTC  (8+ messages)
` [PATCH v2 1/5] riscv: use ".L" local labels in assembly when applicable
` [PATCH v2 2/5] riscv: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 3/5] riscv: kernel: Use correct SYM_DATA_*() macro for data
` [PATCH v2 4/5] riscv: kvm: Use SYM_*() assembly macros instead of deprecated ones
` [PATCH v2 5/5] riscv: kvm: use ".L" local labels in assembly when applicable

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

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-10-24 14:56 UTC  (4+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

[v5 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-10-24 14:55 UTC  (4+ messages)
` [v5 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [v5 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH] riscv: boot: Fix creation of loader.bin
 2023-10-24 14:53 UTC 

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

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-10-24 13:09 UTC  (24+ 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 v3 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-10-24 12:16 UTC  (10+ 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] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
 2023-10-24 12:02 UTC  (5+ messages)

[PATCH v6 0/4] StarFive's Pulse Width Modulation driver support
 2023-10-24 11:45 UTC  (10+ messages)
` [PATCH v6 1/4] dt-bindings: pwm: Add OpenCores PWM module
` [PATCH v6 2/4] pwm: opencores: Add PWM driver support

[v3, 0/5] riscv: support kernel-mode Vector
 2023-10-24 11:26 UTC  (7+ messages)
` [v3, 1/5] riscv: Add support for kernel mode vector
` [v3, 3/5] riscv: sched: defer restoring Vector context for user
` [v3, 4/5] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()

[PATCH v3 0/6] consolidate and cleanup CPU capacity
 2023-10-24  9:58 UTC  (8+ 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

[PATCH v1] riscv: dts: sophgo: remove address-cells from intc node
 2023-10-24  8:20 UTC 

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 

[GIT PULL] KVM/riscv changes for 6.7
 2023-10-24  7:58 UTC 

KVM/riscv changes for 6.7
 2023-10-24  7:58 UTC  (2+ messages)

[PATCH RT 0/3] riscv: add PREEMPT_RT support
 2023-10-24  6:18 UTC  (4+ messages)

[PATCH v2 2/2] clk: sifive: Allow building the driver as a module
 2023-10-24  3:30 UTC  (2+ messages)

[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-24  3:09 UTC  (5+ messages)
` [PATCH v9 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties

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

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-23 20:01 UTC  (15+ messages)
` [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 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 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 -fixes] drivers: perf: Do not broadcast to other cpus when starting a counter
 2023-10-23  1:41 UTC  (2+ messages)

[PATCH v3 00/13] Support Andes PMU extension
 2023-10-23  0:13 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