linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 04:01:08 to 2024-08-27 08:56:03 UTC [more...]

[PATCH v4 24/26] arch_numa: switch over to numa_memblks
 2024-08-27  8:52 UTC 

[PATCH -fixes] riscv: Fix RISCV_ALTERNATIVE_EARLY
 2024-08-27  8:38 UTC  (4+ messages)

[PATCH] riscv: Report error when repeatedly recording CPU hardware ID
 2024-08-27  8:27 UTC  (8+ messages)

[PATCH v3 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search
 2024-08-27  8:07 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: selftests: Remove mmap hint address checks
` [PATCH v3 2/3] RISC-V: mm: not use hint addr as upper bound
` [PATCH v3 3/3] Documentation: riscv: correct sv57 kernel behavior

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-27  8:03 UTC  (9+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support

[PATCH -fixes] riscv: Do not restrict memory size because of linear mapping on nommu
 2024-08-27  7:11 UTC  (2+ messages)

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

[PATCH -fixes] drivers: perf: Fix smp_processor_id() use in preemptible code
 2024-08-27  6:06 UTC  (6+ messages)

[PATCH v11 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-08-27  4:53 UTC  (5+ messages)
` [PATCH v11 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v11 2/4] drivers: hwmon: sophgo: Add "

[PATCH v2 0/4] riscv: spacemit: add pinctrl support to K1 SoC
 2024-08-27  3:30 UTC  (18+ messages)
` [PATCH v2 1/4] dt-binding: pinctrl: spacemit: add documents for "
` [PATCH v2 2/4] pinctrl: spacemit: add support for SpacemiT "
` [PATCH v2 3/4] riscv: dts: spacemit: add pinctrl support for "
` [PATCH v2 4/4] riscv: dts: spacemit: add pinctrl property to uart0 in BPI-F3

[PATCH 0/3] riscv: mm: Do not restrict mmap address based on hint
 2024-08-27  2:24 UTC  (5+ messages)
` [PATCH 1/3] Revert "RISC-V: mm: Document mmap changes"
` [PATCH 2/3] riscv: selftests: Remove mmap hint address checks
` [PATCH 3/3] riscv: mm: Do not restrict mmap address based on hint

[PATCH v8 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-08-26 21:17 UTC  (7+ messages)

[PATCH 0/3] KVM: selftests: Fix unsupported $(ARCH) builds
 2024-08-26 19:01 UTC  (4+ messages)
` [PATCH 1/3] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH 2/3] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH 3/3] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR

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

[PATCH v3 1/3] riscv: mm: Use hint address in mmap if available
 2024-08-26 16:30 UTC  (7+ messages)

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-08-26 14:34 UTC  (11+ messages)
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options

[PATCH] riscv: Fix toolchain vector detection
 2024-08-26 11:50 UTC  (2+ messages)

[PATCH] riscv: Fix linear mapping checks for non-contiguous memory regions
 2024-08-26 11:26 UTC  (3+ messages)

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-26 10:00 UTC  (39+ messages)
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)

[PATCH v3 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-26  8:23 UTC  (2+ messages)
` [PATCH v3 4/5] usb: mpfs: Use "

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-08-26  9:16 UTC  (4+ messages)

[PATCH v2] RISC-V: hwprobe: Use BIT macro to avoid warnings
 2024-08-26  8:18 UTC  (3+ messages)

[PATCH v2 4/5] usb: mpfs: Use devm_clk_get_enabled() helpers
 2024-08-26  7:06 UTC 

[PATCH v2 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-26  7:14 UTC  (2+ messages)

[PATCH 0/5] reset: cleanup and simplify with devm and scoped
 2024-08-26  4:15 UTC  (13+ messages)
` [PATCH 1/5] reset: berlin: fix OF node leak in probe() error path
` [PATCH 2/5] reset: k210: "
` [PATCH 3/5] reset: simplify locking with guard()
` [PATCH 4/5] reset: lpc18xx: simplify with dev_err_probe()
` [PATCH 5/5] reset: lpc18xx: simplify with devm_clk_get_enabled()

[PATCH] riscv: sophgo: dts: add gpio controllers for SG2042 SoC
 2024-08-26  3:01 UTC  (2+ messages)

[PATCH v6 0/8] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-08-26  2:59 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/4] Add board support for Sipeed LicheeRV Nano
 2024-08-26  2:55 UTC  (2+ messages)

crypto: starfive: kernel oops when unloading jh7110_crypto module and loading it again
 2024-08-26  2:04 UTC  (2+ messages)

[PATCH RFC] riscv: use gp to save percpu offset
 2024-08-24  1:57 UTC  (2+ messages)

[PATCH v8 08/17] ACPI: pci_link: Clear the dependencies after probe
 2024-08-23 17:45 UTC  (4+ messages)

[RFC PATCH v3 24/37] kvx: Add memory management
 2024-08-23 16:02 UTC  (3+ messages)

[PATCH v9 0/3] Fix address translations on MPFS PCIe controller
 2024-08-23 12:27 UTC  (4+ messages)
` [PATCH v9 1/3] PCI: microchip: Fix outbound address translation tables
` [PATCH v9 2/3] PCI: microchip: Fix inbound "
` [PATCH v9 3/3] dt-bindings: PCI: microchip,pcie-host: allow dma-noncoherent

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-08-23 12:05 UTC  (11+ messages)
` [PATCH linux-next v3 05/14] crash: clean up kdump "

[PATCH v2 0/2] cpuidle: riscv-sbi: Allow cpuidle pd used by other devices
 2024-08-23  7:09 UTC  (6+ messages)
` [PATCH v2 1/2] cpuidle: riscv-sbi: Move sbi_cpuidle_init to arch_initcall
` [PATCH v2 2/2] cpuidle: riscv-sbi: Add cpuidle_disabled() check

riscv/for-next build: 8 builds: 0 failed, 8 passed, 10080 warnings (v6.11-rc1-12-g0e3f3649d44bf)
 2024-08-21  1:47 UTC 

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10080 warnings (riscv-for-linus-6.11-rc4)
 2024-08-21  0:31 UTC 

[PATCH -next] irqchip/riscv-aplic: Fix NULL vs IS_ERR() bug
 2024-08-22 21:36 UTC  (2+ messages)

[PATCH v1] firmware: microchip: fix incorrect error report of programming:timeout on success
 2024-08-22 19:47 UTC  (2+ messages)

[PATCH v2 0/4] defconfig: drop RT_GROUP_SCHED=y
 2024-08-22 17:43 UTC  (5+ messages)
` [PATCH v2 1/4] riscv: "
` [PATCH v2 2/4] loongarch: "
` [PATCH v2 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v2 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus

[PATCH v8 0/5] Tracepoints and static branch in Rust
 2024-08-22 17:19 UTC  (10+ messages)
` [PATCH v8 1/5] rust: add generic static_key_false
  ` [PATCH v8 1/5 alt] "
` [PATCH v8 2/5] rust: add tracepoint support
` [PATCH v8 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v8 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v8 5/5] rust: add arch_static_branch

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-22 14:24 UTC  (5+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
  ` (subset) "
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
  ` (subset) "

[PATCH v2 0/2] riscv: Add perf support to collect KVM guest statistics from host side
 2024-08-22 13:41 UTC  (8+ messages)
` [PATCH v2 1/2] riscv: perf: add guest vs host distinction
` [PATCH v2 2/2] riscv: KVM: add basic support for host vs guest profiling

[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
 2024-08-22  8:52 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo CV18XX SARADC binding

[PATCH v2 0/6] riscv: ftrace: atmoic patching and preempt improvements
 2024-08-22  8:39 UTC  (4+ messages)
` [PATCH v2 1/6] riscv: ftrace: support fastcc in Clang for WITH_ARGS

[PATCH v1 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-22  5:14 UTC  (9+ messages)
` [PATCH v1 1/5] usb: aspeed_udc: Use "
` [PATCH v1 2/5] usb: pxa27x_udc: "
` [PATCH v1 3/5] usb: r8a66597-udc: "
` [PATCH v1 4/5] usb: mpfs: "
` [PATCH v1 5/5] usb: ux500: "

[PATCH 0/5] usb drivers use devm_clk_get_enabled() helpers
 2024-08-22  4:26 UTC  (4+ messages)
` [PATCH 2/5] usb: pxa27x_udc: Use "


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