index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
Commit message (
Expand
)
Author
Age
*
vmscan: change type of vm_total_pages to unsigned long
Zhang Yanfei
2013-02-23
*
mm: use up free swap space before reaching OOM kill
Minchan Kim
2013-02-23
*
mm: refactor inactive_file_is_low() to use get_lru_size()
Johannes Weiner
2013-02-23
*
swap: add per-partition lock for swapfile
Shaohua Li
2013-02-23
*
mm: teach mm by current context info to not do I/O during memory allocation
Ming Lei
2013-02-23
*
mm: don't wait on congested zones in balance_pgdat()
Zlatko Calusic
2013-02-23
*
mm: use zone->present_pages instead of zone->managed_pages where appropriate
Jiang Liu
2013-02-23
*
mm: avoid calling pgdat_balanced() needlessly
Zlatko Calusic
2013-02-23
*
memcg,vmscan: do not break out targeted reclaim without reclaimed pages
Michal Hocko
2013-02-23
*
mm/vmscan.c:__zone_reclaim(): replace max_t() with max()
Andrew Morton
2013-02-23
*
mm: vmscan: compaction works against zones, not lruvecs
Johannes Weiner
2013-02-23
*
mm: vmscan: clean up get_scan_count()
Johannes Weiner
2013-02-23
*
mm: vmscan: improve comment on low-page cache handling
Johannes Weiner
2013-02-23
*
mm: vmscan: clarify how swappiness, highest priority, memcg interact
Johannes Weiner
2013-02-23
*
mm: vmscan: save work scanning (almost) empty LRU lists
Johannes Weiner
2013-02-23
*
mm: memcg: only evict file pages when we have plenty
Johannes Weiner
2013-02-23
*
MM: vmscan: remove __devinit attribute.
Greg Kroah-Hartman
2013-01-03
*
mm: fix null pointer dereference in wait_iff_congested()
Zlatko Calusic
2012-12-28
*
mm: modify pgdat_balanced() so that it also handles order-0
Zlatko Calusic
2012-12-23
*
mm: do not sleep in balance_pgdat if there's no i/o congestion
Zlatko Calusic
2012-12-20
*
mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()
Fengguang Wu
2012-12-18
*
vmscan: comment too_many_isolated()
Fengguang Wu
2012-12-18
*
vmscan: use N_MEMORY instead N_HIGH_MEMORY
Lai Jiangshan
2012-12-12
*
mm/vmscan.c: try_to_freeze() returns boolean
Jeff Liu
2012-12-11
*
mm,vmscan: only evict file pages when we have plenty
Rik van Riel
2012-12-11
*
mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD
Kirill A. Shutemov
2012-12-11
*
mm: vmscan: fix inappropriate zone congestion clearing
Johannes Weiner
2012-12-08
*
mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...
Johannes Weiner
2012-12-06
*
mm: vmscan: fix endless loop in kswapd balancing
Johannes Weiner
2012-11-30
*
mm: vmscan: check for fatal signals iff the process was throttled
Mel Gorman
2012-11-26
*
mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...
Mel Gorman
2012-11-16
*
mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()
Takamori Yamaguchi
2012-11-09
*
CMA: migrate mlocked pages
Minchan Kim
2012-10-09
*
mm: remove vma arg from page_evictable
Hugh Dickins
2012-10-09
*
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
2012-10-09
*
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
2012-10-09
*
mm/vmscan: fix error number for failed kthread
Gavin Shan
2012-10-09
*
mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...
Mel Gorman
2012-10-09
*
memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails
Wen Congyang
2012-09-17
*
memcg: gix memory accounting scalability in shrink_page_list
Tim Chen
2012-07-31
*
memcg: further prevent OOM with too many dirty pages
Hugh Dickins
2012-07-31
*
memcg: prevent OOM with too many dirty pages
Michal Hocko
2012-07-31
*
mm: account for the number of times direct reclaimers get throttled
Mel Gorman
2012-07-31
*
mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...
Mel Gorman
2012-07-31
*
memcg: rename config variables
Andrew Morton
2012-07-31
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-07-24
|
\
|
*
Merge branch 'master' into for-next
Jiri Kosina
2012-06-29
|
|
\
|
*
|
mm/vmscan: cleanup comment error in balance_pgdat
Wanpeng Li
2012-06-28
|
*
|
mm: fix page reclaim comment error
Wanpeng Li
2012-06-28
*
|
|
mm: fix lost kswapd wakeup in kswapd_stop()
Aaditya Kumar
2012-07-17
[next]