summaryrefslogtreecommitdiff
path: root/drivers/base/node.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memory-failure: add memory failure stats to sysfsJiaqi Yan2023-02-021-0/+3
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-135/+6
|\
| * mm: hugetlb: eliminate memory-less nodes handlingMuchun Song2022-10-031-2/+6
| * mm: hugetlb: simplify per-node sysfs creation and removalMuchun Song2022-10-031-136/+3
* | mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed2022-08-241-0/+2
|/
* drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld2022-07-151-2/+2
* drivers/base/node.c: fix compaction sysfs file leakMiaohe Lin2022-04-281-0/+1
* drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-221-8/+5
* drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-2/+3
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-13/+17
* x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen2021-12-091-0/+3
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-5/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-2/+0
|\
| * mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport2021-09-081-2/+0
* | drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...Tian Tao2021-08-131-23/+40
* | driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-211-4/+4
|/
* Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-2/+2
|\
| * drivers/base: Constify static attribute_group structsRikard Falkeborn2021-06-041-1/+1
| * drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RORuiqi Gong2021-05-211-1/+1
* | mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-8/+10
|/
* node: fix device cleanups in error handling codeDan Carpenter2021-04-101-14/+12
* mm: memcg: add swapcache stat for memcg v2Shakeel Butt2021-02-241-0/+6
* mm: memcontrol: convert NR_FILE_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_FILE_THPS account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-6/+9
* mm: memcontrol: account pagetables per nodeShakeel Butt2020-12-151-1/+1
* mm: don't panic when links can't be created in sysfsLaurent Dufour2020-10-161-12/+21
* Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-141-152/+154
|\
| * drivers core: node: Use a more typical macro definition style for ACCESS_ATTRJoe Perches2020-10-021-5/+5
| * mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emitJoe Perches2020-10-021-1/+1
| * drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-133/+135
| * drivers core: Reindent a couple uses around sysfs_emitJoe Perches2020-10-021-2/+2
| * drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-14/+14
* | Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-0/+3
|\ \
| * | ACPI: Support Generic Initiator only domainsJonathan Cameron2020-10-021-0/+3
| |/
* | mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-30/+55
|/
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-071-2/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-2/+2
* mm: memcg: prepare for byte-sized vmstat itemsRoman Gushchin2020-08-071-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-021-1/+1
|\
| * mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown2020-06-021-1/+1
* | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+6
|/
* mm/sparse: rename pfn_present() to pfn_in_present_section()Pingfan Liu2020-04-021-1/+1
* mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov2019-12-041-6/+3
* mm,thp: stats for file backed THPSong Liu2019-09-241-0/+6
* drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-241-5/+5
* drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2019-09-241-24/+15
* mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-2/+3