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
2009-09-22
ksm: change copyright message
Izik Eidus
1
-1
/
+2
2009-09-22
ksm: prevent mremap move poisoning
Hugh Dickins
1
-0
/
+12
2009-09-22
ksm: Kernel SamePage Merging
Izik Eidus
1
-5
/
+1484
2009-09-22
ksm: identify PageKsm pages
Hugh Dickins
1
-1
/
+2
2009-09-22
ksm: no debug in page_dup_rmap()
Hugh Dickins
2
-22
/
+1
2009-09-22
ksm: the mm interface to ksm
Hugh Dickins
4
-0
/
+82
2009-09-22
ksm: first tidy up madvise_vma()
Hugh Dickins
1
-26
/
+13
2009-09-22
ksm: add mmu_notifier set_pte_at_notify()
Izik Eidus
2
-2
/
+27
2009-09-22
mm: perform non-atomic test-clear of PG_mlocked on free
Johannes Weiner
1
-2
/
+2
2009-09-22
vmalloc.c: fix double error checking
Figo.zhang
1
-3
/
+1
2009-09-22
mm: add gfp mask checking for __get_free_pages()
Akinobu Mita
1
-15
/
+9
2009-09-22
vmscan: kill unnecessary prefetch
KOSAKI Motohiro
1
-1
/
+0
2009-09-22
vmscan: kill unnecessary page flag test
KOSAKI Motohiro
1
-2
/
+2
2009-09-22
vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()
KOSAKI Motohiro
1
-4
/
+1
2009-09-22
vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...
Minchan Kim
1
-0
/
+10
2009-09-22
mm: count only reclaimable lru pages
Wu Fengguang
2
-13
/
+42
2009-09-22
vmscan: throttle direct reclaim when too many pages are isolated already
Rik van Riel
1
-0
/
+33
2009-09-22
mm: vmstat: add isolate pages
KOSAKI Motohiro
4
-4
/
+33
2009-09-22
mm: shrink_inactive_list() nr_scan accounting fix fix
KOSAKI Motohiro
1
-12
/
+18
2009-09-22
mm: rename pgmoved variable in shrink_active_list()
KOSAKI Motohiro
1
-8
/
+8
2009-09-22
mm: update alloc_flags after oom killer has been called
David Rientjes
1
-1
/
+1
2009-09-22
mm: oom analysis: add shmem vmstat
KOSAKI Motohiro
4
-3
/
+13
2009-09-22
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
KOSAKI Motohiro
2
-0
/
+4
2009-09-22
mm: oom analysis: add buffer cache information to show_free_areas()
KOSAKI Motohiro
1
-1
/
+2
2009-09-22
mm: oom analysis: add per-zone statistics to show_free_areas()
KOSAKI Motohiro
1
-0
/
+20
2009-09-22
mm: show_free_areas(): display slab pages in two separate fields
KOSAKI Motohiro
1
-3
/
+4
2009-09-22
mm: clean up page_remove_rmap()
KOSAKI Motohiro
1
-27
/
+30
2009-09-22
hugetlb: restore interleaving of bootmem huge pages
Lee Schermerhorn
1
-1
/
+1
2009-09-22
hugetlb: use free_pool_huge_page() to return unused surplus pages
Lee Schermerhorn
1
-33
/
+24
2009-09-22
hugetlb: balance freeing of huge pages across nodes
Lee Schermerhorn
1
-46
/
+86
2009-09-22
page_alloc: fix kernel-doc warning
Randy Dunlap
1
-1
/
+1
2009-09-22
memory hotplug: migrate swap cache page
Shaohua Li
1
-2
/
+4
2009-09-22
memory hotplug: alloc page from other node in memory online
Shaohua Li
3
-7
/
+22
2009-09-22
memory hotplug: make pages from movable zone always isolatable
Shaohua Li
1
-1
/
+4
2009-09-22
memory hotplug: exclude isolated page from pco page alloc
Shaohua Li
1
-1
/
+11
2009-09-22
memory hotplug: update zone pcp at memory online
Shaohua Li
2
-0
/
+27
2009-09-22
mm: remove obsoleted alloc_pages cpuset comment
David Rientjes
1
-4
/
+0
2009-09-21
Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-5
/
+5
2009-09-21
writeback: make balance_dirty_pages() gradually back more off
Jens Axboe
1
-1
/
+10
2009-09-21
writeback: don't use schedule_timeout() without setting runstate
Jens Axboe
1
-1
/
+1
2009-09-21
perf: Do the big rename: Performance Counters -> Performance Events
Ingo Molnar
2
-5
/
+5
2009-09-18
headers: taskstats_kern.h trim
Alexey Dobriyan
1
-0
/
+1
2009-09-18
mm: Fix problem of parameter in note
Jianjun Kong
1
-1
/
+1
2009-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-6
/
+3
2009-09-16
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-38
/
+74
2009-09-16
writeback: splice dirty inode entries to default bdi on bdi_destroy()
Jens Axboe
1
-1
/
+13
2009-09-16
writeback: separate starting of sync vs opportunistic writeback
Jens Axboe
1
-10
/
+2
2009-09-16
writeback: use RCU to protect bdi_list
Jens Axboe
2
-25
/
+59
2009-09-16
writeback: get rid of wbc->for_writepages
Jens Axboe
1
-2
/
+0
2009-09-15
slub: Fix build error in kmem_cache_open() with !CONFIG_SLUB_DEBUG
Ingo Molnar
1
-0
/
+2
[next]