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
2006-02-04
[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFS
Chen, Kenneth W
1
-0
/
+2
2006-02-01
[PATCH] slab: fix sparse warning
Randy Dunlap
1
-2
/
+2
2006-02-01
[PATCH] mm/slab: add kernel-doc for one function
Randy.Dunlap
1
-2
/
+7
2006-02-01
[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB
Pekka Enberg
1
-5
/
+24
2006-02-01
[PATCH] dump_stack() in oom handler
Andrew Morton
1
-0
/
+1
2006-02-01
[PATCH] slab: replace kmem_cache_t with struct kmem_cache
Pekka Enberg
1
-97
/
+98
2006-02-01
[PATCH] slab: rename ac_data to cpu_cache_get
Pekka Enberg
1
-18
/
+18
2006-02-01
[PATCH] slab: extract virt_to_{cache|slab}
Pekka Enberg
1
-5
/
+17
2006-02-01
[PATCH] slab: reduce inlining
Pekka Enberg
1
-7
/
+7
2006-02-01
[PATCH] slab: extract slab_{put|get}_obj
Matthew Dobson
1
-37
/
+40
2006-02-01
[PATCH] slab: extract slab_destroy_objs()
Matthew Dobson
1
-7
/
+19
2006-02-01
[PATCH] slab: cache_estimate cleanup
Steven Rostedt
1
-22
/
+59
2006-02-01
[PATCH] slab: have index_of bug at compile time
Steven Rostedt
1
-5
/
+4
2006-02-01
[PATCH] slab: minor cleanup to kmem_cache_alloc_node
Christoph Lameter
1
-15
/
+6
2006-02-01
[PATCH] slab: distinguish between object and buffer size
Manfred Spraul
1
-74
/
+80
2006-02-01
[PATCH] Direct Migration V9: Avoid writeback / page_migrate() method
Christoph Lameter
3
-1
/
+21
2006-02-01
[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()
Christoph Lameter
1
-21
/
+146
2006-02-01
[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes
Christoph Lameter
3
-0
/
+47
2006-02-01
[PATCH] Direct Migration V9: migrate_pages() extension
Christoph Lameter
2
-20
/
+227
2006-02-01
[PATCH] Direct Migration V9: PageSwapCache checks
Christoph Lameter
3
-0
/
+22
2006-02-01
[PATCH] Reclaim slab during zone reclaim
Christoph Lameter
1
-0
/
+14
2006-02-01
[PATCH] Zone reclaim: Allow modification of zone reclaim behavior
Christoph Lameter
1
-2
/
+7
2006-02-01
[PATCH] zone_reclaim: configurable off node allocation period.
Christoph Lameter
1
-2
/
+2
2006-02-01
[PATCH] zone_reclaim: partial scans instead of full scan
Christoph Lameter
1
-2
/
+18
2006-02-01
[PATCH] zone_reclaim: do not unmap file backed pages
Christoph Lameter
1
-0
/
+6
2006-02-01
[PATCH] Use 32 bit division in slab_put_obj()
Benjamin LaHaise
1
-3
/
+3
2006-02-01
[PATCH] zone_reclaim: minor fixes
Christoph Lameter
1
-1
/
+3
2006-02-01
[PATCH] mm: improve function of sc->may_writepage
Christoph Lameter
1
-3
/
+3
2006-02-01
[PATCH] zone_reclaim: reclaim on memory only node support
Christoph Lameter
1
-1
/
+7
2006-02-01
[PATCH] Optimize off-node performance of zone reclaim
Christoph Lameter
1
-14
/
+15
2006-02-01
[PATCH] __cpuinit functions wrongly marked __meminit
Ashok Raj
1
-3
/
+3
2006-01-18
[PATCH] mm: optimize numa policy handling in slab allocator
Christoph Lameter
2
-4
/
+1
2006-01-18
[PATCH] NUMA policies in the slab allocator V2
Christoph Lameter
2
-0
/
+42
2006-01-18
[PATCH] sem2mutex: mm/slab.c
Ingo Molnar
2
-31
/
+32
2006-01-18
[PATCH] Zone reclaim: Reclaim logic
Christoph Lameter
2
-3
/
+82
2006-01-18
[PATCH] Zone reclaim: resurrect may_swap
Christoph Lameter
1
-0
/
+7
2006-01-18
[PATCH] Simplify migrate_page_add
Christoph Lameter
1
-36
/
+7
2006-01-18
[PATCH] mm: migration page refcounting fix
Nick Piggin
5
-54
/
+75
2006-01-18
[PATCH] mm: dirty_exceeded speedup
Andrew Morton
1
-3
/
+4
2006-01-16
[PATCH] x86_64: add __meminit for memory hotplug
Matt Tolentino
1
-7
/
+7
2006-01-14
[PATCH] cpuset oom lock fix
Paul Jackson
1
-0
/
+3
2006-01-14
[PATCH] Add tmpfs options for memory placement policies
Robin Holt
2
-7
/
+56
2006-01-12
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
Linus Torvalds
1
-0
/
+2
2006-01-12
[PATCH] memmap_init_zone(): remove uneccesary page++
Greg Ungerer
1
-1
/
+1
2006-01-12
[PATCH] do_truncate() call fix in tiny-shmem.c
Catalin Marinas
1
-1
/
+1
2006-01-12
[PATCH] migration: make sure there is no attempt to migrate reserved pages.
Christoph Lameter
1
-1
/
+3
2006-01-11
[PATCH] move capable() to capability.h
Randy.Dunlap
5
-0
/
+5
2006-01-11
[PATCH] mm: gfp_atomic comments
Paul Jackson
1
-1
/
+2
2006-01-11
[PATCH] Restore KERN_EMERG to each line printed by bad_page
Hugh Dickins
1
-3
/
+3
2006-01-12
Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git
Nathan Scott
3
-3
/
+3
[next]