linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-19 16:50:40 to 2022-06-24 07:49:28 UTC [more...]

[PATCH v4 0/4] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-06-24  7:49 UTC  (11+ messages)
` [PATCH 1/4] of: also handle dma-noncoherent in of_dma_is_coherent()
` [PATCH 2/4] dt-bindings: riscv: document cbom-block-size
` [PATCH 3/4] riscv: Implement Zicbom-based cache management operations
` [PATCH 4/4] riscv: implement cache-management errata for T-Head SoCs

Tickless timer regression in v5.18.3 on riscv
 2022-06-24  7:43 UTC  (5+ messages)

[RFC PATCH v2] riscv: Add Zawrs support for spinlocks
 2022-06-24  7:33 UTC  (3+ messages)

[PATCH] usb: musb: Fix missing error code in mpfs_probe()
 2022-06-24  7:25 UTC 

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-24  6:11 UTC  (44+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 04/26] sparc/mm: "
` [PATCH V4 05/26] arm64/mm: "
` [PATCH V4 06/26] x86/mm: "
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 09/26] loongarch/mm: "
` [PATCH V4 10/26] openrisc/mm: "
` [PATCH V4 11/26] extensa/mm: "
` [PATCH V4 12/26] hexagon/mm: "
` [PATCH V4 13/26] parisc/mm: "
` [PATCH V4 14/26] alpha/mm: "
` [PATCH V4 15/26] nios2/mm: "
` [PATCH V4 16/26] riscv/mm: "
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 18/26] s390/mm: "
` [PATCH V4 19/26] ia64/mm: "
` [PATCH V4 20/26] mips/mm: "
` [PATCH V4 21/26] m68k/mm: "
` [PATCH V4 22/26] arc/mm: "
` [PATCH V4 23/26] arm/mm: "
` [PATCH V4 24/26] um/mm: "
` [PATCH V4 25/26] sh/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v2 0/5] Support kexec_file on 32-bit RISC-V
 2022-06-24  4:48 UTC  (6+ messages)
` [PATCH v2 1/5] drivers: of: kexec ima: Support 32-bit platforms
` [PATCH v2 2/5] ima: Fix a build issue on "
` [PATCH v2 3/5] RISC-V: kexec: Use Elf64 on 64-bit targets
` [PATCH v2 4/5] RISC-V: purgatory: Use XLEN-length loads to support rv32
` [PATCH v2 5/5] RISC-V: Allow kexec_file() on 32-bit platforms

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-24  3:34 UTC  (10+ messages)

[PATCH v2] RISC-V: use __smp_processor_id() instead of smp_processor_id()
 2022-06-24  1:41 UTC 

[PATCH 0/3] perf: RISC-V: fix access to the highest available counter
 2022-06-23 18:10 UTC  (7+ messages)
` [PATCH 1/3] perf: RISC-V: fix access beyond allocated array
` [PATCH 2/3] perf: RISC-V: allow to use the highest available counter
` [PATCH 3/3] perf: RISC-V: support noncontiguous pmu counter IDs

[PATCH v4 00/20] arch_topology: Updates to add socket support and fix cluster ids
 2022-06-23 15:55 UTC  (25+ messages)
` [PATCH v4 01/20] ACPI: PPTT: Use table offset as fw_token instead of virtual address
` [PATCH v4 02/20] cacheinfo: Use of_cpu_device_node_get instead cpu_dev->of_node
` [PATCH v4 03/20] cacheinfo: Add helper to access any cache index for a given CPU
` [PATCH v4 04/20] cacheinfo: Move cache_leaves_are_shared out of CONFIG_OF
` [PATCH v4 05/20] cacheinfo: Add support to check if last level cache(LLC) is valid or shared
` [PATCH v4 06/20] cacheinfo: Allow early detection and population of cache attributes
` [PATCH v4 07/20] cacheinfo: Use cache identifiers to check if the caches are shared if available
` [PATCH v4 08/20] arch_topology: Add support to parse and detect cache attributes
` [PATCH v4 09/20] arch_topology: Use the last level cache information from the cacheinfo
` [PATCH v4 10/20] arm64: topology: Remove redundant setting of llc_id in CPU topology
` [PATCH v4 11/20] arch_topology: Drop LLC identifier stash from the "
` [PATCH v4 12/20] arch_topology: Set thread sibling cpumask only within the cluster
` [PATCH v4 13/20] arch_topology: Check for non-negative value rather than -1 for IDs validity
` [PATCH v4 14/20] arch_topology: Avoid parsing through all the CPUs once a outlier CPU is found
` [PATCH v4 15/20] arch_topology: Don't set cluster identifier as physical package identifier
` [PATCH v4 16/20] arch_topology: Drop unnecessary check for uninitialised package_id
` [PATCH v4 17/20] arch_topology: Limit span of cpu_clustergroup_mask()
` [PATCH v4 18/20] arch_topology: Set cluster identifier in each core/thread from /cpu-map
` [PATCH v4 19/20] arch_topology: Add support for parsing sockets in /cpu-map
` [PATCH v4 20/20] arch_topology: Warn that topology for nested clusters is not supported

