index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-tiers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-22
base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
Dave Jiang
1
-6
/
+6
2023-10-16
dax, kmem: calculate abstract distance with general interface
Huang Ying
1
-1
/
+2
2023-10-16
acpi, hmat: calculate abstract distance with HMAT
Huang Ying
1
-1
/
+102
2023-10-16
memory tiering: add abstract distance calculation algorithms management
Huang Ying
1
-0
/
+59
2023-10-06
acpi,mm: fix typo sibiling -> sibling
Li Zhijian
1
-5
/
+5
2023-08-18
memory tier: use helper macro __ATTR_RW()
Miaohe Lin
1
-7
/
+6
2023-08-18
memory tier: rename destroy_memory_type() to put_memory_type()
Miaohe Lin
1
-3
/
+3
2023-08-18
memory tier: use helper function destroy_memory_type()
Miaohe Lin
1
-1
/
+1
2023-06-19
memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check
Miaohe Lin
1
-1
/
+1
2023-06-19
memory tier: remove unneeded disable_all_demotion_targets() when !CONFIG_MIGR...
Miaohe Lin
1
-1
/
+0
2023-02-09
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
1
-2
/
+2
2022-11-30
mm/demotion: fix NULL vs IS_ERR checking in memory_tier_init
Miaoqian Lin
1
-1
/
+1
2022-11-08
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-10-28
memory tier, sysfs: rename attribute "nodes" to "nodelist"
Huang Ying
1
-4
/
+4
2022-09-26
mm/demotion: expose memory tier details via sysfs
Aneesh Kumar K.V
1
-22
/
+87
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+47
2022-09-26
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
1
-3
/
+48
2022-09-26
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
1
-7
/
+9
2022-09-26
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
1
-5
/
+35
2022-09-26
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
1
-12
/
+226
2022-09-26
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
1
-23
/
+91
2022-09-26
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
1
-0
/
+68
2022-09-26
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
1
-0
/
+64
2022-09-26
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
1
-0
/
+129