1. 70816f4 sched/debug: Use symbolic names for task state constants by Uwe Kleine-König · 6 years ago
  2. e1e5fa7 sched, trace: Fix prev_state output in sched_switch tracepoint by Pavankumar Kondeti · 6 years ago
  3. dbffc91 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 6 years ago
  4. 13f1274 sched/debug: Fix task state recording/printout by Thomas Gleixner · 7 years ago
  5. 7cf346d sched, tracing: Fix trace_sched_pi_setprio() for deboosting by Sebastian Andrzej Siewior · 7 years ago
  6. 9a19a93 tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all} by Steven Rostedt (VMware) · 7 years ago
  7. a5a8ca7 tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account by Anna-Maria Gleixner · 7 years ago
  8. fcc71c9 mmc: core: Fix tracepoint print of blk_addr and blksz by Adrian Hunter · 7 years ago
  9. 30fe9f0 clk: fix a panic error caused by accessing NULL pointer by Cai Li · 7 years ago
  10. 2dc548c trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list by Xie XiuQi · 7 years ago
  11. 208beef x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[user|kernel]() by Andy Lutomirski · 7 years ago
  12. b9870f8 kmemcheck: remove whats left of NOTRACK flags by Levin, Alexander (Sasha Levin) · 7 years ago
  13. 1392633 rxrpc: Fix service endpoint expiry by David Howells · 7 years ago
  14. 653c41a KVM: Fix stack-out-of-bounds read in write_mmio by Wanpeng Li · 7 years ago
  15. 210ecdf SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status by Trond Myklebust · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. 8ef9925 sched/debug: Add explicit TASK_PARKED printing by Peter Zijlstra · 7 years ago
  18. 06eb618 sched/debug: Add explicit TASK_IDLE printing by Peter Zijlstra · 7 years ago
  19. efb40f5 sched/tracing: Fix trace_sched_switch task-state printing by Peter Zijlstra · 7 years ago
  20. 48bddb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  21. 9db5959 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  22. 488e32f KVM: trace events: update list of exit reasons by Ladi Prosek · 7 years ago
  23. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  24. 80a0d64 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. 6d8ef53 Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 7 years ago
  26. 96c5508 xdp: implement xdp_redirect_map for generic XDP by Jesper Dangaard Brouer · 7 years ago
  27. f8e9ec1 block: tolerate tracing of NULL bio by Greg Thelen · 7 years ago
  28. 66ba772 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  29. 15d8ffc Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  30. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  31. 3ee31b8 Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  32. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  33. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  34. 91d25ba dax: use common 4k zero page for dax mmap reads by Ross Zwisler · 7 years ago
  35. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  36. e3cfddd bridge: add tracepoint in br_fdb_update by Roopa Prabhu · 7 years ago
  37. a0e4fd1 xen: remove not used trace functions by Juergen Gross · 8 years ago
  38. 882bbe5 xen: remove unused function xen_set_domain_pte() by Juergen Gross · 8 years ago
  39. d2f8225 mmc: core: Add members to mmc_request and mmc_data for CQE's by Adrian Hunter · 8 years ago
  40. b74fd30 bridge: fdb add and delete tracepoints by Roopa Prabhu · 7 years ago
  41. 59a3089 xdp: separate xdp_redirect tracepoint in map case by Jesper Dangaard Brouer · 7 years ago
  42. f5836ca xdp: separate xdp_redirect tracepoint in error case by Jesper Dangaard Brouer · 7 years ago
  43. b06337d xdp: make xdp tracepoints report bpf prog id instead of prog_tag by Jesper Dangaard Brouer · 7 years ago
  44. 8d3b778 xdp: tracepoint xdp_redirect also need a map argument by Jesper Dangaard Brouer · 7 years ago
  45. c31e5a4 xdp: remove redundant argument to trace_xdp_redirect by Jesper Dangaard Brouer · 7 years ago
  46. 315ec39 xdp: get tracepoints xdp_exception and xdp_redirect in sync by Jesper Dangaard Brouer · 7 years ago
  47. a873585 xdp: remove net_device names from xdp_redirect tracepoint by Jesper Dangaard Brouer · 7 years ago
  48. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  49. c56f16d f2fs: add tracepoint for f2fs_gc by Chao Yu · 8 years ago
  50. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  51. 4c03bdd xdp: adjust xdp redirect tracepoint to include return error code by Jesper Dangaard Brouer · 8 years ago
  52. b94417e btrfs: use BTRFS_FSID_SIZE for fsid by Anand Jain · 8 years ago
  53. e543002 qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBs by Jesper Dangaard Brouer · 8 years ago
  54. 7bdd627 btrfs: Remove redundant argument of flush_space by Nikolay Borisov · 8 years ago
  55. 0014275 btrfs: backref, add tracepoints for prelim_ref insertion and merging by Jeff Mahoney · 8 years ago
  56. 9a35b63 btrfs: constify tracepoint arguments by Jeff Mahoney · 8 years ago
  57. b8c502b f2fs: fix potential overflow when adjusting GC cycle by Chao Yu · 8 years ago
  58. fde6af4 Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by David S. Miller · 8 years ago
  59. a627b0a ext4: remove unused metadata accounting variables by Eric Whitney · 8 years ago
  60. c53cd49 kernfs: introduce kernfs_node_id by Shaohua Li · 8 years ago
  61. b3c9831 rcutorture: Place event-traced strings into trace buffer by Paul E. McKenney · 8 years ago
  62. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 5acaee0 xdp: add trace event for xdp redirect by John Fastabend · 8 years ago
  64. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 8 years ago
  65. 235b84f Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  66. 9967468 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  67. 422580c mm/oom_kill.c: add tracepoints for oom reaper-related events by Roman Gushchin · 8 years ago
  68. 7ab0e50 oom, trace: remove ENUM evaluation of COMPACTION_FEEDBACK by Steven Rostedt (VMware) · 8 years ago
  69. 5cdd4c0 Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  70. 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 8 years ago
  71. 2074006 Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  72. a4c20b9 Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  73. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 8 years ago
  74. 8c27cb3 Merge branch 'for-4.13-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 8 years ago
  75. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  76. b39de27 Merge tag 'spi-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  77. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  78. df95e79 percpu: add tracepoint support for percpu memory by Dennis Zhou · 8 years ago
  79. 62b163f btrfs: cleanup unused qgroup trace event by Anand Jain · 8 years ago
  80. ff910cf tracing: Add TRACE_DEFINE_SIZEOF() macros by Jeremy Linton · 8 years ago
  81. 4f0dfd7 tracing: define TRACE_DEFINE_SIZEOF() macro to map sizeof's to their values by Jeremy Linton · 8 years ago
  82. 00f4b65 trace: rename trace_enum_map to trace_eval_map by Jeremy Linton · 8 years ago
  83. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  84. 8caab75 spi: Generalize SPI "master" to "controller" by Geert Uytterhoeven · 8 years ago
  85. 1247cf7 drivers/fsi/gpio: Add tracepoints for GPIO master by Jeremy Kerr · 8 years ago
  86. 66433b0 drivers/fsi: Add tracepoints for low-level operations by Jeremy Kerr · 8 years ago
  87. f92c734 rcu: Prevent rcu_barrier() from starting needless grace periods by Paul E. McKenney · 8 years ago
  88. 4e25572 rxrpc: Add service upgrade support for client connections by David Howells · 8 years ago
  89. 22c78d1 i2c: break out smbus support into separate file by Wolfram Sang · 8 years ago
  90. a912b54 f2fs: split bio cache by Jaegeuk Kim · 8 years ago
  91. b9109b0 f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 8 years ago
  92. 6a776e4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  93. 1176032 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  94. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  95. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  96. b444073 dax: add tracepoint to dax_insert_mapping() by Ross Zwisler · 8 years ago
  97. f9bc3a0 dax: add tracepoint to dax_writeback_one() by Ross Zwisler · 8 years ago
  98. d14a3f4 dax: add tracepoints to dax_writeback_mapping_range() by Ross Zwisler · 8 years ago
  99. 678c9fd dax: add tracepoints to dax_load_hole() by Ross Zwisler · 8 years ago
  100. c3ff68d dax: add tracepoints to dax_pfn_mkwrite() by Ross Zwisler · 8 years ago