1. 3612fdf Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  2. 633ddaa tracing: fix return value to registering events by Steven Rostedt · 16 years ago
  3. 654952b Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  4. c79a61f tracing: make CALLER_ADDRx overwriteable by Uwe Kleine-Koenig · 16 years ago
  5. ed662d9 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  6. fdfa66a Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  7. 96ccd21 tracing: add print format to event trace format files by Steven Rostedt · 16 years ago
  8. c5e4e19 tracing: add trace name and id to event formats by Steven Rostedt · 16 years ago
  9. 91729ef9 tracing: add ftrace headers to event format files by Steven Rostedt · 16 years ago
  10. 981d081 tracing: add format file to describe event struct fields by Steven Rostedt · 16 years ago
  11. f952075 tracing: make trace_seq_reset global and rename to trace_seq_init by Steven Rostedt · 16 years ago
  12. 11a241a tracing: add protection around modify trace event fields by Steven Rostedt · 16 years ago
  13. d20e3b0 tracing: add TRACE_FIELD_SPECIAL to record complex entries by Steven Rostedt · 16 years ago
  14. 340430c x86 mmiotrace: fix race with release_kmmio_fault_page() by Pekka Paalanen · 16 years ago
  15. 3e39aa1 x86 mmiotrace: improve handling of secondary faults by Stuart Bennett · 16 years ago
  16. 0b700a6 x86 mmiotrace: split set_page_presence() by Pekka Paalanen · 16 years ago
  17. 5359b58 x86 mmiotrace: fix save/restore page table state by Pekka Paalanen · 16 years ago
  18. e9d54ca x86 mmiotrace: WARN_ONCE if dis/arming a page fails by Stuart Bennett · 16 years ago
  19. 5ff9369 x86: add far read test to testmmiotrace by Pekka Paalanen · 16 years ago
  20. fab852a x86: count errors in testmmiotrace.ko by Pekka Paalanen · 16 years ago
  21. acdb2c28 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  22. f2034f1 tracing: create the C style tracing for the irq subsystem by Steven Rostedt · 16 years ago
  23. 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 16 years ago
  24. fd99498 tracing: add raw fast tracing interface for trace events by Steven Rostedt · 16 years ago
  25. c32e827 tracing: add raw trace point recording infrastructure by Steven Rostedt · 16 years ago
  26. ef5580d tracing: add interface to write into current tracer buffer by Steven Rostedt · 16 years ago
  27. 3d7ba93 tracing: add subsystem sched for sched events by Steven Rostedt · 16 years ago
  28. 0ec2ef1 tracing: add subsystem irq for irq events by Steven Rostedt · 16 years ago
  29. b628b3e tracing: make the set_event and available_events subsystem aware by Steven Rostedt · 16 years ago
  30. e9abf4c Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  31. 4387d6d Merge branch 'tracing/ftrace' into tracing/core by Ingo Molnar · 16 years ago
  32. 6ecc2d1 tracing: add subsystem level to trace events by Steven Rostedt · 16 years ago
  33. eb594e4 tracing: move trace point formats to files in include/trace directory by Steven Rostedt · 16 years ago
  34. 778ef1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 16 years ago
  35. 3c4f115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  36. 7187adb Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  37. 535d8e8 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
  38. 6febf65 Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  39. 174eef1 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  40. 5cf8cf4 Fix FREEZE/THAW compat_ioctl regression by Christoph Hellwig · 16 years ago
  41. 31d8b56 hpilo: new pci device by David Altobelli · 16 years ago
  42. bea5606 checkpatch: version 0.28 by Andy Whitcroft · 16 years ago
  43. 417495e checkpatch: add __ref as a sparse modifier by Andy Whitcroft · 16 years ago
  44. 9360b0e checkpatch: extend attribute testing to all modifiers by Andy Whitcroft · 16 years ago
  45. 667026e checkpatch: a modifier is not an identifier at the end of a type by Andy Whitcroft · 16 years ago
  46. a3340b3 checkpatch: pointer type star may have modifiers following by Andy Whitcroft · 16 years ago
  47. 00ef4ec checkpatch: correctly handle type spacing in the face of modifiers by Andy Whitcroft · 16 years ago
  48. e2f7aa4 checkpatch: do not warn about -p0 patches when checking files by Andy Whitcroft · 16 years ago
  49. f4a8773 checkpatch: make in_atomic ok in the core by Andy Whitcroft · 16 years ago
  50. cbb7667 mm: fix lazy vmap purging (use-after-free error) by Vegard Nossum · 16 years ago
  51. 7766970 mm: vmap fix overflow by Nick Piggin · 16 years ago
  52. 5170836 Fix recursive lock in free_uid()/free_user_ns() by David Howells · 16 years ago
  53. 8ca2f15 w1: add missing Kconfig/Makefile entries for DS2431 slave driver by Herton Ronaldo Krzesinski · 16 years ago
  54. adc4872 EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPL by Benny Halevy · 16 years ago
  55. dca1714 w1_ds2433: clear the validcrc flag after a write by Ben Gardner · 16 years ago
  56. e747951 USB: musb: fix srp sysfs entry deletion by Vikram Pandita · 16 years ago
  57. 5c23c90 USB: musb: resume suspended root hub on disconnect by Anand Gadiyar · 16 years ago
  58. 136733d USB: musb: use right poll limit for low speed devices by Sergei Shtylyov · 16 years ago
  59. 3ecdb9a USB: musb: be careful with 64K+ transfer lengths, host side by Sergei Shtylyov · 16 years ago
  60. 51d9f3e USB: musb: fix data toggle saving with shared FIFO by Sergei Shtylyov · 16 years ago
  61. dc61d23 USB: musb: host endpoint_disable() oops fixes by Sergei Shtylyov · 16 years ago
  62. a2fd814 USB: musb: fix urb_dequeue() method by Sergei Shtylyov · 16 years ago
  63. b7bdcb7 USB: musb: fix musb_host_tx() for shared endpoint FIFO by Dmitry Krivoschekov · 16 years ago
  64. c2c9632 USB: musb: be careful with 64K+ transfer lengths (gadget side) by Felipe Balbi · 16 years ago
  65. 34f32c9 usb: musb: make Davinci *work* in mainline by David Brownell · 16 years ago
  66. 67f5a4b USB: usb_get_string should check the descriptor type by Alan Stern · 16 years ago
  67. 54b9ed3 USB: gadget: fix build error in omap_apollon_2420_defconfig by David Brownell · 16 years ago
  68. ce459ec USB: g_file_storage: automatically disable stalls under Atmel by Alan Stern · 16 years ago
  69. 5126a26 USB: usb-storage: add IGNORE_RESIDUE flag for Genesys Logic adapters by Alan Stern · 16 years ago
  70. c332b4e USB: Quirk for Hummingbird huc56s / Conexant ACM modem by Adam Richter · 16 years ago
  71. 5d7a475 USB: serial: add support for second revision of Ericsson F3507G WWAN card by Patrik Kullman · 16 years ago
  72. 155df65 USB: cdc-acm: add usb id for motomagx phones by Dmitriy Taychenachev · 16 years ago
  73. 28fb668 USB: option: add BenQ 3g modem information by Jesse Sung · 16 years ago
  74. 29a46bf usb: gadget: obex: select correct ep descriptors by Felipe Balbi · 16 years ago
  75. 9aa09d2 USB: EHCI: slow down ITD reuse by Karsten Wiese · 16 years ago
  76. 9a6e184 USB: fsl_usb2_udc: fix potential queue head corruption by Li Yang · 16 years ago
  77. acfa511 Staging: w35und: fix usb_control_msg() error handling in wb35_probe() by Pekka Enberg · 16 years ago
  78. 05e361c Staging: w35und: fix registration with wlan stack by Pavel Machek · 16 years ago
  79. 5789813 Staging: panel: fix oops on panel_cleanup_module by Costantino Leandro · 16 years ago
  80. 096c55d Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211. by leandro Costantino · 16 years ago
  81. 69e09c9 Staging: rtl8187se: fix Kconfig dependencies by Randy Dunlap · 16 years ago
  82. 5312dc6 Revert "MIPS: Print irq handler description" by Ralf Baechle · 16 years ago
  83. dbda6ac MIPS: CVE-2009-0029: Enable syscall wrappers. by Ralf Baechle · 16 years ago
  84. 4b0d3f5 MIPS: Alchemy: In plat_time_init() t reaches -1, tested: 0 by Roel Kluin · 16 years ago
  85. 5e68338 MIPS: Only allow Cavium OCTEON to be configured for boards that support it by David Daney · 16 years ago
  86. 0cfe824 tracing: replace kzalloc with kcalloc by Steven Rostedt · 16 years ago
  87. da74ff0 Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace by Ingo Molnar · 16 years ago
  88. f701d35 Merge branches 'tracing/ftrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  89. 1b49061 Merge branch 'sched/clock' into tracing/ftrace by Ingo Molnar · 16 years ago
  90. 08c2f5b sh: ap325rxa: Revert ov772x support. by Paul Mundt · 16 years ago
  91. 5c6a3ae tracing: use newline separator for trace options list by Steven Rostedt · 16 years ago
  92. 85a2f9b tracing: use pointer error returns for __tracing_open by Steven Rostedt · 16 years ago
  93. d8e83d2 tracing: add protection around open use of current_tracer by Steven Rostedt · 16 years ago
  94. 577b785 tracing: add tracer dependent options to options directory by Steven Rostedt · 16 years ago
  95. a825907 tracing: add options directory and core option files by Steven Rostedt · 16 years ago
  96. b391d0f V4L/DVB (10696): Remove outdated README for the flexcop-driver by Uwe Bugla · 16 years ago
  97. f5a3258 V4L/DVB (10695): Update Technisat card documentation by Uwe Bugla · 16 years ago
  98. 382c554 V4L/DVB (10694): [PATCH] software IRQ watchdog for Flexcop B2C2 DVB PCI cards by Patrick Boettcher · 16 years ago
  99. 0ad675e V4L/DVB (10663): soc-camera: fix S_CROP breakage on PXA and SuperH by Guennadi Liakhovetski · 16 years ago
  100. 7662b00 V4L/DVB (10659): em28xx: register device to soundcard for sysfs by Nicola Soranzo · 16 years ago