public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-08-02 09:14:52 to 2024-08-06 22:15:07 UTC [more...]

[PATCH 1/2] mm: update the memmap stat before page is freed
 2024-08-06 22:14 UTC 

[PATCH v2 0/2] tools: Add barrier implementations for riscv
 2024-08-06 22:01 UTC  (3+ messages)
` [PATCH v2 1/2] tools: Add riscv barrier implementation
` [PATCH v2 2/2] tools: Optimize ring buffer for riscv

[PATCH -next] crash: Fix riscv64 crash memory reserve dead loop
 2024-08-06 19:34 UTC  (6+ messages)

[PATCH v8 0/5] Add Svade and Svadu Extensions Support
 2024-08-06 20:28 UTC  (2+ messages)

[PATCH -fixes v2] riscv: Re-introduce global icache flush in patch_text_XXX()
 2024-08-06 20:28 UTC  (2+ messages)

[PATCH v8 0/7] Linux RISC-V IOMMU Support
 2024-08-06 19:24 UTC  (3+ messages)
` [PATCH v8 7/7] iommu/riscv: Paging domain support

[PATCH] MAINTAINERS: invert Misc RISC-V SoC Support's pattern
 2024-08-06 17:36 UTC 

[RFC v7 0/6] PolarFire SoC GPIO support
 2024-08-06 17:24 UTC  (14+ messages)
` [RFC v7 3/6] irqchip: add mpfs gpio interrupt mux
` [RFC v7 4/6] gpio: mpfs: add polarfire soc gpio support
` [RFC v7 5/6] gpio: mpfs: pass gpio line number as irq data

[PATCH 0/3] riscv: jh7110: Fix configuration for on-chip USB 2.0 support
 2024-08-06 17:07 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property
` [PATCH 3/3] phy: starfive: jh7110-usb: Fix link configuration to controller

[PATCH v1 1/5] perf test: Add build test for JEVENTS_ARCH=all
 2024-08-06 17:04 UTC  (13+ messages)
` [PATCH v1 2/5] perf pmu-events: Change dependencies for empty-pmu-events.c test
` [PATCH v1 3/5] perf pmu-events: Remove duplicated ampereone event
` [PATCH v1 4/5] perf pmu-events: Remove duplicated riscv firmware event
` [PATCH v1 5/5] perf jevents.py: Ensure event names aren't duplicated

[PATCH v2 1/2] RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
 2024-08-06 16:34 UTC  (6+ messages)
` [PATCH v2 2/2] arm64: "

