1. 8d58e99a seq_buf: Move the seq_buf code to lib/ by Steven Rostedt (Red Hat) · 10 years ago
  2. 2448913 seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF by Steven Rostedt (Red Hat) · 10 years ago
  3. 01cb06a tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions by Steven Rostedt (Red Hat) · 10 years ago
  4. 8cd709a tracing: Have seq_buf use full buffer by Steven Rostedt (Red Hat) · 10 years ago
  5. 9b77215 seq_buf: Add seq_buf_can_fit() helper function by Steven Rostedt (Red Hat) · 10 years ago
  6. 820b75f tracing: Add paranoid size check in trace_printk_seq() by Steven Rostedt (Red Hat) · 10 years ago
  7. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  8. 74f06bb tracing: Clean up tracing_fill_pipe_page() by Steven Rostedt (Red Hat) · 10 years ago
  9. eeab981 seq_buf: Create seq_buf_used() to find out how much was written by Steven Rostedt (Red Hat) · 10 years ago
  10. 0736c03 tracing: Add a seq_buf_clear() helper and clear len and readpos in init by Steven Rostedt (Red Hat) · 10 years ago
  11. 9a77779 tracing: Convert seq_buf fields to be like seq_file fields by Steven Rostedt (Red Hat) · 10 years ago
  12. dd23180 tracing: Convert seq_buf_path() to be like seq_path() by Steven Rostedt (Red Hat) · 10 years ago
  13. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 10 years ago
  14. 16a8ef2 tracing: Deletion of an unnecessary check before iput() by Markus Elfring · 10 years ago
  15. 8e2e095 tracing: Fix return value of ftrace_raw_output_prep() by Steven Rostedt (Red Hat) · 10 years ago
  16. dba3944 tracing: Remove return values of most trace_seq_*() functions by Steven Rostedt (Red Hat) · 10 years ago
  17. 183742f tracing: Do not use return values of trace_seq_printf() in syscall tracing by Steven Rostedt (Red Hat) · 10 years ago
  18. 8579a10 tracing/uprobes: Do not use return values of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  19. d2b0191 tracing/probes: Do not use return value of trace_seq_printf() by Steven Rostedt (Red Hat) · 10 years ago
  20. a72e10a tracing: Do not check return values of trace_seq_p*() for mmio tracer by Steven Rostedt (Red Hat) · 10 years ago
  21. 85224da kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks by Steven Rostedt (Red Hat) · 10 years ago
  22. 9d9add3 tracing: Have function_graph use trace_seq_has_overflowed() by Steven Rostedt (Red Hat) · 10 years ago
  23. 7d40f67 tracing: Have branch tracer use trace_handle_return() helper function by Steven Rostedt (Red Hat) · 10 years ago
  24. c0cd93a ring-buffer: Remove check of trace_seq_{puts,printf}() return values by Steven Rostedt (Red Hat) · 10 years ago
  25. f4a1d08 blktrace/tracing: Use trace_seq_has_overflowed() helper function by Steven Rostedt (Red Hat) · 10 years ago
  26. 19a7fe2 tracing: Add trace_seq_has_overflowed() and trace_handle_return() by Steven Rostedt (Red Hat) · 10 years ago
  27. e400a40 tracing: Fix trace_seq_bitmask() to start at current position by Steven Rostedt (Red Hat) · 10 years ago
  28. dbcf3e0 RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded by Steven Rostedt (Red Hat) · 10 years ago
  29. 467aa1f x86/kvm/tracing: Use helper function trace_seq_buffer_ptr() by Steven Rostedt (Red Hat) · 10 years ago
  30. aec0be2 ftrace/x86/extable: Add is_ftrace_trampoline() function by Steven Rostedt (Red Hat) · 10 years ago
  31. 9960efe ftrace/x86: Add frames pointers to trampoline as necessary by Steven Rostedt (Red Hat) · 10 years ago
  32. a9ce7c3 tracing: Fix race of function probes counting by Steven Rostedt (Red Hat) · 10 years ago
  33. 4526d06 function_graph: Fix micro seconds notations by Byungchul Park · 10 years ago
  34. 678f845 ftrace-graph: show latency-format on print_graph_irq() by Daniel Bristot de Oliveira · 10 years ago
  35. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  36. d79ac28 tracing: Merge consecutive seq_puts calls by Rasmus Villemoes · 10 years ago
  37. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  38. 8520ded tracing: kdb: Fix kernel livelock with empty buffers by Daniel Thompson · 10 years ago
  39. c270cc7 tracing: kdb: Fix kernel panic during ftdump by Daniel Thompson · 10 years ago
  40. 933ff9f tracing: Fix traceoff_on_warning handling on boot command line by Luis Claudio R. Goncalves · 10 years ago
  41. fe578ba ftrace: Have the control_ops get a trampoline by Steven Rostedt (Red Hat) · 10 years ago
  42. 26488b3 tracing: Add entry->next_cpu to trace_ctxwake_bin() by Jiang Liu · 11 years ago
  43. 243f761 tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer by Steven Rostedt (Red Hat) · 10 years ago
  44. 458faf0 tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup() by Oleg Nesterov · 10 years ago
  45. 63253725 tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace() by Oleg Nesterov · 10 years ago
  46. 4fd3279 ftrace: Add more information to ftrace_bug() output by Steven Rostedt (Red Hat) · 10 years ago
  47. 12cce59 ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines by Steven Rostedt (Red Hat) · 10 years ago
  48. 15d5b02 ftrace/x86: Show trampoline call function in enabled_functions by Steven Rostedt (Red Hat) · 10 years ago
  49. f3bea49 ftrace/x86: Add dynamic allocated trampoline for ftrace_ops by Steven Rostedt (Red Hat) · 10 years ago
  50. 4fc4090 ftrace: Fix checking of trampoline ftrace_ops in finding trampoline by Steven Rostedt (Red Hat) · 10 years ago
  51. 8252ecf ftrace: Set ops->old_hash on modifying what an ops hooks to by Steven Rostedt (Red Hat) · 10 years ago
  52. f114040 Linux 3.18-rc1 by Linus Torvalds · 10 years ago
  53. 4d3639a Merge tag 'arm-soc-fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  54. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  55. 5776451 Merge tag 'qcom-dt-for-3.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into fixes by Olof Johansson · 10 years ago
  56. e29c648 Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 10 years ago
  57. 9209bec4f MAINTAINERS: corrected bcm2835 search by Scott Branden · 10 years ago
  58. 61ed53d Merge tag 'ntb-3.18' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  59. 278f1d0 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  60. d590c6c Merge tag 'sound-fix-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  61. fb378df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  62. 2eb7f91 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  63. 1f6075f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  64. 5e2ee7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  65. e25b492 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  66. 228b16c Net: DSA: Fix checking for get_phy_flags function by Andrew Lunn · 10 years ago
  67. e265314 sparc64: Do not define thread fpregs save area as zero-length array. by David S. Miller · 10 years ago
  68. 84bd6d8 sparc64: Fix corrupted thread fault code. by David S. Miller · 10 years ago
  69. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  70. 0a58282 Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  71. 8a5de18 Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Linus Torvalds · 10 years ago
  72. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  73. 168f07a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  74. 9272f2d Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  75. e83e432 Merge tag 'dlm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 10 years ago
  76. ef161ea1 Merge branch 'for-linus-update' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  77. 8ccf863 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 10 years ago
  78. 4869447 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs by Linus Torvalds · 10 years ago
  79. ead13ae Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  80. 929254d Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  81. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  82. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  83. 511c41d Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  84. 88ed806 Merge tag 'md/3.18' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  85. e56d9fc Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  86. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  87. 50edb5c Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  88. ad3118b MAINTAINERS: Become the docs maintainer by Jonathan Corbet · 10 years ago
  89. d974baa x86,kvm,vmx: Preserve CR4 across VM entry by Andy Lutomirski · 10 years ago
  90. a6d4518 ipv6: fix a potential use after free in sit.c by Li RongQing · 10 years ago
  91. fc6fb41 ipv6: fix a potential use after free in ip6_offload.c by Li RongQing · 10 years ago
  92. b4e3cef ipv4: fix a potential use after free in gre_offload.c by Li RongQing · 10 years ago
  93. 815afe1 tcp: fix build error if IPv6 is not enabled by Eric Dumazet · 10 years ago
  94. 2e923b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  95. ffd8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  96. e0a9272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 10 years ago
  97. 76835b0e futex: Ensure get_futex_key_refs() always implies a barrier by Catalin Marinas · 10 years ago
  98. 3b10ea7 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  99. f2d9da1 bna: fix skb->truesize underestimation by Eric Dumazet · 10 years ago
  100. a282054 net: dsa: add includes for ethtool and phy_fixed definitions by Florian Fainelli · 10 years ago