[PATCH v2 0/1] Remove forget_syscall() from start_thread_common()
 2022-06-23 14:09 UTC  (2+ messages)

[PATCH] riscv: traps_misaligned: do not duplicate stringify
 2022-06-23 13:11 UTC  (2+ messages)

[PATCH 00/14] Canaan devicetree fixes
 2022-06-23 12:41 UTC  (19+ messages)
` [PATCH 06/14] spi: dt-bindings: dw-apb-ssi: update spi-{r,t}x-bus-width for dwc-ssi
` [PATCH 07/14] riscv: dts: canaan: fix the k210's memory node

[PATCH printk v5 1/1] printk: extend console_lock for per-console locking
 2022-06-23 10:10 UTC  (3+ messages)

[PATCH V6 0/2] riscv: Support qspinlock with generic headers
 2022-06-23  9:17 UTC  (7+ messages)
` [PATCH V6 1/2] asm-generic: spinlock: Move qspinlock & ticket-lock into generic spinlock.h
` [PATCH V6 2/2] riscv: Add qspinlock support

[PATCH] RISC-V: use __smp_processor_id() instead of smp_processor_id()
 2022-06-23  8:30 UTC  (2+ messages)

[RESEND PATCH v4] MAINTAINERS: add polarfire rng, pci and clock drivers
 2022-06-22 22:58 UTC 

[PATCH] RISC-V: PCI: Avoid handing out address 0 to devices
 2022-06-22 17:43 UTC  (3+ messages)
` [PING^2][PATCH] "

[PATCH next 0/1] Add simple PM operations to sifive-spi
 2022-06-22 10:24 UTC  (5+ messages)
` [PATCH next 1/1] spi: sifive: add PM callbacks to support suspend/resume

Wycena paneli fotowoltaicznych
 2022-06-22  7:50 UTC 

[PATCH v3 RESEND] riscv: don't allow write but not read page mapping
 2022-06-21 17:39 UTC 

[PATCH v2 0/2] Add support for PolarFire SoC's musb controller
 2022-06-21 17:02 UTC  (7+ messages)

[PATCH v3 13/16] arch_topology: Don't set cluster identifier as physical package identifier
 2022-06-21 16:00 UTC  (13+ messages)
` [PATCH v3 14/16] arch_topology: Drop unnecessary check for uninitialised package_id
  ` [PATCH v3 15/16] arch_topology: Set cluster identifier in each core/thread from /cpu-map

[PATCH V5] riscv: Add qspinlock support
 2022-06-21 14:57 UTC  (10+ messages)

[PATCH 0/3] KVM: selftests: Consolidate ucall code
 2022-06-21 14:54 UTC  (9+ messages)
` [PATCH 1/3] KVM: selftests: Consolidate common code for popuplating ucall struct
` [PATCH 2/3] KVM: selftests: Consolidate boilerplate code in get_ucall()

QUICK LOAN
 2022-06-21 11:05 UTC 

[PATCH] RISC-V: Add mvendorid, marchid, and mimpid to /proc/cpuinfo output
 2022-06-21  8:28 UTC  (5+ messages)

[PATCH v2 0/6] genirq/irqchip: RISC-V PLIC cleanup and optimization
 2022-06-21  8:06 UTC  (5+ messages)
` [PATCH v2 4/6] genirq: Provide an IRQ affinity mask in non-SMP configs

[PATCH v4 0/1] RISC-V: Create unique identification for SoC PMU
 2022-06-21  7:59 UTC  (10+ messages)
` [PATCH v4 1/1] "

[PATCH v6 1/2] i2c: add support for microchip fpga i2c controllers
 2022-06-21  7:42 UTC  (2+ messages)
` [PATCH v6 2/2] MAINTAINERS: add the polarfire soc's i2c driver

[PATCH] RISC-V: KVM: Improve ISA extension by using a bitmap
 2022-06-20 23:42 UTC 

[PATCH] riscv: config: enable SOC_STARFIVE in defconfig
 2022-06-20 21:08 UTC  (2+ messages)

[PATCH v4] arch/riscv: add Zihintpause support
 2022-06-20 20:15 UTC 

[PATCH v2 2/6] genirq: GENERIC_IRQ_IPI depends on SMP
 2022-06-20  4:26 UTC  (2+ messages)

[RFC 0/6] PolarFire SoC Reset controller
 2022-06-19 19:06 UTC  (10+ messages)
` [RFC 1/6] dt-bindings: clk: microchip: mpfs: add reset controller support
` [RFC 2/6] dt-bindings: net: cdns,macb: document polarfire soc's macb
` [RFC 3/6] clk: microchip: mpfs: add reset controller
` [RFC 4/6] reset: add polarfire soc reset support
` [RFC 5/6] net: macb: "
` [RFC 6/6] riscv: dts: microchip: add mpfs specific macb "


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