aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-135/+6
2022-10-03mm: hugetlb: eliminate memory-less nodes handlingMuchun Song1-2/+6
2022-10-03mm: 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 cpulistPhil Auld1-2/+2
2022-04-28drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin1-0/+1
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand1-8/+5
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()David Hildenbrand1-2/+3
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()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 ABITian 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/git/gregkh/driver-coreLinus 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
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+6
2021-02-24mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song1-2/+1
2021-02-24mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song1-6/+9
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour1-12/+21
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-152/+154
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki1-0/+3
2020-10-02ACPI: Support Generic Initiator only domainsJonathan Cameron1-0/+3
2020-10-02drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches1-5/+5
2020-10-02mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches1-1/+1
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-133/+135
2020-10-02drivers core: Reindent a couple uses around sysfs_emitJoe Perches1-2/+2
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-14/+14
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-30/+55
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt1-2/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-2/+2
2020-08-07mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin1-1/+1
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown1-1/+1
2020-05-15scs: Add page accounting for shadow call stack allocationsSami Tolvanen1-0/+6
2020-04-02mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu1-1/+1
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov1-6/+3
2019-09-24mm,thp: stats for file backed THPSong Liu1-0/+6
2019-09-24drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand1-5/+5
2019-09-24drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand1-24/+15
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand1-2/+3
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand1-1/+2