summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Have zero size length in filter logic be full stringSteven Rostedt (VMware)2018-05-291-11/+12
* tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-294-2/+29
* tracing: Do not show filter file for ftrace internal eventsSteven Rostedt (VMware)2018-05-291-4/+6
* tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)2018-05-291-1/+1
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-293-3/+4
* tracing: Add __find_event_file() to find event files without restrictionsSteven Rostedt (VMware)2018-05-292-5/+20
* tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-292-6/+4
* tracepoints: Fix the descriptions of tracepoint_probe_register{_prio}Lee, Chun-Yi2018-05-281-2/+1
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-283-8/+25
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-271-2/+3
* tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)2018-05-111-0/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-05-061-19/+44
|\
| * clocksource: Rework stale commentPeter Zijlstra2018-05-021-4/+2
| * clocksource: Consistent de-rate when marking unstablePeter Zijlstra2018-05-021-1/+8
| * clocksource: Initialize cs->wd_listPeter Zijlstra2018-05-021-0/+2
| * clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra2018-05-021-16/+34
* | Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-042-3/+3
|\ \
| * | tracing: Fix the file mode of stack tracerZhengyuan Liu2018-05-031-1/+1
| * | ftrace: Have set_graph_* files have normal file modesChen LinX2018-05-031-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-033-29/+77
|\ \ \
| * | | bpf: sockmap, fix error handling in redirect failuresJohn Fastabend2018-05-021-16/+12
| * | | bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend2018-05-021-4/+11
| * | | bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend2018-05-021-2/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-253-7/+51
| |\ \ \
| | * | | bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1
| | * | | bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
| | * | | bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-243-5/+6
* | | | | Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-024-27/+31
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-04-301-2/+2
| * | | tracing: Add field modifier parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
| * | | tracing: Add field parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
| * | | tracing: Restore proper field flag printing when displaying triggersTom Zanussi2018-04-261-0/+10
| * | | tracing: Remove igrab() iput() call from uprobes.cSong Liu2018-04-261-4/+3
| * | | tracing: Fix bad use of igrab in trace_uprobe.cSong Liu2018-04-261-21/+14
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-299-90/+75
|\ \ \ \
| * | | | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-269-85/+70
| * | | | tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-04-261-5/+5
* | | | | Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-271-1/+2
|\ \ \ \ \
| * | | | | module: Fix display of wrong module .text addressThomas Richter2018-04-181-1/+2
* | | | | | Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-271-19/+1
|\ \ \ \ \ \
| * | | | | | staging: irda: remove remaining remants of irda code removalGreg Kroah-Hartman2018-04-161-19/+1
| |/ / / / /
* | | | | | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-263-9/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | tracing: Fix missing tab for hwlat_detector print formatPeter Xu2018-04-251-1/+1
| * | | | kprobes: Fix random address output of blacklist fileThomas Richter2018-04-251-1/+1
| * | | | tracing: Fix kernel crash while using empty filter with perfRavi Bangoria2018-04-251-7/+7
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-243-23/+50
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-223-23/+50
| |\ \
| | * | bpf: sockmap remove dead checkJann Horn2018-04-201-3/+0
| | * | bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-112-20/+50
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-223-14/+8
|\ \ \ \
OpenPOWER on IntegriCloud