Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-11 09:30:25 to 2024-04-14 02:18:44 UTC [more...]

riscv32 EXT4 splat, 6.8 regression?
 2024-04-14  2:18 UTC  (11+ messages)

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-13 22:10 UTC  (73+ messages)
` [PATCH 01/19] dt-bindings: riscv: Add vendorid and archid
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH 03/19] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH 04/19] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH 05/19] riscv: Fix extension subset checking
` [PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH 07/19] riscv: Optimize riscv_cpu_isa_extension_(un)likely()
` [PATCH 08/19] riscv: Introduce vendor variants of extension helpers
` [PATCH 09/19] riscv: uaccess: Add alternative for xtheadvector uaccess
` [PATCH 10/19] RISC-V: define the elements of the VCSR vector CSR
` [PATCH 11/19] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH 12/19] riscv: Create xtheadvector file
` [PATCH 13/19] riscv: vector: Support xtheadvector save/restore
` [PATCH 14/19] riscv: hwprobe: Disambiguate vector and xtheadvector in hwprobe
` [PATCH 15/19] riscv: hwcap: Add v to hwcap if xtheadvector enabled
` [PATCH 16/19] riscv: hwprobe: Add vendor extension probing
` [PATCH 17/19] riscv: hwprobe: Document vendor extensions and xtheadvector extension
` [PATCH 18/19] selftests: riscv: Fix vector tests
` [PATCH 19/19] selftests: riscv: Support xtheadvector in "

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-13 20:12 UTC  (7+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions
` [PATCH v1 2/3] mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FAST
` [PATCH v1 3/3] mm: use "GUP-fast" instead "fast GUP" in remaining comments

[PATCH 00/13] Linux RISC-V IOMMU Support
 2024-04-13 10:15 UTC  (3+ messages)
` [PATCH 01/11] RISC-V: drivers/iommu: Add RISC-V IOMMU - Ziommu support

[PATCH v2] of: property: Add fw_devlink support for interrupt-map property
 2024-04-13  9:19 UTC 

[PATCH] riscv: dts: sophgo: use real clock for sdhci
 2024-04-13  9:03 UTC  (2+ messages)

[PATCH] irqchip/riscv-imsic: Fix boot time update effective affinity warning
 2024-04-13  6:52 UTC 

[PATCH 1/2] ACPI: PPTT: Populate cacheinfo entirely with PPTT
 2024-04-12 16:27 UTC  (11+ messages)
  ` [External] "

[PATCH v3 00/12] mm/gup: Unify hugetlb, part 2
 2024-04-12 14:27 UTC  (12+ messages)

[PATCH] of: property: Add fw_devlink support for interrupt-map property
 2024-04-12 13:50 UTC  (3+ messages)

[PATCH 0/4] cache: sifive_ccache: Auxiliary device support
 2024-04-12 12:51 UTC  (2+ messages)

[PATCH v13 0/5] riscv: sophgo: add clock support for sg2042
 2024-04-12 10:23 UTC  (6+ messages)
` [PATCH v13 4/5] clk: sophgo: Add SG2042 clock driver

[PATCH 0/5] RTC: update APM X-Gene RTC driver by adding the pre-scaler support
 2024-04-12  9:47 UTC  (13+ messages)
` [PATCH 1/5] drivers/rtc/rtc-xgene: Add prescaler support in APM X-Gene RTC driver
` [PATCH 2/5] dt-bindings: rtc: Add optional property "prescaler" in APM X-Gene RTC Document
` [PATCH 3/5] drivers/rtc/rtc-xgene: Add "snps,dw-apb-rtc" into the "compatible"
` [PATCH 4/5] Kconfig: Enable APM X-Gene RTC for XuanTie TH1520
` [PATCH 5/5] riscv: dts: thead: Add XuanTie TH1520 RTC device node

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

[RFC PATCH 0/7] x86/module: use large ROX pages for text allocations
 2024-04-12  9:08 UTC  (10+ messages)
` [RFC PATCH 1/7] asm-generic: introduce text-patching.h
` [RFC PATCH 2/7] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [RFC PATCH 3/7] module: prepare to handle ROX allocations for text
` [RFC PATCH 4/7] ftrace: Add swap_func to ftrace_process_locs()
` [RFC PATCH 5/7] x86/module: perpare module loading for ROX allocations of text
` [RFC PATCH 6/7] execmem: add support for cache of large ROX pages
` [RFC PATCH 7/7] x86/module: enable ROX caches for module text

[PATCH v4 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-04-12  8:48 UTC  (4+ messages)
` [PATCH v4 1/2] clk: starfive: jh7110-sys: Add notifier for PLL clock

