messages from 2023-10-18 11:32:31 to 2023-10-20 10:45:28 UTC [more...]
[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-10-20 10:43 UTC (13+ messages)
` [PATCH v9 02/20] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v9 07/20] PCI: microchip: Rename two setup functions
` [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 15/20] PCI: microchip: Add event IRQ domain ops "
` [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 20/20] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH v6 0/4] StarFive's Pulse Width Modulation driver support
2023-10-20 10:37 UTC (5+ 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 v2 00/19] riscv: report more ISA extensions through hwprobe
2023-10-20 10:27 UTC (42+ messages)
` [PATCH v2 01/19] riscv: hwprobe: factorize hwprobe ISA extension reporting
` [PATCH v2 03/19] riscv: hwprobe: add support for scalar crypto ISA extensions
` [PATCH v2 05/19] riscv: add ISA extension parsing for vector crypto extensions
` [PATCH v2 06/19] riscv: hwprobe: export vector crypto ISA extensions
` [PATCH v2 08/19] riscv: add ISA extension parsing for Zfh/Zfhmin
` [PATCH v2 09/19] riscv: hwprobe: export Zfh/Zfhmin ISA extensions
` [PATCH v2 11/19] riscv: add ISA extension parsing for Zihintntl
` [PATCH v2 12/19] riscv: hwprobe: export Zhintntl ISA extension
` [PATCH v2 14/19] riscv: add ISA extension parsing for Zvfh[min]
` [PATCH v2 15/19] riscv: hwprobe: export Zvfh[min] ISA extensions
` [PATCH v2 17/19] riscv: add ISA extension parsing for Zfa
` [PATCH v2 18/19] riscv: hwprobe: export Zfa ISA extension
[PATCH v3 0/2] Add Zawrs support and use it for spinlocks
2023-10-20 10:19 UTC (4+ messages)
[PATCH v3 0/9] RISC-V SBI debug console extension support
2023-10-20 10:06 UTC (14+ messages)
` [PATCH v3 1/9] RISC-V: Add defines for SBI debug console extension
` [PATCH v3 2/9] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v3 3/9] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v3 4/9] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [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 v2 05/10] dt-bindings: riscv: Add andestech,cpu-intc to interrupt-controller
2023-10-20 9:54 UTC (4+ messages)
[RFC PATCH v2 07/10] perf: RISC-V: Move T-Head PMU to CPU feature alternative framework
2023-10-20 9:05 UTC (4+ messages)
[PATCH v10 00/15] Linux RISC-V AIA Support
2023-10-20 8:47 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)
[v3, 0/5] riscv: support kernel-mode Vector
2023-10-20 7:02 UTC (7+ messages)
` [v3, 1/5] riscv: Add support for kernel mode vector
` [v3, 2/5] riscv: Add vector extension XOR implementation
` [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}()
` [v3, 5/5] riscv: vector: allow kernel-mode Vector with preemption
[PATCH v2 0/8] RISC-V SBI debug console extension support
2023-10-20 5:26 UTC (17+ messages)
` [PATCH v2 1/8] RISC-V: Add defines for SBI debug console extension
` [PATCH v2 2/8] RISC-V: KVM: Change the SBI specification version to v2.0
` [PATCH v2 3/8] RISC-V: KVM: Allow some SBI extensions to be disabled by default
` [PATCH v2 4/8] RISC-V: KVM: Forward SBI DBCN extension to user-space
` [PATCH v2 5/8] RISC-V: Add inline version of sbi_console_putchar/getchar() functions
` [PATCH v2 6/8] tty/serial: Add RISC-V SBI debug console based earlycon
` [PATCH v2 8/8] RISC-V: Enable SBI based earlycon support
[PATCH v6 0/3] riscv: Add remaining module relocations and tests
2023-10-19 21:41 UTC (4+ messages)
` [PATCH v6 1/3] riscv: Avoid unaligned access when relocating modules
` [PATCH v6 2/3] riscv: Add remaining module relocations
` [PATCH v6 3/3] riscv: Add tests for riscv module loading
[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
2023-10-19 20:26 UTC (3+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller
[PATCH v1 0/6] RISC-V: hwprobe: Introduce which-cpus
2023-10-19 17:16 UTC (3+ messages)
` [PATCH v1 3/6] RISC-V: hwprobe: Introduce which-cpus flag
[PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
2023-10-19 17:08 UTC (11+ messages)
[PATCH v2 01/10] riscv: errata: Rename defines for Andes
2023-10-19 16:17 UTC (2+ messages)
[PATCH v2 10/10] riscv: andes: Support symbolic FW and HW raw events
2023-10-19 14:03 UTC
[PATCH v5 0/4] riscv: tlb flush improvements
2023-10-19 14:01 UTC (5+ messages)
` [PATCH v5 1/4] riscv: Improve tlb_flush()
` [PATCH v5 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v5 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v5 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH v4 0/7] Add Huashan Pi board support
2023-10-19 14:04 UTC (13+ messages)
` [PATCH v4 1/7] dt-bindings: interrupt-controller: Add SOPHGO CV1812H plic
` [PATCH v4 2/7] dt-bindings: timer: Add SOPHGO CV1812H clint
` [PATCH v4 3/7] dt-bindings: riscv: Add SOPHGO Huashan Pi board compatibles
` [PATCH v4 4/7] riscv: dts: sophgo: Separate compatible specific for CV1800B soc
` [PATCH v4 5/7] riscv: dts: sophgo: cv18xx: Add gpio devices
` [PATCH v4 6/7] riscv: dts: sophgo: add initial CV1812H SoC device tree
` [PATCH v4 7/7] riscv: dts: sophgo: add Huashan Pi board "
[PATCH v2 06/10] perf: RISC-V: Eliminate redundant IRQ enable/disable operations
2023-10-19 13:59 UTC
[PATCH v2 03/10] irqchip/riscv-intc: Introduce Andes IRQ chip
2023-10-19 13:57 UTC
[RFC PATCH v2 02/10] irqchip/riscv-intc: Allow large non-standard hwirq number
2023-10-19 13:56 UTC
fix the non-coherent coldfire dma_alloc_coherent v2
2023-10-19 13:09 UTC (4+ messages)
` [PATCH 09/12] m68k: use the coherent DMA code for coldfire without data cache
[PATCH v1 0/1] riscv: Introduce system suspend support
2023-10-19 9:15 UTC (9+ messages)
` [PATCH v1 1/1] riscv: sbi: "
[PATCH 0/5] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
2023-10-19 9:06 UTC (6+ messages)
` [PATCH 4/5] riscv: Suffix all page table entry pointers with 'p'
[PATCH v2 0/7] RISC-V: Add eMMC support for TH1520 boards
2023-10-19 8:37 UTC (12+ messages)
` [PATCH v2 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH v2 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v2 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v2 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC controller
[PATCH v4 0/2] RISC-V: Probe for misaligned access speed
2023-10-19 7:51 UTC (7+ messages)
` [PATCH v4 1/2] RISC-V: Probe for unaligned "
[PATCH v8 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-10-19 7:39 UTC (4+ messages)
` [PATCH v8 16/22] PCI: microchip: Add event IRQ domain ops to struct plda_event
[PATCH v4 0/2] riscv: Add remaining module relocations and tests
2023-10-19 5:56 UTC (15+ messages)
` [PATCH v4 1/2] riscv: Add remaining module relocations
[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
2023-10-19 5:35 UTC (4+ messages)
` [PATCH v7 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver
` [PATCH v7 3/3] riscv: dts: jh7110: starfive: Add timer node
[PATCH v5 0/3] riscv: Add remaining module relocations and tests
2023-10-18 22:51 UTC (4+ messages)
` [PATCH v5 1/3] riscv: Avoid unaligned access when relocating modules
` [PATCH v5 2/3] riscv: Add remaining module relocations
` [PATCH v5 3/3] riscv: Add tests for riscv module loading
[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
2023-10-18 19:14 UTC (2+ messages)
fix a few RISC-V / renesas Kconfig dependencies v2
2023-10-18 18:42 UTC (3+ messages)
` [PATCH 2/3] riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM and ERRATA_THEAD_PBMT
[PATCH v3 0/6] consolidate and cleanup CPU capacity
2023-10-18 17:26 UTC (10+ messages)
` [PATCH v3 1/6] topology: add a new arch_scale_freq_reference
` [PATCH v3 2/6] cpufreq: use the fixed and coherent frequency for scaling capacity
` [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
[bpf-next PATCH v2 1/4] kbuild: remove ARCH_POSTLINK from module builds
2023-10-18 15:19 UTC
[PATCH AUTOSEL 5.10 05/11] irqchip/riscv-intc: Mark all INTC nodes as initialized
2023-10-18 14:14 UTC
[PATCH AUTOSEL 5.15 07/14] irqchip/riscv-intc: Mark all INTC nodes as initialized
2023-10-18 14:14 UTC
[PATCH AUTOSEL 6.1 11/19] irqchip/riscv-intc: Mark all INTC nodes as initialized
2023-10-18 14:13 UTC
[PATCH AUTOSEL 6.5 19/31] irqchip/riscv-intc: Mark all INTC nodes as initialized
2023-10-18 14:11 UTC
[PATCH v4 -next 0/4] RISC-V: ACPI improvements
2023-10-18 13:05 UTC (6+ messages)
` [PATCH v4 -next 1/4] RISC-V: ACPI: Enhance acpi_os_ioremap with MMIO remapping
` [PATCH v4 -next 2/4] RISC-V: ACPI: Update the return value of acpi_get_rhct()
` [PATCH v4 -next 3/4] RISC-V: ACPI: RHCT: Add function to get CBO block sizes
` [PATCH v4 -next 4/4] RISC-V: cacheflush: Initialize CBO variables on ACPI systems
[PATCH v3 0/8] Add Huashan Pi board support
2023-10-18 12:55 UTC (9+ messages)
` [PATCH v3 4/8] riscv: dts: sophgo: Rename cv1800b device tree file
` [PATCH v3 5/8] riscv: dts: sophgo: Separate compatible specific for cv1800b soc
` [PATCH v3 6/8] riscv: dts: sophgo: cv18xx: Add gpio devices
` [PATCH v3 7/8] riscv: dts: sophgo: add initial CV1812H SoC device tree
` [PATCH v3 8/8] riscv: dts: sophgo: add Huashan Pi board "
[PATCH v4 0/4] riscv: tlb flush improvements
2023-10-18 11:32 UTC (4+ messages)
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox