summaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-5/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+0
|\
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-2/+0
* | drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao2021-08-131-23/+40
* | driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-211-4/+4
|/
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-2/+2
|\
| * drivers/base: Constify static attribute_group structsRikard Falkeborn2021-06-041-1/+1
| * drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong2021-05-211-1/+1
* | mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-8/+10
|/
* node: fix device cleanups in error handling codeDan Carpenter2021-04-101-14/+12
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-0/+6
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-6/+9
* mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
* mm: don't panic when links can't be created in sysfsLaurent Dufour2020-10-161-12/+21
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-152/+154
|\
| * drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches2020-10-021-5/+5
| * mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-1/+1
| * drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-133/+135
| * drivers core: Reindent a couple uses around sysfs_emitJoe Perches2020-10-021-2/+2
| * drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-14/+14
* | Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-0/+3
|\ \
| * | ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-021-0/+3
| |/
* / mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-30/+55
|/
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-071-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\
| * mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-1/+1
* | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+6
|/
* mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-1/+1
* mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-041-6/+3
* mm,thp: stats for file backed THPSong Liu2019-09-241-0/+6
* drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-241-5/+5
* drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2019-09-241-24/+15
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-2/+3
* mm: make register_mem_sect_under_node() staticDavid Hildenbrand2019-07-181-1/+2
* mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2019-07-181-13/+5
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-181-5/+6
* drivers: base/node.c: fixes a kernel-doc markupsMauro Carvalho Chehab2019-06-211-2/+3
* node: Add memory-side caching attributesKeith Busch2019-04-041-0/+151
* node: Add heterogenous memory access attributesKeith Busch2019-04-041-0/+59
* node: Link memory nodes to their compute nodesKeith Busch2019-04-041-1/+141
* mm, proc: add KReclaimable to /proc/meminfoVlastimil Babka2018-10-261-7/+12
* mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()Oscar Salvador2018-08-171-5/+0
* mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador2018-08-171-38/+6
* mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-2/+3