summaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c
AgeCommit message (Expand)AuthorLines
2025-10-05Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+4
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-0/+38
2025-10-03drivers/base: move memory_block_add_nid() into the callerHannes Reinecke-6/+4
2025-09-28drivers/base/node: fix double free in register_one_node()Donet Tom-1/+0
2025-09-13drivers/base/node: handle error properly in register_one_node()Donet Tom-0/+5
2025-09-02drivers/base/node: Add a helper function node_update_perf_attrs()Dave Jiang-0/+38
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-62/+59
2025-07-19mm: introduce per-node proactive reclaim interfaceDavidlohr Bueso-0/+2
2025-07-19mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka-1/+1
2025-07-13mm,memory_hotplug: implement numa node notifierOscar Salvador-0/+21
2025-07-09drivers/base/node: rename __register_one_node() to register_one_node()Donet Tom-2/+2
2025-07-09drivers/base/node: rename register_memory_blocks_under_node() and remove cont...Donet Tom-3/+2
2025-07-09drivers/base/node: remove register_mem_block_under_node_early()Donet Tom-57/+1
2025-07-09drivers/base/node: optimize memory block registration to reduce boot timeDonet Tom-2/+33
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+9
2025-05-21mm/mempolicy: Weighted Interleave Auto-tuningJoshua Hahn-0/+9
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig-1/+1
2025-02-26acpi: numa: Add support to enumerate and store extended linear address modeDave Jiang-0/+2
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh-4/+4
2024-11-05driver core: Constify attribute arguments of binary attributesThomas Weißschuh-2/+2
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang-0/+1
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang-3/+3
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-6/+6
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang-6/+6
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman-1/+1
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price-3/+6
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