summaryrefslogtreecommitdiff
path: root/include/trace/events
AgeCommit message (Expand)Author
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds
2019-12-01rss_stat: add support to detect RSS updates of external mmJoel Fernandes (Google)
2019-12-01mm: emit tracepoint when RSS changesJoel Fernandes (Google)
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-11-28Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2019-11-25io_uring: improve trace_io_uring_defer() trace pointJens Axboe
2019-11-25Merge tag 'for-5.5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-25writeback: fix -Wformat compilation warningsQian Cai
2019-11-20page_pool: Add API to update numa nodeSaeed Mahameed
2019-11-18page_pool: extend tracepoint to also include the page PFNJesper Dangaard Brouer
2019-11-18page_pool: add destroy attempts counter and rename tracepointJesper Dangaard Brouer
2019-11-18btrfs: rename btrfs_block_group_cacheDavid Sterba
2019-11-18btrfs: add dedicated members for start and length of a block groupDavid Sterba
2019-11-18btrfs: move block_group_item::used to block groupDavid Sterba
2019-11-18btrfs: tracepoints: constify all pointersDavid Sterba
2019-11-18btrfs: tracepoints: drop typecasts from printkDavid Sterba
2019-11-18btrfs: get rid of pointless wtag variable in async-thread.cOmar Sandoval
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16page_pool: do not release pool until inflight == 0.Jonathan Lemon
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo
2019-11-12kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo
2019-11-12writeback: use ino_t for inodes in tracepointsTejun Heo
2019-11-09tcp: remove redundant new line from tcp_event_sk_skbTony Lu
2019-11-08fsi: aspeed: Add trace pointsJoel Stanley
2019-11-08trace: fsi: Print transfer size unsignedAndrew Jeffery
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe
2019-11-05jbd2: Provide trace event for handle restartsJan Kara
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-04io_uring: add completion trace eventJens Axboe
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01io_uring: remove io_uring_add_to_prev() trace eventJens Axboe
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov
2019-10-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-30rcu: Update descriptions for rcu_future_grace_period tracepointPaul E. McKenney
2019-10-30rcu: Update descriptions for rcu_nocb_wake tracepointPaul E. McKenney
2019-10-30rcu: Remove obsolete descriptions for rcu_barrier tracepointPaul E. McKenney
2019-10-29io_uring: replace workqueue usage with io-wqJens Axboe
2019-10-29io_uring: add set of tracing eventsDmitrii Dolgov
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-23Merge tag 'for-5.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-10-22xdp: Fix type of string pointer in __XDP_ACT_SYM_TABBen Dooks (Codethink)