Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 06:53:57 to 2024-05-09 08:17:52 UTC [more...]

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-09  8:17 UTC  (6+ messages)
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-05-09  7:48 UTC  (14+ messages)
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected
` [PATCH v4 7/9] riscv: vector: adjust minimum Vector requirement to ZVE32X

[PATCH v5 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-05-09  7:33 UTC  (3+ messages)
` [PATCH v5 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
` [PATCH v5 3/3] RISC-V: Select ACPI PPTT drivers

[PATCH v4 0/7] Linux RISC-V IOMMU Support
 2024-05-09  7:14 UTC  (15+ 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 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 0/2] riscv: dts: canaan: Unused devices cleanup
 2024-05-09  6:58 UTC  (5+ messages)
` [PATCH 1/2] riscv: dts: canaan: Clean up serial aliases
` [PATCH 2/2] riscv: dts: canaan: Disable I/O devices unless used

[PATCH v4 1/3] riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()
 2024-05-09  6:33 UTC  (7+ messages)
` [PATCH v4 2/3] riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTT
    ` [External] "

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-09  6:13 UTC  (30+ messages)
` [PATCH v2 1/5] selftests: Compile kselftest headers with -D_GNU_SOURCE
` [PATCH v2 2/5] selftests/sgx: Include KHDR_INCLUDES in Makefile
` [PATCH v2 3/5] selftests: "
` [PATCH v2 4/5] selftests: Drop define _GNU_SOURCE
` [PATCH v2 5/5] selftests: Drop duplicate -D_GNU_SOURCE

[PATCH] riscv: change XIP's kernel_map.size to be size of the entire kernel
 2024-05-08 19:43 UTC  (2+ messages)

[RFC PATCH v3 0/7] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-09  2:24 UTC  (4+ messages)
` [RFC PATCH v3 1/7] dt-bindings: pinctrl: starfive: Add JH8100 pinctrl

[PATCH 0/7] perf vendor events riscv: Update SiFive CPU PMU events
 2024-05-09  2:15 UTC  (8+ messages)
` [PATCH 1/7] perf vendor events riscv: Rename U74 to Bullet
` [PATCH 2/7] perf vendor events riscv: Remove leading zeroes
` [PATCH 3/7] perf vendor events riscv: Update SiFive Bullet events
` [PATCH 4/7] perf vendor events riscv: Add SiFive Bullet version 0x07 events
` [PATCH 5/7] perf vendor events riscv: Add SiFive Bullet version 0x0d events
` [PATCH 6/7] perf vendor events riscv: Add SiFive P550 events
` [PATCH 7/7] perf vendor events riscv: Add SiFive P650 events

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

[PATCH 00/12] Make riscv use THP contpte support for arm64
 2024-05-09  0:46 UTC  (14+ messages)
` [PATCH 01/12] mm, arm64: Rename ARM64_CONTPTE to THP_CONTPTE
` [PATCH 02/12] mm, riscv, arm64: Use common ptep_get() function
` [PATCH 03/12] mm, riscv, arm64: Use common set_ptes() function
` [PATCH 04/12] mm, riscv, arm64: Use common ptep_get_lockless() function
` [PATCH 05/12] mm, riscv, arm64: Use common set_pte() function
` [PATCH 06/12] mm, riscv, arm64: Use common pte_clear() function
` [PATCH 07/12] mm, riscv, arm64: Use common ptep_get_and_clear() function
` [PATCH 08/12] mm, riscv, arm64: Use common ptep_test_and_clear_young() function
` [PATCH 09/12] mm, riscv, arm64: Use common ptep_clear_flush_young() function
` [PATCH 10/12] mm, riscv, arm64: Use common ptep_set_access_flags() function
` [PATCH 11/12] mm, riscv, arm64: Use common ptep_set_wrprotect()/wrprotect_ptes() functions
` [PATCH 12/12] mm, riscv, arm64: Use common get_and_clear_full_ptes()/clear_full_ptes() functions

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-09  0:33 UTC  (7+ messages)
` [PATCH v3 01/29] riscv: envcfg save and restore on task switching
` [PATCH v3 05/29] riscv: zicfiss / zicfilp enumeration

[PATCH v3] of: property: Add fw_devlink support for interrupt-map property
 2024-05-08 20:54 UTC  (2+ messages)

[GIT PULL] RISC-V Devicetrees for v6.10
 2024-05-08 20:19 UTC  (7+ messages)

[GIT PULL] RISC-V Devicetrees for v6.10 Take 2
 2024-05-08 20:13 UTC 

[PATCH] riscv: Don't use hugepage mappings for vmemmap if it's not supported
 2024-05-08 18:46 UTC  (3+ messages)

[PATCH v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-08 18:25 UTC  (10+ messages)
` [PATCH v2 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH v2 2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH v2 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH v2 4/9] mm: Use common set_huge_pte_at() "
` [PATCH v2 5/9] mm: Use common huge_pte_clear() "
` [PATCH v2 6/9] mm: Use common huge_ptep_get_and_clear() "

[PATCH] riscv: stacktrace: fixed walk_stackframe()
 2024-05-08 17:05 UTC  (3+ messages)

[PATCH v2 0/8] riscv: Support compiling the kernel with more extensions
 2024-05-08 17:05 UTC  (11+ messages)
` [PATCH v2 1/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_C Kconfig option
` [PATCH v2 2/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_V "
` [PATCH v2 3/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_SVNAPOT "
` [PATCH v2 4/8] riscv: Move RISCV_ISA_SVPBMT to Kconfig.isa
` [PATCH v2 5/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBB Kconfig option
` [PATCH v2 6/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBA "
` [PATCH v2 7/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBC "
` [PATCH v2 8/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBS "

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

[PATCH] riscv/atomic.h: optimize ops with acquire/release ordering
 2024-05-08 15:04 UTC  (6+ messages)

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-08 11:34 UTC  (10+ messages)
` [PATCH RESEND v2 1/9] riscv: Restore the pfn in a NAPOT pte when manipulated by core mm code
` [PATCH RESEND v2 2/9] riscv: Safely remove huge_pte_offset() when manipulating NAPOT ptes
` [PATCH RESEND v2 3/9] mm: Use common huge_ptep_get() function for riscv/arm64
` [PATCH RESEND v2 4/9] mm: Use common set_huge_pte_at() "
` [PATCH RESEND v2 5/9] mm: Use common huge_pte_clear() "
` [PATCH RESEND v2 6/9] mm: Use common huge_ptep_get_and_clear() "
` [PATCH RESEND v2 7/9] mm: Use common huge_ptep_set_access_flags() "
` [PATCH RESEND v2 8/9] mm: Use common huge_ptep_set_wrprotect() "
` [PATCH RESEND v2 9/9] mm: Use common huge_ptep_clear_flush() "

[PATCH] riscv, bpf: Optimize zextw insn with Zba extension
 2024-05-08 11:20 UTC  (4+ messages)

[PATCH v1 0/2] riscv: dts: starfive: Enable Bluetooth on JH7100 boards
 2024-05-08 11:15 UTC  (3+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: Add JH7100 high speed UARTs
` [PATCH v1 2/2] riscv: dts: starfive: Enable Bluetooth on JH7100 boards

RISC-V PMU driver issue
 2024-05-08  6:57 UTC  (7+ messages)
            ` Re: "

[PATCH V3] riscv: set trap vector earlier
 2024-05-08  2:24 UTC 

[PATCH V2] riscv: set trap vector earlier
 2024-05-08  1:42 UTC  (3+ messages)
  `  "

[PATCH 0/8] riscv: Support compiling the kernel with extensions
 2024-05-08  1:24 UTC  (7+ messages)
` [PATCH 4/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_SVPBMT Kconfig option

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-07 23:52 UTC  (5+ messages)
` [PATCH RESEND v8 05/16] module: make module_memory_{alloc,free} more self-contained
` [PATCH RESEND v8 07/16] mm/execmem, arch: convert simple overrides of module_alloc to execmem

[PATCH AUTOSEL 5.15 5/5] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 23:01 UTC 

[PATCH AUTOSEL 6.1 11/12] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 23:00 UTC 

[PATCH AUTOSEL 6.6 18/19] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 22:58 UTC 

[PATCH AUTOSEL 6.8 20/23] selftests: sud_test: return correct emulated syscall value on RISC-V
 2024-05-07 22:56 UTC  (3+ messages)
` [PATCH AUTOSEL 6.8 21/23] riscv: thead: Rename T-Head PBMT to MAE
` [PATCH AUTOSEL 6.8 22/23] riscv: T-Head: Test availability bit before enabling MAE errata

[PATCH v2] clock, reset: microchip: move all mpfs reset code to the reset subsystem
 2024-05-07 21:58 UTC  (2+ messages)

[PATCH RFC v3 0/7] clk: thead: Add support for TH1520 AP_SUBSYS clock controller
 2024-05-07 20:16 UTC  (3+ messages)
` [PATCH RFC v3 2/7] dt-bindings: clock: Document T-Head TH1520 AP_SUBSYS controller

[PATCH v3 0/2] riscv: sophgo: add USB phy support for CV18XX series
 2024-05-07 19:08 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: phy: Add Sophgo CV1800 USB phy

[PATCH v3] kprobe/ftrace: bail out if ftrace was killed
 2024-05-07 18:36 UTC  (3+ messages)

[PATCH RFC RESEND 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 16:27 UTC  (16+ messages)
` [PATCH RFC RESEND 1/6] iommu/riscv: Add RISC-V IOMMU PMU support
` [PATCH RFC RESEND 2/6] iommu/riscv: Support HPM and interrupt handling
` [PATCH RFC RESEND 3/6] iommu/riscv: support GSCID
` [PATCH RFC RESEND 4/6] iommu/riscv: support nested iommu for getting iommu hardware information
` [PATCH RFC RESEND 5/6] iommu/riscv: support nested iommu for creating domains owned by userspace
` [PATCH RFC RESEND 6/6] iommu/riscv: support nested iommu for flushing cache

[RFC 0/6] RISC-V IOMMU HPM and nested IOMMU support
 2024-05-07 14:31 UTC  (2+ messages)

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

[PATCH v3 RESEND] riscv: mm: still create swiotlb buffer for kmalloc() bouncing if required
 2024-05-07 15:08 UTC  (2+ messages)

[PATCH v10 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2024-05-07  9:54 UTC  (6+ messages)
` [PATCH v10 2/3] clocksource: Add JH7110 timer driver
  ` 回复: "
      ` 回复: "

[PATCH v2 0/2] riscv: make image compression configurable
 2024-05-07 14:26 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] riscv: show help string for riscv-specific targets

[PATCH] riscv, bpf: Fix typo in comment
 2024-05-07 12:29 UTC  (2+ messages)

[PATCH v5 0/2] Add notifier for PLL0 clock and set it 1.5GHz on
 2024-05-07 10:13 UTC  (5+ messages)
` [PATCH v5 1/2] clk: starfive: jh7110-sys: Add notifier for PLL0 clock
` [PATCH v5 2/2] riscv: dts: starfive: visionfive-2: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz

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


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