summaryrefslogtreecommitdiff
path: root/include/trace
Commit message (Expand)AuthorAge
* ext4: remove unused metadata accounting variablesEric Whitney2017-07-30
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-12
|\
| * i2c: break out smbus support into separate fileWolfram Sang2017-05-31
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-10
|\ \
| * | mm/oom_kill.c: add tracepoints for oom reaper-related eventsRoman Gushchin2017-07-10
| * | oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACKSteven Rostedt (VMware)2017-07-10
* | | Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-07-10
|\ \ \ | |/ / |/| |
| * | f2fs: split bio cacheJaegeuk Kim2017-05-23
| * | f2fs: remove unnecessary read cases in merged IO flowJaegeuk Kim2017-05-23
* | | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-07
|\ \ \
| * | | fs: new infrastructure for writeback error handling and reportingJeff Layton2017-07-06
| | |/ | |/|
* | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-06
|\ \ \
| * | | tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-13
| * | | tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their valuesJeremy Linton2017-06-13
| * | | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-13
| * | | trace: rename kernel enum section to evalJeremy Linton2017-06-13
| |/ /
* | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-06
|\ \ \
| * | | percpu: add tracepoint support for percpu memoryDennis Zhou2017-06-20
* | | | Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-05
|\ \ \ \
| * | | | btrfs: cleanup unused qgroup trace eventAnand Jain2017-06-19
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-05
|\ \ \ \
| * | | | rxrpc: Add service upgrade support for client connectionsDavid Howells2017-06-05
| |/ / /
* | | | Merge tag 'spi-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2017-07-04
|\ \ \ \
| * | | | spi: Generalize SPI "master" to "controller"Geert Uytterhoeven2017-06-13
| |/ / /
* | | | Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-03
|\ \ \ \
| * | | | drivers/fsi/gpio: Add tracepoints for GPIO masterJeremy Kerr2017-06-09
| * | | | drivers/fsi: Add tracepoints for low-level operationsJeremy Kerr2017-06-09
| |/ / /
* | | | rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney2017-06-08
|/ / /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-05-12
|\ \ \
| * | | trace: thermal: add another parameter 'power' to the tracing functionLukasz Luba2017-05-05
* | | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-10
|\ \ \ \ | |_|/ / |/| | |
| * | | btrfs: qgroup: Add trace point for qgroup reserved spaceQu Wenruo2017-04-18
| * | | Btrfs: add file item tracepointsLiu Bo2017-04-18
| * | | btrfs: convert btrfs_ordered_extent.refs from atomic_t to refcount_tElena Reshetova2017-04-18
| * | | btrfs: convert extent_map.refs from atomic_t to refcount_tElena Reshetova2017-04-18
| |/ /
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-09
|\ \ \
| * | | iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-29
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-08
|\ \ \ | |_|/ |/| |
| * | dax: add tracepoint to dax_insert_mapping()Ross Zwisler2017-05-08
| * | dax: add tracepoint to dax_writeback_one()Ross Zwisler2017-05-08
| * | dax: add tracepoints to dax_writeback_mapping_range()Ross Zwisler2017-05-08
| * | dax: add tracepoints to dax_load_hole()Ross Zwisler2017-05-08
| * | dax: add tracepoints to dax_pfn_mkwrite()Ross Zwisler2017-05-08
| * | dax: add tracepoints to dax_iomap_pte_fault()Ross Zwisler2017-05-08
* | | Merge tag 'for-f2fs-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-05-08
|\ \ \
| * | | f2fs: enhance scalability of trace macroChao Yu2017-05-03
| * | | f2fs: introduce CP_TRIMMED_FLAG to avoid unneeded discardChao Yu2017-05-03
| * | | f2fs: trace __submit_discard_cmdChao Yu2017-04-19
| * | | f2fs: add missing INMEM_REVOKE trace enum definitionChao Yu2017-03-21