linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-19 06:53:45 to 2023-07-20 13:52:07 UTC [more...]

[PATCH v2 0/3] Add SiFive Private L2 cache and PMU driver
 2023-07-20 13:51 UTC 

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-20 13:08 UTC  (28+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support
` [PATCH 02/11] RISC-V: arch/riscv/config: enable RISC-V IOMMU support
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings
` [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver
` [PATCH 05/11] RISC-V: drivers/iommu/riscv: Add sysfs interface
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues
` [PATCH 07/11] RISC-V: drivers/iommu/riscv: Add device context support
` [PATCH 08/11] RISC-V: drivers/iommu/riscv: Add page table support
` [PATCH 09/11] RISC-V: drivers/iommu/riscv: Add SVA with PASID/ATS/PRI support
` [PATCH 10/11] RISC-V: drivers/iommu/riscv: Add MSI identity remapping
` [PATCH 11/11] RISC-V: drivers/iommu/riscv: Add G-Stage translation support

[PATCH v1 0/9] Refactoring Microchip PolarFire PCIe driver
 2023-07-20 12:26 UTC  (28+ messages)
` [PATCH v1 1/9] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v1 2/9] dt-bindings: PCI: microchip: Remove the PLDA "
` [PATCH v1 3/9] PCI: PLDA: Get PLDA common codes from Microchip PolarFire host
` [PATCH v1 4/9] PCI: microchip: Move PCIe driver to PLDA directory
` [PATCH v1 5/9] dt-bindings: PLDA: Add PLDA XpressRICH PCIe host controller
` [PATCH v1 6/9] PCI: PLDA: Add host conroller platform driver
` [PATCH v1 7/9] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v1 8/9] PCI: PLDA: starfive: Add "
` [PATCH v1 9/9] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v6 00/14] Linux RISC-V AIA Support
 2023-07-20 11:55 UTC  (21+ messages)
` [PATCH v6 01/14] RISC-V: Add riscv_get_intc_hartid() function
` [PATCH v6 02/14] of: property: Add fw_devlink support for msi-parent
` [PATCH v6 03/14] drivers: irqchip/riscv-intc: Mark all INTC nodes as initialized
` [PATCH v6 04/14] irqchip/sifive-plic: Use platform driver probing for PLIC
` [PATCH v6 05/14] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH v6 06/14] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v6 07/14] irqchip: Add RISC-V incoming MSI controller early driver
` [PATCH v6 08/14] irqchip/riscv-imsic: Add support for platform MSI irqdomain
` [PATCH v6 09/14] irqchip/riscv-imsic: Add support for PCI "
` [PATCH v6 10/14] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC
` [PATCH v6 11/14] irqchip: Add RISC-V advanced PLIC driver for direct-mode
` [PATCH v6 12/14] irqchip/riscv-aplic: Add support for MSI-mode
` [PATCH v6 13/14] RISC-V: Select APLIC and IMSIC drivers
` [PATCH v6 14/14] MAINTAINERS: Add entry for RISC-V AIA drivers

[PATCH 0/3] Add SiFive Private L2 cache and PMU driver
 2023-07-20 10:16 UTC  (12+ messages)
` [PATCH 3/3] dt-bindings: riscv: sifive: Add SiFive Private L2 cache controller

[PATCH 00/13] mm: jit/text allocator
 2023-07-20  8:53 UTC  (7+ messages)

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-20 10:00 UTC  (4+ messages)
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC

[PATCH v4 00/10] riscv: Allow userspace to directly access perf counters
 2023-07-20  9:13 UTC  (12+ messages)
