Age | Commit message (Expand) | Author | Files | Lines |
2009-04-03 | Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+0 |
2009-04-03 | Merge branch 'stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+22 |
2009-04-03 | Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+44 |
2009-04-03 | Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -253/+298 |
2009-04-03 | Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -13/+7 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -8/+7 |
2009-04-03 | irq: fix cpumask memory leak on offstack cpumask kernels | Yinghai Lu | 1 | -0/+1 |
2009-04-03 | Document the slow work thread pool | David Howells | 1 | -0/+2 |
2009-04-03 | Make the slow work pool configurable | David Howells | 2 | -2/+125 |
2009-04-03 | Make slow-work thread pool actually dynamic | David Howells | 1 | -1/+137 |
2009-04-03 | Create a dynamically sized pool of threads for doing very slow work items | David Howells | 2 | -0/+389 |
2009-04-03 | blktrace: fix pdu_len when tracing packet command requests | Li Zefan | 1 | -1/+1 |
2009-04-03 | blktrace: small cleanup in blk_msg_write() | Li Zefan | 1 | -1/+1 |
2009-04-03 | blktrace: NUL-terminate user space messages | Carl Henrik Lunde | 1 | -2/+3 |
2009-04-03 | kmemtrace: small cleanups | Ingo Molnar | 1 | -61/+67 |
2009-04-03 | kmemtrace: restore original tracing data binary format, improve ABI | Eduard - Gabriel Munteanu | 1 | -24/+58 |
2009-04-03 | kmemtrace: kmemtrace_alloc() must fill type_id | Eduard - Gabriel Munteanu | 1 | -0/+1 |
2009-04-03 | kmemtrace: use tracepoints | Eduard - Gabriel Munteanu | 2 | -61/+151 |
2009-04-03 | kmemtrace, rcu: fix rcupreempt.c data structure dependencies | Ingo Molnar | 1 | -4/+44 |
2009-04-03 | kmemtrace, rcu: fix rcu_tree_trace.c data structure dependencies | Ingo Molnar | 3 | -4/+16 |
2009-04-03 | kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependencies | Ingo Molnar | 2 | -6/+45 |
2009-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -87/+33 |
2009-04-02 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -2/+4 |
2009-04-02 | Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS | Robin Holt | 1 | -10/+2 |
2009-04-02 | relay: fix for possible loss/corruption of produced subbufs | Aravind Srinivasan | 1 | -3/+5 |
2009-04-02 | kexec: vmcoreinfo_data[] can become static | Dmitri Vorobiev | 1 | -1/+1 |
2009-04-02 | kexec: add dmesg log symbols to /proc/vmcoreinfo lists | Neil Horman | 2 | -0/+20 |
2009-04-02 | pids: kill signal_struct-> __pgrp/__session and friends | Oleg Nesterov | 3 | -12/+4 |
2009-04-02 | pids: refactor vnr/nr_ns helpers to make them safe | Oleg Nesterov | 1 | -15/+16 |
2009-04-02 | pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() | Oleg Nesterov | 2 | -1/+3 |
2009-04-02 | sysctl: fix suid_dumpable and lease-break-time sysctls | Matthew Wilcox | 1 | -9/+6 |
2009-04-02 | proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers | Serge E. Hallyn | 1 | -1/+1 |
2009-04-02 | workqueue: avoid recursion in run_workqueue() | Lai Jiangshan | 1 | -30/+11 |
2009-04-02 | ptrace_untrace: fix the SIGNAL_STOP_STOPPED check | Oleg Nesterov | 1 | -3/+7 |
2009-04-02 | ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic | Oleg Nesterov | 1 | -4/+0 |
2009-04-02 | forget_original_parent: do not abuse child->ptrace_entry | Oleg Nesterov | 1 | -46/+41 |
2009-04-02 | forget_original_parent: split out the un-ptrace part | Oleg Nesterov | 2 | -91/+82 |
2009-04-02 | reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD | Oleg Nesterov | 1 | -5/+17 |
2009-04-02 | reparent_thread: fix the "is it traced" check | Oleg Nesterov | 1 | -1/+1 |
2009-04-02 | reparent_thread: don't call kill_orphaned_pgrp() if task_detached() | Oleg Nesterov | 1 | -4/+4 |
2009-04-02 | ptrace: fix possible zombie leak on PTRACE_DETACH | Oleg Nesterov | 1 | -2/+7 |
2009-04-02 | ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() | Oleg Nesterov | 1 | -29/+33 |
2009-04-02 | ptrace: simplify ptrace_exit()->ignoring_children() path | Oleg Nesterov | 1 | -17/+8 |
2009-04-02 | ptrace: kill __ptrace_detach(), fix ->exit_state check | Oleg Nesterov | 1 | -13/+9 |
2009-04-02 | signals: SI_USER: Masquerade si_pid when crossing pid ns boundary | Sukadev Bhattiprolu | 1 | -0/+2 |
2009-04-02 | signals: protect cinit from blocked fatal signals | Sukadev Bhattiprolu | 2 | -1/+10 |
2009-04-02 | signals: zap_pid_ns_process() should use force_sig() | Sukadev Bhattiprolu | 1 | -1/+14 |
2009-04-02 | signals: protect cinit from unblocked SIG_DFL signals | Sukadev Bhattiprolu | 1 | -9/+19 |
2009-04-02 | signals: add from_ancestor_ns parameter to send_signal() | Sukadev Bhattiprolu | 1 | -3/+9 |
2009-04-02 | signals: protect init from unwanted signals more | Oleg Nesterov | 1 | -3/+13 |