linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v3 0/7] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-06 20:25 UTC  (16+ messages)
` [RFC PATCH v3 1/7] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl
` [RFC PATCH v3 2/7] pinctrl: starfive: jh8100: add main driver and sys_east domain sub-driver
` [RFC PATCH v3 3/7] pinctrl: starfive: jh8100: add sys_west "
` [RFC PATCH v3 4/7] pinctrl: starfive: jh8100: add sys_gmac "
` [RFC PATCH v3 5/7] pinctrl: starfive: jh8100: add AON "
` [RFC PATCH v3 6/7] gpiolib: enable GPIO interrupt to wake up a system from sleep
` [RFC PATCH v3 7/7] riscv: dts: starfive: jh8100: add pinctrl device tree nodes

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-06 18:22 UTC  (21+ messages)
` [PATCH v8 01/17] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH v8 02/17] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH v8 03/17] nios2: define virtual address space for modules
` [PATCH v8 04/17] sparc: simplify module_alloc()
` [PATCH v8 05/17] module: make module_memory_{alloc,free} more self-contained
` [PATCH v8 06/17] mm: introduce execmem_alloc() and execmem_free()
` [PATCH v8 07/17] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v8 08/17] mm/execmem, arch: convert remaining "
` [PATCH v8 09/17] riscv: extend execmem_params for generated code allocations
` [PATCH v8 10/17] arm64: extend execmem_info "
` [PATCH v8 11/17] powerpc: extend execmem_params for kprobes allocations
` [PATCH v8 12/17] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v8 13/17] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v8 14/17] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH v8 15/17] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v8 16/17] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
` [PATCH v8 17/17] fixup: convert remaining archs: defaults handling

[PATCH v2 0/5] Add update_mmu_tlb_range() to simplify code
 2024-05-06 16:07 UTC  (7+ messages)
` [PATCH v2 1/5] LoongArch: Add update_mmu_tlb_range()
` [PATCH v2 2/5] mips: "
` [PATCH v2 3/5] riscv: "
` [PATCH v2 4/5] xtensa: "
` [PATCH v2 5/5] mm: "

[PATCH bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-06 15:38 UTC  (2+ messages)

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-06 14:46 UTC  (2+ messages)

[PATCH v2 0/8] Add T-Head TH1520 SoC pin control
 2024-05-06 14:28 UTC  (2+ messages)

[PATCH v3 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-05-06 12:17 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy
` [PATCH v3 2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-06 11:45 UTC  (11+ messages)
` [PATCH v5 17/17] serial: 8250: Add 8250_acpi driver

[PATCH] riscv: uaccess: Allow the last potential unrolled copy
 2024-05-06  7:53 UTC  (6+ messages)

[PATCH -fixes] riscv: kexec: Avoid deadlock in kexec crash path
 2024-05-06  5:10 UTC  (2+ messages)
` [-fixes] "

[PATCH v2] riscv: defconfig: Enable StarFive JH7110 drivers
 2024-05-06  3:46 UTC 

[PATCH v1] riscv: defconfig: Enable StarFive JH7110 drivers
 2024-05-06  2:31 UTC  (5+ messages)

[PATCH V1] riscv: mm: Support > 1GB kernel image size when creating early page table
 2024-05-06  2:30 UTC  (3+ messages)
  `  "

[PATCH V2] riscv: set trap vector earlier
 2024-05-06  2:22 UTC 

[PATCH] riscv/atomic.h: optimize ops with acquire/release ordering
 2024-05-05 22:45 UTC  (2+ messages)

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-05 19:33 UTC  (18+ messages)
` [PATCH RESEND v8 01/16] arm64: module: remove unneeded call to kasan_alloc_module_shadow()
` [PATCH RESEND v8 02/16] mips: module: rename MODULE_START to MODULES_VADDR
` [PATCH RESEND v8 03/16] nios2: define virtual address space for modules
` [PATCH RESEND v8 04/16] sparc: simplify module_alloc()
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 06/16] mm: introduce execmem_alloc() and execmem_free()
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH RESEND v8 08/16] mm/execmem, arch: convert remaining "
` [PATCH RESEND v8 09/16] riscv: extend execmem_params for generated code allocations
` [PATCH RESEND v8 10/16] arm64: extend execmem_info "
` [PATCH RESEND v8 11/16] powerpc: extend execmem_params for kprobes allocations
` [PATCH RESEND v8 12/16] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH RESEND v8 13/16] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH RESEND v8 14/16] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriate
` [PATCH RESEND v8 15/16] kprobes: remove dependency on CONFIG_MODULES
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH v3 0/7] Linux RISC-V IOMMU Support
 2024-05-05 15:46 UTC  (7+ messages)
` [PATCH v3 7/7] iommu/riscv: Paging domain support

[PATCH v1 0/5] Add update_mmu_tlb_range() to simplify code
 2024-05-05 14:29 UTC  (4+ messages)
` [PATCH v1 5/5] mm: Add update_mmu_tlb_range()

[PATCH v5 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-05-05  1:18 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add Sophgo "
` [PATCH v5 2/2] drivers: hwmon: sophgo: Add "

[PATCH v2 0/2] riscv: make image compression configurable
 2024-05-04 19:34 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] riscv: show help string for riscv-specific targets