` [PATCH v4 07/10] drivers: perf: Implement perf event mmap support in the SBI backend

[PATCH v3] riscv: entry: set a0 = -ENOSYS only when syscall != -1
 2023-07-20  9:08 UTC  (7+ messages)

[PATCH V4] riscv: kexec: Fixup synchronization problem between init_mm and active_mm
 2023-07-20  8:28 UTC  (4+ messages)

[PATCH v6 0/4] RISC-V: mm: Make SV48 the default address space
 2023-07-20  8:16 UTC  (9+ messages)
` [PATCH v6 1/4] RISC-V: mm: Restrict address space for sv39,sv48,sv57
` [PATCH v6 2/4] RISC-V: mm: Add tests for RISC-V mm
` [PATCH v6 3/4] RISC-V: mm: Update pgtable comment documentation
` [PATCH v6 4/4] RISC-V: mm: Document mmap changes

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-20  8:09 UTC  (25+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH v2 0/8] PCI: microchip: Fixes and clean-ups
 2023-07-20  8:07 UTC  (3+ messages)

[PATCH] riscv: add SBI SUSP extension support
 2023-07-20  7:57 UTC  (4+ messages)

[PATCH 00/10] pwm: Constistenly name pwm_chip variables "chip"
 2023-07-20  7:10 UTC  (3+ messages)

[PATCH 1/1] riscv: dts: Enable device-tree overlay support for starfive devices
 2023-07-20  6:34 UTC  (5+ messages)

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-20  3:04 UTC  (5+ messages)

[PATCH v2] riscv: VMAP_STACK overflow detection thread-safe
 2023-07-20  0:18 UTC  (2+ messages)

[GIT PULL] StarFive clock driver additions for v6.6
 2023-07-19 19:37 UTC  (2+ messages)

[PATCH] clk: Explicitly include correct DT includes
 2023-07-19 18:39 UTC  (2+ messages)

[PATCH v2 7/8] PCI: microchip: Rename and refactor mc_pcie_enable_msi()
 2023-07-19 17:41 UTC  (2+ messages)

[PATCH v2 0/4] gpio: sifive: Module support
 2023-07-19 17:21 UTC  (12+ messages)
` [PATCH v2 1/4] gpio: sifive: Directly use the device's fwnode
` [PATCH v2 2/4] gpio: sifive: Look up IRQs only once during probe
` [PATCH v2 3/4] gpio: sifive: Get the parent IRQ's domain from its irq_data
` [PATCH v2 4/4] gpio: sifive: Allow building the driver as a module

[PATCH v1 0/6] Risc-V Kvm Smstateen
 2023-07-19 16:27 UTC  (8+ messages)
` [PATCH v1 1/6] RISC-V: Detect Smstateen extension
` [PATCH v1 2/6] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v1 3/6] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v1 4/6] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v1 5/6] RISCV: KVM: Add sstateen0 "
` [PATCH v1 6/6] RISCV: KVM: Add sstateen0 to ONE_REG

[PATCH v7 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-07-19 15:49 UTC  (5+ messages)
` [PATCH v7 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v7 5/7] clk: starfive: jh7110-sys: Add PLL clocks source from DTS

[PATCH 0/2] gpio: sifive: Module support
 2023-07-19 14:37 UTC  (5+ messages)
` [PATCH 2/2] gpio: sifive: Allow building the driver as a module

[PATCH v2] clk: Explicitly include correct DT includes
 2023-07-19  8:36 UTC 

[PATCH v2 0/9] video: screen_info cleanups
 2023-07-19 14:57 UTC  (20+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
` [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v2 5/9] vgacon: remove screen_info dependency
` [PATCH v2 6/9] vgacon: clean up global screen_info instances
` [PATCH v2 7/9] vga16fb: drop powerpc support
` [PATCH v2 8/9] hyperv: avoid dependency on screen_info
` [PATCH v2 9/9] efi: move screen_info into efi init code

[PATCH 1/3] MAINTAINERS: soc: reference maintainer profile
 2023-07-19 14:26 UTC  (5+ messages)
` [PATCH 2/3] Documentation/process: maintainer-soc: add clean platforms profile

[PATCH 2/2] clk: sifive: Allow building the driver as a module
 2023-07-19 14:18 UTC  (2+ messages)

[PATCH 00/35] arm64/gcs: Provide support for GCS at EL0
 2023-07-19 14:04 UTC  (12+ messages)
` [PATCH 01/35] prctl: arch-agnostic prctl for shadow stack
` [PATCH 04/35] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH 21/35] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH 22/35] arm64/mm: Implement map_shadow_stack()

[PATCH v5 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-07-19  9:25 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: qspi: cdns,qspi-nor: Add clocks "
` [PATCH v5 2/3] spi: cadence-quadspi: Add clock configuration for StarFive JH7110 QSPI
` [PATCH v5 3/3] riscv: dts: starfive: Add QSPI controller node for StarFive JH7110 SoC

[PATCH v4 0/3] Add initialization of clock for StarFive JH7110 SoC
 2023-07-18  6:12 UTC  (4+ messages)
` [PATCH v4 3/3] riscv: dts: starfive: Add QSPI controller node "

[PATCH v3 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-18 15:22 UTC 

[PATCH v6 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-07-18 16:39 UTC  (6+ messages)
` [PATCH v6 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v6 09/11] KVM: arm64: Flush only the memslot after write-protect

[PATCH v2 0/2] riscv: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-07-18 10:35 UTC  (4+ messages)
` [PATCH v2 1/2] riscv: allow kmalloc() caches aligned to the smallest value

[PATCH] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked
 2023-07-19  7:00 UTC 

[PATCH v2] riscv: entry: set a0 prior to syscall_enter_from_user_mode
 2023-07-18 16:28 UTC 

[PATCH] usb: Explicitly include correct DT includes
 2023-07-18  6:31 UTC  (2+ messages)

[PATCH] irqchip/sifive-plic: Avoid clearing the per-hart enable bits
 2023-07-18  9:26 UTC  (2+ messages)

[PATCH 0/4] Add support for Allwinner D1 CAN controllers
 2023-07-19  6:52 UTC  (5+ messages)


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 NNTP newsgroup(s).