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-06-16
readahead: introduce context readahead algorithm
Wu Fengguang
1
-0
/
+60
2009-06-16
readahead: move the random read case to bottom
Wu Fengguang
1
-21
/
+25
2009-06-16
readahead: record mmap read-around states in file_ra_state
Wu Fengguang
2
-26
/
+9
2009-06-16
readahead: enforce full readahead size on async mmap readahead
Wu Fengguang
1
-1
/
+2
2009-06-16
readahead: sequential mmap readahead
Wu Fengguang
1
-1
/
+2
2009-06-16
readahead: clean up and simplify the code for filemap page fault readahead
Linus Torvalds
1
-67
/
+89
2009-06-16
readahead: remove sync/async readahead call dependency
Wu Fengguang
1
-0
/
+10
2009-06-16
readahead: increase interleaved readahead size
Wu Fengguang
1
-0
/
+1
2009-06-16
readahead: remove one unnecessary radix tree lookup
Wu Fengguang
1
-1
/
+1
2009-06-16
readahead: apply max_sane_readahead() limit in ondemand_readahead()
Wu Fengguang
1
-1
/
+1
2009-06-16
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
4
-5
/
+4
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
2
-0
/
+21
2009-06-12
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-1
/
+1
2009-06-12
PM/Suspend: Do not shrink memory before suspend
Rafael J. Wysocki
1
-2
/
+2
2009-06-12
slab: setup cpu caches later on when interrupts are enabled
Pekka Enberg
1
-18
/
+19
2009-06-12
slab,slub: don't enable interrupts during early boot
Pekka Enberg
2
-0
/
+34
2009-06-12
slab: fix gfp flag in setup_cpu_cache()
Pekka Enberg
1
-1
/
+1
2009-06-12
[S390] maccess: add weak attribute to probe_kernel_write
Heiko Carstens
1
-1
/
+1
2009-06-12
memcg: fix page_cgroup fatal error in FLATMEM
KAMEZAWA Hiroyuki
1
-19
/
+10
2009-06-11
Merge branch 'for-linus' of git://linux-arm.org/linux-2.6
Linus Torvalds
8
-6
/
+1690
2009-06-11
Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-0
/
+7
2009-06-11
Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-53
/
+76
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+2
2009-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
4
-1
/
+26
2009-06-11
memcg: don't use bootmem allocator in setup code
Yinghai Lu
1
-4
/
+8
2009-06-11
vmalloc: use kzalloc() instead of alloc_bootmem()
Pekka Enberg
1
-2
/
+1
2009-06-11
slab: setup allocators earlier in the boot sequence
Pekka Enberg
2
-47
/
+55
2009-06-11
bootmem: fix slab fallback on numa
Pekka Enberg
1
-0
/
+9
2009-06-11
bootmem: use slab if bootmem is no longer available
Pekka Enberg
1
-0
/
+3
2009-06-11
kmemleak: Simple testing module for kmemleak
Catalin Marinas
2
-0
/
+112
2009-06-11
kmemleak: Enable the building of the memory leak detector
Catalin Marinas
1
-0
/
+1
2009-06-11
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
Catalin Marinas
1
-0
/
+11
2009-06-11
kmemleak: Add the vmalloc memory allocation/freeing hooks
Catalin Marinas
1
-3
/
+27
2009-06-11
kmemleak: Add the slub memory allocation/freeing hooks
Catalin Marinas
1
-1
/
+4
2009-06-11
kmemleak: Add the slob memory allocation/freeing hooks
Catalin Marinas
1
-0
/
+7
2009-06-11
kmemleak: Add the slab memory allocation/freeing hooks
Catalin Marinas
1
-2
/
+30
2009-06-11
kmemleak: Add the base support
Catalin Marinas
1
-0
/
+1498
2009-06-11
Merge branch 'linus' into perfcounters/core
Ingo Molnar
8
-210
/
+73
2009-06-10
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-44
/
+29
2009-06-11
Merge branch 'next' into for-linus
James Morris
4
-1
/
+26
2009-06-10
Merge branch 'percpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-97
/
+44
2009-06-10
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-69
/
+0
2009-06-10
nommu: Provide mmap_min_addr definition.
Paul Mundt
1
-0
/
+3
2009-06-09
tracing/events: convert block trace points to TRACE_EVENT()
Li Zefan
1
-3
/
+2
2009-06-09
Merge branch 'master' into next
James Morris
8
-39
/
+40
2009-06-08
perf_counter: Add mmap event hooks to mprotect()
Peter Zijlstra
1
-0
/
+2
2009-06-05
perf_counter: Generate mmap events for install_special_mapping()
Peter Zijlstra
1
-2
/
+3
2009-06-04
perf_counter: Remove munmap stuff
Peter Zijlstra
1
-6
/
+0
2009-06-04
security: use mmap_min_addr indepedently of security models
Christoph Lameter
2
-0
/
+22
2009-06-01
Merge branch 'linus' into perfcounters/core
Ingo Molnar
13
-59
/
+71
[next]