aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-0/+2
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin1-7/+15
2018-03-15driver core: node: use put_device() if device_register failArvind Yadav1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang1-7/+15
2017-07-10mm: drop useless local parameters of __register_one_node()Dou Liyang1-7/+2
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko1-4/+0
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-5/+5
2017-07-06mm, memory_hotplug: split up register_one_node()Michal Hocko1-31/+20
2017-07-06mm: drop page_initialized check from get_nid_for_pfnMichal Hocko1-7/+0
2017-05-23mm: Adjust system_state checkThomas Gleixner1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski1-2/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman1-8/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman1-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman1-2/+2
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-9/+10
2016-07-28mm, vmstat: add infrastructure for per-node vmstatsMel Gorman1-35/+41
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov1-4/+9
2015-09-04mm: check if section present during memory block registeringYinghai Lu1-0/+10
2015-06-30mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is setMel Gorman1-1/+5
2015-03-25drivers: base: node: Delete space after pointer declarationAna Nedelcu1-1/+1
2015-03-25drivers/base/node: clean up attribute group conversionGreg Kroah-Hartman1-10/+2
2015-03-25drivers/base/node: Avoid manual device_create_file() callsTakashi Iwai1-14/+20
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-1/+2
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-10/+4
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-3/+0
2014-10-03driver/base/node: remove unnecessary kfree of node struct from unregister_one_nodeYasuaki Ishimatsu1-1/+0
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini1-1/+1
2014-03-08numa: fix NULL pointer access and memory leak in unregister_one_node()Xishi Qiu1-0/+4
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov1-6/+0
2013-04-29drivers/base/node.c: switch to register_hotmemory_notifier()Andrew Morton1-2/+6
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