summaryrefslogtreecommitdiff
path: root/drivers/base/node.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-28drivers/base/node: fix double free in register_one_node()Donet Tom1-1/+0
2025-09-14drivers/base/node: handle error properly in register_one_node()Donet Tom1-0/+5
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-62/+59
2025-07-20mm: introduce per-node proactive reclaim interfaceDavidlohr Bueso1-0/+2
2025-07-20mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka1-1/+1
2025-07-14mm,memory_hotplug: implement numa node notifierOscar Salvador1-0/+21
2025-07-10drivers/base/node: rename __register_one_node() to register_one_node()Donet Tom1-2/+2
2025-07-10drivers/base/node: rename register_memory_blocks_under_node() and remove cont...Donet Tom1-3/+2
2025-07-10drivers/base/node: remove register_mem_block_under_node_early()Donet Tom1-57/+1
2025-07-10drivers/base/node: optimize memory block registration to reduce boot timeDonet Tom1-2/+33
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+9
2025-05-21mm/mempolicy: Weighted Interleave Auto-tuningJoshua Hahn1-0/+9
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig1-1/+1
2025-02-26acpi: numa: Add support to enumerate and store extended linear address modeDave Jiang1-0/+2
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh1-4/+4
2024-11-05driver core: Constify attribute arguments of binary attributesThomas Weißschuh1-2/+2
2024-03-13cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+1
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang1-3/+3
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-6/+6
2023-12-23base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-6/+6
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman1-1/+1
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins1-2/+2
2023-08-12base/node: Remove duplicated includeGUO Zihua1-1/+0
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov1-0/+7
2023-05-31base/node: Use 'property' to identify an access parameterDave Jiang1-4/+4
2023-02-03mm: memory-failure: add memory failure stats to sysfsJiaqi Yan1-0/+3
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-135/+6
2022-10-04mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-2/+6
2022-10-04mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song1-136/+3
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed1-0/+2
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld1-2/+2
2022-04-29drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-03-23drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand1-8/+5
2022-03-23drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-2/+3
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-13/+17
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen1-0/+3
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand1-5/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-2/+0
2021-08-13drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao1-23/+40
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang1-4/+4
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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