summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-222-1/+2
|\
| *-. Merge branches 'pm-cpufreq', 'pm-pci' and 'pm-sleep'Rafael J. Wysocki2018-08-211-0/+1
| |\ \
| | | * PM / sleep: wakeup: Fix build error caused by missing SRCU supportzhangyi (F)2018-08-151-0/+1
| | |/
| * / sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-08-201-1/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-219-94/+165
|\ \
| * | signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-092-18/+40
| * | fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-032-12/+29
| * | signal: Add calculate_sigpending()Eric W. Biederman2018-08-032-0/+13
| * | fork: Unconditionally exit if a fatal signal is pendingEric W. Biederman2018-07-231-0/+6
| * | fork: Move and describe why the code examines PIDNS_ADDINGEric W. Biederman2018-07-231-4/+7
| * | signal: Push pid type down into complete_signal.Eric W. Biederman2018-07-211-4/+4
| * | signal: Push pid type down into __send_signalEric W. Biederman2018-07-211-6/+6
| * | signal: Push pid type down into send_signalEric W. Biederman2018-07-211-6/+6
| * | signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-5/+5
| * | signal: Pass pid type into group_send_sig_infoEric W. Biederman2018-07-212-5/+8
| * | signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-212-14/+13
| * | posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
| * | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-216-7/+8
| * | pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-28/+40
| * | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-211-7/+8
| * | pids: Move task_pid_type into sched/signal.hEric W. Biederman2018-07-211-8/+0
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-2039-492/+566
|\ \ \
| * | | tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)2018-08-168-8/+8
| * | | tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-1620-102/+20
| * | | tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)2018-08-161-4/+1
| * | | blktrace: Add SPDX License format headerSteven Rostedt (VMware)2018-08-161-13/+1
| * | | tracing: Add -mcount-nop option supportVasily Gorbik2018-08-152-0/+7
| * | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-131-4/+5
| * | | Uprobes: Simplify uprobe_register() bodyRavi Bangoria2018-08-131-33/+36
| * | | tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)2018-08-101-0/+32
| * | | uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)2018-08-101-1/+1
| * | | tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-104-14/+17
| * | | ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King2018-08-101-2/+0
| * | | tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-103-50/+38
| * | | tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)2018-08-101-29/+37
| * | | tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-102-28/+22
| * | | tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)2018-08-061-0/+26
| * | | trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)2018-08-031-2/+2
| * | | tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu2018-08-021-3/+5
| * | | ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva2018-08-011-5/+5
| * | | ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * | | ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * | | tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-012-2/+2
| * | | tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)2018-08-011-1/+1
| * | | ftrace: Add missing check for existing hwlat threadErica Bugden2018-08-011-0/+3
| * | | tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-08-011-1/+3
| * | | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-316-202/+162
| * | | tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-301-1/+15
| * | | lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)2018-07-301-9/+1
| * | | selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers2018-07-304-11/+23