[PATCH v10 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-04-12  8:45 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v10 2/3] clocksource: Add JH7110 timer driver
` [PATCH v10 3/3] riscv: dts: jh7110: starfive: Add timer node

[PATCH] riscv: dts: sophgo: cv18xx: add DMA controller
 2024-04-12  8:33 UTC 

[PATCH v3 05/10] crypto: riscv - add vector crypto accelerated ChaCha20
 2024-04-12  8:07 UTC  (3+ messages)

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-04-12  6:49 UTC  (10+ messages)
` [PATCH v4 1/9] riscv: vector: add a comment when calling riscv_setup_vsize()
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [PATCH v4 3/9] riscv: cpufeature: call match_isa_ext() for single-letter extensions
` [PATCH v4 4/9] riscv: cpufeature: add zve32[xf] and zve64[xfd] isa detection
` [PATCH v4 5/9] dt-bindings: riscv: add Zve32[xf] Zve64[xfd] ISA extension description
` [PATCH v4 6/9] riscv: hwprobe: add zve Vector subextensions into hwprobe interface
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X
` [PATCH v4 8/9] hwprobe: fix integer promotion in RISCV_HWPROBE_EXT macro
` [PATCH v4 9/9] selftest: run vector prctl test for ZVE32X

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-04-12  7:40 UTC  (3+ messages)

[PATCH 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-04-12  7:22 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy
` [PATCH 2/2] phy: sophgo: Add USB 2.0 PHY driver for Sophgo CV18XX/SG200X

[PATCH v8 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-04-12  7:07 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
` [PATCH v8 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v8 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux

[PATCH v9 0/3] Change PWM-controlled LED pin active mode and algorithm
 2024-04-12  7:05 UTC  (10+ messages)
` [PATCH v9 2/3] pwm: sifive: change the PWM algorithm
` [PATCH v9 3/3] pwm: sifive: Fix the error in the idempotent test within the pwm_apply_state_debug function

[PATCH] perf: RISC-V: fix IRQ detection on T-Head C908
 2024-04-12  6:09 UTC  (2+ messages)

[RFC v3 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
 2024-04-12  3:00 UTC  (4+ messages)

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-12  1:54 UTC  (9+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[PATCH] Clarify risc-v hwprobe RISCV_HWPROBE_MISALIGNED_* docs
 2024-04-11 19:18 UTC 

[RFC PATCH v1] riscv kernel control flow integrity
 2024-04-11 18:33 UTC  (9+ messages)
` [RFC PATCH 02/12] riscv: add landing pad for asm routines
` [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack support

[PATCH] riscv: dts: sophgo: add initial Milk-V Duo S board device tree
 2024-04-11 16:14 UTC  (9+ messages)

[RFC PATCH v4 00/15] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-11 13:25 UTC  (4+ messages)
` [PATCH RFC v4 12/15] arm64: psci: Ignore DENIED CPUs

[PATCH] riscv: defconfig: Enable CONFIG_CLK_SOPHGO_CV1800
 2024-04-11 12:12 UTC 

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-11 11:53 UTC  (10+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[PATCH v1 0/6] SiFive cache controller PMU drivers
 2024-04-11 11:05 UTC  (3+ messages)
` [PATCH v1 2/6] drivers/perf: Add SiFive Composable Cache PMU driver

[PATCH v2 0/2] riscv: sophgo: add i2c and spi device to CV180x/SG2000x SoCs
 2024-04-11  9:33 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).