summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells2006-10-024-6/+3
* [PATCH] replace cad_pid by a struct pidCedric Le Goater2006-10-0211-16/+48
* [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-023-2/+13
* [PATCH] proc: comment what proc_fill_cache doesEric W. Biederman2006-10-021-0/+12
* [PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman2006-10-021-4/+0
* [PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman2006-10-021-18/+21
* [PATCH] proc: properly compute TGID_OFFSETEric W. Biederman2006-10-021-1/+1
* [PATCH] proc: drop tasklist lock in task_state()Oleg Nesterov2006-10-021-6/+5
* [PATCH] proc: convert do_task_stat() to use lock_task_sighand()Oleg Nesterov2006-10-021-28/+35
* [PATCH] proc: convert task_sig() to use lock_task_sighand()Oleg Nesterov2006-10-021-6/+5
* [PATCH] proc: Use pid_task instead of open coding itEric W. Biederman2006-10-021-1/+1
* [PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman2006-10-021-43/+11
* [PATCH] proc: Remove the hard coded inode numbersEric W. Biederman2006-10-021-210/+174
* [PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman2006-10-021-111/+158
* [PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman2006-10-021-22/+111
* [PATCH] AVR32: Implement kernel_execveHaavard Skinnemoen2006-10-022-77/+17
* [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-0222-662/+2
* [PATCH] sh64: remove the use of kernel syscallsArnd Bergmann2006-10-021-257/+13
* [PATCH] Remove the use of _syscallX macros in UMLArnd Bergmann2006-10-025-25/+15
* [PATCH] provide kernel_execve on all architecturesArnd Bergmann2006-10-0216-12/+300
* [PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2006-10-0221-423/+49
* [PATCH] introduce kernel_execveArnd Bergmann2006-10-026-11/+31
* [PATCH] ipc: replace kmalloc and memset in get_undo_list with kzallocMatt Helsley2006-10-021-4/+1
* [PATCH] nsproxy cloning error path fixPavel2006-10-021-1/+1
* [PATCH] IPC namespace - sysctlsKirill Korotaev2006-10-021-28/+88
* [PATCH] IPC namespace - shmKirill Korotaev2006-10-021-86/+168
* [PATCH] IPC namespace - semKirill Korotaev2006-10-021-71/+130
* [PATCH] IPC namespace - msgKirill Korotaev2006-10-021-51/+106
* [PATCH] IPC namespace - utilsKirill Korotaev2006-10-025-14/+173
* [PATCH] IPC namespace coreKirill Korotaev2006-10-027-17/+95
* [PATCH] uts: copy nsproxy only when neededSerge Hallyn2006-10-021-6/+14
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-025-4/+83
* [PATCH] namespaces: utsname: remove system_utsnameSerge E. Hallyn2006-10-021-2/+0
* [PATCH] namespaces: utsname: sysctlSerge E. Hallyn2006-10-021-19/+119
* [PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn2006-10-029-12/+121
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-0228-52/+52
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-0235-160/+180
* [PATCH] namespaces: utsname: introduce temporary helpersSerge E. Hallyn2006-10-021-0/+10
* [PATCH] namespaces: exit_task_namespaces() invalidates nsproxyCedric Le Goater2006-10-021-1/+1
* [PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn2006-10-029-39/+55
* [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn2006-10-0221-40/+3
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-0227-2/+196
* [PATCH] make kernel/sysctl.c:_proc_do_string() staticAdrian Bunk2006-10-021-2/+3
* [PATCH] proc: sysctl: add _proc_do_string helperSam Vilain2006-10-021-29/+36
* [PATCH] nfsd: lockdep annotationPeter Zijlstra2006-10-022-6/+13
* [PATCH] knfsd: allow admin to set nthreads per nodeGreg Banks2006-10-022-0/+144
* [PATCH] knfsd: make rpc threads pools numa awareGreg Banks2006-10-023-2/+261
* [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsdGreg Banks2006-10-021-31/+5
* [PATCH] knfsd: add svc_set_num_threadsGreg Banks2006-10-023-8/+154
* [PATCH] knfsd: add svc_getGreg Banks2006-10-022-1/+12