aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman1-8/+10
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn1-1/+1
2021-05-21drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong1-1/+1
2021-04-10node: fix device cleanups in error handling codeDan Carpenter1-14/+12
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+6
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-6/+9
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour1-12/+21
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-152/+154
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki1-0/+3
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron1-0/+3
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches1-5/+5
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches1-1/+1
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-133/+135
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches1-2/+2
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-14/+14
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-30/+55
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+2
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+1
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov1-6/+3
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+6
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand1-5/+5
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand1-24/+15
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand1-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand1-1/+2
2019-07-18mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand1-13/+5
2019-07-18mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand1-5/+6
2019-06-21drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab1-2/+3
2019-04-04node: Add memory-side caching attributesKeith Busch1-0/+151
2019-04-04node: Add heterogenous memory access attributesKeith Busch1-0/+59
2019-04-04node: Link memory nodes to their compute nodesKeith Busch1-1/+141
2018-10-26mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka1-7/+12
2018-08-17mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador1-5/+0
2018-08-17mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_memory_range()Oscar Salvador1-38/+6
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-2/+3
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