summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | function_graph: Fix micro seconds notationsByungchul Park2014-11-141-6/+6
| * | | | | ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira2014-11-141-0/+9
| * | | | | trace: Replace single-character seq_puts with seq_putcRasmus Villemoes2014-11-145-10/+10
| * | | | | tracing: Merge consecutive seq_puts callsRasmus Villemoes2014-11-132-39/+39
| * | | | | tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-139-71/+71
| * | | | | tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson2014-11-131-6/+6
| * | | | | tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson2014-11-131-2/+7
| * | | | | tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves2014-11-131-2/+3
| * | | | | ftrace: Have the control_ops get a trampolineSteven Rostedt (Red Hat)2014-11-131-0/+2
| * | | | | tracing: Add entry->next_cpu to trace_ctxwake_bin()Jiang Liu2014-11-111-0/+1
| * | | | | tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracerSteven Rostedt (Red Hat)2014-11-113-65/+56
| * | | | | tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()Oleg Nesterov2014-11-111-40/+0
| * | | | | tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_sw...Oleg Nesterov2014-11-112-51/+0
| * | | | | ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)2014-11-111-9/+29
| * | | | | ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)2014-11-111-0/+18
| * | | | | ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)2014-10-311-2/+20
| * | | | | ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)2014-10-311-4/+36
* | | | | | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-1012-424/+205
|\ \ \ \ \ \
| * | | | | | exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov2014-12-101-4/+24
| * | | | | | exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov2014-12-101-0/+2
| * | | | | | exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov2014-12-101-4/+2
| * | | | | | exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov2014-12-101-24/+23
| * | | | | | exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov2014-12-101-0/+3
| * | | | | | exit: reparent: introduce find_alive_thread()Oleg Nesterov2014-12-101-13/+19
| * | | | | | exit: reparent: introduce find_child_reaper()Oleg Nesterov2014-12-101-21/+35
| * | | | | | exit: reparent: document the ->has_child_subreaper checksOleg Nesterov2014-12-101-8/+6
| * | | | | | exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov2014-12-101-5/+3
| * | | | | | exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2014-12-101-2/+4
| * | | | | | exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov2014-12-101-1/+1
| * | | | | | exit: release_task: fix the comment about group leader accountingOleg Nesterov2014-12-101-7/+4
| * | | | | | exit: wait: drop tasklist_lock before psig->c* accountingOleg Nesterov2014-12-101-7/+5
| * | | | | | exit: wait: don't use zombie->real_parentOleg Nesterov2014-12-101-12/+11
| * | | | | | exit: wait: cleanup the ptrace_reparented() checksOleg Nesterov2014-12-101-8/+6
| * | | | | | usermodehelper: kill the kmod_thread_locker logicOleg Nesterov2014-12-101-30/+3
| * | | | | | usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov2014-12-101-9/+3
| * | | | | | printk: drop logbuf_cpu volatile qualifierAlex Elder2014-12-101-1/+1
| * | | | | | printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches2014-12-101-15/+13
| * | | | | | printk: remove used-once early_vprintkJoe Perches2014-12-101-11/+8
| * | | | | | kernel: add panic_on_warnPrarit Bhargava2014-12-103-0/+23
| * | | | | | exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...Oleg Nesterov2014-12-102-26/+7
| * | | | | | exit: reparent: cleanup the usage of reparent_leader()Oleg Nesterov2014-12-101-13/+9
| * | | | | | exit: reparent: cleanup the changing of ->parentOleg Nesterov2014-12-101-8/+5
| * | | | | | exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasksOleg Nesterov2014-12-101-3/+3
| * | | | | | sched_show_task: fix unsafe usage of ->real_parentOleg Nesterov2014-12-101-1/+3
| * | | | | | kernel: res_counter: remove the unused APIJohannes Weiner2014-12-102-212/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-105-6/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'iov_iter' into for-nextAl Viro2014-12-0835-260/+410
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | new helper: audit_file()Al Viro2014-11-191-0/+5
| * | | | | | | kill f_dentry usesAl Viro2014-11-193-3/+3
| * | | | | | | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-032-3/+3