All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mm: modest useability enhancements for node sysfs attrs
@ 2009-10-19 21:34 ` Alex Chiang
  0 siblings, 0 replies; 30+ messages in thread
From: Alex Chiang @ 2009-10-19 21:34 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel

I've been poking at memory/node hotplug lately, and found myself wondering
what node a memory section or CPU might belong to.

Yes, the information is there in sysfs, but to me, having a symlink pointing
back to the node is so much more convenient.

Thanks,
/ac

---

Alex Chiang (5):
      mm: add numa node symlink for memory section in sysfs
      mm: refactor register_cpu_under_node()
      mm: refactor unregister_cpu_under_node()
      mm: add numa node symlink for cpu devices in sysfs
      Documentation: ABI: document /sys/devices/system/cpu/


 Documentation/ABI/testing/sysfs-devices-cpu    |   42 ++++++++++++++++++
 Documentation/ABI/testing/sysfs-devices-memory |   14 ++++++
 Documentation/memory-hotplug.txt               |   11 +++--
 drivers/base/node.c                            |   56 +++++++++++++++++-------
 4 files changed, 102 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-devices-cpu


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2009-10-21 19:30 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-19 21:34 [PATCH 0/5] mm: modest useability enhancements for node sysfs attrs Alex Chiang
2009-10-19 21:34 ` Alex Chiang
2009-10-19 21:34 ` [PATCH 1/5] mm: add numa node symlink for memory section in sysfs Alex Chiang
2009-10-19 21:34   ` Alex Chiang
2009-10-20 11:55   ` KAMEZAWA Hiroyuki
2009-10-20 11:55     ` KAMEZAWA Hiroyuki
2009-10-21 18:27     ` Alex Chiang
2009-10-21 18:27       ` Alex Chiang
2009-10-19 21:34 ` [PATCH 2/5] mm: refactor register_cpu_under_node() Alex Chiang
2009-10-19 21:34   ` Alex Chiang
2009-10-19 21:34 ` [PATCH 3/5] mm: refactor unregister_cpu_under_node() Alex Chiang
2009-10-19 21:34   ` Alex Chiang
2009-10-19 21:34 ` [PATCH 4/5] mm: add numa node symlink for cpu devices in sysfs Alex Chiang
2009-10-19 21:34   ` Alex Chiang
2009-10-20  3:18   ` David Rientjes
2009-10-20  3:18     ` David Rientjes
2009-10-20 20:41     ` Alex Chiang
2009-10-20 20:41       ` Alex Chiang
2009-10-20 21:09       ` David Rientjes
2009-10-20 21:09         ` David Rientjes
2009-10-21 19:30         ` Alex Chiang
2009-10-21 19:30           ` Alex Chiang
2009-10-19 21:34 ` [PATCH 5/5] Documentation: ABI: document /sys/devices/system/cpu/ Alex Chiang
2009-10-19 21:34   ` Alex Chiang
2009-10-20  3:28   ` David Rientjes
2009-10-20  3:28     ` David Rientjes
2009-10-20 20:47     ` Alex Chiang
2009-10-20 20:47       ` Alex Chiang
2009-10-20 21:13       ` David Rientjes
2009-10-20 21:13         ` David Rientjes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.