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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
thp: khugepaged
Andrea Arcangeli
1
-10
/
+1063
2011-01-14
thp: transparent hugepage vmstat
Andrea Arcangeli
3
-4
/
+20
2011-01-14
thp: memcg huge memory
Andrea Arcangeli
1
-5
/
+31
2011-01-14
thp: transhuge-memcg: commit tail pages at charge
Daisuke Nishimura
1
-17
/
+35
2011-01-14
thp: memcg compound
Andrea Arcangeli
1
-30
/
+53
2011-01-14
thp: pmd_trans_huge migrate bugcheck
Andrea Arcangeli
2
-1
/
+11
2011-01-14
thp: madvise(MADV_HUGEPAGE)
Andrea Arcangeli
2
-0
/
+24
2011-01-14
thp: verify pmd_trans_huge isn't leaking
Andrea Arcangeli
1
-1
/
+6
2011-01-14
thp: split_huge_page anon_vma ordering dependency
Andrea Arcangeli
2
-0
/
+20
2011-01-14
thp: transparent hugepage core fixlet
Hugh Dickins
1
-1
/
+1
2011-01-14
thp: transparent hugepage core
Andrea Arcangeli
6
-33
/
+1056
2011-01-14
thp: don't alloc harder for gfp nomemalloc even if nowait
Andrea Arcangeli
1
-1
/
+6
2011-01-14
thp: _GFP_NO_KSWAPD
Andrea Arcangeli
1
-1
/
+2
2011-01-14
thp: clear_copy_huge_page
Andrea Arcangeli
2
-67
/
+74
2011-01-14
thp: split_huge_page paging
Andrea Arcangeli
4
-0
/
+11
2011-01-14
thp: split_huge_page_mm/vma
Andrea Arcangeli
5
-0
/
+5
2011-01-14
thp: pte alloc trans splitting
Andrea Arcangeli
2
-9
/
+18
2011-01-14
thp: add pmd mangling generic functions
Andrea Arcangeli
2
-1
/
+124
2011-01-14
thp: CONFIG_TRANSPARENT_HUGEPAGE
Andrea Arcangeli
1
-0
/
+14
2011-01-14
thp: comment reminder in destroy_compound_page
Andrea Arcangeli
1
-0
/
+1
2011-01-14
thp: export maybe_mkwrite
Andrea Arcangeli
1
-13
/
+0
2011-01-14
thp: clear compound mapping
Andrea Arcangeli
1
-7
/
+4
2011-01-14
thp: put_page: recheck PageHead after releasing the compound_lock
Andrea Arcangeli
1
-2
/
+6
2011-01-14
thp: alter compound get_page/put_page
Andrea Arcangeli
1
-7
/
+83
2011-01-14
thp: fix bad_page to show the real reason the page is bad
Andrea Arcangeli
1
-1
/
+1
2011-01-14
thp: ksm: free swap when swapcache page is replaced
Hugh Dickins
1
-0
/
+2
2011-01-14
writeback: avoid unnecessary determine_dirtyable_memory call
Minchan Kim
1
-1
/
+4
2011-01-14
mm: set correct numa_zonelist_order string when configured on the kernel comm...
Volodymyr G. Lukiianyk
1
-3
/
+10
2011-01-14
mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur...
Mel Gorman
1
-13
/
+16
2011-01-14
mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ...
Mel Gorman
1
-1
/
+9
2011-01-14
mm: kswapd: reset kswapd_max_order and classzone_idx after reading
Mel Gorman
1
-0
/
+2
2011-01-14
mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur...
Mel Gorman
1
-5
/
+11
2011-01-14
mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...
Mel Gorman
1
-9
/
+49
2011-01-14
mm: kswapd: stop high-order balancing when any suitable zone is balanced
Mel Gorman
2
-12
/
+64
2011-01-14
mm: remove likely() from grab_cache_page_write_begin()
Steven Rostedt
1
-1
/
+1
2011-01-14
vmalloc: remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2011-01-14
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
1
-3
/
+0
2011-01-14
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
4
-25
/
+47
2011-01-14
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
1
-13
/
+13
2011-01-14
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
2
-60
/
+27
2011-01-14
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-14
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2
-2
/
+12
2011-01-14
do_wp_page: clarify dirty_page handling
Michel Lespinasse
1
-34
/
+38
2011-01-14
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
1
-6
/
+5
2011-01-14
mm: clear PageError bit in msync & fsync
Rik van Riel
1
-1
/
+1
2011-01-14
mm: unify module_alloc code for vmalloc
David Rientjes
1
-21
/
+29
2011-01-14
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
2
-13
/
+10
2011-01-14
mm: remove unused get_vm_area_node
David Rientjes
1
-7
/
+0
2011-01-14
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
1
-35
/
+35
2011-01-14
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
1
-0
/
+15
[next]