[PATCH v1 0/3] riscv: make image compression configurable
 2024-05-04 14:58 UTC  (10+ messages)
` [PATCH v1 1/3] "
` [PATCH v1 3/3] kbuild: buildtar: install riscv compressed images as vmlinuz

[PATCH v2 00/20] pinctrl: Use scope based of_node_put() cleanups
 2024-05-04 13:20 UTC  (21+ messages)
` [PATCH v2 01/20] pinctrl: ti: iodelay: "
` [PATCH v2 02/20] pinctrl: tegra: "
` [PATCH v2 03/20] pinctrl: stm32: "
` [PATCH v2 04/20] pinctrl: starfive: "
` [PATCH v2 05/20] pinctrl: sprd: "
` [PATCH v2 06/20] pinctrl: spear: "
` [PATCH v2 07/20] pinctrl: renesas: "
` [PATCH v2 08/20] pinctrl: st: "
` [PATCH v2 09/20] pinctrl: rockchip: "
` [PATCH v2 10/20] pinctrl: equilibrium: "
` [PATCH v2 11/20] pinctrl: at91: "
` [PATCH v2 12/20] pinctrl: s32cc: "
` [PATCH v2 13/20] pinctrl: nomadik: "
` [PATCH v2 14/20] pinctrl: mediatek: "
` [PATCH v2 15/20] pinctrl: freescale: "
` [PATCH v2 16/20] pinctrl: bcm: bcm63xx: "
` [PATCH v2 17/20] pinctrl: pinconf-generic: "
` [PATCH v2 18/20] pinctrl: freescale: mxs: Fix refcount of child
` [PATCH v2 19/20] pinctrl: k210: Use scope based of_node_put() cleanups
` [PATCH v2 20/20] pinctrl: samsung: "

[GIT PULL] KVM/riscv changes for 6.10
 2024-05-04  3:36 UTC 

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-04  2:05 UTC  (10+ messages)
` [PATCH v4 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU
` [PATCH v4 2/7] iommu/riscv: Add RISC-V IOMMU platform device driver
` [PATCH v4 3/7] iommu/riscv: Add RISC-V IOMMU PCIe "
` [PATCH v4 4/7] iommu/riscv: Enable IOMMU registration and device probe
` [PATCH v4 5/7] iommu/riscv: Device directory management
` [PATCH v4 6/7] iommu/riscv: Command and fault queue support
` [PATCH v4 7/7] iommu/riscv: Paging domain support

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-05-04  0:25 UTC  (4+ messages)
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH 00/21] pinctrl: Use scope based of_node_put() cleanups
 2024-05-03 23:11 UTC  (3+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-03 21:03 UTC  (20+ messages)
` [PATCH v6 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT
` [PATCH v6 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v6 05/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo
` [PATCH v6 07/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v6 08/17] riscv: cpufeature: Extract common elements from extension checking
` [PATCH v6 09/17] riscv: Convert xandespmu to use the vendor extension framework
` [PATCH v6 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v6 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v6 12/17] riscv: Add xtheadvector instruction definitions
` [PATCH v6 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v6 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v6 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v6 16/17] selftests: riscv: Fix vector tests
` [PATCH v6 17/17] selftests: riscv: Support xtheadvector in "

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-05-03 18:17 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: Introduce vcpu->wants_to_run
` [PATCH v3 2/3] KVM: Ensure new code that references immediate_exit gets extra scrutiny
` [PATCH v3 3/3] KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running

[PATCH v5 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-03 17:40 UTC  (15+ messages)
` [PATCH v5 03/17] riscv: vector: Use vlenb from DT
` [PATCH v5 05/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v5 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v5 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension

[PATCH 0/3] Add support for GPIO based CS
 2024-05-03 16:11 UTC  (7+ messages)
` [PATCH 2/3] spi: dt-bindings: Add num-cs property for mpfs-spi

[GIT PULL] RISC-V SoC drivers for v6.10
 2024-05-03 16:03 UTC  (2+ messages)
` [GIT PULL] RISC-V SoC Kconfig Updates for v6.10 was ([GIT PULL] RISC-V SoC drivers for v6.10)

[GIT PULL] RISC-V Devicetrees for v6.10
 2024-05-03 15:24 UTC 

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-03 14:09 UTC  (3+ messages)

[PATCH] riscv: uaccess: Relax the threshold for fast path
 2024-05-03 12:14 UTC  (2+ messages)

[PATCH v4 0/2] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-05-03 12:13 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add Sophgo "

[RFC PATCH v2 0/6] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-03 11:12 UTC  (4+ messages)
` [RFC PATCH v2 2/6] pinctrl: starfive: jh8100: add main and sys_east driver

[PATCH v7 00/16] mm: jit/text allocator
 2024-05-03 10:40 UTC  (7+ messages)

[PATCH] dt-bindings: mfd: Use full path to other schemas
 2024-05-03 10:01 UTC  (9+ messages)
` (subset) "

[PATCH RFC v2 0/4] clk: thead: Add support for TH1520 AP_SUBSYS clock controller
 2024-05-03  6:58 UTC  (5+ messages)
` [PATCH RFC v2 4/4] riscv: dts: thead: Add clock to TH1520 mmc controllers


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).