summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)2018-03-101-3/+54
| * | | | | | | | tracing: Add a clock attribute for hist triggersTom Zanussi2018-03-101-3/+39
| * | | | | | | | tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-102-1/+2
| * | | | | | | | tracing: Add 'last error' error facility for hist triggersTom Zanussi2018-03-101-14/+150
| * | | | | | | | tracing: Add hist trigger support for variable reference aliasesTom Zanussi2018-03-101-7/+67
| * | | | | | | | tracing: Add cpu field for hist triggersTom Zanussi2018-03-101-1/+27
| * | | | | | | | tracing: Allow whitespace to surround hist trigger filterTom Zanussi2018-03-101-5/+32
| * | | | | | | | tracing: Add 'onmax' hist trigger action supportTom Zanussi2018-03-101-35/+296
| * | | | | | | | tracing: Add 'onmatch' hist trigger action supportTom Zanussi2018-03-101-13/+475
| * | | | | | | | tracing: Add support for 'field variables'Tom Zanussi2018-03-101-1/+530
| * | | | | | | | tracing: Add support for 'synthetic' eventsTom Zanussi2018-03-101-2/+893
| * | | | | | | | tracing: Add hist trigger action hookTom Zanussi2018-03-101-2/+104
| * | | | | | | | tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-104-16/+656
| * | | | | | | | tracing: Add hist_field 'type' fieldTom Zanussi2018-03-101-0/+33
| * | | | | | | | tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi2018-03-101-34/+57
| * | | | | | | | tracing: Generalize per-element hist trigger dataTom Zanussi2018-03-101-33/+43
| * | | | | | | | tracing: Add simple expression support to hist triggersTom Zanussi2018-03-101-74/+413
| * | | | | | | | tracing: Move get_hist_field_flags()Tom Zanussi2018-03-101-22/+22
| * | | | | | | | tracing: Account for variables in named trigger compatibilityTom Zanussi2018-03-101-1/+6
| * | | | | | | | tracing: Add variable support to hist triggersTom Zanussi2018-03-101-39/+331
| * | | | | | | | tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-103-8/+35
| * | | | | | | | tracing: Add hist_data member to hist_fieldTom Zanussi2018-03-101-5/+9
| * | | | | | | | tracing: Add per-element variable support to tracing_mapTom Zanussi2018-03-102-0/+119
| * | | | | | | | tracing: Add hist trigger timestamp supportTom Zanussi2018-03-101-23/+71
| * | | | | | | | tracing: Break out hist trigger assignment parsingTom Zanussi2018-03-101-21/+51
| * | | | | | | | tracing: Add ring buffer event param to hist field functionsTom Zanussi2018-03-101-15/+24
| * | | | | | | | tracing: Give event triggers access to ring_buffer_eventTom Zanussi2018-03-103-26/+41
| * | | | | | | | tracing: Add timestamp_mode trace fileTom Zanussi2018-03-101-0/+47
| * | | | | | | | ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi2018-03-101-28/+76
| * | | | | | | | ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-103-1/+46
| * | | | | | | | tracing: Remove code which merges duplicatesVedang Patel2018-03-103-95/+6
| * | | | | | | | tracing: Add support to detect and avoid duplicatesVedang Patel2018-03-101-5/+36
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-092-14/+22
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-082-14/+22
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kernel/bpf/syscall: fix warning defined but not usedAnders Roxell2018-04-041-12/+12
| | * | | | | | | | | bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-041-2/+4
| | * | | | | | | | | bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-041-0/+6
* | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-2322-98/+149
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-3/+3
* | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | crash: export paddr_vmcoreinfo_note()Marc-André Lureau2018-03-201-0/+1
* | | | | | | | | | | | | | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-065-52/+94
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-2/+1
| * | | | | | | | | | | | | | audit: link denied should not directly generate PATH recordRichard Guy Briggs2018-03-081-13/+1
| * | | | | | | | | | | | | | audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs2018-03-081-0/+3
| * | | | | | | | | | | | | | audit: do not panic on invalid boot parameterGreg Edwards2018-03-061-7/+14
| * | | | | | | | | | | | | | audit: track the owner of the command mutex ourselvesPaul Moore2018-02-233-16/+61
| * | | | | | | | | | | | | | audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-02-211-0/+2
| * | | | | | | | | | | | | | audit: bail before bug check if audit disabledRichard Guy Briggs2018-02-151-4/+1