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
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
/
vmscan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-05
mm: defer flush of writable TLB entries
Mel Gorman
1
-1
/
+6
2015-09-05
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
Mel Gorman
1
-1
/
+22
2015-08-05
mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations
Michal Hocko
1
-10
/
+6
2015-06-26
Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-21
/
+58
2015-06-25
mm: rename RECLAIM_SWAP to RECLAIM_UNMAP
Zhihui Zhang
1
-6
/
+6
2015-06-25
mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...
Nishanth Aravamudan
1
-1
/
+2
2015-06-02
mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...
Tejun Heo
1
-10
/
+41
2015-06-02
writeback: implement and use inode_congested()
Tejun Heo
1
-6
/
+5
2015-06-02
memcg: add per cgroup dirty page accounting
Greg Thelen
1
-5
/
+12
2015-02-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-22
/
+63
2015-02-13
vmscan: per memory cgroup slab shrinkers
Vladimir Davydov
1
-22
/
+63
2015-02-13
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2015-02-12
mm: memcontrol: default hierarchy interface for memory
Johannes Weiner
1
-3
/
+19
2015-02-12
vmscan: force scan offline memory cgroups
Vladimir Davydov
1
-2
/
+6
2015-02-12
mm, vmscan: wake up all pfmemalloc-throttled processes at once
Vlastimil Babka
1
-1
/
+1
2015-01-27
mm/vmscan: fix highidx argument type
Michael S. Tsirkin
1
-1
/
+1
2015-01-21
fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info
Christoph Hellwig
1
-2
/
+2
2015-01-09
mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...
Vlastimil Babka
1
-11
/
+13
2014-12-13
mm: vmscan: invoke slab shrinkers from shrink_zone()
Johannes Weiner
1
-126
/
+90
2014-12-12
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-2
/
+3
2014-12-11
mm, compaction: pass classzone_idx and alloc_flags to watermark checking
Vlastimil Babka
1
-6
/
+6
2014-12-11
mm: vmscan: count only dirty pages as congested
Jamie Liu
1
-1
/
+2
2014-12-11
mm/vmscan.c: replace printk with pr_err
Pintu Kumar
1
-2
/
+1
2014-10-27
cpuset: simplify cpuset_node_allowed API
Vladimir Davydov
1
-2
/
+3
2014-10-10
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
1
-3
/
+4
2014-10-10
mm: clean up zone flags
Johannes Weiner
1
-14
/
+14
2014-10-10
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
1
-63
/
+0
2014-10-10
mm, compaction: defer each zone individually instead of preferred zone
Vlastimil Babka
1
-4
/
+10
2014-08-09
mm: memcontrol: use page lists for uncharge batching
Johannes Weiner
1
-7
/
+5
2014-08-09
mm: memcontrol: rewrite uncharge API
Johannes Weiner
1
-3
/
+9
2014-08-07
memcg, vmscan: Fix forced scan of anonymous pages
Jerome Marchand
1
-7
/
+13
2014-08-07
mm, vmscan: fix an outdated comment still mentioning get_scan_ratio
Jerome Marchand
1
-1
/
+1
2014-08-07
mm: move zone->pages_scanned into a vmstat counter
Mel Gorman
1
-3
/
+4
2014-08-07
mm: update the description for vm_total_pages
Wang Sheng-Hui
1
-1
/
+5
2014-08-07
mm: vmscan: clean up struct scan_control
Johannes Weiner
1
-53
/
+46
2014-08-07
mm: vmscan: move swappiness out of scan_control
Johannes Weiner
1
-14
/
+13
2014-08-07
mm: vmscan: remove all_unreclaimable()
Johannes Weiner
1
-25
/
+24
2014-08-07
mm: vmscan: rework compaction-ready signaling in direct reclaim
Johannes Weiner
1
-38
/
+32
2014-08-07
mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimable
Johannes Weiner
1
-8
/
+0
2014-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2014-06-09
Don't trigger congestion wait on dirty-but-not-writeout pages
Linus Torvalds
1
-7
/
+5
2014-06-07
mm: convert some level-less printks to pr_*
Mitchel Humpherys
1
-1
/
+4
2014-06-07
vmscan: memcg: always use swappiness of the reclaimed memcg
Michal Hocko
1
-10
/
+8
2014-06-07
mm: vmscan: clear kswapd's special reclaim powers before exiting
Johannes Weiner
1
-0
/
+3
2014-06-05
mm: vmscan: use proportional scanning during direct reclaim and full scan at ...
Mel Gorman
1
-11
/
+25
2014-06-05
mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...
Jianyu Zhan
1
-6
/
+4
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-3
/
+3
2014-06-05
mm: shrinker: add nid to tracepoint output
Dave Hansen
1
-1
/
+1
2014-06-05
mm: shrinker trace points: fix negatives
Dave Hansen
1
-1
/
+1
2014-06-05
mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threads
NeilBrown
1
-2
/
+17
[next]