linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-22 17:31:52 to 2024-08-28 09:30:46 UTC [more...]

[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
 2024-08-28  9:06 UTC  (5+ messages)
` [PATCH v5 13/13] riscv: Add qspinlock support

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-28  6:34 UTC  (18+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH 0/3] clk: sifive: Fix chip hang when booting linux directly
 2024-08-28  8:14 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: reset: sifive: add fu540/fu740 reset indexes
` [PATCH 2/3] riscv: dts: sifive: fu740: Use reset index from header
` [PATCH 3/3] clk: sifive: prci: Add release_reset hooks for gemgxlpll/cltxpll

Faktury
 2024-08-28  7:50 UTC 

[PATCH -fixes] riscv: Fix RISCV_ALTERNATIVE_EARLY
 2024-08-28  6:45 UTC  (6+ messages)

[PATCH v2] riscv: Report error when repeatedly recording CPU hardware ID
 2024-08-28  2:07 UTC 

[PATCH] riscv: make ZONE_DMA32 optional
 2024-08-27 23:10 UTC  (2+ messages)

[PATCH v3 0/3] RISC-V: mm: do not treat hint addr on mmap as the upper bound to search
 2024-08-27 19:35 UTC  (9+ 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 v8 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-08-27 18:12 UTC  (13+ messages)

Some feedbacks on RISC-V IOMMU driver
 2024-08-27 17:34 UTC  (5+ messages)
  ` [External] "
    ` [External] "

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-08-27 15:40 UTC  (11+ 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 v2 0/4] riscv: spacemit: add pinctrl support to K1 SoC
 2024-08-27 15:13 UTC  (19+ 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 -fixes] drivers: perf: Fix smp_processor_id() use in preemptible code
 2024-08-27 12:53 UTC  (7+ messages)

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

[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
 2024-08-27 10:01 UTC  (3+ messages)
` [PATCH RFC 5/6] riscv: perf: Add driver "

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-27  9:06 UTC  (2+ messages)

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

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

[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 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 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 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  (6+ 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  (18+ messages)
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [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  (5+ 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


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