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
2010-03-12
xtensa: use generic ptrace_resume code
Christoph Hellwig
2
-45
/
+12
2010-03-12
um: use generic ptrace_resume code
Christoph Hellwig
2
-54
/
+18
2010-03-12
mips: use generic ptrace_resume code
Christoph Hellwig
1
-30
/
+0
2010-03-12
microblaze: use generic ptrace_resume code
Christoph Hellwig
1
-37
/
+0
2010-03-12
m68knommu: use generic ptrace_resume code
Christoph Hellwig
1
-56
/
+0
2010-03-12
h8300: use generic ptrace_resume code
Christoph Hellwig
4
-51
/
+13
2010-03-12
avr32: use generic ptrace_resume code
Christoph Hellwig
2
-46
/
+9
2010-03-12
arm: use generic ptrace_resume code
Christoph Hellwig
3
-62
/
+14
2010-03-12
alpha: use generic ptrace_resume code
Christoph Hellwig
2
-47
/
+13
2010-03-12
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
Christoph Hellwig
11
-42
/
+6
2010-03-12
ptrace: use ptrace_request() in the remaining architectures
Christoph Hellwig
3
-72
/
+3
2010-03-12
nodemask: fix the declaration of NODEMASK_ALLOC()
Miao Xie
1
-1
/
+1
2010-03-12
memcg: update maintainer list
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-03-12
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
3
-41
/
+107
2010-03-12
memcg: fix typos in memcg_test.txt
Kirill A. Shutemov
1
-2
/
+2
2010-03-12
memcg: update memcg_test.txt to describe memory thresholds
Kirill A. Shutemov
1
-0
/
+21
2010-03-12
cgroups: add simple listener of cgroup events to documentation
Kirill A. Shutemov
1
-0
/
+110
2010-03-12
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
3
-12
/
+8
2010-03-12
cgroups: fix race between userspace and kernelspace
Kirill A. Shutemov
1
-15
/
+17
2010-03-12
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
3
-2
/
+10
2010-03-12
memcg: update memcg_test.txt
Daisuke Nishimura
1
-2
/
+20
2010-03-12
memcg : share event counter rather than duplicate
KAMEZAWA Hiroyuki
1
-45
/
+41
2010-03-12
memcg: update threshold and softlimit at commit
KAMEZAWA Hiroyuki
1
-20
/
+18
2010-03-12
memcg: use generic percpu instead of private implementation
KAMEZAWA Hiroyuki
1
-121
/
+63
2010-03-12
memcg: typo in comment to mem_cgroup_print_oom_info()
Kirill A. Shutemov
1
-1
/
+1
2010-03-12
memcg: implement memory thresholds
Kirill A. Shutemov
2
-1
/
+327
2010-03-12
memcg: rework usage of stats by soft limit
Kirill A. Shutemov
1
-8
/
+10
2010-03-12
memcg: extract mem_group_usage() from mem_cgroup_read()
Kirill A. Shutemov
1
-22
/
+32
2010-03-12
cgroup: implement eventfd-based generic API for notifications
Kirill A. Shutemov
4
-1
/
+272
2010-03-12
memcg: improve performance in moving swap charge
Daisuke Nishimura
1
-15
/
+60
2010-03-12
memcg: move charges of anonymous swap
Daisuke Nishimura
6
-38
/
+223
2010-03-12
memcg: avoid oom during moving charge
Daisuke Nishimura
1
-2
/
+51
2010-03-12
memcg: improve performance in moving charge
Daisuke Nishimura
1
-54
/
+98
2010-03-12
memcg: move charges of anonymous page
Daisuke Nishimura
1
-10
/
+284
2010-03-12
memcg: add interface to move charge at task migration
Daisuke Nishimura
2
-6
/
+147
2010-03-12
cgroups: clean up cgroup_pidlist_find() a bit
Li Zefan
1
-5
/
+3
2010-03-12
cgroups: blkio subsystem as module
Ben Blum
6
-17
/
+61
2010-03-12
cgroups: fix CONTENTS in cgroups documentation
Kirill A. Shutemov
1
-0
/
+1
2010-03-12
cgroups: subsystem module unloading
Ben Blum
3
-28
/
+148
2010-03-12
cgroups: subsystem module loading interface
Ben Blum
3
-5
/
+153
2010-03-12
cgroups: revamp subsys array
Ben Blum
2
-18
/
+88
2010-03-12
cgroup: introduce coalesce css_get() and css_put()
Daisuke Nishimura
2
-5
/
+12
2010-03-12
cgroup: introduce cancel_attach()
Daisuke Nishimura
3
-8
/
+47
2010-03-12
Documentation/email-clients.txt: update gmail information
Dave Young
1
-21
/
+9
2010-03-12
scripts/kernel-doc: fix empty function description section
Randy Dunlap
1
-1
/
+1
2010-03-12
Documentation: remove obsolete voyager.txt file
Bartlomiej Zolnierkiewicz
1
-95
/
+0
2010-03-12
Documentation/SubmitChecklist: add rule #1
Randy Dunlap
1
-2
/
+6
2010-03-12
Documentation/vm/: split txt and source files
Randy Dunlap
6
-173
/
+209
2010-03-12
Documentation/fs/: split txt and source files
Randy Dunlap
5
-35
/
+50
2010-03-12
Documentation/laptop/: split txt and source files
Randy Dunlap
5
-170
/
+178
[next]