messages from 2023-07-11 08:42:24 to 2023-07-12 18:10:07 UTC [more...]
[PATCH v7 0/9] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
2023-07-12 18:09 UTC (19+ messages)
` [PATCH v7 1/9] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v7 2/9] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v7 3/9] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v7 4/9] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v7 5/9] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v7 6/9] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v7 7/9] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v7 8/9] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v7 9/9] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes
[PATCH v4 0/4] RISC-V: archrandom support
2023-07-12 17:51 UTC (10+ messages)
` [PATCH v4 1/4] RISC-V: Add Bitmanip/Scalar Crypto parsing from DT
` [PATCH v4 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v4 3/4] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
` [PATCH v4 4/4] RISC-V: Implement archrandom when Zkr is available
[PATCH v2] RISC-V: Don't trust V from the riscv,isa DT property on T-Head CPUs
2023-07-12 17:48 UTC
[PATCH v4 00/11] RISC-V: Probe DT extension support using riscv,isa-extensions & riscv,isa-base
2023-07-12 17:34 UTC (3+ messages)
` [PATCH v4 05/11] RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap()
[PATCH 1/1] riscv: dts: Enable device-tree overlay support for starfive devices
2023-07-12 16:40 UTC (5+ messages)
[PATCH] RISC-V: Don't trust V from the riscv,isa DT property
2023-07-12 17:24 UTC (6+ messages)
[PATCH 0/4] riscv: tlb flush improvements
2023-07-12 17:23 UTC (5+ messages)
[PATCH] RISC-V: Don't include Zicsr or Zifencei in I from ACPI
2023-07-12 17:13 UTC (5+ messages)
[PATCH v6 00/14] refactor Kconfig to consolidate KEXEC and CRASH options
2023-07-12 16:15 UTC (15+ messages)
` [PATCH v6 01/14] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v6 02/14] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v6 03/14] arm/kexec: "
` [PATCH v6 04/14] ia64/kexec: "
` [PATCH v6 05/14] arm64/kexec: "
` [PATCH v6 06/14] loongarch/kexec: "
` [PATCH v6 07/14] m68k/kexec: "
` [PATCH v6 08/14] mips/kexec: "
` [PATCH v6 09/14] parisc/kexec: "
` [PATCH v6 10/14] powerpc/kexec: "
` [PATCH v6 11/14] riscv/kexec: "
` [PATCH v6 12/14] s390/kexec: "
` [PATCH v6 13/14] sh/kexec: "
` [PATCH v6 14/14] kexec: rename ARCH_HAS_KEXEC_PURGATORY
[PATCH 0/7] KVM RISC-V ONE_REG ISA extension improvements
2023-07-12 16:10 UTC (8+ messages)
` [PATCH 1/7] RISC-V: KVM: Factor-out ONE_REG related code to its own source file
` [PATCH 2/7] RISC-V: KVM: Extend ONE_REG to enable/disable multiple ISA extensions
` [PATCH 3/7] RISC-V: KVM: Allow Zba and Zbs extensions for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicntr, Zicsr, Zifencei, and Zihpm "
` [PATCH 5/7] RISC-V: KVM: Sort ISA extensions alphabetically in ONE_REG interface
` [PATCH 6/7] RISC-V: KVM: Allow Zbc, Zbk* and Zk* extensions for Guest/VM
` [PATCH 7/7] RISC-V: KVM: Allow Zvb* and Zvk* "
[RESEND PATCH v6 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
2023-07-12 16:09 UTC (5+ messages)
` [RESEND PATCH v6 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS
[PATCH] riscv: mm: fix truncates issue on RV32
2023-07-12 16:00 UTC (3+ messages)
[PATCH] perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()
2023-07-12 16:00 UTC (3+ messages)
[PATCH 0/2] riscv,mmio: I/O barriers fixes and cleanups
2023-07-12 15:18 UTC (5+ messages)
` [PATCH 1/2] riscv,mmio: Fix readX()-to-delay() ordering
` [PATCH 2/2] riscv,mmio: Use the generic implementation for the I/O accesses
[PATCH v2 0/2] riscv: support ELF format binaries in nommu mode
2023-07-12 15:12 UTC (7+ messages)
` [PATCH v2 1/2] binfmt_elf_fdpic: support 64-bit systems
` [PATCH v2 2/2] riscv: support the elf-fdpic binfmt loader
[PATCH] dt-bindings: RISC-V: Re-word the I extension binding
2023-07-12 15:04 UTC (3+ messages)
[PATCH] RISC-V: Re-alphabetize Kconfig
2023-07-12 14:47 UTC (2+ messages)
[PATCH V2] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
2023-07-12 14:43 UTC (3+ messages)
[PATCH v5 22/38] riscv: Implement the new page table range API
2023-07-12 13:58 UTC (2+ messages)
[PATCH] riscv: correct pt_level name via pgtable_l5/4_enabled
2023-07-12 13:58 UTC (3+ messages)
[PATCH] riscv: sigcontext: Correct the comment of sigreturn
2023-07-12 13:50 UTC (3+ messages)
[PATCH] Documentation: RISC-V: hwprobe: Fix a formatting error
2023-07-12 13:50 UTC (3+ messages)
[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
2023-07-12 12:48 UTC (15+ messages)
` [PATCH 2/3] soc: sifive: Add SiFive private L2 cache "
` [PATCH 3/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller
Consider switching to WQ_UNBOUND messages (was: Re: [PATCH v2 6/7] workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanism)
2023-07-12 12:27 UTC (8+ messages)
[PATCH V2] riscv: correct pt_level name via pgtable_l5/4_enabled
2023-07-12 11:57 UTC
[PATCH v2 00/15] spi: Header and core clean up and refactoring
2023-07-12 11:47 UTC (37+ messages)
` [PATCH v2 01/15] spi: Remove unneeded OF node NULL checks
` [PATCH v2 02/15] spi: Drop duplicate IDR allocation code in spi_register_controller()
` [PATCH v2 03/15] spi: Replace if-else-if by bitops and multiplications
` [PATCH v2 04/15] spi: Replace open coded spi_controller_xfer_timeout()
` [PATCH v2 05/15] spi: Remove code duplication in spi_add_device_locked()
` [PATCH v2 08/15] spi: Clean up headers
` [PATCH v2 13/15] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` (subset) [PATCH v2 00/15] spi: Header and core clean up and refactoring
[PATCH v1 0/3] Allwinner R329/D1/R528/T113s Dual/Quad SPI modes support
2023-07-12 11:47 UTC (2+ messages)
` (subset) "
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-07-12 10:40 UTC (18+ messages)
` [PATCH v4 01/12] riscv: Add support for kernel mode vector
` [PATCH v4 02/12] riscv: Add vector extension XOR implementation
` [PATCH v4 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 04/12] RISC-V: add vector crypto extension detection
` [PATCH v4 05/12] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH v4 06/12] RISC-V: crypto: add Zvbb+Zvbc accelerated GCM GHASH implementation
` [PATCH v4 07/12] RISC-V: crypto: add Zvkg "
` [PATCH v4 08/12] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH v4 09/12] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH v4 11/12] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH v4 12/12] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation
[PATCH v1] riscv: dts: renesas: clean up dtbs_check W=1 warning due to empty phy node
2023-07-12 9:13 UTC (4+ messages)
[PATCH 13/15] serial: sifive: Use devm_platform_get_and_ioremap_resource()
2023-07-12 6:28 UTC
[PATCH 0/3] RISC-V: archrandom support
2023-07-12 5:54 UTC (7+ messages)
` [PATCH 2/3] RISC-V: hwprobe: Expose Zbc and the scalar crypto extensions
[PATCH v8 0/4] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
2023-07-12 5:37 UTC (6+ messages)
` [PATCH v8 1/4] iio: adc: Kconfig change description for Allwinner GPADC
` [PATCH v8 4/4] riscv: dts: allwinner: d1: Add GPADC node
[PATCH V2] riscv: Add BUG_ON() for no cpu nodes in devicetree
2023-07-11 22:58 UTC (2+ messages)
[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
2023-07-11 20:18 UTC
[PATCH bpf] riscv, bpf: Fix inconsistent JIT image generation
2023-07-11 20:07 UTC (4+ messages)
[PATCH v3 0/4] RISC-V: archrandom support
2023-07-11 18:29 UTC (9+ messages)
` [PATCH v3 2/4] dt-bindings: riscv: Document the 1.0 scalar cryptography extensions
` [PATCH v3 4/4] RISC-V: Implement archrandom when Zkr is available
[PATCH v3 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2023-07-11 18:10 UTC (4+ messages)
[PATCH v3 00/14] spi: Header and core clean up and refactoring
2023-07-11 17:34 UTC (16+ messages)
` [PATCH v3 01/14] spi: Remove unneeded OF node NULL checks
` [PATCH v3 02/14] spi: Deduplicate IDR allocation code in spi_register_controller()
` [PATCH v3 03/14] spi: Refactor bus number assigning "
` [PATCH v3 04/14] spi: Remove code duplication in spi_add_device*()
` [PATCH v3 05/14] spi: Kill spi_add_device_locked()
` [PATCH v3 06/14] spi: Use sysfs_emit() to instead of s*printf()
` [PATCH v3 07/14] spi: Use BITS_TO_BYTES()
` [PATCH v3 08/14] spi: Sort headers alphabetically
` [PATCH v3 09/14] spi: Use struct_size() helper
` [PATCH v3 10/14] spi: Get rid of old SPI_MASTER_NO_TX & SPI_MASTER_NO_RX
` [PATCH v3 11/14] spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
` [PATCH v3 12/14] spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
` [PATCH v3 13/14] spi: Convert to SPI_CONTROLLER_HALF_DUPLEX
` [PATCH v3 14/14] spi: Fix spelling typos and acronyms capitalization
[PATCH v3] dmaengine: xilinx: dma: remove arch dependency
2023-07-11 16:44 UTC (2+ messages)
[PATCH v5 0/9] Linux RISC-V AIA Support
2023-07-11 14:12 UTC (5+ messages)
` [PATCH v5 1/9] RISC-V: Add riscv_fw_parent_hartid() function
` [PATCH v5 2/9] irqchip/riscv-intc: Add support for RISC-V AIA
[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
2023-07-11 11:53 UTC (2+ messages)
[PATCH 0/2] Misc RISC-V timer driver improvements
2023-07-11 11:38 UTC (4+ messages)
[PATCH v8 0/5] Add JH7110 USB PHY driver support
2023-07-11 11:25 UTC (2+ messages)
` (subset) "
[PATCH] riscv: Start of DRAM should at least be aligned on PMD size for the direct mapping
2023-07-11 10:51 UTC (3+ messages)
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