gmane.linux.ports.sh.devel archive

6609 archived articles, newest first (page 32 of 67). Latest articles →

[PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
Tue, 23 Jul 2024 09:41:55 +0300
Mike Rapoport <[email protected]> • #70175
[PATCH v2 23/25] arch_numa: switch over to numa_memblks
Tue, 23 Jul 2024 09:41:54 +0300
Mike Rapoport <[email protected]> • #70174
[PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
Tue, 23 Jul 2024 09:41:53 +0300
Mike Rapoport <[email protected]> • #70173
[PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
Tue, 23 Jul 2024 09:41:52 +0300
Mike Rapoport <[email protected]> • #70172
[PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
Tue, 23 Jul 2024 09:41:51 +0300
Mike Rapoport <[email protected]> • #70171
[PATCH v2 19/25] mm: introduce numa_emulation
Tue, 23 Jul 2024 09:41:50 +0300
Mike Rapoport <[email protected]> • #70170
[PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
Tue, 23 Jul 2024 09:41:49 +0300
Mike Rapoport <[email protected]> • #70169
[PATCH v2 17/25] mm: introduce numa_memblks
Tue, 23 Jul 2024 09:41:48 +0300
Mike Rapoport <[email protected]> • #70168
[PATCH v2 16/25] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Tue, 23 Jul 2024 09:41:47 +0300
Mike Rapoport <[email protected]> • #70167
[PATCH v2 15/25] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Tue, 23 Jul 2024 09:41:46 +0300
Mike Rapoport <[email protected]> • #70166
[PATCH v2 14/25] x86/numa_emu: split __apicid_to_node update to a helper function
Tue, 23 Jul 2024 09:41:45 +0300
Mike Rapoport <[email protected]> • #70165
[PATCH v2 13/25] x86/numa_emu: simplify allocation of phys_dist
Tue, 23 Jul 2024 09:41:44 +0300
Mike Rapoport <[email protected]> • #70164
[PATCH v2 12/25] x86/numa: move FAKE_NODE_* defines to numa_emu
Tue, 23 Jul 2024 09:41:43 +0300
Mike Rapoport <[email protected]> • #70163
[PATCH v2 11/25] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
Tue, 23 Jul 2024 09:41:42 +0300
Mike Rapoport <[email protected]> • #70162
[PATCH v2 10/25] x86/numa: simplify numa_distance allocation
Tue, 23 Jul 2024 09:41:41 +0300
Mike Rapoport <[email protected]> • #70161
[PATCH v2 09/25] arch, mm: pull out allocation of NODE_DATA to generic code
Tue, 23 Jul 2024 09:41:40 +0300
Mike Rapoport <[email protected]> • #70160
[PATCH v2 08/25] arch, mm: move definition of node_data to generic code
Tue, 23 Jul 2024 09:41:39 +0300
Mike Rapoport <[email protected]> • #70159
[PATCH v2 07/25] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
Tue, 23 Jul 2024 09:41:38 +0300
Mike Rapoport <[email protected]> • #70158
[PATCH v2 06/25] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
Tue, 23 Jul 2024 09:41:37 +0300
Mike Rapoport <[email protected]> • #70157
[PATCH v2 05/25] MIPS: loongson64: rename __node_data to node_data
Tue, 23 Jul 2024 09:41:36 +0300
Mike Rapoport <[email protected]> • #70156
[PATCH v2 04/25] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
Tue, 23 Jul 2024 09:41:35 +0300
Mike Rapoport <[email protected]> • #70155
[PATCH v2 03/25] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
Tue, 23 Jul 2024 09:41:34 +0300
Mike Rapoport <[email protected]> • #70154
[PATCH v2 02/25] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Tue, 23 Jul 2024 09:41:33 +0300
Mike Rapoport <[email protected]> • #70153
[PATCH v2 01/25] mm: move kernel/numa.c to mm/
Tue, 23 Jul 2024 09:41:32 +0300
Mike Rapoport <[email protected]> • #70152
[PATCH v2 00/25] mm: introduce numa_memblks
Tue, 23 Jul 2024 09:41:31 +0300
Mike Rapoport <[email protected]> • #70151
Re: [PATCH 04/17] arch, mm: move definition of node_data to generic code
Mon, 22 Jul 2024 17:15:32 -0700
Davidlohr Bueso <[email protected]> • #70150
Re: [PATCH 00/17] mm: introduce numa_memblks
Mon, 22 Jul 2024 11:08:11 +0300
Mike Rapoport <[email protected]> • #70149
Re: [PATCH 15/17] mm: make numa_memblks more self-contained
Mon, 22 Jul 2024 11:05:11 +0300
Mike Rapoport <[email protected]> • #70148
Re: [PATCH 12/17] mm: introduce numa_memblks
Mon, 22 Jul 2024 11:03:57 +0300
Mike Rapoport <[email protected]> • #70147
Re: [PATCH 06/17] x86/numa: simplify numa_distance allocation
Mon, 22 Jul 2024 10:51:25 +0300
Mike Rapoport <[email protected]> • #70146
Re: [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Mon, 22 Jul 2024 10:34:06 +0300
Mike Rapoport <[email protected]> • #70145
Re: [PATCH 15/17] mm: make numa_memblks more self-contained
Sat, 20 Jul 2024 15:32:34 +0300
Mike Rapoport <[email protected]> • #70144
Re: [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
Sat, 20 Jul 2024 15:25:15 +0300
Mike Rapoport <[email protected]> • #70143
Re: [PATCH 14/17] mm: introduce numa_emulation
Sat, 20 Jul 2024 15:09:28 +0300
Mike Rapoport <[email protected]> • #70142
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Sat, 20 Jul 2024 13:24:06 +0300
Mike Rapoport <[email protected]> • #70141
Re: [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks
Fri, 19 Jul 2024 19:19:49 +0100
Jonathan Cameron <[email protected]> • #70140
Re: [PATCH 12/17] mm: introduce numa_memblks
Fri, 19 Jul 2024 19:16:47 +0100
Jonathan Cameron <[email protected]> • #70139
Re: [PATCH 16/17] arch_numa: switch over to numa_memblks
Fri, 19 Jul 2024 19:16:02 +0100
Jonathan Cameron <[email protected]> • #70138
Re: [PATCH 15/17] mm: make numa_memblks more self-contained
Fri, 19 Jul 2024 19:07:12 +0100
Jonathan Cameron <[email protected]> • #70137
Re: [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
Fri, 19 Jul 2024 18:48:42 +0100
Jonathan Cameron <[email protected]> • #70136
Re: [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Fri, 19 Jul 2024 17:57:22 +0100
Jonathan Cameron <[email protected]> • #70135
Re: [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Fri, 19 Jul 2024 17:50:04 +0100
Jonathan Cameron <[email protected]> • #70134
Re: [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
Fri, 19 Jul 2024 17:47:56 +0100
Jonathan Cameron <[email protected]> • #70133
Re: [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
Fri, 19 Jul 2024 17:38:49 +0100
Jonathan Cameron <[email protected]> • #70132
Re: [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
Fri, 19 Jul 2024 17:30:15 +0100
Jonathan Cameron <[email protected]> • #70131
Re: [PATCH 06/17] x86/numa: simplify numa_distance allocation
Fri, 19 Jul 2024 17:28:49 +0100
Jonathan Cameron <[email protected]> • #70130
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 17:11:52 +0100
Jonathan Cameron <[email protected]> • #70129
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 18:07:33 +0200
David Hildenbrand <[email protected]> • #70128
Re: [PATCH 14/17] mm: introduce numa_emulation
Fri, 19 Jul 2024 12:03:11 -0400
Zi Yan <[email protected]> • #70127
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 16:51:43 +0100
Jonathan Cameron <[email protected]> • #70126
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 17:46:58 +0200
David Hildenbrand <[email protected]> • #70125
Re: [PATCH 04/17] arch, mm: move definition of node_data to generic code
Fri, 19 Jul 2024 16:39:35 +0100
Jonathan Cameron <[email protected]> • #70124
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 18:34:54 +0300
Mike Rapoport <[email protected]> • #70123
Re: [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
Fri, 19 Jul 2024 16:27:43 +0100
Jonathan Cameron <[email protected]> • #70122
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Fri, 19 Jul 2024 17:07:35 +0200
David Hildenbrand <[email protected]> • #70121
Re: [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Fri, 19 Jul 2024 15:38:52 +0100
Jonathan Cameron <[email protected]> • #70120
Re: [PATCH 01/17] mm: move kernel/numa.c to mm/
Fri, 19 Jul 2024 14:55:29 +0100
Jonathan Cameron <[email protected]> • #70119
Re: [PATCH 00/17] mm: introduce numa_memblks
Fri, 19 Jul 2024 14:33:47 +0100
Jonathan Cameron <[email protected]> • #70118
Re: [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
Fri, 19 Jul 2024 08:55:27 +0300
Mike Rapoport <[email protected]> • #70117
Re: [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
Thu, 18 Jul 2024 16:46:17 -0500
Samuel Holland <[email protected]> • #70116
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Thu, 18 Jul 2024 10:02:52 +0300
Mike Rapoport <[email protected]> • #70115
Re: [PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Wed, 17 Jul 2024 19:22:42 -0700
Oreoluwa Babatunde <[email protected]> • #70114
[PATCH v5 1/2] sh: Restructure call site for early_reserve_mem()
Wed, 17 Jul 2024 19:18:21 -0700
Oreoluwa Babatunde <[email protected]> • #70113
[PATCH v5 2/2] sh: Restructure setup code to reserve memory regions earlier
Wed, 17 Jul 2024 19:18:22 -0700
Oreoluwa Babatunde <[email protected]> • #70112
[PATCH v5 0/2] sh: Restructure setup code to reserve memory regions earlier
Wed, 17 Jul 2024 19:18:20 -0700
Oreoluwa Babatunde <[email protected]> • #70111
Re: [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Wed, 17 Jul 2024 16:42:48 +0200
David Hildenbrand <[email protected]> • #70110
Re: [PATCH 01/17] mm: move kernel/numa.c to mm/
Wed, 17 Jul 2024 16:35:31 +0200
David Hildenbrand <[email protected]> • #70109
Re: [PATCH 04/17] arch, mm: move definition of node_data to generic code
Wed, 17 Jul 2024 16:35:02 +0200
David Hildenbrand <[email protected]> • #70108
Re: [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
Wed, 17 Jul 2024 16:33:30 +0200
David Hildenbrand <[email protected]> • #70107
Re: [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Wed, 17 Jul 2024 16:32:59 +0200
David Hildenbrand <[email protected]> • #70106
Re: [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
Tue, 16 Jul 2024 21:07:59 +0800
"Jiaxun Yang" <[email protected]> • #70105
[PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks
Tue, 16 Jul 2024 14:13:46 +0300
Mike Rapoport <[email protected]> • #70104
[PATCH 16/17] arch_numa: switch over to numa_memblks
Tue, 16 Jul 2024 14:13:45 +0300
Mike Rapoport <[email protected]> • #70103
[PATCH 15/17] mm: make numa_memblks more self-contained
Tue, 16 Jul 2024 14:13:44 +0300
Mike Rapoport <[email protected]> • #70102
[PATCH 14/17] mm: introduce numa_emulation
Tue, 16 Jul 2024 14:13:43 +0300
Mike Rapoport <[email protected]> • #70101
[PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
Tue, 16 Jul 2024 14:13:42 +0300
Mike Rapoport <[email protected]> • #70100
[PATCH 12/17] mm: introduce numa_memblks
Tue, 16 Jul 2024 14:13:41 +0300
Mike Rapoport <[email protected]> • #70099
[PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Tue, 16 Jul 2024 14:13:40 +0300
Mike Rapoport <[email protected]> • #70098
[PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Tue, 16 Jul 2024 14:13:39 +0300
Mike Rapoport <[email protected]> • #70097
[PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
Tue, 16 Jul 2024 14:13:38 +0300
Mike Rapoport <[email protected]> • #70096
[PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
Tue, 16 Jul 2024 14:13:37 +0300
Mike Rapoport <[email protected]> • #70095
[PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
Tue, 16 Jul 2024 14:13:36 +0300
Mike Rapoport <[email protected]> • #70094
[PATCH 06/17] x86/numa: simplify numa_distance allocation
Tue, 16 Jul 2024 14:13:35 +0300
Mike Rapoport <[email protected]> • #70093
[PATCH 05/17] arch, mm: pull out allocation of NODE_DATA to generic code
Tue, 16 Jul 2024 14:13:34 +0300
Mike Rapoport <[email protected]> • #70092
[PATCH 04/17] arch, mm: move definition of node_data to generic code
Tue, 16 Jul 2024 14:13:33 +0300
Mike Rapoport <[email protected]> • #70091
[PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
Tue, 16 Jul 2024 14:13:32 +0300
Mike Rapoport <[email protected]> • #70090
[PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Tue, 16 Jul 2024 14:13:31 +0300
Mike Rapoport <[email protected]> • #70089
[PATCH 01/17] mm: move kernel/numa.c to mm/
Tue, 16 Jul 2024 14:13:30 +0300
Mike Rapoport <[email protected]> • #70088
[PATCH 00/17] mm: introduce numa_memblks
Tue, 16 Jul 2024 14:13:29 +0300
Mike Rapoport <[email protected]> • #70087
Re: [PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Tue, 16 Jul 2024 12:42:25 +0200
John Paul Adrian Glaubitz <[email protected]> • #70086
Re: [PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Mon, 15 Jul 2024 17:12:42 -0700
Oreoluwa Babatunde <[email protected]> • #70085
Re: [PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Sat, 13 Jul 2024 09:58:25 +0200
John Paul Adrian Glaubitz <[email protected]> • #70084
Re: [PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Fri, 12 Jul 2024 15:12:59 +0200
John Paul Adrian Glaubitz <[email protected]> • #70083
Re: [PATCH v3] sh: Restructure setup code to reserve memory regions earlier
Fri, 12 Jul 2024 11:44:15 +0200
John Paul Adrian Glaubitz <[email protected]> • #70082
Re: [PATCH v3] sh: Restructure setup code to reserve memory regions earlier
Thu, 11 Jul 2024 14:50:22 -0700
Oreoluwa Babatunde <[email protected]> • #70081
[PATCH v4] sh: Restructure setup code to reserve memory regions earlier
Thu, 11 Jul 2024 14:44:38 -0700
Oreoluwa Babatunde <[email protected]> • #70080
Re: [DO NOT MERGE v8 20/36] serial: sh-sci: fix SH4 OF support.
Thu, 11 Jul 2024 14:57:18 +0200
John Paul Adrian Glaubitz <[email protected]> • #70079
Re: [PATCH v3] sh: Restructure setup code to reserve memory regions earlier
Thu, 11 Jul 2024 13:07:24 +0200
John Paul Adrian Glaubitz <[email protected]> • #70078
Re: [PATCH v3] sh: Restructure setup code to reserve memory regions earlier
Thu, 11 Jul 2024 12:26:21 +0200
John Paul Adrian Glaubitz <[email protected]> • #70077
Re: [PATCH 1/2] arch/sh: Remove code that handles memory-hotplug and memory-hotremove
Thu, 11 Jul 2024 12:20:05 +0200
John Paul Adrian Glaubitz <[email protected]> • #70076
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.