Commit Graph

6832 Commits (d5565f76d30a164570d883ab2e77a24b6b8686a0)

Author SHA1 Message Date
Yinghai Lu 9756b15e1b irq: fix cpumask memory leak on offstack cpumask kernels 16 years ago
David Howells 8f0aa2f25b Document the slow work thread pool 16 years ago
David Howells 12e22c5e4b Make the slow work pool configurable 16 years ago
David Howells 109d9272c4 Make slow-work thread pool actually dynamic 16 years ago
David Howells 07fe7cb7c7 Create a dynamically sized pool of threads for doing very slow work items 16 years ago
Li Zefan e2494e1b42 blktrace: fix pdu_len when tracing packet command requests 16 years ago
Li Zefan 7635b03adf blktrace: small cleanup in blk_msg_write() 16 years ago
Carl Henrik Lunde a4b3ada83d blktrace: NUL-terminate user space messages 16 years ago
Ingo Molnar c826e3cd0c kmemtrace: small cleanups 16 years ago
Eduard - Gabriel Munteanu 42af9054c0 kmemtrace: restore original tracing data binary format, improve ABI 16 years ago
Eduard - Gabriel Munteanu da2635a985 kmemtrace: kmemtrace_alloc() must fill type_id 16 years ago
Eduard - Gabriel Munteanu ca2b84cb3c kmemtrace: use tracepoints 16 years ago
Ingo Molnar a979241c53 kmemtrace, rcu: fix rcupreempt.c data structure dependencies 16 years ago
Ingo Molnar 6258c4fb59 kmemtrace, rcu: fix rcu_tree_trace.c data structure dependencies 16 years ago
Ingo Molnar b1f77b0581 kmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassic.h dependencies 16 years ago
Robin Holt f5f7eac41d Allow rwlocks to re-enable interrupts 16 years ago
Robin Holt e8c158bb31 Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS 16 years ago
Aravind Srinivasan 2c53d9109f relay: fix for possible loss/corruption of produced subbufs 16 years ago
Dmitri Vorobiev edb79a2132 kexec: vmcoreinfo_data[] can become static 16 years ago
Neil Horman 04d491ab2a kexec: add dmesg log symbols to /proc/vmcoreinfo lists 16 years ago
Oleg Nesterov 1b0f7ffd0e pids: kill signal_struct-> __pgrp/__session and friends 16 years ago
Oleg Nesterov 52ee2dfdd4 pids: refactor vnr/nr_ns helpers to make them safe 16 years ago
Oleg Nesterov 2ae448efc8 pids: improve get_task_pid() to fix the unsafe sys_wait4()->task_pgrp() 16 years ago
Matthew Wilcox 8e654fba4a sysctl: fix suid_dumpable and lease-break-time sysctls 16 years ago
Serge E. Hallyn 11dea19009 proc_sysctl: use CONFIG_PROC_SYSCTL around ipc and utsname proc_handlers 16 years ago
Lai Jiangshan 2355b70fd5 workqueue: avoid recursion in run_workqueue() 16 years ago
Oleg Nesterov 1ee1184485 ptrace_untrace: fix the SIGNAL_STOP_STOPPED check 16 years ago
Oleg Nesterov 95a3540da9 ptrace_detach: the wrong wakeup breaks the ERESTARTxxx logic 16 years ago
Oleg Nesterov 5dfc80be73 forget_original_parent: do not abuse child->ptrace_entry 16 years ago
Oleg Nesterov 39c626ae47 forget_original_parent: split out the un-ptrace part 16 years ago
Oleg Nesterov 7f5d3652d4 reparent_thread: fix a zombie leak if /sbin/init ignores SIGCHLD 16 years ago
Oleg Nesterov b1442b055c reparent_thread: fix the "is it traced" check 16 years ago
Oleg Nesterov 0a967a044a reparent_thread: don't call kill_orphaned_pgrp() if task_detached() 16 years ago
Oleg Nesterov 4576145c1e ptrace: fix possible zombie leak on PTRACE_DETACH 16 years ago
Oleg Nesterov b1b4c6799f ptrace: reintroduce __ptrace_detach() as a callee of ptrace_exit() 16 years ago
Oleg Nesterov 6d69cb87f0 ptrace: simplify ptrace_exit()->ignoring_children() path 16 years ago
Oleg Nesterov 95c3eb76dc ptrace: kill __ptrace_detach(), fix ->exit_state check 16 years ago
Sukadev Bhattiprolu 6588c1e3ff signals: SI_USER: Masquerade si_pid when crossing pid ns boundary 16 years ago
Sukadev Bhattiprolu b3bfa0cba8 signals: protect cinit from blocked fatal signals 16 years ago
Sukadev Bhattiprolu e4da026f98 signals: zap_pid_ns_process() should use force_sig() 16 years ago
Sukadev Bhattiprolu 921cf9f630 signals: protect cinit from unblocked SIG_DFL signals 16 years ago
Sukadev Bhattiprolu 7978b567d3 signals: add from_ancestor_ns parameter to send_signal() 16 years ago
Oleg Nesterov f008faff0e signals: protect init from unwanted signals more 16 years ago
Oleg Nesterov 43918f2bf4 signals: remove 'handler' parameter to tracehook functions 16 years ago
Oleg Nesterov 90bc8d8b1a do_wait: fix waiting for the group stop with the dead leader 16 years ago
David Rientjes 6d7b2f5f9e cpusets: prevent PF_THREAD_BOUND tasks from attaching to non-root cpusets 16 years ago
Paul Menage db7f47cf48 cpusets: allow cpusets to be configured/built on non-SMP systems 16 years ago
David Rientjes a1bc5a4eee cpusets: replace zone allowed functions with node allowed 16 years ago
Li Zefan 7f81b1ae18 cpuset: remove struct cpuset_hotplug_scanner 16 years ago
Li Zefan 010cfac4ca cpuset: avoid changing cpuset's mems when errno returned 16 years ago