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
2008-11-26
slab: unsigned slabp->inuse cannot be less than 0
roel kluin
1
-1
/
+1
2008-11-26
slub - fix get_object_page comment
Cyrill Gorcunov
1
-1
/
+1
2008-11-26
SLUB: Replace __builtin_return_address(0) with _RET_IP_.
Eduard - Gabriel Munteanu
2
-28
/
+28
2008-11-26
SLUB: cleanup - define macros instead of hardcoded numbers
Cyrill Gorcunov
1
-7
/
+11
2008-11-26
blktrace: port to tracepoints, update
Ingo Molnar
1
-0
/
+2
2008-11-26
blktrace: port to tracepoints
Arnaldo Carvalho de Melo
1
-1
/
+2
2008-11-24
Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...
Ingo Molnar
1
-0
/
+15
2008-11-19
vmscan: fix get_scan_ratio() comment
Rik van Riel
1
-3
/
+3
2008-11-19
vmscan: let GFP_NOFS go to swap again
Hugh Dickins
1
-0
/
+3
2008-11-19
migration: fix writepage error
Hugh Dickins
1
-4
/
+1
2008-11-19
mm: vmalloc search restart fix
Glauber Costa
1
-2
/
+2
2008-11-19
mm: vmalloc failure flush fix
Nick Piggin
1
-2
/
+13
2008-11-19
mm: vmalloc allocator off by one
Nick Piggin
1
-1
/
+1
2008-11-19
cpuset: update top cpuset's mems after adding a node
Miao Xie
1
-3
/
+0
2008-11-18
Merge branch 'master' into next
James Morris
2
-36
/
+1
2008-11-16
unitialized return value in mm/mlock.c: __mlock_vma_pages_range()
Helge Deller
1
-1
/
+1
2008-11-15
mm: remove unevictable's show_page_path
KOSAKI Motohiro
1
-35
/
+0
2008-11-14
Merge branch 'master' into next
James Morris
12
-37
/
+139
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
3
-9
/
+13
2008-11-14
CRED: Separate task security context from task_struct
David Howells
3
-11
/
+11
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
3
-8
/
+14
2008-11-12
memcg: bugfix for memory hotplug
KAMEZAWA Hiroyuki
1
-2
/
+2
2008-11-12
mm: remove lru_add_drain_all() from the munlock path
KOSAKI Motohiro
1
-10
/
+6
2008-11-12
cpusets: update mems allowed in page allocator
David Rientjes
1
-0
/
+4
2008-11-12
hugetlb: make unmap_ref_private multi-size-aware
Adam Litke
1
-2
/
+3
2008-11-12
parisc: fix find_extend_vma() breakage
Denys Vlasenko
1
-1
/
+1
2008-11-12
Merge branch 'linus' into core/locking
Ingo Molnar
13
-267
/
+137
2008-11-11
The oomkiller calculations make decisions based on capabilities. Since
Eric Paris
1
-3
/
+3
2008-11-07
vmap: cope with vm_unmap_aliases before vmalloc_init()
Jeremy Fitzhardinge
1
-0
/
+7
2008-11-06
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+1
2008-11-06
memory hotplug: fix page_zone() calculation in test_pages_isolated()
Gerald Schaefer
1
-2
/
+3
2008-11-06
mm/oom_kill.c: fix badness() kerneldoc
Qinghuang Feng
1
-1
/
+0
2008-11-06
vmemmap: warn about page_structs with remote distance
David Rientjes
1
-1
/
+1
2008-11-06
mm: move migrate_prep out from under mmap_sem
Christoph Lameter
2
-8
/
+12
2008-11-06
oom: do not dump task state for non thread group leaders
David Rientjes
1
-0
/
+2
2008-11-06
hugetlb: pull gigantic page initialisation out of the default path
Andy Whitcroft
3
-8
/
+33
2008-11-06
hugetlbfs: handle pages higher order than MAX_ORDER
Andy Whitcroft
2
-1
/
+64
2008-11-06
[ARM] fix naming of MODULE_START / MODULE_END
Russell King
1
-1
/
+1
2008-10-30
nfsd: fix vm overcommit crash
Alan Cox
3
-6
/
+8
2008-10-30
mm: fix kernel-doc function notation
Randy Dunlap
1
-1
/
+2
2008-10-30
fs: remove prepare_write/commit_write
Nick Piggin
1
-238
/
+4
2008-10-28
Merge commit 'v2.6.28-rc2' into core/locking
Ingo Molnar
38
-1166
/
+3890
2008-10-23
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...
Linus Torvalds
5
-21
/
+167
2008-10-23
memcg: fix page_cgroup allocation
KAMEZAWA Hiroyuki
2
-8
/
+25
2008-10-23
mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().
Paul Mundt
1
-0
/
+1
2008-10-23
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+14
2008-10-23
proc: move /proc/vmstat boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+13
2008-10-23
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-1
/
+14
2008-10-23
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
1
-4
/
+21
2008-10-23
proc: move /proc/vmallocinfo to mm/vmalloc.c
Alexey Dobriyan
1
-1
/
+32
[prev]
[next]