summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-101-1/+0Star
|\
| * iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-1/+0Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-0/+130
|\ \
| * | dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-091-0/+30
| * | dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-091-0/+24
| * | dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-091-0/+32
| * | dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-091-0/+1
| * | dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-091-0/+2
| * | dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-091-0/+41
* | | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-081-21/+41
|\ \ \
| * | | f2fs: enhance scalability of trace macroChao Yu2017-05-041-16/+14Star
| * | | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-031-1/+3
| * | | f2fs: trace __submit_discard_cmdChao Yu2017-04-191-1/+15
| * | | f2fs: add missing INMEM_REVOKE trace enum definitionChao Yu2017-03-221-0/+1
| * | | f2fs: make sure trace all f2fs_issue_flushKinglong Mee2017-03-221-4/+7
| * | | f2fs: fix stale ATOMIC_WRITTEN_PAGE private pointerJaegeuk Kim2017-03-221-0/+2
| | |/ | |/|
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-05-081-0/+74
|\ \ \ | |_|/ |/| |
| * | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+74
| |/
* | Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-061-0/+1
|\ \
| * | [media] v4l: Add metadata buffer type and formatLaurent Pinchart2017-04-151-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-032-3/+108
|\ \
| * | bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-3/+7
| * | rxrpc: Trace client call connectionDavid Howells2017-04-061-0/+26
| * | rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+27
| * | rxrpc: Trace received abortsDavid Howells2017-04-061-0/+24
| * | rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-061-0/+24
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-14/+14
|\ \
| * | x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-14/+14
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-021-7/+9
|\ \
| * | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-7/+9
| |/
* | block: remove the errors field from struct requestChristoph Hellwig2017-04-201-10/+7Star
* | blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig2017-04-201-34/+10Star
|/
* Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-071-0/+1
|\
| * tracing: Add #undef to fix compile errorRik van Riel2017-03-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-051-0/+2
|\ \
| * | rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-011-0/+2
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | | Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-021-56/+95
|\ \ \ | |/ / |/| |
| * | f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-02-271-0/+7
| * | f2fs: trace victim's cost selectecd by f2fs_gcJaegeuk Kim2017-02-231-2/+6
| * | f2fs: show actual device info in tracepointsJaegeuk Kim2017-02-231-23/+26
| * | f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-02-231-0/+1
| * | f2fs: add submit_bio tracepointJaegeuk Kim2017-01-291-15/+30
| * | f2fs: fix wrong tracepoints for op and op_flagsJaegeuk Kim2017-01-291-16/+25
* | | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-2/+12
|\ \ \ | | |/ | |/|
| * | timers: Make flags output in the timer_start tracepoint usefulThomas Gleixner2017-02-151-2/+12
* | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-251-1/+1
|\ \ \
| * | | btrfs: Make btrfs_ino take a struct btrfs_inodeNikolay Borisov2017-02-141-1/+1
| | |/ | |/|
* | | mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-251-1/+1
* | | mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko2017-02-231-0/+40