linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-02 17:47:27 to 2024-08-10 03:52:39 UTC [more...]

[PATCH net-next v18 00/14] Device Memory TCP
 2024-08-10  3:52 UTC  (24+ messages)
` [PATCH net-next v18 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v18 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v18 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v18 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v18 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v18 06/14] page_pool: devmem support
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v18 08/14] net: support non paged skb frags
` [PATCH net-next v18 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v18 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v18 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v18 12/14] net: add devmem TCP documentation
` [PATCH net-next v18 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v18 14/14] netdev: add dmabuf introspection

[PATCH 0/7] MIPS: arch_numa enablement
 2024-08-09 20:01 UTC  (11+ messages)
` [PATCH 1/7] arch_numa: Provide platform numa init hook
` [PATCH 2/7] MIPS: pci: Unify pcibus_to_node implementation
` [PATCH 3/7] MIPS: Prepare NUMA headers for arch_numa
` [PATCH 4/7] MIPS: mm: init: Prepare "
` [PATCH 5/7] MIPS: smp: Process NUMA information
` [PATCH 6/7] MIPS: generic: Make NUMA available
` [PATCH 7/7] MIPS: Loongson64: Migrate to arch_numa

[PATCH v6 0/5] Tracepoints and static branch in Rust
 2024-08-09 18:21 UTC  (9+ messages)
` [PATCH v6 1/5] rust: add generic static_key_false
` [PATCH v6 2/5] rust: add tracepoint support
` [PATCH v6 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v6 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v6 5/5] rust: add arch_static_branch

[GIT PULL] asm-generic fixes for 6.11, part 2
 2024-08-09 17:31 UTC  (2+ messages)

[PATCH] runtime constants: move list of constants to vmlinux.lds.h
 2024-08-09 14:17 UTC  (4+ messages)

[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
 2024-08-09  7:56 UTC  (6+ messages)

[GIT PULL] LoongArch fixes for v6.11-rc3
 2024-08-08 19:29 UTC  (2+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-08  8:18 UTC  (20+ messages)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [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 v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
 2024-08-07 17:56 UTC  (3+ messages)

[PATCH -next] arch_numa: Fix section mismatch warning
 2024-08-07  6:35 UTC 

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-08-06 22:39 UTC  (10+ messages)
` [PATCH v2 3/3] mm: s390: fix compilation warning

[arnd-asm-generic:asm-generic] BUILD SUCCESS b82c1d235a30622177ce10dcb94dfd691a49922f
 2024-08-06 20:17 UTC 

[PATCH cmpxchg 0/3] Provide emulation for one-byte cmpxchg()
 2024-08-06 13:57 UTC  (10+ messages)
` [PATCH cmpxchg 1/3] xtensa: Emulate one-byte cmpxchg
` [PATCH cmpxchg 2/3] ARC: "
` [PATCH cmpxchg 3/3] sh: "

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-06 13:28 UTC  (62+ 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] LoongArch: Add ARCH_HAS_SET_DIRECT_MAP support
 2024-08-06  7:07 UTC 

[PATCH] LoongArch: Add ARCH_HAS_SET_MEMORY support
 2024-08-06  7:07 UTC 

[PATCH] LoongArch: Use accessors to page table entries instead of direct dereference
 2024-08-06  7:07 UTC 

[arnd-asm-generic:master 5/5] error: scripts/syscall.tbl: syscall table is not sorted or duplicates the same syscall number
 2024-08-06  5:13 UTC 

[arnd-asm-generic:master 5/5] error: arch/arm64/tools/syscall_64.tbl: syscall table is not sorted or duplicates the same syscall number
 2024-08-06  3:40 UTC 

[PATCH v3 0/7] arm64: hyperv: Support Virtual Trust Level Boot
 2024-08-05 22:15 UTC  (48+ messages)
` [PATCH v3 1/7] arm64: hyperv: Use SMC to detect hypervisor presence
` [PATCH v3 2/7] Drivers: hv: Enable VTL mode for arm64
` [PATCH v3 3/7] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH v3 4/7] arm64: hyperv: Boot in a Virtual Trust Level
` [PATCH v3 6/7] Drivers: hv: vmbus: Get the IRQ number from DT
` [PATCH v3 7/7] PCI: hv: Get vPCI MSI IRQ domain "

[PATCH v3 0/2] mm: tlb swap entries batch async release
 2024-08-05 15:36 UTC  (3+ messages)
` [PATCH v3 1/2] mm: move task_is_dying to h headfile
` [PATCH v3 2/2] mm: tlb: add tlb swap entries batch async release

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-08-05 14:08 UTC  (6+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[PATCH] ARM: support PREEMPT_DYNAMIC
 2024-08-05  2:00 UTC  (4+ messages)

[PATCH memory-model 0/7] LKMM updates for v6.12
 2024-08-02 17:47 UTC  (4+ messages)
` [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM


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