1. 649b8de tracing/mm: don't trace mm_page_pcpu_drain on offline cpus by Shreyas B. Prabhu · 9 years ago
  2. 1f0c27b tracing/mm: don't trace mm_page_free on offline cpus by Shreyas B. Prabhu · 9 years ago
  3. e5feb1e tracing/mm: don't trace kmem_cache_free on offline cpus by Shreyas B. Prabhu · 9 years ago
  4. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. e98bf5c Merge tag 'clk-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  6. 96b90f2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  7. 06a60de Merge tag 'for-f2fs-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  8. 1002755 f2fs: pass checkpoint reason on roll-forward recovery by Jaegeuk Kim · 9 years ago
  9. 99e8ea6 mm: cma: add trace events for CMA allocations and freeings by Stefan Strogin · 9 years ago
  10. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  11. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  12. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  13. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  14. a1480a1 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 9 years ago
  15. 9fdd8a8 tracing, mm: Record pfn instead of pointer to struct page by Namhyung Kim · 9 years ago
  16. 8ce67cb f2fs: add some tracepoints to debug volatile and atomic writes by Jaegeuk Kim · 9 years ago
  17. 91df608 writeback: Export enums used by tracepoint to user space by Steven Rostedt (Red Hat) · 9 years ago
  18. 43d0f71 v4l: Export enums used by tracepoints to user space by Steven Rostedt (Red Hat) · 9 years ago
  19. 6ba16ee SUNRPC: Export enums in tracepoints to user space by Steven Rostedt (Red Hat) · 9 years ago
  20. 190f0b7 mm: tracing: Export enums in tracepoints to user space by Steven Rostedt (Red Hat) · 9 years ago
  21. f0a91b3 irq/tracing: Export enums in tracepoints to user space by Steven Rostedt (Red Hat) · 9 years ago
  22. 5511b9a f2fs: Export the enums in the tracepoints to userspace by Steven Rostedt (Red Hat) · 9 years ago
  23. 56e1b22 net/9p/tracing: Export enums in tracepoints to userspace by Steven Rostedt (Red Hat) · 9 years ago
  24. 23b9766 x86/tlb/trace: Export enums in used by tlb_flush tracepoint by Steven Rostedt (Red Hat) · 9 years ago
  25. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 9 years ago
  26. acd388f tracing: Give system name a pointer by Steven Rostedt (Red Hat) · 9 years ago
  27. 882156e tracing: Add TRACE_SYSTEM_VAR to intel-sst by Steven Rostedt (Red Hat) · 9 years ago
  28. 255c03d libata: Add tracepoints by Hannes Reinecke · 9 years ago
  29. bbedb17 tracing: %pF is only for function pointers by Scott Wood · 9 years ago
  30. f58078d regmap: Move tracing header into drivers/base/regmap by Steven Rostedt · 9 years ago
  31. c6b570d regmap: introduce regmap_name to fix syscon regmap trace events by Philipp Zabel · 9 years ago
  32. dfc202e clk: Add tracepoints for hardware operations by Stephen Boyd · 9 years ago
  33. 1ec4610 f2fs: add trace for rb-tree extent cache ops by Chao Yu · 9 years ago
  34. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  35. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  36. c7d7b98 Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  37. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  38. a26be14 Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 9 years ago
  39. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  40. 99592d5 mm: when stealing freepages, also take pages created by splitting buddy page by Vlastimil Babka · 9 years ago
  41. 24e2716 mm/compaction: add tracepoint to observe behaviour of compaction defer by Joonsoo Kim · 9 years ago
  42. 837d026 mm/compaction: more trace to understand when/why compaction start/finish by Joonsoo Kim · 9 years ago
  43. e34d85f mm/compaction: print current range where compaction work by Joonsoo Kim · 9 years ago
  44. 16c4a09 mm/compaction: enhance tracepoint output for compaction begin/end by Joonsoo Kim · 9 years ago
  45. 4645f06 mm/compaction: change tracepoint format from decimal to hexadecimal by Joonsoo Kim · 9 years ago
  46. 29e7043 f2fs: fix sparse warnings by Jaegeuk Kim · 9 years ago
  47. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 9 years ago
  48. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 9 years ago
  49. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  50. a4cbbf5 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 4e02370 Merge tag 'trace-fixes-v3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  52. 6c8465a x86/tlb/trace: Do not trace on CPU that is offline by Steven Rostedt (Red Hat) · 9 years ago
  53. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 9 years ago
  54. a26f499 ext4: add optimization for the lazytime mount option by Theodore Ts'o · 9 years ago
  55. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  56. a20cc76 Merge branches 'arm/renesas', 'arm/smmu', 'arm/omap', 'ppc/pamu', 'x86/amd' and 'core' into next by Joerg Roedel · 9 years ago
  57. 6ea2248 tracing: Add array printing helper by Dave Martin · 9 years ago
  58. f10698e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  59. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. df0ce26 fs: remove default_backing_dev_info by Christoph Hellwig · 10 years ago
  61. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  62. db8614d iommu: Change trace unmap api to report unmapped size by Shuah Khan · 9 years ago
  63. cdef511 KVM: fix sparse warning in include/trace/events/kvm.h by Christian Borntraeger · 10 years ago
  64. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 10 years ago
  65. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  66. 2ace38e f2fs: cleanup parameters for trace_f2fs_submit_{read_,write_,page_,page_m}bio with fio by Chao Yu · 10 years ago
  67. 3e1c8f1 f2fs: cleanup trace event of f2fs_submit_page_{m,}bio with DECLARE_EVENT_CLASS by Chao Yu · 10 years ago
  68. cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  69. d790be3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  70. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  71. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  72. 988adfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  73. 9bfccec Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  74. bae41e4 Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  75. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  76. e20db59 Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  77. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  78. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. 83a712e sunrpc: add some tracepoints around enqueue and dequeue of svc_xprt by Jeff Layton · 10 years ago
  80. b1691bc sunrpc: convert to lockless lookup of queued server threads by Jeff Layton · 10 years ago
  81. 8124438 sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free it by Jeff Layton · 10 years ago
  82. 779fb0f sunrpc: move rq_splice_ok flag into rq_flags by Jeff Layton · 10 years ago
  83. 78b65eb sunrpc: move rq_dropme flag into rq_flags by Jeff Layton · 10 years ago
  84. 30660e04b sunrpc: move rq_usedeferral flag to rq_flags by Jeff Layton · 10 years ago
  85. 7501cc2 sunrpc: move rq_local field to rq_flags by Jeff Layton · 10 years ago
  86. 4d152e2 sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to it by Jeff Layton · 10 years ago
  87. 3ee3f45 Merge remote-tracking branch 'asoc/topic/cache' into asoc-next by Mark Brown · 10 years ago
  88. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  89. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  90. 2f8e0a7 ext4: cache extent hole in extent status tree for ext4_da_map_blocks() by Zheng Liu · 10 years ago
  91. cbd7584 ext4: fix block reservation for bigalloc filesystems by Jan Kara · 10 years ago
  92. eb846d9 scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 by Hannes Reinecke · 10 years ago
  93. 1a867a0 sunrpc: add tracepoints in xs_tcp_data_recv by Jeff Layton · 10 years ago
  94. 3705ad6 sunrpc: add new tracepoints in xprt handling code by Jeff Layton · 10 years ago
  95. 860a0d9 sunrpc: add some tracepoints in svc_rqst handling functions by Jeff Layton · 10 years ago
  96. d360b78 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  97. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  98. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  99. e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
  100. b065410 Merge tag 'drm/tegra/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next by Dave Airlie · 10 years ago