1. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  2. 80decc7 tracing: Move print functions into event class by Steven Rostedt · 14 years ago
  3. a9a5776 tracing: Allow events to share their print functions by Steven Rostedt · 14 years ago
  4. 0405ab8 tracing: Move raw_init from events to class by Steven Rostedt · 14 years ago
  5. 2e33af0 tracing: Move fields from event to class structure by Steven Rostedt · 14 years ago
  6. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  7. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 14 years ago
  8. 53da59a tracepoints: Add check trace callback type by Mathieu Desnoyers · 14 years ago
  9. 8f08201 tracing: Create class struct for events by Steven Rostedt · 14 years ago
  10. 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 · 14 years ago
  11. a93d2f1 sched, wait: Use wrapper functions by Changli Gao · 14 years ago
  12. af507ae sched: Remove a stale comment by Li Zefan · 14 years ago
  13. 19379b1 ondemand: Make the iowait-is-busy time a sysfs tunable by Arjan van de Ven · 14 years ago
  14. 6b8fcd9 ondemand: Solve a big performance issue by counting IOWAIT time as busy by Arjan van de Ven · 14 years ago
  15. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 14 years ago
  16. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 14 years ago
  17. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 14 years ago
  18. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 14 years ago
  19. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 14 years ago
  20. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 14 years ago
  21. e7858f5 Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core by Ingo Molnar · 14 years ago
  22. bbf1bb3 cpu_stop: add dummy implementation for UP by Tejun Heo · 14 years ago
  23. 27a9da6 sched: Remove rq argument to the tracepoints by Peter Zijlstra · 14 years ago
  24. 48652ce Merge commit 'v2.6.34-rc6' into sched/core by Ingo Molnar · 14 years ago
  25. fc390cd rcu: need barrier() in UP synchronize_sched_expedited() by Paul E. McKenney · 14 years ago
  26. cc631fb sched: correctly place paranioa memory barriers in synchronize_sched_expedited() by Paul E. McKenney · 14 years ago
  27. 94458d5 sched: kill paranoia check in synchronize_sched_expedited() by Tejun Heo · 14 years ago
  28. 969c792 sched: replace migration_thread with cpu_stop by Tejun Heo · 14 years ago
  29. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 14 years ago
  30. 1142d81 cpu_stop: implement stop_cpu[s]() by Tejun Heo · 14 years ago
  31. 668eb65 tracing: Fix "integer as NULL pointer" warning. by Thiago Farina · 15 years ago
  32. 2e26ca7 tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header by Steven Rostedt · 14 years ago
  33. 03d646e tracing: Make the documentation clear on trace_event boot option by Li Zefan · 15 years ago
  34. 9560979 ring-buffer: Wrap open-coded WARN_ONCE by Borislav Petkov · 14 years ago
  35. 4dbf6bc tracing: Convert nop macros to static inlines by Steven Rostedt · 14 years ago
  36. 66f41d4 Linux 2.6.34-rc6 by Linus Torvalds · 14 years ago
  37. b18262e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  38. e97e712 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  39. 56151e7 kgdb: don't needlessly skip PAGE_USER test for Fsl booke by Wufei · 14 years ago
  40. fed0a9c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  41. 6bec119 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  42. 553cbf0 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  43. db7e1bc ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working. by viresh kumar · 14 years ago
  44. 9bf729c xfs: add a shrinker to background inode reclaim by Dave Chinner · 14 years ago
  45. 3c2023d exofs: Fix "add bdi backing to mount session" fall out by Boaz Harrosh · 14 years ago
  46. 5477d0f fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCK by Jens Axboe · 14 years ago
  47. 27fb8d7 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  48. f80a0ca pktcdvd: improve BKL and compat_ioctl.c usage by Arnd Bergmann · 14 years ago
  49. a36fed1 exofs: Fix "add bdi backing to mount session" fall out by Boaz Harrosh · 14 years ago
  50. dfad53d Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 14 years ago
  51. 79dba2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  52. d9e80b7 nfs d_revalidate() is too trigger-happy with d_drop() by Al Viro · 14 years ago
  53. b56ba8a ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIB by Colin Tuckley · 15 years ago
  54. 1d16b0f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6 by Linus Torvalds · 14 years ago
  55. 032b734 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  56. e41c11e sfc: Change falcon_probe_board() to fail for unsupported boards by Ben Hutchings · 14 years ago
  57. f49a458 sfc: Always close net device at the end of a disabling reset by Ben Hutchings · 14 years ago
  58. aabc564 sfc: Wait at most 10ms for the MC to finish reading out MAC statistics by Ben Hutchings · 14 years ago
  59. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  60. a8170c3 sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set by Wei Yongjun · 14 years ago
  61. 81419d8 sctp: per_cpu variables should be in bh_disabled section by Vlad Yasevich · 14 years ago
  62. 0c42749 sctp: fix potential reference of a freed pointer by Vlad Yasevich · 14 years ago
  63. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  64. 8d238b2 Revert "tcp: bind() fix when many ports are bound" by David S. Miller · 14 years ago
  65. 9699eda nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 by Xiaotian Feng · 14 years ago
  66. acf82b8 nfs: fix some issues in nfs41_proc_reclaim_complete() by Dan Carpenter · 14 years ago
  67. 48728e0 x86/PCI: compute Address Space length rather than using _LEN by Bjorn Helgaas · 14 years ago
  68. 3fb938b Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  69. 970b064 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  70. 696e65c Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  71. 4b99fef regulator: fix enabling regulator issue on max8925 by Haojian Zhuang · 14 years ago
  72. 33f60e9 coda: move backing-dev.h kernel include inside __KERNEL__ by Jens Axboe · 14 years ago
  73. 76ad4b8 powerpc/ps3: Update ps3_defconfig by Geoff Levand · 14 years ago
  74. b809b9c powerpc/ps3: Update platform maintainer by Geoff Levand · 14 years ago
  75. b4a26be powerpc/pseries: Flush lazy kernel mappings after unplug operations by Benjamin Herrenschmidt · 14 years ago
  76. 4b83c33 powerpc/numa: Add form 1 NUMA affinity by Anton Blanchard · 14 years ago
  77. eb4fd8c net/usb: add sierra_net.c driver by Elina Pasheva · 14 years ago
  78. 37e44bc tracing: Fix sleep time function profiling by Steven Rostedt · 14 years ago
  79. 55964d7 cdc_ether: fix autosuspend for mbm devices by Torgny Johansson · 14 years ago
  80. 477fffb bluetooth: handle l2cap_create_connless_pdu() errors by Dan Carpenter · 14 years ago
  81. 761ed01b gianfar: Wait for both RX and TX to stop by Andy Fleming · 14 years ago
  82. 1600f9d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  83. 11e39d9 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 14 years ago
  84. 03449cd keys: the request_key() syscall should link an existing key to the dest keyring by David Howells · 14 years ago
  85. a2cb9ae gpio: fix pca953x set_type 'scheduling while atomic' bug by Marc Zyngier · 14 years ago
  86. 3835541 procfs: fix tid fdinfo by Jerome Marchand · 14 years ago
  87. 9e584fb arch/avr32: fix build failure caused by wrong prototype by Peter Huewe · 14 years ago
  88. b59ec78 keys: don't need to use RCU in keyring_read() as semaphore is held by David Howells · 14 years ago
  89. ba8b06e NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear by Trond Myklebust · 14 years ago
  90. e330b3b tracing: Show sample std dev in function profiling by Chase Douglas · 14 years ago
  91. d87ff58 ipheth: potential null dereferences on error path by Dan Carpenter · 14 years ago
  92. 2a91515 smc91c92_cs: spin_unlock_irqrestore before calling smc_interrupt() by Ken Kawasaki · 14 years ago
  93. dacf4fc drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Adapter" by Andreas Hartmann · 14 years ago
  94. 587611d bnx2: Update version to 2.0.9. by Michael Chan · 14 years ago
  95. 212f993 bnx2: Prevent "scheduling while atomic" warning with cnic, bonding and vlan. by Michael Chan · 14 years ago
  96. c441b8d bnx2: Fix lost MSI-X problem on 5709 NICs. by Michael Chan · 14 years ago
  97. 07271aa tracing: Add documentation for trace commands mod, traceon/traceoff by Chase Douglas · 14 years ago
  98. a838b2e ring-buffer: Make benchmark handle missed events by Steven Rostedt · 14 years ago
  99. e95ef5d cxgb3: Wait longer for control packets on initialization by Andre Detsch · 14 years ago
  100. 6f461f6 e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata by Bruce Allan · 14 years ago