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-12-15
mm: CONFIG_MMU for PG_mlocked
Hugh Dickins
5
-39
/
+16
2009-12-15
mm: mlocking in try_to_unmap_one
Hugh Dickins
2
-80
/
+32
2009-12-15
mm: define PAGE_MAPPING_FLAGS
Hugh Dickins
3
-12
/
+8
2009-12-15
vmscan: stop kswapd waiting on congestion when the min watermark is not being...
KOSAKI Motohiro
2
-11
/
+32
2009-12-15
vmscan: have kswapd sleep for a short interval and double check it should be ...
Mel Gorman
2
-2
/
+44
2009-12-15
rmap: move label `out' to a better place
Huang Shijie
1
-1
/
+2
2009-12-15
rmap: simplify try_to_unmap_file()
Huang Shijie
1
-4
/
+1
2009-12-15
rmap: fix the comment for try_to_unmap_anon
Huang Shijie
1
-2
/
+1
2009-12-15
mm/vmscan: change comment generic_file_write to __generic_file_aio_write
Vincent Li
1
-1
/
+1
2009-12-15
swap: rework map_swap_page() again
Lee Schermerhorn
2
-7
/
+17
2009-12-15
swap_info: note SWAP_MAP_SHMEM
Hugh Dickins
2
-22
/
+36
2009-12-15
swap_info: swap count continuations
Hugh Dickins
3
-58
/
+271
2009-12-15
swap_info: swap_map of chars not shorts
Hugh Dickins
1
-17
/
+23
2009-12-15
swap_info: SWAP_HAS_CACHE cleanups
Hugh Dickins
1
-91
/
+64
2009-12-15
swap_info: miscellaneous minor cleanups
Hugh Dickins
1
-27
/
+24
2009-12-15
swap_info: include first_swap_extent
Hugh Dickins
1
-34
/
+36
2009-12-15
swap_info: change to array of pointers
Hugh Dickins
1
-91
/
+113
2009-12-15
swap_info: private to swapfile.c
Hugh Dickins
2
-24
/
+24
2009-12-15
vmalloc(): adjust gfp mask passed on nested vmalloc() invocation
Jan Beulich
1
-4
/
+3
2009-12-15
mm: add gfp flags for NODEMASK_ALLOC slab allocations
David Rientjes
1
-2
/
+3
2009-12-15
mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined
David Rientjes
2
-6
/
+26
2009-12-15
hugetlb: use only nodes with memory for huge pages
Lee Schermerhorn
1
-17
/
+18
2009-12-15
hugetlb: add per node hstate attributes
Lee Schermerhorn
1
-26
/
+248
2009-12-15
hugetlb: derive huge pages nodes allowed from task mempolicy
Lee Schermerhorn
2
-13
/
+131
2009-12-15
hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functions
Lee Schermerhorn
1
-53
/
+72
2009-12-15
hugetlb: rework hstate_next_node_* functions
Lee Schermerhorn
1
-25
/
+45
2009-12-15
mm: move inc_zone_page_state(NR_ISOLATED) to just isolated place
KOSAKI Motohiro
3
-8
/
+11
2009-12-15
mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()
KOSAKI Motohiro
1
-8
/
+28
2009-12-15
oom: dump stack and VM state when oom killer panics
David Rientjes
1
-16
/
+24
2009-12-14
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2009-12-14
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+8
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
6
-198
/
+36
2009-12-12
Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...
Pekka Enberg
2
-51
/
+87
2009-12-11
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-35
/
+14
2009-12-11
mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safe
H. Peter Anvin
1
-1
/
+1
2009-12-11
switch do_brk() to get_unmapped_area()
Al Viro
1
-8
/
+2
2009-12-11
Take arch_mmap_check() into get_unmapped_area()
Al Viro
2
-17
/
+12
2009-12-11
fix a struct file leak in do_mmap_pgoff()
Al Viro
2
-18
/
+15
2009-12-11
Unify sys_mmap*
Al Viro
1
-0
/
+29
2009-12-11
fix pgoff in "have to relocate" case of mremap()
Al Viro
1
-1
/
+3
2009-12-11
fix the arch checks in MREMAP_FIXED case
Al Viro
1
-2
/
+17
2009-12-11
fix checks for expand-in-place mremap
Al Viro
1
-2
/
+11
2009-12-11
do_mremap() untangling, part 3
Al Viro
1
-4
/
+12
2009-12-11
do_mremap() untangling, part 2
Al Viro
1
-48
/
+72
2009-12-11
untangling do_mremap(), part 1
Al Viro
1
-33
/
+55
2009-12-11
tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACE
Li Zefan
1
-3
/
+3
2009-12-11
tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING
Li Zefan
2
-5
/
+5
2009-12-10
kill wait_on_page_writeback_range
Christoph Hellwig
1
-35
/
+14
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-8
/
+8
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2
-13
/
+1
[prev]
[next]