summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-105-34/+28
* 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-012-2/+2
* ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)2018-08-012-2/+2
* 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
* tracefs: Annotate tracefs_ops with __ro_after_initZubin Mithra2018-07-311-2/+3
* tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-3112-229/+195
* tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)2018-07-302-9/+47
* lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)2018-07-301-9/+1
* selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-07-302-19/+13
* selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers2018-07-304-11/+23
* tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu2018-07-302-9/+58
* tracing: preemptirq_delay_run() can be statickbuild test robot2018-07-271-1/+1
* tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)2018-07-271-18/+24
* tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu2018-07-262-30/+0
* tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu2018-07-262-6/+0
* tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2018-07-262-6/+3
* kselftests: Add tests for the preemptoff and irqsoff tracersJoel Fernandes (Google)2018-07-262-0/+76
* lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)2018-07-263-0/+88
* tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)2018-07-261-3/+19
* srcu: Add notrace variant of srcu_dereferenceJoel Fernandes (Google)2018-07-261-0/+5
* srcu: Add notrace variants of srcu_read_{lock,unlock}Paul McKenney2018-07-261-0/+17
* kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow2018-07-261-1/+7
* tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)2018-07-251-2/+4
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-07-251-1/+5
* tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov2018-07-251-2/+11
* selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu2018-07-251-0/+28
* ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-253-0/+23
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
* Linux 4.18-rc6v4.18-rc6Linus Torvalds2018-07-221-1/+1
* Merge tag 'nvme-for-4.18' of git://git.infradead.org/nvmeLinus Torvalds2018-07-222-34/+41
|\
| * nvme: fix handling of metadata_len for NVME_IOCTL_IO_CMDRoland Dreier2018-07-201-1/+1
| * nvme: don't enable AEN if not supportedWeiping Zhang2018-07-171-4/+7
| * nvme: ensure forward progress during Admin passthruScott Bauer2018-07-171-24/+26
| * nvme-pci: fix memory leak on probe failureKeith Busch2018-07-121-5/+7
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-07-228-29/+14
|\ \
| * | aio: don't expose __aio_sigset in uapiChristoph Hellwig2018-07-173-6/+6
| * | ocxlflash_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-101-3/+2