summaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c
AgeCommit message (Expand)AuthorLines
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins-2/+2
2023-08-12base/node: Remove duplicated includeGUO Zihua-1/+0
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov-0/+7
2023-05-31base/node: Use 'property' to identify an access parameterDave Jiang-4/+4
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan-0/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-135/+6
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song-2/+6
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song-136/+3
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed-0/+2
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld-2/+2
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin-0/+1
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand-8/+5
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand-2/+3
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand-13/+17
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen-0/+3
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-5/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+0
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport-2/+0
2021-08-13drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao-23/+40
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang-4/+4
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman-8/+10
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn-1/+1
2021-05-21drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong-1/+1
2021-04-10node: fix device cleanups in error handling codeDan Carpenter-14/+12
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt-0/+6
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song-2/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song-6/+9
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt-1/+1
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