index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] replace cad_pid by a struct pid
Cedric Le Goater
2006-10-02
11
-16
/
+48
*
[PATCH] introduce get_task_pid() to fix unsafe get_pid()
Oleg Nesterov
2006-10-02
3
-2
/
+13
*
[PATCH] proc: comment what proc_fill_cache does
Eric W. Biederman
2006-10-02
1
-0
/
+12
*
[PATCH] proc: remove the useless SMP-safe comments from /proc
Eric W. Biederman
2006-10-02
1
-4
/
+0
*
[PATCH] proc: remove trailing blank entry from pid_entry arrays
Eric W. Biederman
2006-10-02
1
-18
/
+21
*
[PATCH] proc: properly compute TGID_OFFSET
Eric W. Biederman
2006-10-02
1
-1
/
+1
*
[PATCH] proc: drop tasklist lock in task_state()
Oleg Nesterov
2006-10-02
1
-6
/
+5
*
[PATCH] proc: convert do_task_stat() to use lock_task_sighand()
Oleg Nesterov
2006-10-02
1
-28
/
+35
*
[PATCH] proc: convert task_sig() to use lock_task_sighand()
Oleg Nesterov
2006-10-02
1
-6
/
+5
*
[PATCH] proc: Use pid_task instead of open coding it
Eric W. Biederman
2006-10-02
1
-1
/
+1
*
[PATCH] proc: Merge proc_tid_attr and proc_tgid_attr
Eric W. Biederman
2006-10-02
1
-43
/
+11
*
[PATCH] proc: Remove the hard coded inode numbers
Eric W. Biederman
2006-10-02
1
-210
/
+174
*
[PATCH] proc: Factor out an instantiate method from every lookup method
Eric W. Biederman
2006-10-02
1
-111
/
+158
*
[PATCH] proc: Make the generation of the self symlink table driven
Eric W. Biederman
2006-10-02
1
-22
/
+111
*
[PATCH] AVR32: Implement kernel_execve
Haavard Skinnemoen
2006-10-02
2
-77
/
+17
*
[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references
Arnd Bergmann
2006-10-02
22
-662
/
+2
*
[PATCH] sh64: remove the use of kernel syscalls
Arnd Bergmann
2006-10-02
1
-257
/
+13
*
[PATCH] Remove the use of _syscallX macros in UML
Arnd Bergmann
2006-10-02
5
-25
/
+15
*
[PATCH] provide kernel_execve on all architectures
Arnd Bergmann
2006-10-02
16
-12
/
+300
*
[PATCH] rename the provided execve functions to kernel_execve
Arnd Bergmann
2006-10-02
21
-423
/
+49
*
[PATCH] introduce kernel_execve
Arnd Bergmann
2006-10-02
6
-11
/
+31
*
[PATCH] ipc: replace kmalloc and memset in get_undo_list with kzalloc
Matt Helsley
2006-10-02
1
-4
/
+1
*
[PATCH] nsproxy cloning error path fix
Pavel
2006-10-02
1
-1
/
+1
*
[PATCH] IPC namespace - sysctls
Kirill Korotaev
2006-10-02
1
-28
/
+88
*
[PATCH] IPC namespace - shm
Kirill Korotaev
2006-10-02
1
-86
/
+168
*
[PATCH] IPC namespace - sem
Kirill Korotaev
2006-10-02
1
-71
/
+130
*
[PATCH] IPC namespace - msg
Kirill Korotaev
2006-10-02
1
-51
/
+106
*
[PATCH] IPC namespace - utils
Kirill Korotaev
2006-10-02
5
-14
/
+173
*
[PATCH] IPC namespace core
Kirill Korotaev
2006-10-02
7
-17
/
+95
*
[PATCH] uts: copy nsproxy only when needed
Serge Hallyn
2006-10-02
1
-6
/
+14
*
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
2006-10-02
5
-4
/
+83
*
[PATCH] namespaces: utsname: remove system_utsname
Serge E. Hallyn
2006-10-02
1
-2
/
+0
*
[PATCH] namespaces: utsname: sysctl
Serge E. Hallyn
2006-10-02
1
-19
/
+119
*
[PATCH] namespaces: utsname: implement utsname namespaces
Serge E. Hallyn
2006-10-02
9
-12
/
+121
*
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
2006-10-02
28
-52
/
+52
*
[PATCH] namespaces: utsname: switch to using uts namespaces
Serge E. Hallyn
2006-10-02
35
-160
/
+180
*
[PATCH] namespaces: utsname: introduce temporary helpers
Serge E. Hallyn
2006-10-02
1
-0
/
+10
*
[PATCH] namespaces: exit_task_namespaces() invalidates nsproxy
Cedric Le Goater
2006-10-02
1
-1
/
+1
*
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
2006-10-02
9
-39
/
+55
*
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
2006-10-02
21
-40
/
+3
*
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
2006-10-02
27
-2
/
+196
*
[PATCH] make kernel/sysctl.c:_proc_do_string() static
Adrian Bunk
2006-10-02
1
-2
/
+3
*
[PATCH] proc: sysctl: add _proc_do_string helper
Sam Vilain
2006-10-02
1
-29
/
+36
*
[PATCH] nfsd: lockdep annotation
Peter Zijlstra
2006-10-02
2
-6
/
+13
*
[PATCH] knfsd: allow admin to set nthreads per node
Greg Banks
2006-10-02
2
-0
/
+144
*
[PATCH] knfsd: make rpc threads pools numa aware
Greg Banks
2006-10-02
3
-2
/
+261
*
[PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd
Greg Banks
2006-10-02
1
-31
/
+5
*
[PATCH] knfsd: add svc_set_num_threads
Greg Banks
2006-10-02
3
-8
/
+154
*
[PATCH] knfsd: add svc_get
Greg Banks
2006-10-02
2
-1
/
+12
*
[PATCH] knfsd: split svc_serv into pools
Greg Banks
2006-10-02
4
-54
/
+153
[next]