messages from 2023-09-08 02:36:37 to 2023-09-12 17:51:55 UTC [more...]
[PATCH v8 00/16] Linux RISC-V AIA Support
2023-09-12 17:49 UTC (15+ 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 1/3] dt-bindings: mmc: Remove properties from required
2023-09-12 16:40 UTC (12+ 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 V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-09-12 10:58 UTC (39+ 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] riscv: errata: thead: use riscv_nonstd_cache_ops for CMO
2023-09-12 10:53 UTC (3+ messages)
[PATCH v4 0/5] riscv: Add fine-tuned checksum functions
2023-09-12 10:24 UTC (8+ 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] 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
[PATCH v3] riscv: errata: fix T-Head dcache.cva encoding
2023-09-12 7:24 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 (12+ messages)
` [PATCH 1/7] riscv: Apply SiFive CIP-1200 workaround to single-ASID sfence.vma
` [PATCH 2/7] riscv: mm: Introduce cntx2asid/cntx2version helper macros
` [PATCH 3/7] riscv: mm: Use a fixed layout for the MM context ID
` [PATCH 4/7] riscv: mm: Make asid_bits a local variable
` [PATCH 5/7] riscv: mm: Preserve global TLB entries when switching contexts
` [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 0/3] Change tuning implementation
2023-09-12 2:00 UTC (13+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Drop unused properties
[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 v4 0/4] riscv: tlb flush improvements
2023-09-11 13:12 UTC (5+ 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] 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 (15+ 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 (5+ 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
[PATCH AUTOSEL 6.5 28/28] riscv: Add CFI error handling
2023-09-09 0:36 UTC
[PATCH gmem FIXUP v2] mm, compaction: make testing mapping_unmovable() safe
2023-09-09 0:15 UTC (2+ messages)
[PATCH v7 0/4] kexec: Fix kexec_file_load for llvm16 with PGO
2023-09-08 22:53 UTC (6+ messages)
[GIT PULL] RISC-V Patches for the 6.6 Merge Window, Part 2
2023-09-08 18:38 UTC (5+ messages)
[syzbot] [mm?] kernel BUG in vma_replace_policy
2023-09-08 18:04 UTC
[PATCH V3] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
2023-09-08 15:43 UTC
[PATCH 0/8] sysctl: Remove sentinel elements from arch
2023-09-08 9:01 UTC (3+ messages)
` [PATCH 8/8] c-sky: rm sentinel element from ctl_talbe array
[PATCH v3 0/5] riscv: Add fine-tuned checksum functions
2023-09-08 5:14 UTC (6+ messages)
` [PATCH v3 1/5] riscv: Checksum header
` [PATCH v3 2/5] riscv: Add checksum library
` [PATCH v3 3/5] riscv: Vector checksum header
` [PATCH v3 4/5] riscv: Vector checksum library
` [PATCH v3 5/5] riscv: Test checksum functions
[PATCH v2 0/8] RISCV: Add kvm Sstc timer selftest
2023-09-08 2:36 UTC (7+ messages)
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test
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