summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-231-16/+13
* include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai2021-02-231-18/+20
* scsi: target: core: Add CONTROL field for trace eventsRoman Bolshakov2020-10-291-6/+6
* writeback: Fix sync livelock due to b_dirty_time processingJan Kara2020-09-031-7/+6
* tracing: xen: Ordered comparison of function pointersChangbin Du2020-01-291-1/+5
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+20
* tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...Anna-Maria Gleixner2018-05-301-4/+16
* tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)2018-05-221-16/+0
* clk: fix a panic error caused by accessing NULL pointerCai Li2018-02-251-2/+2
* KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li2018-01-171-2/+5
* SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_statusTrond Myklebust2017-11-301-7/+10
* tracing: Add #undef to fix compile errorRik van Riel2017-03-181-0/+1
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2017-01-261-1/+2
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2017-01-261-7/+9
* btrfs: fix crash when tracepoint arguments are freed by wq callbacksDavid Sterba2017-01-191-9/+13
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-0/+163
|\
| * cgroup: add tracepoints for basic operationsTejun Heo2016-08-101-0/+163
* | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \
| * | irq: Fix typo in tracepoint.xmlMasanari Iida2016-09-291-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-0/+30
|\ \ \
| * | | HID: intel-ish-hid: ipc layerSrinivas Pandruvada2016-08-171-0/+30
* | | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-061-11/+7
|\ \ \ \
| * | | | f2fs: clean up bio cache traceChao Yu2016-08-241-11/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-0/+625
|\ \ \ \ \
| * | | | | rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-12/+13
| * | | | | rxrpc: Actually display the tx_data trace retransmission noteDavid Howells2016-09-301-1/+2
| * | | | | rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-2/+4
| * | | | | rxrpc: Implement slow-startDavid Howells2016-09-241-0/+45
| * | | | | rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+27
| * | | | | rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-2/+40
| * | | | | rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-0/+21
| * | | | | rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-231-8/+42
| * | | | | rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-0/+36
| * | | | | rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-0/+61
| * | | | | rxrpc: Improve skb tracingDavid Howells2016-09-171-8/+4
| * | | | | rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-171-0/+34
| * | | | | rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+33
| * | | | | rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-171-0/+30
| * | | | | rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-171-0/+26
| * | | | | rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-0/+26
| * | | | | rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+60
| * | | | | rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-2/+3
| * | | | | rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-0/+38
| * | | | | rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-081-7/+3
| * | | | | rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-0/+29
| * | | | | rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-8/+3
| * | | | | rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-0/+39
| * | | | | rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+56
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-0/+28
|\ \ \ \ \