summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-04-15ftrace: Reuse the output of the function tracer for func_repeatsSteven Rostedt (VMware)-10/+13
2021-04-15tracing: Add "func_no_repeats" option for function tracingYordan Karadzhov (VMware)-3/+159
2021-04-15tracing: Unify the logic for function tracing optionsYordan Karadzhov (VMware)-27/+38
2021-04-15tracing: Add method for recording "func_repeats" eventsYordan Karadzhov (VMware)-0/+38
2021-04-15tracing: Add "last_func_repeats" to struct trace_arrayYordan Karadzhov (VMware)-0/+13
2021-04-15tracing: Define new ftrace event "func_repeats"Yordan Karadzhov (VMware)-0/+73
2021-04-15tracing: Define static void trace_print_time()Yordan Karadzhov (VMware)-9/+17
2021-04-01ftrace: Simplify the calculation of page number for ftrace_page->records some...Steven Rostedt (VMware)-8/+2
2021-04-01ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds-18/+17
2021-04-01tracing: Remove unused argument from "ring_buffer_time_stamp()Yordan Karadzhov (VMware)-5/+5
2021-04-01Merge branch 'trace/ftrace/urgent' into HEADSteven Rostedt (VMware)-4/+8
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)-1/+2
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)-3/+6
2021-03-25tracing: Update create_system_filter() kernel-doc commentQiujun Huang-2/+3
2021-03-25tracing: A minor cleanup for create_system_filter()Qiujun Huang-4/+3
2021-03-24kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar-44/+45
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)-1/+215
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)-0/+210
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)-0/+9
2021-03-18ring-buffer: Add verifier for using ring_buffer_event_time_stamp()Steven Rostedt (VMware)-4/+52
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)-21/+17
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)-16/+46
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)-51/+92
2021-03-18ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)-1/+10
2021-03-18ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)-18/+23
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan-1/+1
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+4
2021-03-14Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+39
2021-03-14Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-67/+63
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+4
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+38
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+8
2021-03-13mm/fork: clear PASID for new mmFenghua Yu-0/+8
2021-03-12Merge tag 'io_uring-5.12-2021-03-12' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+1
2021-03-10kernel: make IO threads unfreezable by defaultJens Axboe-0/+1
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-35/+64
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman-5/+4
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen-21/+39
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang-4/+38
2021-03-06static_call: Fix the module key fixupPeter Zijlstra-3/+4
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers-3/+1
2021-03-06sched: Simplify set_affinity_pending refcountsPeter Zijlstra-12/+20
2021-03-06sched: Fix affine_move_task() self-concurrencyPeter Zijlstra-3/+12
2021-03-06sched: Optimize migration_cpu_stop()Peter Zijlstra-1/+12
2021-03-06sched: Collate affine_move_task() stoppersPeter Zijlstra-15/+8
2021-03-06sched: Simplify migration_cpu_stop()Peter Zijlstra-48/+8
2021-03-06sched: Fix migration_cpu_stop() requeueingPeter Zijlstra-11/+28
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+30
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman-1/+22