summaryrefslogtreecommitdiff
path: root/drivers/base/node.c
AgeCommit message (Expand)Author
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang
2024-01-18Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-12-22base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang
2023-12-21driver core: mark remaining local bus_type variables as constGreg Kroah-Hartman
2023-12-07base/node.c: initialize the accessor list before registeringGregory Price
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins
2023-08-12base/node: Remove duplicated includeGUO Zihua
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-06mm: Add support for unaccepted memoryKirill A. Shutemov
2023-05-31base/node: Use 'property' to identify an access parameterDave Jiang
2023-02-02mm: memory-failure: add memory failure stats to sysfsJiaqi Yan
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song
2022-10-03mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-07-15drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport
2021-08-13drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn
2021-05-21drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong
2021-04-10node: fix device cleanups in error handling codeDan Carpenter
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour