summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva
2018-08-01ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)
2018-08-01ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUJoel Fernandes (Google)
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsJoel Fernandes (Google)
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsSnild Dolkow
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-17Mark HI and TASKLET softirq synchronousLinus Torvalds
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli
2018-07-15stop_machine: Disable preemption when waking two stopper threadsIsaac J. Manjarres
2018-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-13Merge tag 'trace-v4.18-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)
2018-07-12bpf: don't leave partial mangled prog in jit_subprogs error pathDaniel Borkmann
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja
2018-07-11Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers
2018-07-10rseq: Use get_user/put_user rather than __get_user/__put_userMathieu Desnoyers
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers
2018-07-10Revert "tick: Prefer a lower rating device only if it's CPU local device"Sudeep Holla