messages from 2023-08-01 08:58:19 to 2023-08-03 04:01:55 UTC [more...]
[RFC PATCH] membarrier: riscv: Provide core serializing command
2023-08-03 4:01 UTC
[PATCH 00/13] Linux RISC-V IOMMU Support
2023-08-03 3:37 UTC (15+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
[RFC PATCH v1 0/2] Deduplicating RISCV cmpxchg.h macros
2023-08-03 3:14 UTC (4+ messages)
[PATCH 0/4] RISCV: Add kvm Sstc timer selftest
2023-08-03 3:13 UTC (19+ messages)
` [PATCH 1/4] tools: riscv: Add header file csr.h
` [PATCH 2/4] KVM: riscv: selftests: Add exception handling support
` [PATCH 3/4] KVM: riscv: selftests: Add guest helper to get vcpu id
[PATCH v2 0/3] Add PWM-DAC audio support for StarFive JH7110 RISC-V SoC
2023-08-03 3:00 UTC (4+ messages)
` [PATCH v2 2/3] ASoC: starfive: Add JH7110 PWM-DAC driver
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-08-03 2:23 UTC (3+ messages)
[RFC PATCH 00/14] RISC-V: Add steal-time support
2023-08-03 1:27 UTC (9+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support
[PATCH] riscv: Fix CPU feature detection with SMP disabled
2023-08-03 1:26 UTC
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-02 23:33 UTC (29+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v2] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
2023-08-02 21:10 UTC (2+ messages)
[PATCH v2] RISC-V: cpu: refactor deprecated strncpy
2023-08-02 20:59 UTC (6+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-02 20:31 UTC (3+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
[RFC PATCH 1/1] riscv/atomic.h: Deduplicate arch_atomic.*
2023-08-02 20:19 UTC (5+ messages)
[PATCH -next v2] i2c: remove redundant dev_err_probe()
2023-08-02 20:10 UTC (2+ messages)
[PATCH v1 0/3] Allwinner R329/D1/R528/T113s Dual/Quad SPI modes support
2023-08-02 19:50 UTC (4+ messages)
` [PATCH v1 3/3] riscv: dts: allwinner: d1: Add QSPI pins node for pinmux PC port
[PATCH v7 00/15] Linux RISC-V AIA Support
2023-08-02 17:20 UTC (19+ messages)
` [PATCH v7 01/15] RISC-V: Add riscv_get_intc_hartid() function
` [PATCH v7 02/15] of: property: Add fw_devlink support for msi-parent
` [PATCH v7 03/15] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH v7 04/15] irqchip/sifive-plic: Fix syscore registration for multi-socket systems
` [PATCH v7 05/15] irqchip/sifive-plic: Convert PLIC driver into a platform driver
` [PATCH v7 06/15] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v7 07/15] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v7 08/15] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v7 09/15] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v7 10/15] irqchip/riscv-imsic: Add support for PCI "
` [PATCH v7 11/15] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v7 12/15] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v7 13/15] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v7 14/15] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v7 15/15] MAINTAINERS: Add entry for RISC-V AIA drivers
[PATCH v1 8/9] PCI: PLDA: starfive: Add JH7110 PCIe controller
2023-08-02 17:14 UTC (2+ messages)
[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
2023-08-02 16:47 UTC (20+ messages)
` [PATCH V10 01/19] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH V10 02/19] asm-generic: ticket-lock: Move into ticket_spinlock.h
` [PATCH V10 03/19] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 06/19] riscv: qspinlock: Allow force qspinlock from the command line
` [PATCH V10 07/19] riscv: qspinlock: errata: Introduce ERRATA_THEAD_QSPINLOCK
` [PATCH V10 08/19] riscv: qspinlock: Use new static key for controlling call of virt_spin_lock()
` [PATCH V10 09/19] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V10 10/19] RISC-V: paravirt: pvqspinlock: KVM: "
` [PATCH V10 11/19] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu()
` [PATCH V10 12/19] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V10 13/19] RISC-V: paravirt: pvqspinlock: Remove unnecessary definitions of cmpxchg & xchg
` [PATCH V10 14/19] RISC-V: paravirt: pvqspinlock: Add xchg8 & cmpxchg_small support
` [PATCH V10 15/19] RISC-V: paravirt: pvqspinlock: Add SBI implementation
` [PATCH V10 16/19] RISC-V: paravirt: pvqspinlock: Add kconfig entry
` [PATCH V10 17/19] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory
` [PATCH V10 19/19] locking/qspinlock: riscv: Add Compact NUMA-aware lock support
[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-02 16:27 UTC (19+ messages)
` [PATCH v3 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v3 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v3 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH v6 22/38] riscv: Implement the new page table range API
2023-08-02 15:13 UTC
dts - linux,usable-memory
2023-08-02 15:13 UTC (5+ messages)
[PATCH] riscv: Flush stale TLB entry with VMAP_STACK enabled
2023-08-02 14:49 UTC (4+ messages)
[PATCH v6 00/14] Linux RISC-V AIA Support
2023-08-02 12:25 UTC (4+ messages)
` [PATCH v6 04/14] irqchip/sifive-plic: Use platform driver probing for PLIC
[RFT 0/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
2023-08-02 11:12 UTC (3+ messages)
` [RFT 1/2] "
` [RFT 2/2] Revert "RISC-V: mark hibernation as nonportable"
[PATCH v1] riscv: Using TOOLCHAIN_HAS_ZIHINTPAUSE marco replace zihintpause
2023-08-02 9:50 UTC (9+ messages)
[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
2023-08-02 9:32 UTC (13+ messages)
` [PATCH v6 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v6 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v6 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v6 04/10] drivers: perf: Rename riscv pmu sbi driver
` [PATCH v6 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v6 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v6 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v6 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v6 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v6 10/10] perf: tests: Adapt mmap-basic.c for riscv
[PATCH v2 0/9] RISC-V: KVM: change get_reg/set_reg error codes
2023-08-02 9:06 UTC (13+ messages)
` [PATCH v2 1/9] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH v2 2/9] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH v2 3/9] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH v2 4/9] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH v2 5/9] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH v2 6/9] RISC-V: KVM: avoid EBUSY when writing same ISA val
` [PATCH v2 7/9] RISC-V: KVM: avoid EBUSY when writing the same machine ID val
` [PATCH v2 8/9] RISC-V: KVM: avoid EBUSY when writing the same isa_ext val
` [PATCH v2 9/9] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG
[PATCH v1 0/5] Add I2S support for the StarFive JH7110 SoC
2023-08-02 8:43 UTC (6+ messages)
` [PATCH v1 1/5] ASoC: dwc: Use ops to get platform data
` [PATCH v1 2/5] ASoC: dt-bindings: snps,designware-i2s: Add StarFive JH7110 SoC support
` [PATCH v1 3/5] ASoC: dwc: i2s: "
` [PATCH v1 4/5] riscv: dts: starfive: pinfunc: Fix the pins name of I2STX1
` [PATCH v1 5/5] riscv: dts: starfive: Add the nodes and pins of I2Srx/I2Stx0/I2Stx1
[PATCH] riscv: Correct the MODULES_VADDR
2023-08-02 1:05 UTC (4+ messages)
[PATCH] RISC-V: cpu: refactor deprecated strncpy
2023-08-01 23:33 UTC (6+ messages)
[PATCH v1 v1 0/7] DRM driver for verisilicon
2023-08-01 18:55 UTC (22+ messages)
` [PATCH v1 v1 1/7] MAINTAINERS: Update starfive maintainers
` [PATCH v1 v1 2/7] dt-bindings: display: Add yamls for JH7110 display system
` [PATCH v1 v1 3/7] riscv: dts: starfive: jh7110: add dc controller and hdmi node
` [PATCH v1 v1 4/7] drm/fourcc: Add drm/vs tiled modifiers
` [PATCH v1 v1 5/7] drm/vs: Register DRM device
` [v1,v1,5/7] "
` [PATCH v1 v1 6/7] drm/vs: Add KMS crtc&plane
` [PATCH v1 v1 7/7] drm/vs: Add hdmi
[PATCH v3 1/2] RISC-V: Probe for unaligned access speed
2023-08-01 22:11 UTC (2+ messages)
` [PATCH v3 2/2] RISC-V: alternative: Remove feature_probe_func
[PATCH] gpio: sifive: remove unneeded call to platform_set_drvdata()
2023-08-01 19:10 UTC (2+ messages)
[PATCH 1/4] vgacon: rework Kconfig dependencies
2023-08-01 17:05 UTC (3+ messages)
[PATCH v5] riscv: entry: set a0 = -ENOSYS only when syscall != -1
2023-08-01 14:15 UTC
[PATCH -next] i2c: remove redundant dev_err_probe()
2023-08-01 13:34 UTC (2+ messages)
[PATCH] riscv: Handle zicsr/zifencei issue between gcc and binutils
2023-08-01 10:59 UTC (2+ messages)
[PATCH v2 0/3] Add SiFive Private L2 cache and PMU driver
2023-08-01 10:59 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller
[PATCH v4.1 0/3] KVM: selftests: Guest printf extra prep patches
2023-08-01 9:22 UTC (5+ messages)
` [PATCH v4.1 1/3] KVM: selftests: Add arch ucall.h and inline simple arch hooks
` [PATCH v4.1 2/3] KVM: selftests: Add #define of expected KVM exit reason for ucall
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-08-01 9:27 UTC (2+ messages)
[PATCH v3 0/4] riscv: tlb flush improvements
2023-08-01 8:54 UTC (2+ messages)
` [PATCH v3 4/4] riscv: Improve flush_tlb_kernel_range()
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