aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-15tracing: Add -mcount-nop option supportVasily Gorbik2-0/+7
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria1-4/+5
2018-08-13Uprobes: Simplify uprobe_register() bodyRavi Bangoria1-33/+36
2018-08-10tracepoints: Free early tracepoints after RCU is initializedSteven Rostedt (VMware)1-0/+32
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)1-1/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister()Steven Rostedt (VMware)4-14/+17
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King1-2/+0
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and unify their usage"Steven Rostedt (VMware)3-50/+38
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)1-29/+37
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"Steven Rostedt (VMware)2-28/+22
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)1-0/+26
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)1-2/+2
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu1-3/+5
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva1-5/+5
2018-08-01ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-01ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2-2/+2
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)1-1/+1
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden1-0/+3
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)6-202/+162
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)1-1/+15
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)1-9/+1
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers4-11/+23
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu2-9/+58
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot1-1/+1
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)1-18/+24
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu1-24/+0
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu2-6/+0
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2-6/+3
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)3-0/+88
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)1-3/+19
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow1-1/+7
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)1-2/+4
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)1-1/+5
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov1-2/+11
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2-0/+22
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)1-4/+8
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+15
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-2/+8
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds1-3/+7
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-3/+18
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-42/+69
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds1-4/+8
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres1-1/+5
2018-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+25
2018-07-13Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+7
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2-6/+7