index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
32
-144
/
+22
2024-09-04
MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
2
-14
/
+0
2024-09-04
MIPS: loongson64: rename __node_data to node_data
Mike Rapoport (Microsoft)
2
-6
/
+6
2024-09-04
MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
Mike Rapoport (Microsoft)
2
-11
/
+0
2024-09-04
MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
Mike Rapoport (Microsoft)
1
-0
/
+2
2024-09-04
MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
Mike Rapoport (Microsoft)
2
-2
/
+8
2024-09-04
mm: move kernel/numa.c to mm/
Mike Rapoport (Microsoft)
3
-1
/
+1
2024-09-04
mm: swap: add a adaptive full cluster cache reclaim
Kairui Song
2
-13
/
+57
2024-09-04
mm: swap: relaim the cached parts that got scanned
Kairui Song
2
-31
/
+110
2024-09-04
mm: swap: add a fragment cluster list
Kairui Song
2
-4
/
+40
2024-09-04
mm: swap: allow cache reclaim to skip slot cache
Kairui Song
1
-43
/
+109
2024-09-04
mm: swap: skip slot cache on freeing for mTHP
Kairui Song
1
-33
/
+26
2024-09-04
mm: swap: clean up initialization helper
Kairui Song
1
-34
/
+10
2024-09-04
mm: swap: separate SSD allocation from scan_swap_map_slots()
Chris Li
1
-132
/
+168
2024-09-04
mm: swap: mTHP allocate swap entries from nonfull list
Chris Li
2
-3
/
+39
2024-09-04
mm: swap: swap cluster switch to double link list
Chris Li
2
-180
/
+71
2024-09-02
memcg: initiate deprecation of pressure_level
Shakeel Butt
2
-2
/
+9
2024-09-02
memcg: initiate deprecation of oom_control
Shakeel Butt
2
-2
/
+13
2024-09-02
memcg: initiate deprecation of v1 soft limit
Shakeel Butt
2
-2
/
+9
2024-09-02
memcg: initiate deprecation of v1 tcp accounting
Shakeel Butt
2
-0
/
+11
2024-09-02
memcg: make PGPGIN and PGPGOUT v1 only
Shakeel Butt
1
-1
/
+4
2024-09-02
memcg: allocate v1 event percpu only on v1 deployment
Shakeel Butt
3
-20
/
+28
2024-09-02
memcg: make v1 only functions static
Shakeel Butt
2
-8
/
+5
2024-09-02
memcg: move v1 events and statistics code to v1 file
Shakeel Butt
3
-29
/
+55
2024-09-02
memcg: move mem_cgroup_charge_statistics to v1 code
Shakeel Butt
3
-19
/
+20
2024-09-02
memcg: move mem_cgroup_event_ratelimit to v1 code
Shakeel Butt
3
-32
/
+30
2024-09-02
memcg: move v1 only percpu stats in separate struct
Shakeel Butt
3
-9
/
+30
2024-09-02
mm: override mTHP "enabled" defaults at kernel cmdline
Ryan Roberts
3
-8
/
+137
2024-09-02
maple_tree: make write helper functions void
Sidhartha Kumar
1
-31
/
+16
2024-09-02
maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()
Sidhartha Kumar
1
-5
/
+13
2024-09-02
maple_tree: remove repeated sanity checks from write helper functions
Sidhartha Kumar
1
-15
/
+2
2024-09-02
maple_tree: remove node allocations from various write helper functions
Sidhartha Kumar
1
-27
/
+0
2024-09-02
maple_tree: have mas_store() allocate nodes if needed
Sidhartha Kumar
1
-2
/
+17
2024-09-02
maple_tree: remove mas_wr_modify()
Sidhartha Kumar
1
-38
/
+0
2024-09-02
maple_tree: simplify mas_commit_b_node()
Sidhartha Kumar
1
-57
/
+7
2024-09-02
maple_tree: convert mas_insert() to preallocate nodes
Sidhartha Kumar
1
-12
/
+10
2024-09-02
maple_tree: use store type in mas_wr_store_entry()
Sidhartha Kumar
1
-38
/
+52
2024-09-02
maple_tree: print store type in mas_dump()
Sidhartha Kumar
1
-0
/
+34
2024-09-02
maple_tree: use mas_store_gfp() in mtree_store_range()
Sidhartha Kumar
1
-10
/
+1
2024-09-02
maple_tree: preallocate nodes in mas_erase()
Sidhartha Kumar
1
-2
/
+6
2024-09-02
maple_tree: remove mas_destroy() from mas_nomem()
Sidhartha Kumar
2
-17
/
+30
2024-09-02
maple_tree: introduce mas_wr_store_type()
Sidhartha Kumar
2
-60
/
+193
2024-09-02
maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()
Sidhartha Kumar
1
-48
/
+48
2024-09-02
maple_tree: introduce mas_wr_prealloc_setup()
Sidhartha Kumar
1
-2
/
+8
2024-09-02
maple_tree: introduce store_type enum
Sidhartha Kumar
1
-0
/
+14
2024-09-02
mm: kmem: add lockdep assertion to obj_cgroup_memcg
Muchun Song
2
-9
/
+22
2024-09-02
memcg: use ratelimited stats flush in the reclaim
Shakeel Butt
1
-3
/
+4
2024-09-02
mm: remove legacy install_special_mapping() code
Linus Torvalds
7
-53
/
+63
2024-09-02
powerpc/vdso: refactor error handling
Michael Ellerman
1
-11
/
+7
2024-09-02
mm: remove arch_unmap()
Michael Ellerman
5
-27
/
+6
[next]