aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan1-0/+6
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-11drivers/base/node.c: cleanup node_state_attr[]Lai Jiangshan1-10/+10
2012-12-11mm: cleanup register_node()Yasuaki Ishimatsu1-1/+1
2012-12-11memory-hotplug: suppress "Device nodeX does not have a release() function" warningYasuaki Ishimatsu1-1/+19
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-16/+22
2012-05-29mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki1-5/+3
2012-02-02drivers/base/memory.c: fix memory_dev_init() long delayYinghai Lu1-0/+8
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-74/+80
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-70/+76
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-4/+4
2011-11-18drivers/base/node.c: fix compilation error with older versions of gccClaudio Scordino1-6/+8
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-5/+9
2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot1-4/+8
2011-01-13thp: transparent hugepage sysfs meminfoDavid Rientjes1-3/+18
2010-10-26writeback: add /sys/devices/system/node/<node>/vmstatMichael Rubin1-0/+14
2010-10-22driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt1-3/+5
2010-08-09drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro1-23/+23
2010-05-25mm: compaction: add /sys trigger for per-node memory compactionMel Gorman1-0/+3
2010-04-07nodemask: include slab.h from drivers/base/node.cTejun Heo1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19driver core: numa: fix BUILD_BUG_ON for node_read_distanceDavid Rientjes1-2/+5
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen1-15/+16
2010-03-07sysdev: Convert node driver class attributes to be data drivenAndi Kleen1-47/+18
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen1-5/+12
2009-12-15mm: slab-allocate memory section nodemask for large systemsDavid Rientjes1-4/+9
2009-12-15mm: add numa node symlink for cpu devices in sysfsAlex Chiang1-1/+10
2009-12-15mm: refactor unregister_cpu_under_node()Alex Chiang1-6/+12
2009-12-15mm: refactor register_cpu_under_node()Alex Chiang1-9/+11
2009-12-15mm: add numa node symlink for memory section in sysfsAlex Chiang1-1/+10
2009-12-15hugetlb: offload per node attribute registrationsLee Schermerhorn1-10/+47
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn1-5/+48
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn1-0/+39
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+3
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell1-1/+1
2009-03-10mm: get_nid_for_pfn() returns intRoel Kluin1-1/+1
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-0/+103
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+5
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-1/+3
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-23/+33
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-5/+10
2008-07-04mm: switch node meminfo Active & Inactive pages to KbytesJohn Blackwood1-2/+2
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi1-0/+2
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-5/+19
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-3/+4
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1