index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
node.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/base/memory: determine and store zone for single-zone memory blocks
David Hildenbrand
2022-03-22
1
-8
/
+5
*
drivers/base/node: rename link_mem_sections() to register_memory_block_under_...
David Hildenbrand
2022-03-22
1
-2
/
+3
*
drivers/base/node: consolidate node device subsystem initialization in node_d...
David Hildenbrand
2022-03-22
1
-13
/
+17
*
x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node
Jarkko Sakkinen
2021-12-09
1
-0
/
+3
*
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2021-11-06
1
-5
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-2
/
+0
|
\
|
*
mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
Mike Rapoport
2021-09-08
1
-2
/
+0
*
|
drivers/base/node.c: use bin_attribute to break the size limitation of cpumap...
Tian Tao
2021-08-13
1
-23
/
+40
*
|
driver: base: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-07-21
1
-4
/
+4
|
/
*
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-07-05
1
-2
/
+2
|
\
|
*
drivers/base: Constify static attribute_group structs
Rikard Falkeborn
2021-06-04
1
-1
/
+1
|
*
drivers/base/node.c: make CACHE_ATTR define static DEVICE_ATTR_RO
Ruiqi Gong
2021-05-21
1
-1
/
+1
*
|
mm/vmstat: convert NUMA statistics to basic NUMA counters
Mel Gorman
2021-06-29
1
-8
/
+10
|
/
*
node: fix device cleanups in error handling code
Dan Carpenter
2021-04-10
1
-14
/
+12
*
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
2021-02-24
1
-0
/
+6
*
mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-2
/
+1
*
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-2
/
+1
*
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
1
-2
/
+1
*
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
2021-02-24
1
-2
/
+1
*
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
2021-02-24
1
-6
/
+9
*
mm: memcontrol: account pagetables per node
Shakeel Butt
2020-12-15
1
-1
/
+1
*
mm: don't panic when links can't be created in sysfs
Laurent Dufour
2020-10-16
1
-12
/
+21
*
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-10-14
1
-152
/
+154
|
\
|
*
drivers core: node: Use a more typical macro definition style for ACCESS_ATTR
Joe Perches
2020-10-02
1
-5
/
+5
|
*
mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit
Joe Perches
2020-10-02
1
-1
/
+1
|
*
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
2020-10-02
1
-133
/
+135
|
*
drivers core: Reindent a couple uses around sysfs_emit
Joe Perches
2020-10-02
1
-2
/
+2
|
*
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
2020-10-02
1
-14
/
+14
*
|
Merge branch 'acpi-numa'
Rafael J. Wysocki
2020-10-13
1
-0
/
+3
|
\
\
|
*
|
ACPI: Support Generic Initiator only domains
Jonathan Cameron
2020-10-02
1
-0
/
+3
|
|
/
*
/
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
2020-09-26
1
-30
/
+55
|
/
*
mm: memcontrol: account kernel stack per node
Shakeel Butt
2020-08-07
1
-2
/
+2
*
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
2020-08-07
1
-2
/
+2
*
mm: memcg: prepare for byte-sized vmstat items
Roman Gushchin
2020-08-07
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-02
1
-1
/
+1
|
\
|
*
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
1
-1
/
+1
*
|
scs: Add page accounting for shadow call stack allocations
Sami Tolvanen
2020-05-15
1
-0
/
+6
|
/
*
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
2020-04-02
1
-1
/
+1
*
mm/vmstat: add helpers to get vmstat item names for each enum type
Konstantin Khlebnikov
2019-12-04
1
-6
/
+3
*
mm,thp: stats for file backed THP
Song Liu
2019-09-24
1
-0
/
+6
*
drivers/base/memory.c: don't store end_section_nr in memory blocks
David Hildenbrand
2019-09-24
1
-5
/
+5
*
drivers/base/node.c: simplify unregister_memory_block_under_nodes()
David Hildenbrand
2019-09-24
1
-24
/
+15
*
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
2019-07-18
1
-2
/
+3
*
mm: make register_mem_sect_under_node() static
David Hildenbrand
2019-07-18
1
-1
/
+2
*
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
2019-07-18
1
-13
/
+5
*
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
2019-07-18
1
-5
/
+6
*
drivers: base/node.c: fixes a kernel-doc markups
Mauro Carvalho Chehab
2019-06-21
1
-2
/
+3
*
node: Add memory-side caching attributes
Keith Busch
2019-04-04
1
-0
/
+151
*
node: Add heterogenous memory access attributes
Keith Busch
2019-04-04
1
-0
/
+59
*
node: Link memory nodes to their compute nodes
Keith Busch
2019-04-04
1
-1
/
+141
[next]