1. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  2. 018378c x86: Unify save_stack_address() and save_stack_address_nosched() by Oleg Nesterov · 14 years ago
  3. 147ec4d x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendly by Oleg Nesterov · 14 years ago
  4. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  5. 7be7923 perf: Fix build breakage for architecutes without atomic64_t by Peter Zijlstra · 14 years ago
  6. e785059 perf: Convert perf_event to local_t by Peter Zijlstra · 14 years ago
  7. a6e6dea perf: Add perf_event::child_count by Peter Zijlstra · 14 years ago
  8. b5e5879 perf: Add perf_event_count() by Peter Zijlstra · 14 years ago
  9. 1996bda arch: Implement local64_t by Peter Zijlstra · 14 years ago
  10. d57e34f perf: Simplify the ring-buffer logic: make perf_buffer_alloc() do everything needed by Peter Zijlstra · 14 years ago
  11. ca5135e perf: Rename perf_mmap_data to perf_buffer by Peter Zijlstra · 14 years ago
  12. 68aa00a perf, x86: Make a second write to performance counter if needed by Cyrill Gorcunov · 14 years ago
  13. 8d2cacb perf: Cleanup {start,commit,cancel}_txn details by Peter Zijlstra · 14 years ago
  14. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 14 years ago
  15. 8ed9228 perf, trace: Remove superfluous rcu_read_lock() by Peter Zijlstra · 14 years ago
  16. ecc55f8 perf, trace: Inline perf_swevent_put_recursion_context() by Peter Zijlstra · 14 years ago
  17. 30dbb20e tracing: Remove boot tracer by Américo Wang · 14 years ago
  18. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 14 years ago
  19. c9cf4db x86: Unify dumpstack.h and stacktrace.h by Frederic Weisbecker · 14 years ago
  20. e768aee perf, x86: Small fix to cpuid10_edx by Livio Soares · 14 years ago
  21. becf6c97 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  22. 6113e45 Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  23. 84bb671 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  24. f6ab91ad perf: Fix signed comparison in perf_adjust_period() by Peter Zijlstra · 14 years ago
  25. bafb674 perf tools: Allow building perf source tarballs on non-configured tree by Arnaldo Carvalho de Melo · 14 years ago
  26. 238c1a7 powerpc/oprofile: fix potential buffer overrun in op_model_cell.c by Denis Kirjanov · 14 years ago
  27. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  28. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 14 years ago
  29. 45d8e80 perf annotate: Ask objdump to demangle symbols by Stephane Eranian · 14 years ago
  30. 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 14 years ago
  31. 8e5564e perf tools: Make target to generate self contained source tarball by Arnaldo Carvalho de Melo · 14 years ago
  32. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  33. 761844b perf report: Make -D print sampled CPU by Stephane Eranian · 14 years ago
  34. 58cc1a9 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  35. e7dadc0 perf symbols: Set the DSO long name when using symbol_conf.vmlinux_name by Arnaldo Carvalho de Melo · 14 years ago
  36. 5168ae5 tracing: Remove ftrace_preempt_disable/enable by Steven Rostedt · 14 years ago
  37. d1f74e2 tracing/sched: Make preempt_schedule() notrace by Steven Rostedt · 14 years ago
  38. c6df8d5 perf: Fix crash in swevents by Peter Zijlstra · 14 years ago
  39. da3fd1a Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  40. b5c874f perf buildid-list: Fix --with-hits event processing by Arnaldo Carvalho de Melo · 14 years ago
  41. c025148 perf scripts python: Give field dict to unhandled callback by Pierre Tardy · 14 years ago
  42. 75d9ef17 perf hist: fix objdump output parsing by Konstantin Stepanyuk · 14 years ago
  43. 2fb750e perf-record: Check correct pid when forking by Borislav Petkov · 14 years ago
  44. dd833d7 perf: Do the comm inheritance per thread in event__process_task by Frederic Weisbecker · 14 years ago
  45. af64865 perf: Use event__process_task from perf sched by Frederic Weisbecker · 14 years ago
  46. 13eb04fd perf: Process comm events by tid by Frederic Weisbecker · 14 years ago
  47. 546cf44 blktrace: Fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  48. 74048f8 perf_events: Fix unincremented buffer base on partial copy by Frederic Weisbecker · 14 years ago
  49. 90151c35 perf_events: Fix event scheduling issues introduced by transactional API by Stephane Eranian · 14 years ago
  50. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 14 years ago
  51. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 14 years ago
  52. 8a49542 perf_events: Fix races in group composition by Peter Zijlstra · 14 years ago
  53. ac9721f perf_events: Fix races and clean up perf_event and perf_mmap_data interaction by Peter Zijlstra · 14 years ago
  54. 67a3e12 Linux 2.6.35-rc1 by Linus Torvalds · 14 years ago
  55. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  56. fa7eada Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  57. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. b3f2f6c ia64: revert __node_random addition by Linus Torvalds · 14 years ago
  59. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  60. 092405c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig by Linus Torvalds · 14 years ago
  61. 17d30ac Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  62. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  63. 3e9345e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  64. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  65. 021fad8 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  66. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 14 years ago
  67. 97ef6f7 rapidio: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  68. 06b2e98 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  69. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 14 years ago
  70. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  71. 0f1f694 SLUB: Allow full duplication of kmalloc array for 390 by Christoph Lameter · 14 years ago
  72. 210501a parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomic by John David Anglin · 14 years ago
  73. 9b437bc parisc: Remove unnecessary macros from entry.S by John David Anglin · 14 years ago
  74. f4c0346c parisc: LWS fixes for syscall.S by John David Anglin · 14 years ago
  75. c2dc988 parisc: Delete unnecessary nop's in entry.S by John David Anglin · 14 years ago
  76. 8f6c0c2 parisc: Avoid interruption in critical region in entry.S by John David Anglin · 14 years ago
  77. 53e30d02 parisc: invoke oom-killer from page fault by Nick Piggin · 14 years ago
  78. 550f0d9 parisc: clear floating point exception flag on SIGFPE signal by Helge Deller · 14 years ago
  79. d24944d parisc: Use of align_frame provides stack frame. by Carlos O'Donell · 14 years ago
  80. 52b0ace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  81. d6695f0 Merge branch 'fix/hda' into for-linus by Takashi Iwai · 14 years ago
  82. a98d398 Merge branch 'fix/misc' into for-linus by Takashi Iwai · 14 years ago
  83. 52593de Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  84. 55567ab ALSA: snd-usb-caiaq: Bump version number to 1.3.21 by Mark Hills · 14 years ago
  85. 6492335 ALSA: Revert "ALSA: snd-usb-caiaq: Set default input mode of A4DJ" by Mark Hills · 14 years ago
  86. 4efd7d8 ALSA: snd-usb-caiaq: Simplify single case to an 'if' by Mark Hills · 14 years ago
  87. bd4cbf6 ALSA: snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJ by Mark Hills · 14 years ago
  88. 61bb42c ALSA: hda: Use LPIB for a Shuttle device by Daniel T Chen · 14 years ago
  89. 2a8e5e3 ceph: clean up on forwarded aborted mds request by Sage Weil · 14 years ago
  90. 79494d1 ceph: fix leak of osd authorizer by Sage Weil · 14 years ago
  91. a922d38 ceph: close out mds, osd connections before stopping auth by Sage Weil · 14 years ago
  92. dd1c905 ceph: make lease code DN specific by Sage Weil · 14 years ago
  93. 7e34bc5 fs/ceph: Use ERR_CAST by Julia Lawall · 14 years ago
  94. a41359f ceph: renew auth tickets before they expire by Sage Weil · 14 years ago
  95. 09c4d6a ceph: do not resend mon requests on auth ticket renewal by Sage Weil · 14 years ago
  96. 984c769 ceph: removed duplicated #includes by Andrea Gelmini · 14 years ago
  97. e95e9a7 ceph: avoid possible null dereference by Sage Weil · 14 years ago
  98. aa91647 ceph: make mds requests killable, not interruptible by Sage Weil · 14 years ago
  99. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 14 years ago
  100. 92af1ab Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago