Sparclinux Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-28 00:32:59 to 2024-07-23 06:46:45 UTC [more...]

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

[PATCH 00/17] mm: introduce numa_memblks
 2024-07-23  0:15 UTC  (60+ messages)
` [PATCH 01/17] mm: move kernel/numa.c to mm/
` [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
` [PATCH 04/17] arch, mm: move definition of node_data to generic code
` [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA "
` [PATCH 06/17] x86/numa: simplify numa_distance allocation
` [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
` [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH 12/17] mm: introduce numa_memblks
` [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation
` [PATCH 15/17] mm: make numa_memblks more self-contained
` [PATCH 16/17] arch_numa: switch over to numa_memblks
` [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks

[PATCH RFC 0/6] mm: THP-agnostic refactor on huge mappings
 2024-07-22 15:31 UTC  (9+ messages)
` [PATCH RFC 1/6] mm/treewide: Remove pgd_devmap()
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options
` [PATCH RFC 3/6] mm/treewide: Make pgtable-generic.c THP agnostic
` [PATCH RFC 4/6] mm: Move huge mapping declarations from internal.h to huge_mm.h
` [PATCH RFC 5/6] mm/huge_mapping: Create huge_mapping_pxx.c
` [PATCH RFC 6/6] mm: Convert "*_trans_huge() || *_devmap()" to use *_leaf()

[GIT PULL] sparc updates for v6.11
 2024-07-18 23:06 UTC  (2+ messages)

[PATCH v2 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-07-17 16:10 UTC  (3+ messages)
` [PATCH v2 1/2] sparc/build: Remove all usage of -fcall-used* flags
` [PATCH v2 2/2] sparc/build: Add SPARC target flags for compiling with clang

[RESEND PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
 2024-07-14 19:24 UTC  (6+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist

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

[PATCH] sbus: add missing MODULE_DESCRIPTION() macros
 2024-07-11 12:10 UTC  (2+ messages)

[PATCH 0/4] sparc64: Fix prototype warnings and out of sync function signature
 2024-07-10  9:41 UTC  (5+ messages)
` [PATCH 1/4] sparc64: Fix prototype warnings for floppy_64.h
` [PATCH 2/4] sparc64: Fix incorrect function signature and add prototype for prom_cif_init
` [PATCH 3/4] sparc64: Fix prototype warning for prom_get_mmu_ihandle
` [PATCH 4/4] sparc64: Fix prototype warnings in hibernate.c

[PATCH] sparc32: Fix truncated relocation errors when linking large kernels
 2024-07-10  9:23 UTC 

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-09 17:44 UTC  (45+ messages)
` [PATCH net-next v15 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v15 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v15 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v15 05/14] page_pool: convert to use netmem
` [PATCH net-next v15 06/14] page_pool: devmem support
` [PATCH net-next v15 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v15 08/14] net: support non paged skb frags
` [PATCH net-next v15 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v15 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v15 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v15 12/14] net: add devmem TCP documentation
` [PATCH net-next v15 13/14] tools: net: package libynl for use in selftests
` [PATCH net-next v15 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
 2024-07-09 10:03 UTC  (9+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-06-29 21:05 UTC  (4+ messages)
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation


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