[PATCH v7 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-08-06 15:59 UTC  (11+ messages)
` [PATCH v7 13/17] irqchip/riscv-intc: Add ACPI support for AIA
` [PATCH v7 14/17] irqchip/riscv-imsic-state: Create separate function for DT
` [PATCH v7 15/17] irqchip/riscv-imsic: Add ACPI support
` [PATCH v7 16/17] irqchip/riscv-aplic: "
` [PATCH v7 17/17] irqchip/sifive-plic: "

[PATCH v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-06 15:19 UTC  (30+ messages)
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 11/84] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()
` [PATCH v12 54/84] KVM: arm64: Mark "struct page" pfns accessed/dirty before dropping mmu_lock
` [PATCH v12 56/84] KVM: RISC-V: Mark "struct page" pfns dirty iff a stage-2 PTE is installed
` [PATCH v12 57/84] KVM: RISC-V: Mark "struct page" pfns accessed before dropping mmu_lock
` [PATCH v12 58/84] KVM: RISC-V: Use kvm_faultin_pfn() when mapping pfns into the guest
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-06 13:28 UTC  (74+ messages)
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH v1] usb: musb: poll ID pin status in dual-role mode in mpfs glue layer
 2024-08-06 13:14 UTC 

[PATCH] riscv: defconfig: sophgo: enable clks for sg2042
 2024-08-06  9:30 UTC  (2+ messages)

[PATCH] irqchip: let the probe of APLIC be earlier than IMSIC
 2024-08-06  3:14 UTC  (7+ messages)

[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
 2024-08-05 21:07 UTC  (6+ messages)

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-08-05 20:12 UTC  (6+ messages)
` [PATCH v4 1/7] dt-bindings: pinctrl: Add pinctrl for Sophgo "

[PATCH 1/1] RISC-V: Add parameter to unaligned access speed
 2024-08-05 18:56 UTC  (5+ messages)
` [PATCH 0/1] RISC-V: kernel parameter for "

[PATCH v9 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-08-05 17:32 UTC  (3+ messages)
` [PATCH v9 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC

[PATCH v3 0/3] Add SARADC support on Sophgo SoC
 2024-08-05 14:46 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo SARADC binding documentation
` [PATCH v3 2/3] iio: adc: sophgo-saradc: Add driver for Sophgo SARADC

[PATCH V3 0/3] riscv: mm: Add soft-dirty and uffd-wp support
 2024-08-05  9:52 UTC  (4+ messages)
` [PATCH V3 1/3] riscv: mm: Prepare for reusing PTE RSW bit(9)
` [PATCH V3 2/3] riscv: mm: Add soft-dirty page tracking support
` [PATCH V3 3/3] riscv: mm: Add uffd write-protect support

[PATCH v6 0/8] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-08-05  9:19 UTC  (9+ messages)
` [PATCH v6 1/8] mmc: sdhci-of-dwcmshc: add common bulk optional clocks support
` [PATCH v6 2/8] mmc: sdhci-of-dwcmshc: move two rk35xx functions
` [PATCH v6 3/8] mmc: sdhci-of-dwcmshc: factor out code for th1520_init()
` [PATCH v6 4/8] mmc: sdhci-of-dwcmshc: factor out code into dwcmshc_rk35xx_init
` [PATCH v6 5/8] mmc: sdhci-of-dwcmshc: add dwcmshc_pltfm_data
` [PATCH v6 6/8] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2042 support
` [PATCH v6 7/8] mmc: sdhci-of-dwcmshc: Add support for Sophgo SG2042
` [PATCH v6 8/8] riscv: sophgo: dts: add mmc controllers for SG2042 SoC

[PATCH] RISC-V: Dynamically allocate cpumasks and further increase range and default value of NR_CPUS
 2024-08-05  8:58 UTC  (5+ messages)

[PATCH v3 0/3] crash: Fix x86_32 memory reserve dead loop bug
 2024-08-05  7:51 UTC  (3+ messages)
` [PATCH v3 3/3] ARM: Use generic interface to simplify crashkernel reservation

[PATCH v5 0/8] mmc: sdhci-of-dwcmshc: Add Sophgo SG2042 support
 2024-08-05  2:53 UTC  (6+ messages)
` [PATCH v5 8/8] riscv: sophgo: dts: add mmc controllers for SG2042 SoC

[PATCH v9 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-08-05  2:21 UTC  (12+ messages)
` [PATCH v9 1/4] dt-bindings: hwmon: Add Sophgo "
` [PATCH v9 2/4] drivers: hwmon: sophgo: Add "
` [PATCH v9 3/4] riscv: dts: sophgo: Add mcu device for Milk-V Pioneer
` [PATCH v9 4/4] riscv: defconfig: Enable MCU support for SG2042

[PATCH V2 2/3] riscv: mm: Add soft-dirty page tracking support
 2024-08-04  1:52 UTC  (4+ messages)

[PATCH v2] riscv: mm: add paging_check() before paging_init()
 2024-08-03  6:28 UTC  (3+ messages)
  ` [External] "

[PATCH] RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
 2024-08-01  7:35 UTC  (3+ messages)

[PATCH v5 0/2] Tracepoints and static branch in Rust
 2024-08-02 17:23 UTC  (6+ messages)
` [PATCH v5 1/2] rust: add static_key_false
` [PATCH v5 2/2] rust: add tracepoint support

[GIT PULL] RISC-V Fixes for 6.11-rc2
 2024-08-02 16:53 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.11 take #1
 2024-08-02 16:30 UTC  (2+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-02 16:03 UTC  (2+ messages)

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

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-02 14:46 UTC  (5+ messages)
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description

[RFC] uretprobe: change syscall number, again
 2024-08-02 14:00 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox