public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-09-06 18:51:30 to 2023-09-12 06:56:47 UTC [more...]

[PATCH v3] riscv: Only consider swbp/ss handlers for correct privileged mode
 2023-09-12  6:56 UTC 

[PATCH 0/3] Introduce reset driver for T-HEAD th1520 SoC
 2023-09-12  3:16 UTC  (5+ 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 v6] riscv: add userland instruction dump to RISC-V splats
 2023-09-12  2:13 UTC 

[PATCH v5] riscv: add userland instruction dump to RISC-V splats
 2023-09-12  2:13 UTC  (6+ 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  (14+ messages)
` [PATCH v5 01/11] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v5 02/11] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v5 03/11] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v5 04/11] PCI: microchip: Rename data structure and functions
` [PATCH v5 05/11] PCI: plda: Move the common functions to pcie-plda-host.c
` [PATCH v5 06/11] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v5 07/11] PCI: microchip: Rename IRQ init function
` [PATCH v5 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c
` [PATCH v5 09/11] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v5 10/11] PCI: starfive: Add "
` [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

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-12  1:33 UTC  (37+ 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()

[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 v4 0/5] riscv: Add fine-tuned checksum functions
 2023-09-11 22:57 UTC  (6+ 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

Missed soc/genpd PR for 6.6 mw
 2023-09-11 22:11 UTC 

[PATCH v2 0/5] riscv: Add fine-tuned checksum functions
 2023-09-11 18:16 UTC  (14+ messages)
` [PATCH v2 1/5] riscv: Checksum header
` [PATCH v2 2/5] riscv: Add checksum library
` [PATCH v2 3/5] riscv: Vector 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 v4 00/12] RISC-V: support some cryptography accelerations
 2023-09-11 13:06 UTC  (4+ messages)
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation

[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  (15+ messages)
` [PATCH 1/4] riscv: errata: Rename defines for Andes
` [RFC PATCH 2/4] irqchip/riscv-intc: Support large non-standard hwirq number
` [PATCH 3/4] riscv: errata: Add Andes PMU errata
` [PATCH 4/4] riscv: andes: Support symbolic FW and HW raw events

[PATCH v3 0/4] riscv: tlb flush improvements
 2023-09-11  8:33 UTC  (17+ 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  (6+ messages)
` [PATCH v5 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [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  (11+ messages)
` [PATCH 1/8] S390: Remove sentinel elem from ctl_table arrays
` [PATCH 3/8] arch/x86: "
` [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  (13+ messages)
` [PATCH v2 7/8] KVM: riscv: selftest: Change vcpu_has_ext to a common function
` [PATCH v2 8/8] KVM: riscv: selftests: Add sstc timer test

[External] Re: [PATCH v3 0/4] Obtain SMBIOS and ACPI entry from FFI
 2023-09-07 12:15 UTC  (7+ messages)

[PATCH V1 0/3] riscv: kexec: cleanup and fixups
 2023-09-07 10:33 UTC  (4+ messages)
` [PATCH V1 1/3] riscv: kexec: Cleanup riscv_kexec_relocate
` [PATCH V1 2/3] riscv: kexec: Align the kexeced kernel entry
` [PATCH V1 3/3] riscv: kexec: Remove -fPIE for PURGATORY_CFLAGS

[PATCH 00/10] RISC-V: Refactor instructions
 2023-09-07  8:51 UTC  (5+ messages)

[RFC PATCH 0/3] Introduce reset driver for T-HEAD th1520 SoC
 2023-09-07  1:46 UTC  (3+ messages)

[PATCH v6 0/5] riscv: Introduce KASLR
 2023-09-06 23:27 UTC  (3+ messages)

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-09-06 22:10 UTC  (5+ messages)
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory

[RFC PATCH v5 5/5] riscv/cmpxchg: Implement xchg for variables of size 1 and 2
 2023-09-06 21:15 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