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
2006-10-02
[PATCH] introduce kernel_execve
Arnd Bergmann
6
-11
/
+31
2006-10-02
[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzalloc
Matt Helsley
1
-4
/
+1
2006-10-02
[PATCH] nsproxy cloning error path fix
Pavel
1
-1
/
+1
2006-10-02
[PATCH] IPC namespace - sysctls
Kirill Korotaev
1
-28
/
+88
2006-10-02
[PATCH] IPC namespace - shm
Kirill Korotaev
1
-86
/
+168
2006-10-02
[PATCH] IPC namespace - sem
Kirill Korotaev
1
-71
/
+130
2006-10-02
[PATCH] IPC namespace - msg
Kirill Korotaev
1
-51
/
+106
2006-10-02
[PATCH] IPC namespace - utils
Kirill Korotaev
5
-14
/
+173
2006-10-02
[PATCH] IPC namespace core
Kirill Korotaev
7
-17
/
+95
2006-10-02
[PATCH] uts: copy nsproxy only when needed
Serge Hallyn
1
-6
/
+14
2006-10-02
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
5
-4
/
+83
2006-10-02
[PATCH] namespaces: utsname: remove system_utsname
Serge E. Hallyn
1
-2
/
+0
2006-10-02
[PATCH] namespaces: utsname: sysctl
Serge E. Hallyn
1
-19
/
+119
2006-10-02
[PATCH] namespaces: utsname: implement utsname namespaces
Serge E. Hallyn
9
-12
/
+121
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
28
-52
/
+52
2006-10-02
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
35
-160
/
+180
2006-10-02
[PATCH] namespaces: utsname: introduce temporary helpers
Serge E. Hallyn
1
-0
/
+10
2006-10-02
[PATCH] namespaces: exit_task_namespaces() invalidates nsproxy
Cedric Le Goater
1
-1
/
+1
2006-10-02
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
9
-39
/
+55
2006-10-02
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
21
-40
/
+3
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
27
-2
/
+196
2006-10-02
[PATCH] make kernel/sysctl.c:_proc_do_string() static
Adrian Bunk
1
-2
/
+3
2006-10-02
[PATCH] proc: sysctl: add _proc_do_string helper
Sam Vilain
1
-29
/
+36
2006-10-02
[PATCH] nfsd: lockdep annotation
Peter Zijlstra
2
-6
/
+13
2006-10-02
[PATCH] knfsd: allow admin to set nthreads per node
Greg Banks
2
-0
/
+144
2006-10-02
[PATCH] knfsd: make rpc threads pools numa aware
Greg Banks
3
-2
/
+261
2006-10-02
[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd
Greg Banks
1
-31
/
+5
2006-10-02
[PATCH] knfsd: add svc_set_num_threads
Greg Banks
3
-8
/
+154
2006-10-02
[PATCH] knfsd: add svc_get
Greg Banks
2
-1
/
+12
2006-10-02
[PATCH] knfsd: split svc_serv into pools
Greg Banks
4
-54
/
+153
2006-10-02
[PATCH] knfsd: test and set SK_BUSY atomically
Greg Banks
1
-10
/
+10
2006-10-02
[PATCH] knfsd: convert sk_reserved to atomic_t
Greg Banks
2
-8
/
+6
2006-10-02
[PATCH] knfsd: use new lock for svc_sock deferred list
Greg Banks
2
-6
/
+7
2006-10-02
[PATCH] knfsd: convert sk_inuse to atomic_t
Greg Banks
2
-19
/
+12
2006-10-02
[PATCH] knfsd: move tempsock aging to a timer
Greg Banks
4
-26
/
+76
2006-10-02
[PATCH] knfsd: Correctly handle error condition from lockd_up
NeilBrown
3
-14
/
+16
2006-10-02
[PATCH] knfsd: Move makesock failed warning into make_socks.
NeilBrown
1
-10
/
+8
2006-10-02
[PATCH] knfsd: Check return value of lockd_up in write_ports
NeilBrown
1
-3
/
+6
2006-10-02
[PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process
NeilBrown
7
-15
/
+13
2006-10-02
[PATCH] nfsd: add lock annotations to e_start and e_stop
Josh Triplett
1
-0
/
+2
2006-10-02
[PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1
Greg Banks
1
-3
/
+3
2006-10-02
[PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist'
NeilBrown
5
-17
/
+102
2006-10-02
[PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports
NeilBrown
3
-0
/
+61
2006-10-02
[PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers
NeilBrown
1
-26
/
+57
2006-10-02
[PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions
NeilBrown
4
-70
/
+62
2006-10-02
[PATCH] knfsd: be more selective in which sockets lockd listens on
NeilBrown
5
-16
/
+54
2006-10-02
[PATCH] knfsd: add a callback for when last rpc thread finishes
NeilBrown
5
-26
/
+33
2006-10-02
[PATCH] knfsd: remove an unused variable from auth_unix_lookup()
Greg Banks
1
-4
/
+1
2006-10-02
[PATCH] knfsd: remove an unused variable from e_show()
Greg Banks
1
-2
/
+0
2006-10-02
[PATCH] knfsd: add some missing newlines in printks
Greg Banks
3
-3
/
+3
[next]