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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-29
[PATCH] Implement sys_* do_* layering in the memory policy layer.
Christoph Lameter
1
-114
/
+162
2005-10-29
[PATCH] memory hotplug: ppc64 specific hot-add functions
Dave Hansen
1
-0
/
+77
2005-10-29
[PATCH] memory hotplug: i386 addition functions
Dave Hansen
2
-7
/
+59
2005-10-29
[PATCH] memory hotplug: call setup_per_zone_pages_min after hotplug
Dave Hansen
1
-0
/
+2
2005-10-29
[PATCH] memory hotplug: move section_mem_map alloc to sparse.c
Dave Hansen
4
-57
/
+75
2005-10-29
[PATCH] memory hotplug: sysfs and add/remove functions
Dave Hansen
10
-3
/
+777
2005-10-29
[PATCH] memory hotplug locking: zone span seqlock
Dave Hansen
3
-7
/
+66
2005-10-29
[PATCH] memory hotplug locking: node_size_lock
Dave Hansen
9
-2
/
+76
2005-10-29
[PATCH] memory hotplug prep: fixup bad_range()
Dave Hansen
1
-5
/
+21
2005-10-29
[PATCH] memory hotplug prep: __section_nr helper
Dave Hansen
2
-0
/
+26
2005-10-29
[PATCH] memory hotplug prep: break out zone initialization
Dave Hansen
1
-40
/
+58
2005-10-29
[PATCH] memory hotplug prep: kill local_mapnr
Dave Hansen
4
-21
/
+0
2005-10-29
[PATCH] .text page fault SMP scalability optimization
Andrea Arcangeli
1
-4
/
+16
2005-10-29
[PATCH] hugetlb: overcommit accounting check
Adam Litke
1
-10
/
+53
2005-10-29
[PATCH] hugetlb: demand fault handler
Adam Litke
2
-90
/
+97
2005-10-29
[PATCH] hugetlb: remove repeated code
Krishnakumar R
1
-3
/
+4
2005-10-29
[PATCH] cleanup hugelbfs_forget_inode
Christoph Hellwig
1
-18
/
+20
2005-10-29
[PATCH] kill hugelbfs_do_delete_inode
Christoph Hellwig
1
-37
/
+1
2005-10-29
[PATCH] hugetlbfs: clean up hugetlbfs_delete_inode
Christoph Hellwig
1
-6
/
+32
2005-10-29
[PATCH] hugetlbfs: move free_inodes accounting
Christoph Hellwig
1
-36
/
+42
2005-10-29
[PATCH] mm: update comments to pte lock
Hugh Dickins
5
-13
/
+11
2005-10-29
[PATCH] mm: fix rss and mmlist locking
Hugh Dickins
3
-6
/
+43
2005-10-29
[PATCH] mm: split page table lock
Hugh Dickins
23
-79
/
+138
2005-10-29
[PATCH] mm: uml kill unused
Hugh Dickins
2
-37
/
+0
2005-10-29
[PATCH] mm: uml pte atomicity
Hugh Dickins
1
-3
/
+5
2005-10-29
[PATCH] mm: cris v32 mmu_context_lock
Hugh Dickins
1
-2
/
+4
2005-10-29
[PATCH] mm: parisc pte atomicity
Hugh Dickins
2
-31
/
+28
2005-10-29
[PATCH] mm: arm ready for split ptlock
Hugh Dickins
3
-84
/
+33
2005-10-29
[PATCH] mm: i386 sh sh64 ready for split ptlock
Hugh Dickins
3
-65
/
+60
2005-10-29
[PATCH] mm: follow_page with inner ptlock
Hugh Dickins
5
-96
/
+88
2005-10-29
[PATCH] mm: kill check_user_page_readable
Hugh Dickins
4
-88
/
+26
2005-10-29
[PATCH] mm: rmap with inner ptlock
Hugh Dickins
3
-65
/
+60
2005-10-29
[PATCH] mm: xip_unmap ZERO_PAGE fix
Hugh Dickins
1
-1
/
+2
2005-10-29
[PATCH] mm: unmap_vmas with inner ptlock
Hugh Dickins
6
-54
/
+21
2005-10-29
[PATCH] mm: unlink vma before pagetables
Hugh Dickins
2
-19
/
+16
2005-10-29
[PATCH] mm: flush_tlb_range outside ptlock
Hugh Dickins
3
-10
/
+4
2005-10-29
[PATCH] mm: pte_offset_map_lock loops
Hugh Dickins
7
-47
/
+30
2005-10-29
[PATCH] mm: page fault handler locking
Hugh Dickins
1
-60
/
+90
2005-10-29
[PATCH] mm: arches skip ptlock
Hugh Dickins
5
-39
/
+3
2005-10-29
[PATCH] mm: ptd_alloc take ptlock
Hugh Dickins
7
-135
/
+90
2005-10-29
[PATCH] mm: ptd_alloc inline and out
Hugh Dickins
4
-89
/
+62
2005-10-29
[PATCH] mm: init_mm without ptlock
Hugh Dickins
26
-114
/
+54
2005-10-29
[PATCH] mm: ia64 use expand_upwards
Hugh Dickins
4
-32
/
+24
2005-10-29
[PATCH] mm: mm_struct hiwaters moved
Hugh Dickins
1
-10
/
+9
2005-10-29
[PATCH] mm: update_hiwaters just in time
Hugh Dickins
14
-42
/
+64
2005-10-29
[PATCH] mm: zap_pte out of line
Hugh Dickins
1
-10
/
+9
2005-10-29
[PATCH] mm: do_mremap current mm
Hugh Dickins
1
-9
/
+9
2005-10-29
[PATCH] mm: do_swap_page race major
Hugh Dickins
1
-3
/
+1
2005-10-29
[PATCH] mm: zap_pte_range dec rss
Hugh Dickins
1
-3
/
+3
2005-10-29
[PATCH] mm: copy_one_pte inc rss
Hugh Dickins
1
-10
/
+5
[next]