1. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 15 years ago
  2. a94ffaa perf: Remove more code from the fastpath by Peter Zijlstra · 15 years ago
  3. 3cafa9f perf: Optimize the !vmalloc backed buffer by Peter Zijlstra · 15 years ago
  4. 5d967a8 perf: Optimize perf_output_copy() by Peter Zijlstra · 15 years ago
  5. adb8e11 perf: Fix wakeup storm for RO mmap()s by Peter Zijlstra · 15 years ago
  6. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 15 years ago
  7. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 15 years ago
  8. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 15 years ago
  9. 6d1acfd perf: Optimize perf_output_*() by avoiding local_xchg() by Peter Zijlstra · 15 years ago
  10. fa58815 perf: Optimize the hotpath by converting the perf output buffer to local_t by Peter Zijlstra · 15 years ago
  11. ef60777 perf: Optimize the perf_output() path by removing IRQ-disables by Peter Zijlstra · 15 years ago
  12. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 15 years ago
  13. c4fd308 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  14. cb41838 Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. 98f0172 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  16. 07d7775 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  19. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  20. 3aaf51a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  21. f262af3 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  22. 8123d8f Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  23. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 15 years ago
  24. ba2e1c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 15 years ago
  25. 0d30546 m68k: amiga - Zorro host bridge platform device conversion by Geert Uytterhoeven · 16 years ago
  26. bf54a2b m68k: amiga - Zorro bus modalias support by Geert Uytterhoeven · 16 years ago
  27. 0b7f1a7 platform: Make platform resource input parameters const by Geert Uytterhoeven · 16 years ago
  28. 81880d6 atomic_t: Remove volatile from atomic_t definition by Anton Blanchard · 15 years ago
  29. f3d46f9 atomic_t: Cast to volatile when accessing atomic variables by Anton Blanchard · 15 years ago
  30. b5dbc85 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  31. c02db8c rtnetlink: make SR-IOV VF interface symmetric by Chris Wright · 15 years ago
  32. 35790c0 tcp: fix MD5 (RFC2385) support by Eric Dumazet · 15 years ago
  33. d83c49f Fix the regression created by "set S_DEAD on unlink()..." commit by Al Viro · 15 years ago
  34. 1eaa478 tracing: Comment the use of event_mutex with trace event flags by Steven Rostedt · 15 years ago
  35. 553552c tracing: Combine event filter_active and enable into single flags field by Steven Rostedt · 15 years ago
  36. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 15 years ago
  37. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 15 years ago
  38. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 15 years ago
  39. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 15 years ago
  40. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 15 years ago
  41. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 15 years ago
  42. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 15 years ago
  43. 53da59a tracepoints: Add check trace callback type by Mathieu Desnoyers · 15 years ago
  44. 8f08201 tracing: Create class struct for events by Steven Rostedt · 15 years ago
  45. 23e117f Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-4 by Steven Rostedt · 15 years ago
  46. ad56b07 Merge commit 'v2.6.34-rc7' into tracing/core by Ingo Molnar · 15 years ago
  47. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 15 years ago
  48. f33d7e2 dma-mapping: fix dma_sync_single_range_* by FUJITA Tomonori · 15 years ago
  49. 72d5a9f rcu: remove all rcu head initializations, except on_stack initializations by Paul E. McKenney · 15 years ago
  50. 9fc282b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  51. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 15 years ago
  52. 795e74f7 Merge branch 'iommu/largepages' into amd-iommu/2.6.35 by Joerg Roedel · 15 years ago
  53. e3174cf Revert "perf: Fix exit() vs PERF_FORMAT_GROUP" by Ingo Molnar · 15 years ago
  54. 4376030 rcu head introduce rcu head init on stack by Mathieu Desnoyers · 15 years ago
  55. a5d8e46 Debugobjects transition check by Mathieu Desnoyers · 15 years ago
  56. d14aada rcu: make SRCU usable in modules by Paul E. McKenney · 15 years ago
  57. bbad937 rcu: slim down rcutiny by removing rcu_scheduler_active and friends by Paul E. McKenney · 15 years ago
  58. 25502a6 rcu: refactor RCU's context-switch handling by Paul E. McKenney · 15 years ago
  59. da848c4 rcu: shrink rcutiny by making synchronize_rcu_bh() be inline by Paul E. McKenney · 15 years ago
  60. 32c141a rcu: fix now-bogus rcu_scheduler_active comments. by Paul E. McKenney · 15 years ago
  61. d20200b rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality. by Paul E. McKenney · 15 years ago
  62. 2b3fc35 rcu: optionally leave lockdep enabled after RCU lockdep splat by Lai Jiangshan · 15 years ago
  63. 7c224a0 Merge commit 'v2.6.34-rc7' into oprofile by Ingo Molnar · 15 years ago
  64. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 15 years ago
  65. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 15 years ago
  66. 2c193c7 tracing: Factorize lock events in a lock class by Frederic Weisbecker · 15 years ago
  67. 9313543 tracing: Drop the nested field from lock_release event by Frederic Weisbecker · 15 years ago
  68. 883a2a3 tracing: Drop lock_acquired waittime field by Frederic Weisbecker · 15 years ago
  69. d7be0ce Merge commit 'v2.6.34-rc6' into x86/cpu by H. Peter Anvin · 15 years ago
  70. e7858f5 Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core by Ingo Molnar · 15 years ago
  71. bbf1bb3 cpu_stop: add dummy implementation for UP by Tejun Heo · 15 years ago
  72. e33b3e7 Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  73. 417a9ef Merge branch 'v4l_for_2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  74. 91bc482e Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. 6bde9b6 perf: Add group scheduling transactional APIs by Lin Ming · 15 years ago
  76. ab60834 perf, x86: Improve the PEBS ABI by Peter Zijlstra · 15 years ago
  77. cce9131 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  78. 4fd38e4 perf: Fix exit() vs PERF_FORMAT_GROUP by Peter Zijlstra · 15 years ago
  79. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 15 years ago
  80. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 15 years ago
  81. 8cfe92d drm/ttm: Remove the ttm_bo_block_reservation() function. by Thomas Hellstrom · 15 years ago
  82. 03b1930 V4L/DVB: saa7146: fix regression of the av7110/budget-av driver by Hans Verkuil · 15 years ago
  83. 969c792 sched: replace migration_thread with cpu_stop by Tejun Heo · 15 years ago
  84. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 15 years ago
  85. 1142d81 cpu_stop: implement stop_cpu[s]() by Tejun Heo · 15 years ago
  86. ee84b82 rcu: create rcu_my_thread_group_empty() wrapper by Paul E. McKenney · 15 years ago
  87. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 15 years ago
  88. 2e26ca7 tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header by Steven Rostedt · 15 years ago
  89. 7437e7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  90. 9a0a91b x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irq by Eric W. Biederman · 15 years ago
  91. 2c2df84 x86, acpi/irq: Introduce apci_isa_irq_to_gsi by Eric W. Biederman · 15 years ago
  92. 4677d4a arch, hweight: Fix compilation errors by Borislav Petkov · 15 years ago
  93. 1ce7e4f cgroup: Check task_lock in task_subsys_state() by Li Zefan · 15 years ago
  94. 4dbf6bc tracing: Convert nop macros to static inlines by Steven Rostedt · 15 years ago
  95. 6629dcf i2c-core: Use per-adapter userspace device lists by Jean Delvare · 15 years ago
  96. 1183f38 net: fix compile error due to double return type in SOCK_DEBUG by Jan Engelhardt · 15 years ago
  97. feef47d hw-breakpoints: Get the number of available registers on boot dynamically by Frederic Weisbecker · 15 years ago
  98. 0102752 hw-breakpoints: Separate constraint space for data and instruction breakpoints by Frederic Weisbecker · 15 years ago
  99. 73266fc hw-breakpoints: Tag ptrace breakpoint as exclude_kernel by Frederic Weisbecker · 15 years ago
  100. 073900a USB: rename usb_buffer_alloc() and usb_buffer_free() by Daniel Mack · 15 years ago