summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Make trace_get_fields() globalCong Wang2019-07-161-8/+0
* tracing: Let filter_assign_type() detect FILTER_PTR_STRINGCong Wang2019-07-161-0/+3
* tracing: Pass type into tracing_generic_entry_update()Cong Wang2019-07-162-6/+5
* tracing/kprobe: Check registered state using kprobeMasami Hiramatsu2019-07-162-14/+15
* tracing/probe: Add trace_event_call accesses APIsMasami Hiramatsu2019-07-164-28/+40
* tracing/probe: Add probe event name and group name accesses APIsMasami Hiramatsu2019-07-163-23/+33
* tracing/probe: Add trace flag access APIs for trace_probeMasami Hiramatsu2019-07-164-23/+41
* tracing/probe: Add trace_event_file access APIs for trace_probeMasami Hiramatsu2019-07-164-101/+109
* tracing/probe: Add trace_event_call register API for trace_probeMasami Hiramatsu2019-07-164-36/+28
* tracing/probe: Add trace_probe init and free functionsMasami Hiramatsu2019-07-164-58/+58
* tracing/uprobe: Set print format when parsing commandMasami Hiramatsu2019-07-161-18/+7
* tracing/kprobe: Set print format right after parsed commandMasami Hiramatsu2019-07-161-16/+9
* kprobes: Fix to init kprobes in subsys_initcallMasami Hiramatsu2019-07-161-1/+1
* tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-06-171-2/+2
* ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)2019-05-281-13/+4
* ftrace: Enable trampoline when rec count returns back to oneCheng Jian2019-05-251-13/+15
* tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)2019-05-251-0/+8
* tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2019-05-252-2/+12
* tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu2019-05-251-0/+54
* kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu2019-05-251-2/+1
* tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu2019-05-251-1/+3
* tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke2019-05-251-1/+1
* tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-256-14/+53
* tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-256-8/+77
* ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)2019-05-251-10/+10
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-253-10/+20
* kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala2019-05-221-1/+0
* tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi2019-05-211-0/+6
* tracing: Check keys for variable references in expressions tooTom Zanussi2019-05-211-2/+2
* tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-05-211-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-192-2/+16
|\
| * panic: add an option to replay all the printk message in bufferFeng Tang2019-05-182-2/+16
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-193-1/+31
|\ \ | |/ |/|
| * Merge tag 'irqchip-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-05-0625-152/+295
| |\
| | * genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall2019-05-031-0/+3
| | * genirq: Introduce irq_chip_{request,release}_resource_parent() apisLokesh Vutla2019-05-011-0/+27
| | * irq/irqdomain: Fix typo in the comment on top of __irq_domain_alloc_irqs()Julien Grall2019-04-291-1/+1
* | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-161-0/+1
|\ \ \
| * | | signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin2019-05-161-0/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-161-1/+1
|\ \ \ \
| * | | | ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-05-091-1/+1
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-05-161-15/+31
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | locking/rwsem: Prevent decrement of reader count before incrementWaiman Long2019-05-071-15/+31
* | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-1519-400/+998
|\ \ \ \ \
| * | | | | livepatch: Remove klp_check_compiler_support()Jiri Kosina2019-05-101-8/+0
| * | | | | tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)2019-05-081-1/+1
| * | | | | tracing: Replace kzalloc with kcallocGustavo A. R. Silva2019-05-081-2/+2
| * | | | | tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-081-3/+0
| * | | | | tracing: Allow RCU to run between postponed startup testsAnders Roxell2019-05-081-0/+4
| * | | | | tracing: Fix white space issues in parse_pred() functionColin Ian King2019-05-081-24/+24