messages from 2023-09-09 20:17:57 to 2023-09-13 08:55:39 UTC [more...]
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-13 8:55 UTC (44+ messages)
` [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton
` [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
[PATCH v4 0/5] riscv: Add fine-tuned checksum functions
2023-09-13 8:47 UTC (11+ messages)
` [PATCH v4 1/5] riscv: Checksum header
` [PATCH v4 2/5] riscv: Add checksum library
` [PATCH v4 3/5] riscv: Vector checksum header
` [PATCH v4 4/5] riscv: Vector checksum library
` [PATCH v4 5/5] riscv: Test checksum functions
[PATCH v4 0/4] riscv: tlb flush improvements
2023-09-13 8:32 UTC (8+ messages)
` [PATCH v4 1/4] riscv: Improve flush_tlb()
` [PATCH v4 2/4] riscv: Improve flush_tlb_range() for hugetlb pages
` [PATCH v4 3/4] riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
` [PATCH v4 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH] Documentation: embargoed-hardware-issues.rst: Add myself for RISC-V
2023-09-13 7:19 UTC (2+ messages)
[-next v2 1/2] riscv: dts: starfive: visionfive 2: Enable usb0
2023-09-13 6:45 UTC (4+ messages)
[PATCH v3] RISC-V: Fix wrong use of CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
2023-09-13 5:29 UTC
[PATCH -fixes] riscv: kexec: Align the kexeced kernel entry
2023-09-13 0:37 UTC (3+ messages)
[PATCH v2 0/2] riscv: errata: improve T-Head CMO
2023-09-13 0:37 UTC (2+ messages)
[PATCH V1 0/3] riscv: kexec: cleanup and fixups
2023-09-13 0:37 UTC (2+ messages)
[PATCH v3] riscv: errata: fix T-Head dcache.cva encoding
2023-09-13 0:37 UTC (3+ messages)
boot time regressed a lot due to misaligned access probe
2023-09-13 0:14 UTC
[PATCH bpf-next 0/6] bpf: verifier: stop emitting zext for LDX
2023-09-13 0:10 UTC (10+ messages)
` [PATCH bpf-next 1/6] bpf, riscv32: Always zero extend for LDX with B/W/H
` [PATCH bpf-next 2/6] bpf, x86-32: "
` [PATCH bpf-next 3/6] bpf, parisc32: "
` [PATCH bpf-next 4/6] bpf, powerpc32: Always zero extend for LDX
` [PATCH bpf-next 5/6] bpf, arm32: Always zero extend for LDX with B/H/W
` [PATCH bpf-next 6/6] bpf, verifier: always mark destination of LDX as 64-bit
[PATCH] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
2023-09-13 0:06 UTC (5+ messages)
[PATCH v9 6/6] riscv: Use --emit-relocs in order to move .rela.dyn in init
2023-09-12 23:34 UTC (2+ messages)
[PATCH v8 00/16] Linux RISC-V AIA Support
2023-09-12 23:00 UTC (18+ messages)
` [PATCH v8 01/16] RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
` [PATCH v8 02/16] RISC-V: Add riscv_get_intc_hartid() function
` [PATCH v8 03/16] of: property: Add fw_devlink support for msi-parent
` [PATCH v8 04/16] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH v8 05/16] irqchip/sifive-plic: Fix syscore registration for multi-socket systems
` [PATCH v8 06/16] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v8 07/16] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v8 08/16] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v8 09/16] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v8 10/16] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v8 11/16] irqchip/riscv-imsic: Add support for PCI "
` [PATCH v8 12/16] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v8 13/16] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v8 14/16] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v8 15/16] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v8 16/16] MAINTAINERS: Add entry for RISC-V AIA drivers
[PATCH 1/3] dt-bindings: mmc: Remove properties from required
2023-09-12 17:55 UTC (13+ messages)
` [PATCH 2/3] mmc: starfive: Change tuning implementation
` [PATCH 3/3] riscv: dts: starfive: Drop unused properties and limit frquency
` [PATCH v2 0/3] Change tuning implementation
` [PATCH v2 1/3] dt-bindings: mmc: Remove properties from required
` [PATCH v2 2/3] mmc: starfive: Change tuning implementation
` [PATCH v2 3/3] riscv: dts: starfive: Drop unused properties and limit frquency
[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
2023-09-12 16:27 UTC (3+ messages)
[PATCH v2] riscv: defconfig : add CONFIG_MMC_DW for starfive
2023-09-12 16:23 UTC (2+ messages)
Missed soc/genpd PR for 6.6 mw
2023-09-12 16:05 UTC (3+ messages)
[PATCH] riscv: don't probe unaligned access speed if already done
2023-09-12 16:04 UTC (2+ messages)
[RFC v4 0/4] StarFive's Pulse Width Modulation driver support
2023-09-12 15:04 UTC (3+ messages)
` [RFC v4 2/4] pwm: starfive: Add PWM "
[PATCH v6] riscv: add userland instruction dump to RISC-V splats
2023-09-12 12:13 UTC (2+ messages)
[RFC PATCH 0/6] RISC-V BLAKE2s Vector implementation
2023-09-12 11:57 UTC (7+ messages)
` [RFC PATCH 1/6] riscv: sched: defer restoring Vector context for user
` [RFC PATCH 2/6] riscv: Add support for kernel mode vector
` [RFC PATCH 3/6] riscv: Add vector extension XOR implementation
` [RFC PATCH 4/6] riscv: vector: do not pass task_struct into riscv_v_vstate_{save,restore}()
` [RFC PATCH 5/6] riscv: vector: allow kernel-mode Vector with preemption
` [RFC PATCH 6/6] riscv: Add BLAKE2s V implementation
[PATCH -next 00/25] spi: Use devm_clk_get_*() helper function to simplify the drivers
2023-09-12 11:37 UTC (3+ messages)
` [PATCH -next v2 "
[PATCH] riscv: mm: Synchronize memory attributes for all mm in free_initmem() on RV32 platform
2023-09-12 9:33 UTC
[PATCH v2] riscv: mm: update T-Head memory type definitions
2023-09-12 7:25 UTC
[RESEND PATCH 0/3] riscv: vdso.lds.S: some improvement
2023-09-12 7:20 UTC (4+ messages)
` [RESEND PATCH 1/3] riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
` [RESEND PATCH 2/3] riscv: vdso.lds.S: merge .data section into .rodata section
` [RESEND PATCH 3/3] riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
[PATCH v4 00/12] RISC-V: support some cryptography accelerations
2023-09-12 7:15 UTC (6+ messages)
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
[PATCH 0/3] Introduce reset driver for T-HEAD th1520 SoC
2023-09-12 7:05 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: reset: Document th1520 reset control
` [PATCH 2/3] reset: Add th1520 reset driver support
` [PATCH 3/3] riscv: dts: Add th1520 reset device tree
[PATCH v3] riscv: Only consider swbp/ss handlers for correct privileged mode
2023-09-12 6:56 UTC
[PATCH v5] riscv: add userland instruction dump to RISC-V splats
2023-09-12 2:13 UTC (5+ messages)
` [External] "
[PATCH 0/7] riscv: ASID-related and UP-related TLB flush enhancements
2023-09-12 2:03 UTC (7+ messages)
` [PATCH 6/7] riscv: mm: Always flush a single MM context by ASID
` [PATCH 7/7] riscv: mm: Combine the SMP and non-SMP TLB flushing code
[PATCH v5 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-09-12 2:02 UTC (4+ messages)
` [PATCH v5 11/11] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH v1 1/3] dt-bindings: mmc: Drop unused properties
2023-09-12 2:00 UTC (12+ messages)
[RFC PATCH v5 0/5] Rework & improve riscv cmpxchg.h and atomic.h
2023-09-12 0:22 UTC (3+ messages)
[PATCH v3 0/3] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-09-11 23:57 UTC (2+ messages)
` (subset) "
[PATCH v2 0/5] riscv: Add fine-tuned checksum functions
2023-09-11 18:16 UTC (6+ messages)
` [PATCH v2 1/5] riscv: Checksum header
[GIT PULL] RISC-V Patches for the 6.6 Merge Window, Part 2 (try 2)
2023-09-11 16:07 UTC (3+ messages)
[PATCH AUTOSEL 6.4 25/25] riscv: Add CFI error handling
2023-09-11 15:03 UTC (3+ messages)
[PATCH] riscv: defconfig : add CONFIG_MMC_DW for starfive
2023-09-11 13:05 UTC (2+ messages)
[PATCH 0/4] Support Andes PMU extension
2023-09-11 12:35 UTC (13+ messages)
` [RFC PATCH 2/4] irqchip/riscv-intc: Support large non-standard hwirq number
` [PATCH 3/4] riscv: errata: Add Andes PMU errata
[PATCH v3 0/4] riscv: tlb flush improvements
2023-09-11 8:33 UTC (4+ messages)
` [PATCH v3 4/4] riscv: Improve flush_tlb_kernel_range()
[PATCH 00/10] pwm: Constistenly name pwm_chip variables "chip"
2023-09-11 4:49 UTC (3+ messages)
[PATCH] pwm: Explicitly include correct DT includes
2023-09-11 4:49 UTC (3+ messages)
starfive crypto list_add corruption
2023-09-10 21:38 UTC (3+ messages)
[PATCH v2 0/2] Change PWM-controlled LED pin active mode and algorithm
2023-09-10 13:16 UTC (6+ messages)
` [PATCH v2 2/2] pwm: sifive: change the PWM controlled LED algorithm
[PATCH v2] RISC-V: Fix use of non existent CONFIG_HAVE_SOFTIRQ_ON_OWN_STACK
2023-09-10 0:16 UTC (4+ messages)
[PATCH v5 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
2023-09-09 23:23 UTC (5+ messages)
` [PATCH v5 2/3] clocksource: Add JH7110 timer driver
` [PATCH v5 3/3] riscv: dts: jh7110: starfive: Add timer node
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).