Age | Commit message (Expand) | Author |
2008-02-08 | teach set_special_pids() to use struct pid | Oleg Nesterov |
2008-02-08 | fix setsid() for sub-namespace /sbin/init | Oleg Nesterov |
2008-02-08 | sys_setpgid(): simplify pid/ns interaction | Oleg Nesterov |
2008-02-08 | wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT | Oleg Nesterov |
2008-02-08 | wait_task_continued/zombie: don't use task_pid_nr_ns() lockless | Oleg Nesterov |
2008-02-08 | do_wait: fix security checks | Oleg Nesterov |
2008-02-08 | do_wait: cleanup delay_group_leader() usage | Oleg Nesterov |
2008-02-08 | wait_task_stopped(): remove unneeded delay_group_leader check | Oleg Nesterov |
2008-02-08 | ptrace_stop: fix racy nonstop_code setting | Oleg Nesterov |
2008-02-08 | do_wait: factor out "retval != 0" checks | Oleg Nesterov |
2008-02-08 | wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace | Oleg Nesterov |
2008-02-08 | ptrace_stop: fix the race with ptrace detach+attach | Oleg Nesterov |
2008-02-08 | ptrace_check_attach: remove unneeded ->signal != NULL check | Oleg Nesterov |
2008-02-08 | kill my_ptrace_child() | Oleg Nesterov |
2008-02-08 | kill PT_ATTACHED | Oleg Nesterov |
2008-02-08 | IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() | Pierre Peiffer |
2008-02-08 | IPC: make struct ipc_ids static in ipc_namespace | Pierre Peiffer |
2008-02-08 | IPC/semaphores: consolidate SEM_STAT and IPC_STAT commands | Pierre Peiffer |
2008-02-08 | ipc: uninline some code from util.h | Pavel Emelyanov |
2008-02-08 | serial_core: bring mostly into line with coding style | Alan Cox |
2008-02-08 | 8250: enable rate reporting via termios | Alan Cox |
2008-02-08 | serial8250: coding style | Alan Cox |
2008-02-08 | 8250_pci: coding style | Alan Cox |
2008-02-08 | 8250_hub6: codding style | Alan Cox |
2008-02-08 | 8250_hp300: coding style | Alan Cox |
2008-02-08 | 8250_gsc: coding style | Alan Cox |
2008-02-08 | 8250_early: coding style | Alan Cox |
2008-02-08 | tty_ioctl: drag screaming into compliance with the coding style | Alan Cox |
2008-02-08 | tty_io: drag screaming into coding style compliance | Alan Cox |
2008-02-08 | tty_audit: fix checkpatch complaint | Alan Cox |
2008-02-08 | rocket: don't let random users reset the controller | Alan Cox |
2008-02-08 | rocket: first pass at termios reporting | Alan Cox |
2008-02-08 | n_tty: clean up old code to follow coding style and (mostly) checkpatch | Alan Cox |
2008-02-08 | moxa: first pass at termios reporting | Alan Cox |
2008-02-08 | fix "modules: make module_address_lookup() safe" | Andrew Morton |
2008-02-08 | modules: include sections.h to avoid defining linker variables explicitly | Christoph Lameter |
2008-02-08 | Modules: handle symbols that have a zero value | Christoph Lameter |
2008-02-08 | tty: s390 support for termios2. | Heiko Carstens |
2008-02-08 | tty: let architectures override the user/kernel macros. | Heiko Carstens |
2008-02-08 | intel-iommu: fault_reason index cleanup | mark gross |
2008-02-08 | intel-iommu: PMEN support | mark gross |
2008-02-08 | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan |
2008-02-08 | proc: fix the threaded /proc/self | Eric W. Biederman |
2008-02-08 | proc: proper pidns handling for /proc/self | Eric W. Biederman |
2008-02-08 | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman |
2008-02-08 | seqfile convert proc_pid_statm | Eric W. Biederman |
2008-02-08 | proc: rewrite do_task_stat to correctly handle pid namespaces. | Eric W. Biederman |
2008-02-08 | proc: implement proc_single_file_operations | Eric W. Biederman |
2008-02-08 | proc: detect duplicate names on registration | Zhang Rui |
2008-02-08 | proc: remove useless check on symlink removal | Alexey Dobriyan |