Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-05 14:30:04 to 2024-05-08 13:47:28 UTC [more...]

[PATCH v2 0/5] Define _GNU_SOURCE for sources using
 2024-05-08 13:47 UTC  (14+ 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 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 v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-08 11:40 UTC  (8+ messages)

[PATCH v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-08 11:18 UTC  (7+ 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, bpf: Optimize zextw insn with Zba extension
 2024-05-08 11:20 UTC  (4+ messages)

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

[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

[PATCH v4 0/9] Support Zve32[xf] and Zve64[xfd] Vector subextensions
 2024-05-08 10:43 UTC  (5+ messages)
` [PATCH v4 2/9] riscv: smp: fail booting up smp if inconsistent vlen is detected

[PATCH 0/2] riscv: dts: canaan: Unused devices cleanup
 2024-05-08 10:20 UTC  (3+ messages)
` [PATCH 1/2] riscv: dts: canaan: Clean up serial aliases
` [PATCH 2/2] riscv: dts: canaan: Disable I/O devices unless used

[PATCH v2 0/8] riscv: Support compiling the kernel with more extensions
 2024-05-08  9:00 UTC  (10+ 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 "

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  (14+ messages)
` [PATCH 1/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_C Kconfig option
` [PATCH 2/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_V "
` [PATCH 3/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_SVNAPOT "
` [PATCH 4/8] riscv: Add PLATFORM_MAY_SUPPORT_RISCV_ISA_SVPBMT "
` [PATCH 5/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBB "
` [PATCH 6/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBA "
` [PATCH 7/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBC "
` [PATCH 8/8] riscv: Add PLATFORM_SUPPORTS_RISCV_ISA_ZBS "

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-07 23:52 UTC  (20+ 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 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] riscv/atomic.h: optimize ops with acquire/release ordering
 2024-05-07 22:27 UTC  (4+ messages)

[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  (9+ messages)
` [PATCH RFC v3 1/7] riscv: dts: thead: Fix node ordering in TH1520 device tree
` [PATCH RFC v3 2/7] dt-bindings: clock: Document T-Head TH1520 AP_SUBSYS controller
` [PATCH RFC v3 3/7] clk: thead: Add support for T-Head TH1520 AP_SUBSYS clocks
` [PATCH RFC v3 4/7] riscv: dts: thead: Add TH1520 AP_SUBSYS clock controller
` [PATCH RFC v3 5/7] riscv: dts: thead: change TH1520 uart nodes to use "
` [PATCH RFC v3 6/7] riscv: dts: thead: change TH1520 mmc "
` [PATCH RFC v3 7/7] riscv: dts: thead: update TH1520 dma and timer "

[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  (4+ messages)

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-07 17:21 UTC  (4+ messages)
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo

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

[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 v4 0/7] Linux RISC-V IOMMU Support
 2024-05-07 14:48 UTC  (3+ messages)
` [PATCH v4 1/7] dt-bindings: iommu: riscv: Add bindings for RISC-V IOMMU

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

[GIT PULL] RISC-V Devicetrees for v6.10
 2024-05-07 12:15 UTC  (6+ 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

[PATCH v2 0/5] Add update_mmu_tlb_range() to simplify code
 2024-05-07  5:35 UTC  (9+ 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 v2 0/2] Add board-id support for multiple DT selection
 2024-05-07  5:07 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: arm: qcom: Update Devicetree identifiers

[RFC PATCH v3 0/7] Add Pinctrl driver for Starfive JH8100 SoC
 2024-05-06 20:25 UTC  (9+ messages)
` [RFC PATCH v3 2/7] pinctrl: starfive: jh8100: add main driver and sys_east domain sub-driver
` [RFC PATCH v3 6/7] gpiolib: enable GPIO interrupt to wake up a system from sleep

[PATCH v8 00/17] mm: jit/text allocator
 2024-05-06 18:22 UTC  (11+ messages)
` [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 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 bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-06 15:38 UTC  (2+ messages)

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

[PATCH v5 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-05-06 11:45 UTC  (10+ 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 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()


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