Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-31 19:50:13 to 2024-08-02 11:11:02 UTC [more...]

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-02 11:10 UTC  (38+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [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 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [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 v12 00/84] KVM: Stop grabbing references to PFNMAP'd pages
 2024-08-02 11:03 UTC  (27+ messages)
` [PATCH v12 01/84] KVM: arm64: Release pfn, i.e. put page, if copying MTE tags hits ZONE_DEVICE
` [PATCH v12 02/84] KVM: arm64: Disallow copying MTE to guest memory while KVM is dirty logging
` [PATCH v12 03/84] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
` [PATCH v12 04/84] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer
` [PATCH v12 05/84] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes
` [PATCH v12 12/84] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
` [PATCH v12 24/84] KVM: Use plain "struct page" pointer instead of single-entry array
` [PATCH v12 26/84] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c
` [PATCH v12 64/84] KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault path
` [PATCH v12 65/84] KVM: LoongArch: Mark "struct page" pfns accessed "
` [PATCH v12 83/84] KVM: Drop APIs that manipulate "struct page" via pfns

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

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

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

[RFC v7 0/6] PolarFire SoC GPIO support
 2024-08-02 10:40 UTC  (7+ messages)
` [RFC v7 3/6] irqchip: add mpfs gpio interrupt mux

[PATCH -next] crash: Fix riscv64 crash memory reserve dead loop
 2024-08-02 10:11 UTC  (2+ messages)

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

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-02  8:58 UTC  (26+ messages)
` [PATCH v4 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v4 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v4 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v4 13/13] riscv: Add qspinlock support

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

[PATCH] riscv: support KASAN instrumentation of bitops
 2024-08-02  8:10 UTC  (3+ messages)

Instalacja pv
 2024-08-02  7:36 UTC 

[PATCH -fixes v2] riscv: Re-introduce global icache flush in patch_text_XXX()
 2024-08-02  2:24 UTC  (3+ messages)

[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
 2024-08-02  0:35 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: pinctrl: Add pinctrl for Sophgo "
` [PATCH v4 2/7] pinctrl: sophgo: add support for CV1800B SoC
` [PATCH v4 3/7] pinctrl: sophgo: add support for CV1812H SoC
` [PATCH v4 4/7] pinctrl: sophgo: add support for SG2000 SoC
` [PATCH v4 5/7] pinctrl: sophgo: add support for SG2002 SoC
` [PATCH v4 6/7] riscv: dts: sophgo: cv1800b: add pinctrl support
` [PATCH v4 7/7] riscv: dts: sophgo: cv1812h: "

[PATCH -fixes] riscv: Re-introduce global icache flush in patch_text_XXX()
 2024-08-01 18:48 UTC  (5+ messages)

[PATCH 0/6] riscv: dts: thead: Enable TH1520 AP_SUBSYS clock controller
 2024-08-01 18:38 UTC  (7+ messages)
` [PATCH 1/6] riscv: dts: thead: Add "
` [PATCH 2/6] riscv: dts: thead: change TH1520 uart nodes to use "
` [PATCH 3/6] riscv: dts: thead: change TH1520 mmc "
` [PATCH 4/6] riscv: dts: thead: update TH1520 dma and timer "
` [PATCH 5/6] riscv: dts: thead: add clock to TH1520 gpio nodes
` [PATCH 6/6] riscv: dts: thead: change TH1520 SPI node to use clock controller

[PATCH] cpumask: de-duplicate assign_cpu() API
 2024-08-01 17:27 UTC  (2+ messages)

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-08-01 18:26 UTC  (6+ messages)
` [PATCH v4 1/2] rust: add static_key_false

[PATCH v2] perf arch events: Fix duplicate RISC-V SBI firmware event name
 2024-08-01 17:04 UTC  (5+ messages)
` [v2] "

[PATCH v2] cache: StarFive: Require a 64-bit system
 2024-08-01 16:40 UTC  (2+ messages)

[PATCH v3] riscv/purgatory: align riscv_kernel_entry
 2024-08-01 16:40 UTC  (2+ messages)

[PATCH v2] RISC-V: Enable the IPI before workqueue_online_cpu()
 2024-08-01 16:40 UTC  (2+ messages)

[PATCH] riscv: Fix linear mapping checks for non-contiguous memory regions
 2024-08-01 16:40 UTC  (2+ messages)

[PATCH V2] riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()
 2024-08-01 16:40 UTC  (2+ messages)

[PATCH] perf: riscv: Fix selecting counters in legacy mode
 2024-08-01 16:40 UTC  (4+ messages)

[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
 2024-08-01 15:57 UTC  (5+ messages)
` [PATCH v5 08/10] riscv: dts: add initial SpacemiT K1 SoC device tree
` [PATCH v5 09/10] riscv: dts: spacemit: add Banana Pi BPI-F3 board "

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-01 12:07 UTC  (41+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH] syscalls: fix syscall macros for newfstat/newfstatat
 2024-08-01 12:32 UTC 

syscall.tbl refactoring seems to have dropped definition of __NR_newfstatat on arm64 and riscv (64-bit) at least
 2024-08-01 12:20 UTC  (3+ messages)

[PATCH 0/2] riscv: Improve KASAN coverage to fix unit tests
 2024-08-01 10:31 UTC  (5+ messages)
` [PATCH 1/2] riscv: Omit optimized string routines when using KASAN
` [PATCH 2/2] riscv: Enable bitops instrumentation

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-08-01  8:57 UTC  (7+ messages)

[PATCH v2] riscv: mm: add paging_check() before paging_init()
 2024-08-01  8:01 UTC  (2+ messages)

[PATCH/RFC] riscv: defconfig: Disable RZ/Five peripheral support
 2024-08-01  7:32 UTC  (2+ messages)

[PATCH] RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_t
 2024-08-01  1:24 UTC  (2+ messages)

[PATCH 0/2] tools: Add barrier implementations for riscv
 2024-08-01  1:10 UTC  (4+ messages)
` [PATCH 1/2] tools: Add riscv barrier implementation

riscv/fixes build: 8 builds: 0 failed, 8 passed, 10079 warnings (v6.11-rc1-1-gb75a22e7d4f2)
 2024-07-31 19:46 UTC 

[PATCH AUTOSEL 5.10 29/38] riscv: mm: Take memory hotplug read-lock during kernel page table dump
 2024-08-01  0:35 UTC 

[PATCH AUTOSEL 5.15 36/47] riscv: mm: Take memory hotplug read-lock during kernel page table dump
 2024-08-01  0:31 UTC 

[PATCH AUTOSEL 6.1 47/61] riscv: mm: Take memory hotplug read-lock during kernel page table dump
 2024-08-01  0:26 UTC 

[PATCH AUTOSEL 6.6 65/83] riscv: mm: Take memory hotplug read-lock during kernel page table dump
 2024-08-01  0:18 UTC 

[PATCH AUTOSEL 6.10 095/121] riscv: mm: Take memory hotplug read-lock during kernel page table dump
 2024-08-01  0:00 UTC 

[PATCH v3 0/3] Add SARADC support on Sophgo SoC
 2024-07-31 23:57 UTC  (8+ 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 v8 0/4] riscv: sophgo: Add SG2042 external hardware monitor support
 2024-07-31 22:48 UTC  (6+ messages)
` [PATCH v8 2/4] drivers: hwmon: "

[PATCH] clk: thead: fix dependency on clk_ignore_unused
 2024-07-31 21:52 UTC  (2+ messages)

[PATCH v7 08/17] ACPI: pci_link: Clear the dependencies after probe
 2024-07-31 19:49 UTC  (2+ messages)

[PATCH v7 03/17] ACPI: bus: Add acpi_riscv_init function
 2024-07-31 19:42 UTC  (2+ messages)


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