summaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c
AgeCommit message (Expand)AuthorLines
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour-12/+21
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-152/+154
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki-0/+3
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron-0/+3
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches-5/+5
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches-1/+1
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches-133/+135
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches-2/+2
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches-14/+14
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour-30/+55
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin-2/+2
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown-1/+1
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen-0/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu-1/+1
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov-6/+3
2019-09-24mm,thp: stats for file backed THPSong Liu-0/+6
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand-5/+5
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand-24/+15
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand-1/+2
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand-13/+5
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand-5/+6
2019-06-21drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab-2/+3
2019-04-04node: Add memory-side caching attributesKeith Busch-0/+151
2019-04-04node: Add heterogenous memory access attributesKeith Busch-0/+59
2019-04-04node: Link memory nodes to their compute nodesKeith Busch-1/+141
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka-7/+12
2018-08-17mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador-5/+0
2018-08-17mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador-38/+6
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron-2/+3
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin-0/+2
2018-04-05mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin-7/+15
2018-03-15driver core: node: use put_device() if device_register failArvind Yadav-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-13mm: only display online cpus of the numa nodeZhen Lei-2/+10
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang-7/+15
2017-07-10mm: drop useless local parameters of __register_one_node()Dou Liyang-7/+2
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko-4/+0
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner-5/+5
2017-07-06mm, memory_hotplug: split up register_one_node()Michal Hocko-31/+20
2017-07-06mm: drop page_initialized check from get_nid_for_pfnMichal Hocko-7/+0
2017-05-23mm: Adjust system_state checkThomas Gleixner-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-1/+1
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski-2/+1
2016-07-28mm: move most file-based accounting to the nodeMel Gorman-8/+8
2016-07-28mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman-1/+1
2016-07-28mm: move page mapped accounting to the nodeMel Gorman-2/+2