Age | Commit message (Expand) | Author | Files | Lines |
2006-10-02 | [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more. | David S. Miller | 1 | -1/+0 |
2006-10-02 | [SPARC64]: Move signal compat bits to new header file. | David S. Miller | 5 | -37/+37 |
2006-10-02 | Add prototype for sigset_from_compat() | Linus Torvalds | 1 | -0/+1 |
2006-10-02 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 29 | -1755/+1502 |
2006-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 41 | -529/+525 |
2006-10-02 | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 17 | -121/+289 |
2006-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 57 | -2185/+4516 |
2006-10-02 | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 72 | -625/+359 |
2006-10-02 | [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h | David Howells | 4 | -6/+3 |
2006-10-02 | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 11 | -16/+48 |
2006-10-02 | [PATCH] introduce get_task_pid() to fix unsafe get_pid() | Oleg Nesterov | 3 | -2/+13 |
2006-10-02 | [PATCH] proc: comment what proc_fill_cache does | Eric W. Biederman | 1 | -0/+12 |
2006-10-02 | [PATCH] proc: remove the useless SMP-safe comments from /proc | Eric W. Biederman | 1 | -4/+0 |
2006-10-02 | [PATCH] proc: remove trailing blank entry from pid_entry arrays | Eric W. Biederman | 1 | -18/+21 |
2006-10-02 | [PATCH] proc: properly compute TGID_OFFSET | Eric W. Biederman | 1 | -1/+1 |
2006-10-02 | [PATCH] proc: drop tasklist lock in task_state() | Oleg Nesterov | 1 | -6/+5 |
2006-10-02 | [PATCH] proc: convert do_task_stat() to use lock_task_sighand() | Oleg Nesterov | 1 | -28/+35 |
2006-10-02 | [PATCH] proc: convert task_sig() to use lock_task_sighand() | Oleg Nesterov | 1 | -6/+5 |
2006-10-02 | [PATCH] proc: Use pid_task instead of open coding it | Eric W. Biederman | 1 | -1/+1 |
2006-10-02 | [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr | Eric W. Biederman | 1 | -43/+11 |
2006-10-02 | [PATCH] proc: Remove the hard coded inode numbers | Eric W. Biederman | 1 | -210/+174 |
2006-10-02 | [PATCH] proc: Factor out an instantiate method from every lookup method | Eric W. Biederman | 1 | -111/+158 |
2006-10-02 | [PATCH] proc: Make the generation of the self symlink table driven | Eric W. Biederman | 1 | -22/+111 |
2006-10-02 | [PATCH] AVR32: Implement kernel_execve | Haavard Skinnemoen | 2 | -77/+17 |
2006-10-02 | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 22 | -662/+2 |
2006-10-02 | [PATCH] sh64: remove the use of kernel syscalls | Arnd Bergmann | 1 | -257/+13 |
2006-10-02 | [PATCH] Remove the use of _syscallX macros in UML | Arnd Bergmann | 5 | -25/+15 |
2006-10-02 | [PATCH] provide kernel_execve on all architectures | Arnd Bergmann | 16 | -12/+300 |
2006-10-02 | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 21 | -423/+49 |
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 |