index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
mm: use for_each_online_cpu() in vmstat
Minchan Kim
1
-3
/
+3
2010-08-09
oom: fold __out_of_memory into out_of_memory
David Rientjes
1
-36
/
+29
2010-08-09
oom: remove constraint argument from select_bad_process and __out_of_memory
David Rientjes
1
-10
/
+8
2010-08-09
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
Minchan Kim
2
-3
/
+3
2010-08-09
oom: remove unnecessary code and cleanup
David Rientjes
1
-46
/
+10
2010-08-09
oom: remove special handling for pagefault ooms
David Rientjes
1
-29
/
+57
2010-08-09
oom: extract panic helper function
David Rientjes
1
-24
/
+29
2010-08-09
oom: avoid oom killer for lowmem allocations
David Rientjes
1
-9
/
+20
2010-08-09
oom: enable oom tasklist dump by default
David Rientjes
1
-1
/
+1
2010-08-09
oom: select task from tasklist for mempolicy ooms
David Rientjes
2
-36
/
+112
2010-08-09
oom: sacrifice child with highest badness score for parent
David Rientjes
1
-11
/
+29
2010-08-09
oom: filter tasks not sharing the same cpuset
David Rientjes
1
-8
/
+2
2010-08-09
oom: avoid sending exiting tasks a SIGKILL
David Rientjes
1
-1
/
+1
2010-08-09
oom: give current access to memory reserves if it has been killed
David Rientjes
1
-0
/
+10
2010-08-09
oom: dump_tasks use find_lock_task_mm too fix
David Rientjes
1
-2
/
+2
2010-08-09
oom: improve commentary in dump_tasks()
David Rientjes
1
-8
/
+3
2010-08-09
oom: dump_tasks use find_lock_task_mm too
KOSAKI Motohiro
1
-18
/
+21
2010-08-09
oom: introduce find_lock_task_mm() to fix !mm false positives
Oleg Nesterov
1
-31
/
+43
2010-08-09
oom: PF_EXITING check should take mm into account
Oleg Nesterov
1
-1
/
+1
2010-08-09
oom: check PF_KTHREAD instead of !mm to skip kthreads
Oleg Nesterov
1
-6
/
+3
2010-08-09
mm: extend KSM refcounts to the anon_vma root
Rik van Riel
3
-19
/
+54
2010-08-09
mm: always lock the root (oldest) anon_vma
Rik van Riel
3
-10
/
+24
2010-08-09
mm: track the root (oldest) anon_vma
Rik van Riel
1
-2
/
+16
2010-08-09
mm: change direct call of spin_lock(anon_vma->lock) to inline function
Rik van Riel
4
-21
/
+21
2010-08-09
mm: rename anon_vma_lock to vma_lock_anon_vma
Rik van Riel
1
-7
/
+7
2010-08-09
hugetlb: call mmu notifiers on hugepage cow
Doug Doan
1
-0
/
+6
2010-08-09
mm: provide init_mm mm_context initializer
Heiko Carstens
1
-0
/
+6
2010-08-09
mm: use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-08-09
mm: use memdup_user
Julia Lawall
1
-8
/
+3
2010-08-09
switch shmem.c to ->evice_inode()
Al Viro
1
-4
/
+4
2010-08-09
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2
-12
/
+31
2010-08-09
always call inode_change_ok early in ->setattr
Christoph Hellwig
1
-4
/
+6
2010-08-09
rename generic_setattr
Christoph Hellwig
1
-1
/
+1
2010-08-09
memblock: Fix memblock_is_region_reserved() to return a boolean
Benjamin Herrenschmidt
1
-1
/
+1
2010-08-08
kmemleak: Fix typo in the comment
Holger Hans Peter Freyther
1
-1
/
+1
2010-08-07
writeback: fix bad _bh spinlock nesting
Jens Axboe
1
-2
/
+3
2010-08-07
writeback: cleanup bdi_register
Artem Bityutskiy
1
-19
/
+11
2010-08-07
writeback: add new tracepoints
Artem Bityutskiy
1
-0
/
+2
2010-08-07
writeback: remove unnecessary init_timer call
Artem Bityutskiy
1
-1
/
+0
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-16
/
+57
2010-08-07
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
1
-3
/
+10
2010-08-07
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
1
-11
/
+58
2010-08-07
writeback: restructure bdi forker loop a little
Artem Bityutskiy
1
-30
/
+39
2010-08-07
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
1
-21
/
+10
2010-08-07
writeback: simplify bdi code a little
Artem Bityutskiy
1
-64
/
+18
2010-08-07
writeback: do not lose wake-ups in the forker thread - 2
Artem Bityutskiy
1
-0
/
+4
2010-08-07
writeback: do not lose wake-ups in the forker thread - 1
Artem Bityutskiy
1
-2
/
+1
2010-08-07
writeback: fix possible race when creating bdi threads
Artem Bityutskiy
1
-17
/
+11
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-13
/
+13
2010-08-07
writeback: Add tracing to write_cache_pages
Dave Chinner
1
-0
/
+1
[prev]
[next]