Commit Graph

6848 Commits (c5428e950ad42640f00092949fd17e356dfdeafa)

Author SHA1 Message Date
Steven Rostedt 301fd748e2 tracing: remove CALLER_ADDR2 from wakeup tracer 16 years ago
Rusty Russell 2e45e77787 Revert "module: remove the SHF_ALLOC flag on the __versions section." 16 years ago
Oleg Nesterov 432870dab8 exit_notify: kill the wrong capable(CAP_KILL) check 16 years ago
Linus Torvalds cd5f9a4c31 kernel/sysctl.c: avoid annoying warnings 16 years ago
Eric Paris def5754341 Audit: remove spaces from audit_log_d_path 16 years ago
Eric Paris 679173b724 audit: audit_set_auditable defined but not used 16 years ago
Eric Paris 318b6d3d7d audit: incorrect ref counting in audit tree tag_chunk 16 years ago
Paul Moore 6d208da89a audit: Fix possible return value truncation in audit_get_context() 16 years ago
Miloslav Trmac 55ad2f8d34 audit: ignore terminating NUL in AUDIT_USER_TTY messages 16 years ago
Miloslav Trmac b3897f5671 Audit: fix handling of 'strings' with NULL characters 16 years ago
Zhenwen Xu c28bb7da74 make the e->rule.xxx shorter in kernel auditfilter.c 16 years ago
Randy Dunlap 6b96255998 auditsc: fix kernel-doc notation 16 years ago
Jiri Pirko ca96a895a6 audit: EXECVE record - removed bogus newline 16 years ago
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