1. 4671c79 tracing: add trace_set_clr_event to export event enabling function by Steven Rostedt · 16 years ago
  2. 29f9394 tracing: initialize return value for __ftrace_set_clr_event by Steven Rostedt · 16 years ago
  3. c142b15 tracing/events: simplify system_enable_read() by Li Zefan · 16 years ago
  4. 8f31bfe tracing/events: clean up for ftrace_set_clr_event() by Li Zefan · 16 years ago
  5. 74f4fd2 ring-buffer: change WARN_ON from checking preempt_count to preemptible by Steven Rostedt · 16 years ago
  6. 7da3046 ring-buffer: add total count in ring-buffer-benchmark by Steven Rostedt · 16 years ago
  7. 0574ea42 ring-buffer: only periodically call cond_resched to ring-buffer-benchmark by Steven Rostedt · 16 years ago
  8. 65b7724 tracing: have menu default enabled when kernel debug is configured by Steven Rostedt · 16 years ago
  9. d6bf81e tracing: append ":*" to internal setting of system events by Steven Rostedt · 16 years ago
  10. 29c8000 ring-buffer: remove complex calculations in ring-buffer-test by Steven Rostedt · 16 years ago
  11. 0ad5d70 Merge branch 'tracing/hw-branch-tracing' into tracing/core by Ingo Molnar · 16 years ago
  12. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 16 years ago
  13. d94fc52 tracing/events: fix concurrent access to ftrace_events list, fix by Li Zefan · 16 years ago
  14. 5928c3c tracing/filters: support for operator reserved characters in strings by Frederic Weisbecker · 16 years ago
  15. e8808c1 tracing/filters: support for filters of dynamic sized arrays by Frederic Weisbecker · 16 years ago
  16. 8ae79a1 tracing: add hierarchical enabling of events by Steven Rostedt · 16 years ago
  17. 9456f0f tracing: reset ring buffer when removing modules with events by Steven Rostedt · 16 years ago
  18. 71e1c8a tracing: update sample with TRACE_INCLUDE_FILE by Steven Rostedt · 16 years ago
  19. 3e07a4f ring-buffer: change test to be more latency friendly by Steven Rostedt · 16 years ago
  20. 6634ff2 ring-buffer: make moving the tail page a separate function by Steven Rostedt · 16 years ago
  21. 00c81a5 ring-buffer: check for failed allocation in ring buffer benchmark by Steven Rostedt · 16 years ago
  22. 8e7abf1 ring-buffer: remove unneeded conditional in rb_reserve_next by Steven Rostedt · 16 years ago
  23. 35cf723 tracing: small trave_events sample Makefile cleanup by Christoph Hellwig · 16 years ago
  24. 48dd0fe tracing: trace_output.c, fix false positive compiler warning by Jaswinder Singh Rajput · 16 years ago
  25. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 16 years ago
  26. a42aaa3 blktrace: correct remap names by Alan D. Brunelle · 16 years ago
  27. de1d728 tracepoint: trace_sched_migrate_task(): remove parameter by Mathieu Desnoyers · 16 years ago
  28. 20c8928 tracing/events: fix concurrent access to ftrace_events list by Li Zefan · 16 years ago
  29. 2df75e4 tracing/events: fix memory leak when unloading module by Li Zefan · 16 years ago
  30. 96d1798 tracing/events: make SAMPLE_TRACE_EVENTS default to n by Li Zefan · 16 years ago
  31. fd6da10 tracing/events: don't say hi when loading the trace event sample by Li Zefan · 16 years ago
  32. 5092dbc ring-buffer: add benchmark and tester by Steven Rostedt · 16 years ago
  33. aa20ae8 ring-buffer: move big if statement down by Steven Rostedt · 16 years ago
  34. 413f81e Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  35. 94487d6 tracing: use proper export symbol for tracing api by Steven Rostedt · 16 years ago
  36. 31b6e76 ftrace: use .sched.text, not .text.sched in recordmcount.pl by Tim Abbott · 16 years ago
  37. 42beefc drm/r128: fix r128 ioremaps to use ioremap_wc. by Dave Airlie · 16 years ago
  38. 899ad58 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  39. a425a63 Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions by Mel Gorman · 16 years ago
  40. 41ede23 ring-buffer: disable writers when resetting buffers by Steven Rostedt · 16 years ago
  41. afbab76 ring-buffer: have read page swap increment counter with page entries by Steven Rostedt · 16 years ago
  42. 99ee129 Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  43. bcb1656 Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. e858e8b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  45. da87bbd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  46. e91b3b2 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  47. 5e30302 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. 35984d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago
  49. 0692698 [IA64] xen_domu_defconfig: fix build issues/warnings by Jan Beulich · 16 years ago
  50. 778c55d ring-buffer: record page entries in buffer page descriptor by Steven Rostedt · 16 years ago
  51. e4906ef ring-buffer: convert cpu buffer entries to local_t by Steven Rostedt · 16 years ago
  52. c8d7718 tracing: export stats of ring buffers to userspace by Steven Rostedt · 16 years ago
  53. f0d2c68 ring-buffer: add counters for commit overrun and nmi dropped entries by Steven Rostedt · 16 years ago
  54. d6ce96d ring-buffer: export symbols by Steven Rostedt · 16 years ago
  55. f328ddc Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  56. 80445de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  57. 32bc66d Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  58. a31ea2f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  59. 0488713 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  60. 37ecfd8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 16 years ago
  61. 71019c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  62. 2196d1c i2c-algo-pca: Let PCA9564 recover from unacked data byte (state 0x30) by Enrik Berkhan · 16 years ago
  63. 0cdba07 i2c-algo-bit: Fix timeout test by Dave Airlie · 16 years ago
  64. 4ccc28f i2c: Timeouts off by 1 by Roel Kluin · 16 years ago
  65. bc83871 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by David S. Miller · 16 years ago
  66. e151a60 e1000: fix virtualization bug by Jesse Brandeburg · 16 years ago
  67. 815bcc2 bonding: fix alb mode locking regression by Jay Vosburgh · 16 years ago
  68. 65c90bc selinux: Fix send_sigiotask hook by Stephen Smalley · 16 years ago
  69. f83ce3e proc: avoid information leaks to non-privileged processes by Jake Edge · 16 years ago
  70. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 16 years ago
  71. 9f722c0 usbnet: CDC EEM support (v5) by Omar Laazimani · 16 years ago
  72. 35d1168 x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfo by Andreas Herrmann · 16 years ago
  73. 0c26689 tcp: Fix tcp_prequeue() to get correct rto_min value by Satoru SATOH · 16 years ago
  74. 0b2febf ehea: fix invalid pointer access by Hannes Hering · 16 years ago
  75. 5d7ee52 Merge branch 'fix/misc' into for-linus by Takashi Iwai · 16 years ago
  76. dea6a9d Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 16 years ago
  77. 56dc16f Merge branch 'fix/pcm-jiffies-check' into for-linus by Takashi Iwai · 16 years ago
  78. 6574612 ASoC: Remove BROKEN from mpc5200 kconfig by Takashi Iwai · 16 years ago
  79. 3a20ac2 Merge branch 'fix/pcm-jiffies-check' into fix/asoc by Takashi Iwai · 16 years ago
  80. 6da7342 amd-iommu: fix iommu flag masks by Joerg Roedel · 16 years ago
  81. 4391ed6 kbuild, modpost: fix unexpected non-allocatable warning with mips by Sam Ravnborg · 16 years ago
  82. 028ecebd kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc by Sam Ravnborg · 16 years ago
  83. 7d875a0 kbuild, modpost: fix unexpected non-allocatable section when cross compiling by Anders Kaseorg · 16 years ago
  84. 2e058a6 mvsdio: fix CONFIG_PM=y build by Rabin Vincent · 16 years ago
  85. 4ea580f mmci: fix crash with debug enabled by Rabin Vincent · 16 years ago
  86. 4accfe2 sdhci: catch ADMA errors by Pierre Ossman · 16 years ago
  87. 79bccc5 mmc: increase power up delay by José M. Fernández · 16 years ago
  88. c60a32c sdhci-pci: bad error handling in probe function by Dan Carpenter · 16 years ago
  89. 548d2de mmc_block: be prepared for oversized requests by Pierre Ossman · 16 years ago
  90. 7fdf523 NFS: Close page_mkwrite() races by Trond Myklebust · 16 years ago
  91. b4348f3 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 16 years ago
  92. 9fffb55 Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc by David Gibson · 16 years ago
  93. afc1e70 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs by Linus Torvalds · 16 years ago
  94. 7b39da7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  95. 2142bab Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  96. bb402c4 Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 16 years ago
  97. 61bd1e8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  98. 8c0c3f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  99. f75e674 SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect by Trond Myklebust · 16 years ago
  100. 414772f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 16 years ago