index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
node.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/base/node: rename link_mem_sections() to register_memory_block_under_...
David Hildenbrand
2022-03-22
1
-8
/
+8
*
drivers/base/node: consolidate node device subsystem initialization in node_d...
David Hildenbrand
2022-03-22
1
-0
/
+4
*
NUMA Balancing: add page promotion counter
Huang Ying
2022-03-22
1
-0
/
+5
*
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2021-11-06
1
-2
/
+2
*
mm: don't panic when links can't be created in sysfs
Laurent Dufour
2020-10-16
1
-9
/
+7
*
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
2020-09-26
1
-4
/
+7
*
mm: make register_mem_sect_under_node() static
David Hildenbrand
2019-07-18
1
-7
/
+0
*
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
2019-07-18
1
-3
/
+2
*
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2019-07-18
1
-4
/
+2
*
node: Add memory-side caching attributes
Keith Busch
2019-04-04
1
-0
/
+39
*
node: Add heterogenous memory access attributes
Keith Busch
2019-04-04
1
-0
/
+26
*
node: Link memory nodes to their compute nodes
Keith Busch
2019-04-04
1
-0
/
+6
*
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
2018-08-17
1
-5
/
+7
*
mm/memory_hotplug: fix leftover use of struct page during hotplug
Jonathan Cameron
2018-05-25
1
-3
/
+5
*
mm/memory_hotplug: don't read nid from struct page during hotplug
Pavel Tatashin
2018-04-05
1
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm, memory_hotplug: split up register_one_node()
Michal Hocko
2017-07-06
1
-1
/
+34
*
mm: cleanup register_node()
Yasuaki Ishimatsu
2012-12-11
1
-1
/
+0
*
numa: convert static memory to dynamically allocated memory for per node device
Wen Congyang
2012-12-11
1
-1
/
+1
*
convert 'memory' sysdev_class to a regular subsystem
Kay Sievers
2011-12-21
1
-3
/
+3
*
memory hotplug: Update phys_index to [start|end]_section_nr
Nathan Fontenot
2011-02-03
1
-2
/
+4
*
driver core: prune docs about device_interface
Brandon Philips
2010-11-10
1
-5
/
+0
*
hugetlb: offload per node attribute registrations
Lee Schermerhorn
2009-12-15
1
-0
/
+5
*
hugetlb: add per node hstate attributes
Lee Schermerhorn
2009-12-15
1
-0
/
+11
*
mm: show node to memory section relationship with symlinks in sysfs
Gary Hade
2009-01-06
1
-0
/
+13
*
[PATCH] register_one_node() compile fix
KAMEZAWA Hiroyuki
2006-08-27
1
-1
/
+9
*
[PATCH] node hotplug: register cpu: remove node struct
KAMEZAWA Hiroyuki
2006-06-27
1
-0
/
+13
*
[PATCH] Register sysfs file for hotplugged new node
Yasunori Goto
2006-06-27
1
-0
/
+4
*
[PATCH] Driver core: unregister_node() for hotplug use
Keiichiro Tokunaga
2005-06-20
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+33