Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | ring-buffer: Add nesting for adding events within events | Steven Rostedt (VMware) | 2018-03-10 | 1 | -3/+54 | |
| * | | | | | | | | tracing: Add a clock attribute for hist triggers | Tom Zanussi | 2018-03-10 | 1 | -3/+39 | |
| * | | | | | | | | tracing: Make tracing_set_clock() non-static | Tom Zanussi | 2018-03-10 | 2 | -1/+2 | |
| * | | | | | | | | tracing: Add 'last error' error facility for hist triggers | Tom Zanussi | 2018-03-10 | 1 | -14/+150 | |
| * | | | | | | | | tracing: Add hist trigger support for variable reference aliases | Tom Zanussi | 2018-03-10 | 1 | -7/+67 | |
| * | | | | | | | | tracing: Add cpu field for hist triggers | Tom Zanussi | 2018-03-10 | 1 | -1/+27 | |
| * | | | | | | | | tracing: Allow whitespace to surround hist trigger filter | Tom Zanussi | 2018-03-10 | 1 | -5/+32 | |
| * | | | | | | | | tracing: Add 'onmax' hist trigger action support | Tom Zanussi | 2018-03-10 | 1 | -35/+296 | |
| * | | | | | | | | tracing: Add 'onmatch' hist trigger action support | Tom Zanussi | 2018-03-10 | 1 | -13/+475 | |
| * | | | | | | | | tracing: Add support for 'field variables' | Tom Zanussi | 2018-03-10 | 1 | -1/+530 | |
| * | | | | | | | | tracing: Add support for 'synthetic' events | Tom Zanussi | 2018-03-10 | 1 | -2/+893 | |
| * | | | | | | | | tracing: Add hist trigger action hook | Tom Zanussi | 2018-03-10 | 1 | -2/+104 | |
| * | | | | | | | | tracing: Add variable reference handling to hist triggers | Tom Zanussi | 2018-03-10 | 4 | -16/+656 | |
| * | | | | | | | | tracing: Add hist_field 'type' field | Tom Zanussi | 2018-03-10 | 1 | -0/+33 | |
| * | | | | | | | | tracing: Pass tracing_map_elt to hist_field accessor functions | Tom Zanussi | 2018-03-10 | 1 | -34/+57 | |
| * | | | | | | | | tracing: Generalize per-element hist trigger data | Tom Zanussi | 2018-03-10 | 1 | -33/+43 | |
| * | | | | | | | | tracing: Add simple expression support to hist triggers | Tom Zanussi | 2018-03-10 | 1 | -74/+413 | |
| * | | | | | | | | tracing: Move get_hist_field_flags() | Tom Zanussi | 2018-03-10 | 1 | -22/+22 | |
| * | | | | | | | | tracing: Account for variables in named trigger compatibility | Tom Zanussi | 2018-03-10 | 1 | -1/+6 | |
| * | | | | | | | | tracing: Add variable support to hist triggers | Tom Zanussi | 2018-03-10 | 1 | -39/+331 | |
| * | | | | | | | | tracing: Add usecs modifier for hist trigger timestamps | Tom Zanussi | 2018-03-10 | 3 | -8/+35 | |
| * | | | | | | | | tracing: Add hist_data member to hist_field | Tom Zanussi | 2018-03-10 | 1 | -5/+9 | |
| * | | | | | | | | tracing: Add per-element variable support to tracing_map | Tom Zanussi | 2018-03-10 | 2 | -0/+119 | |
| * | | | | | | | | tracing: Add hist trigger timestamp support | Tom Zanussi | 2018-03-10 | 1 | -23/+71 | |
| * | | | | | | | | tracing: Break out hist trigger assignment parsing | Tom Zanussi | 2018-03-10 | 1 | -21/+51 | |
| * | | | | | | | | tracing: Add ring buffer event param to hist field functions | Tom Zanussi | 2018-03-10 | 1 | -15/+24 | |
| * | | | | | | | | tracing: Give event triggers access to ring_buffer_event | Tom Zanussi | 2018-03-10 | 3 | -26/+41 | |
| * | | | | | | | | tracing: Add timestamp_mode trace file | Tom Zanussi | 2018-03-10 | 1 | -0/+47 | |
| * | | | | | | | | ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP | Tom Zanussi | 2018-03-10 | 1 | -28/+76 | |
| * | | | | | | | | ring-buffer: Add interface for setting absolute time stamps | Tom Zanussi | 2018-03-10 | 3 | -1/+46 | |
| * | | | | | | | | tracing: Remove code which merges duplicates | Vedang Patel | 2018-03-10 | 3 | -95/+6 | |
| * | | | | | | | | tracing: Add support to detect and avoid duplicates | Vedang Patel | 2018-03-10 | 1 | -5/+36 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-04-09 | 2 | -14/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-04-08 | 2 | -14/+22 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | kernel/bpf/syscall: fix warning defined but not used | Anders Roxell | 2018-04-04 | 1 | -12/+12 | |
| | * | | | | | | | | | bpf: sockmap, duplicates release calls may NULL sk_prot | John Fastabend | 2018-04-04 | 1 | -2/+4 | |
| | * | | | | | | | | | bpf: sockmap, free memory on sock close with cork data | John Fastabend | 2018-04-04 | 1 | -0/+6 | |
* | | | | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-04-07 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge tag 'v4.16-rc6' into next-general | James Morris | 2018-03-23 | 22 | -98/+149 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as... | Stephen Smalley | 2018-03-07 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2018-04-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | crash: export paddr_vmcoreinfo_note() | Marc-André Lureau | 2018-03-20 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-06 | 5 | -52/+94 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | audit: remove path param from link denied function | Richard Guy Briggs | 2018-03-21 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | audit: link denied should not directly generate PATH record | Richard Guy Briggs | 2018-03-08 | 1 | -13/+1 | |
| * | | | | | | | | | | | | | | audit: make ANOM_LINK obey audit_enabled and audit_dummy_context | Richard Guy Briggs | 2018-03-08 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | audit: do not panic on invalid boot parameter | Greg Edwards | 2018-03-06 | 1 | -7/+14 | |
| * | | | | | | | | | | | | | | audit: track the owner of the command mutex ourselves | Paul Moore | 2018-02-23 | 3 | -16/+61 | |
| * | | | | | | | | | | | | | | audit: return on memory error to avoid null pointer dereference | Richard Guy Briggs | 2018-02-21 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | audit: bail before bug check if audit disabled | Richard Guy Briggs | 2018-02-15 | 1 | -4/+1 |