aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)2021-04-152-0/+38
* tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)2021-04-152-0/+13
* tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)2021-04-153-0/+73
* tracing: Define static void trace_print_time()Yordan Karadzhov (VMware)2021-04-151-9/+17
* ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)2021-04-011-8/+2
* ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2021-04-011-18/+17
* tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)2021-04-013-6/+6
* tracing: Remove duplicate struct declaration in trace_events.hWan Jiabing2021-04-011-1/+0
* Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)2021-04-012-4/+8
|\
| * tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-011-1/+2
| * ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-03-301-3/+6
* | tracing: Update create_system_filter() kernel-doc commentQiujun Huang2021-03-251-2/+3
* | tracing: A minor cleanup for create_system_filter()Qiujun Huang2021-03-251-4/+3
* | kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury2021-03-241-1/+1
* | tracing: Fix various typos in commentsIngo Molnar2021-03-2332-59/+60
* | scripts/recordmcount.pl: Make vim and emacs indent the sameSteven Rostedt (VMware)2021-03-221-0/+2
* | scripts/recordmcount.pl: Make indent spacing consistentSteven Rostedt (VMware)2021-03-221-12/+12
* | tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)2021-03-184-1/+215
* | seq_buf: Add seq_buf_terminate() APISteven Rostedt (VMware)2021-03-181-0/+25
* | tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)2021-03-181-0/+210
* | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-183-3/+3
* | tools/latency-collector: Remove unneeded semicolonXu Wang2021-03-181-2/+2
* | bootconfig: Update prototype of setup_boot_config()Cao jin2021-03-181-3/+3
* | tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)2021-03-182-0/+9
* | ring-buffer: Add verifier for using ring_buffer_event_time_stamp()Steven Rostedt (VMware)2021-03-181-4/+52
* | tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)2021-03-183-21/+17
* | ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)2021-03-183-17/+48
* | tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-185-53/+95
* | ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)2021-03-181-1/+10
* | ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)2021-03-181-18/+23
|/
* workqueue/tracing: Copy workqueue name to buffer in trace eventSteven Rostedt (VMware)2021-03-181-3/+3
* Linux 5.12-rc3Linus Torvalds2021-03-141-1/+1
* prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan2021-03-141-1/+1
* Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-147-18/+8
|\
| * Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-03-1411444-286202/+488784
| |\
| | * irqchip/ingenic: Add support for the JZ4760Paul Cercueil2021-03-092-0/+2
| | * dt-bindings/irq: Add compatible string for the JZ4760BPaul Cercueil2021-03-091-0/+1
| | * irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLERMarc Zyngier2021-03-081-9/+0
| | * ARM: ep93xx: Select GENERIC_IRQ_MULTI_HANDLER directlyMarc Zyngier2021-03-081-0/+1
| | * irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman2021-03-082-9/+4
* | | Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-141-21/+39
|\ \ \
| * | | hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-081-21/+39
| | |/ | |/|
* | | Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-142-67/+63
|\ \ \
| * | | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
| * | | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
| * | | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
| * | | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
| * | | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
| * | | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
| * | | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
| |/ /