1. 41dc27e sh: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  2. 2563b9d sparc64,ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  3. 6beecb9 tile: ftrace: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  4. fdc841b ftrace: x86: Remove check of obsolete variable function_trace_stop by Steven Rostedt (Red Hat) · 10 years ago
  5. 7544256a ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST by Steven Rostedt (Red Hat) · 10 years ago
  6. 1d48d59 ftrace: Remove function_trace_stop check from list func by Steven Rostedt (Red Hat) · 10 years ago
  7. 1820122 ftrace: Do no disable function tracing on enabling function tracing by Steven Rostedt (Red Hat) · 10 years ago
  8. 0ef1b9e ftrace: Remove ftrace_start/stop() by Steven Rostedt (Red Hat) · 10 years ago
  9. 545d47b ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  10. 7fa322d sh: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  11. 96d4f43 powerpc/ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  12. 3a46588 parisc: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  13. 6a8a505 MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  14. e1dc500 microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  15. 84b2bc7 ftrace/x86: Add call to ftrace_graph_is_dead() in function graph code by Steven Rostedt (Red Hat) · 10 years ago
  16. 1b2f121 ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop() by Steven Rostedt (Red Hat) · 10 years ago
  17. 2b01466 PM / Sleep: Remove ftrace_stop/start() from suspend and hibernate by Steven Rostedt (Red Hat) · 10 years ago
  18. b8f99b3 x86, power, suspend: Annotate restore_processor_state() with notrace by Steven Rostedt (Red Hat) · 10 years ago
  19. 1026ff9 ftrace/x86: Have function graph tracer use its own trampoline by Steven Rostedt (Red Hat) · 10 years ago
  20. 646d704 ftrace: Allow archs to specify if they need a separate function graph trampoline by Steven Rostedt (Red Hat) · 10 years ago
  21. ca65ef1 Merge branch 'trace/ftrace/urgent' into trace/ftrace/core by Steven Rostedt (Red Hat) · 10 years ago
  22. 099ed15 tracing: Remove ftrace_stop/start() from reading the trace file by Steven Rostedt (Red Hat) · 10 years ago
  23. d048a8c7 tracing: Add description of set_graph_notrace to tracing/README by Namhyung Kim · 10 years ago
  24. 8c006cf tracing: Improve message of empty set_ftrace_notrace file by Namhyung Kim · 10 years ago
  25. 280d142 tracing: Improve message of empty set_graph_notrace file by Namhyung Kim · 10 years ago
  26. 0d7d9a1 tracing: Add ftrace_graph_notrace boot parameter by Namhyung Kim · 10 years ago
  27. 3448bac tracing: Convert pr_warning() to pr_warn() in trace_events.c by Fabian Frederick · 10 years ago
  28. ef2fbe1 ftrace: Do not copy hash if O_TRUNC is set by Namhyung Kim · 10 years ago
  29. 1f61be00 ftrace: Fix memory leak on failure path in ftrace_allocate_pages() by Namhyung Kim · 10 years ago
  30. a737e6d ftrace: Get rid of obsolete global_start_up variable by Namhyung Kim · 10 years ago
  31. 7b039cb tracing: Add trace_seq_buffer_ptr() helper function by Steven Rostedt (Red Hat) · 10 years ago
  32. 3f4d8f7 tracing: Remove unnecessary null test before debugfs_remove() by Fabian Frederick · 10 years ago
  33. 9096032 tracing: Remove trace_seq_reserve() by Steven Rostedt (Red Hat) · 10 years ago
  34. 6d2289f tracing: Make trace_seq_putmem_hex() more robust by Steven Rostedt (Red Hat) · 10 years ago
  35. 36aabff tracing: Clean up trace_seq.c by Steven Rostedt (Red Hat) · 10 years ago
  36. 1230627 tracing: Move the trace_seq_* functions into its own trace_seq.c file by Steven Rostedt (Red Hat) · 10 years ago
  37. 5c27c77 ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_move by Masami Hiramatsu · 10 years ago
  38. d8fae2f tracing: Change trace event sample to use strlcpy instead of strncpy by Zhao Hongjiang · 11 years ago
  39. 9674b2f ftrace: Add trampolines to enabled_functions debug file by Steven Rostedt (Red Hat) · 10 years ago
  40. 79922b8 ftrace: Optimize function graph to be called directly by Steven Rostedt (Red Hat) · 10 years ago
  41. fb6bab6 tracing/uprobes: Fix the usage of uprobe_buffer_enable() in probe_event_enable() by Oleg Nesterov · 10 years ago
  42. f786106 tracing/uprobes: Kill the bogus UPROBE_HANDLER_REMOVE code in uprobe_dispatcher() by Oleg Nesterov · 10 years ago
  43. 06d0713 uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone by Oleg Nesterov · 10 years ago
  44. 4821254 tracing/uprobes: Revert "Support mix of ftrace and perf" by Oleg Nesterov · 10 years ago
  45. 0376bde ftrace: Add ftrace_rec_counter() macro to simplify the code by Steven Rostedt (Red Hat) · 10 years ago
  46. cf2cb0b ftrace: Use macros for numbers in ftrace rec shift bits by Steven Rostedt (Red Hat) · 10 years ago
  47. 4fbb48c ftrace: Allow no regs if no more callbacks require it by Steven Rostedt (Red Hat) · 10 years ago
  48. 4c83445 Linux 3.16-rc3 by Linus Torvalds · 10 years ago
  49. ef2e039 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  50. 97be078 MAINTAINERS: exceptions for Documentation maintainer by Randy Dunlap · 10 years ago
  51. 7d19e91 Documentation: add section about git to email-clients.txt by Dan Carpenter · 10 years ago
  52. 42309ab ARM: 8087/1: ptrace: reload syscall number after secure_computing() check by Will Deacon · 10 years ago
  53. 6980c3e2 ARM: 8086/1: Set memblock limit for nommu by Laura Abbott · 10 years ago
  54. 3abe742 ARM: 8085/1: sa1100: collie: add top boot mtd partition by Andrea Adami · 10 years ago
  55. 9218310 ARM: 8084/1: sa1100: collie: revert back to cfi_probe by Andrea Adami · 10 years ago
  56. d0ba7cc ARM: 8080/1: mcpm.h: remove unused variable declaration by Nicolas Pitre · 10 years ago
  57. 98ea2db ARM: 8076/1: mm: add support for HW coherent systems in PL310 cache by Thomas Petazzoni · 10 years ago
  58. 24b414d Merge tag 'spi-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  59. 4194976 Merge tag 'regulator-v3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  60. eb477e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  61. 7216a41 Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/qup' and 'spi/fix/sh-sci' into spi-linus by Mark Brown · 10 years ago
  62. 1176748 Merge remote-tracking branches 'regulator/fix/bcm590xx', 'regulator/fix/palmas' and 'regulator/fix/tps65218' into regulator-linus by Mark Brown · 10 years ago
  63. 81a9c5e iscsi-target: fix iscsit_del_np deadlock on unload by Mikulas Patocka · 10 years ago
  64. 3e7b256 Merge tag 'iommu-fixes-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  65. d1fc98b Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. c9a6066 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  67. 1857a5b Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  68. 8dd68eb Merge tag 'compress-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  69. 772205d Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 10 years ago
  70. cf0d135 Merge tag 'sound-3.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  71. 5ded6ea Merge tag 'mfd-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  72. c163b52 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  73. ac5ccdb iovec: move memcpy_from/toiovecend to lib/iovec.c by Michael S. Tsirkin · 10 years ago
  74. 97c99b47 iscsi-target: Avoid rejecting incorrect ITT for Data-Out by Nicholas Bellinger · 10 years ago
  75. 4148c1f lz4: fix another possible overrun by Greg Kroah-Hartman · 10 years ago
  76. ba3f35c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  77. 783ee43 efi-pstore: Fix an overflow on 32-bit builds by Andrzej Zaborowski · 10 years ago
  78. 0fcb70c Merge tag 'drm-intel-fixes-2014-06-26' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  79. b43f188 tcm_loop: Fix memory leak in tcm_loop_submission_work error path by Nicholas Bellinger · 10 years ago
  80. 6834975 iscsi-target: Explicily clear login response PDU in exception path by Nicholas Bellinger · 10 years ago
  81. 83ff42f target: Fix left-over se_lun->lun_sep pointer OOPs by Nicholas Bellinger · 10 years ago
  82. e4fae23 iscsi-target; Enforce 1024 byte maximum for CHAP_C key value by Nicholas Bellinger · 10 years ago
  83. b06eef6 iscsi-target: Convert chap_server_compute_md5 to use kstrtoul by Nicholas Bellinger · 10 years ago
  84. 3493860 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  85. 0b86dbf Fix 32-bit regression in block device read(2) by Al Viro · 10 years ago
  86. a07187c ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller by Mengdong Lin · 10 years ago
  87. 16f0bbb MIPS: Lasat: Fix build error if CRC32 is not enabled. by Ralf Baechle · 10 years ago
  88. 7602e05 mfd: ab8500: Fix dt irq mapping by Grygorii Strashko · 10 years ago
  89. 9e88848 mfd: davinci: Voicecodec needs regmap_mmio by Arnd Bergmann · 10 years ago
  90. f41716d mfd: STw481x: Allow modular build by Arnd Bergmann · 10 years ago
  91. 1c93c72 mfd: UCB1x00: Enable modular build by Arnd Bergmann · 10 years ago
  92. 5bb7889 TC: Handle device_register() errors. by Levente Kurusa · 10 years ago
  93. ab6c15b MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region by Markos Chandras · 10 years ago
  94. d8214ef MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 by Markos Chandras · 10 years ago
  95. b6a14a9 MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register by Markos Chandras · 10 years ago
  96. b4fe0ec MIPS: bpf: Fix PKT_TYPE case for big-endian cores by Markos Chandras · 10 years ago
  97. 95782bf MIPS: BPF: Prevent kernel fall over for >=32bit shifts by Markos Chandras · 10 years ago
  98. e5bb48b MIPS: bpf: Drop update_on_xread and always initialize the X register by Markos Chandras · 10 years ago
  99. 10c4d61 MIPS: bpf: Fix is_range() semantics by Markos Chandras · 10 years ago
  100. 78b95b6 MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes by Markos Chandras · 10 years ago