summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/user_events: Use write ABI in exampleBeau Belgrave2023-03-291-37/+8
* tracing/user_events: Add ABI self-testBeau Belgrave2023-03-292-1/+227
* tracing/user_events: Update self-tests to write ABIBeau Belgrave2023-03-292-89/+96
* tracing/user_events: Add ioctl for disabling addressesBeau Belgrave2023-03-292-2/+119
* tracing/user_events: Fixup enable faults asynclyBeau Belgrave2023-03-291-6/+114
* tracing/user_events: Use remote writes for event enablementBeau Belgrave2023-03-294-142/+517
* tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-295-0/+29
* tracing/user_events: Split header into uapi and kernelBeau Belgrave2023-03-293-51/+54
* tracing: Add "fields" option to show raw trace event fieldsSteven Rostedt (Google)2023-03-295-2/+183
* tools/kvm_stat: use canonical ftrace pathRoss Zwisler2023-03-291-1/+1
* leaking_addresses: also skip canonical ftrace pathRoss Zwisler2023-03-291-0/+1
* selftests: use canonical ftrace pathRoss Zwisler2023-03-294-12/+12
* docs: tracing: Update fprobe documentationMasami Hiramatsu (Google)2023-03-291-4/+12
* lib/test_fprobe: Add a testcase for skipping exit_handlerMasami Hiramatsu (Google)2023-03-291-1/+25
* fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2023-03-295-13/+32
* lib/test_fprobe: Add a test case for nr_maxactiveMasami Hiramatsu (Google)2023-03-291-0/+42
* fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)2023-03-292-1/+6
* lib/test_fprobe: Add private entry_data testcasesMasami Hiramatsu (Google)2023-03-291-0/+30
* fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-03-295-14/+29
* ftrace: Show a list of all functions that have ever been enabledSteven Rostedt (Google)2023-03-212-6/+50
* ring_buffer: Use try_cmpxchg instead of cmpxchgUros Bizjak2023-03-211-4/+4
* ring_buffer: Change some static functions to boolUros Bizjak2023-03-211-24/+23
* ring_buffer: Change some static functions to voidUros Bizjak2023-03-211-15/+7
* ftrace: selftest: remove broken trace_direct_trampMark Rutland2023-03-215-10/+18
* ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGSFlorent Revest2023-03-213-2/+8
* ftrace: Store direct called addresses in their opsFlorent Revest2023-03-212-2/+8
* ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIsFlorent Revest2023-03-2110-54/+55
* ftrace: Remove the legacy _ftrace_direct APIFlorent Revest2023-03-212-425/+0
* ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multiFlorent Revest2023-03-214-18/+28
* ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()Florent Revest2023-03-215-8/+12
* Linux 6.3-rc3v6.3-rc3Linus Torvalds2023-03-191-1/+1
* Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-03-196-17/+16
|\
| * tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin2023-03-191-2/+2
| * ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka2023-03-191-4/+0
| * tracing: Make splice_read available againSung-hun Kim2023-03-191-0/+2
| * ftrace: Set direct_ops storage-class-specifier to staticTom Rix2023-03-191-1/+1
| * trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo2023-03-191-0/+4
| * trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo2023-03-191-3/+0
| * tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix2023-03-191-5/+5
| * tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev2023-03-191-2/+2
* | Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-198-23/+30
|\ \
| * | tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
| * | serial: qcom-geni: drop bogus uart_write_wakeup()Johan Hovold2023-03-091-4/+0
| * | serial: qcom-geni: fix mapping of empty DMA bufferJohan Hovold2023-03-091-0/+3
| * | serial: qcom-geni: fix DMA mapping leak on shutdownJohan Hovold2023-03-091-1/+1
| * | serial: qcom-geni: fix console shutdown hangJohan Hovold2023-03-091-0/+4
| * | serdev: Set fwnode for serdev devicesSaravana Kannan2023-03-091-1/+1
| * | tty: serial: fsl_lpuart: fix race on RX DMA shutdownAlexander Sverdlin2023-03-091-8/+3
| * | serial: 8250_pci1xxxx: Disable SERIAL_8250_PCI1XXXX config by defaultKumaravel Thiagarajan2023-03-091-1/+0
| * | serial: 8250_fsl: fix handle_irq lockingJohan Hovold2023-03-091-2/+2