1. 59c0b58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  2. b25eaeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  3. c3da314 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  4. bd07041 Merge the right tty-fixes branch by Linus Torvalds · 15 years ago
  5. 8f7e524 vmxnet: fix 2 build problems by Randy Dunlap · 15 years ago
  6. a3ccf63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 15 years ago
  7. d6047d7 Merge branch 'tty-fixes' by Linus Torvalds · 15 years ago
  8. 601adfe Merge branch 'topic/x86-lds-nits' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 15 years ago
  9. 655bdb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  10. e7d688e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  11. d470c05 Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  12. ee67e6c 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
  13. 220a625 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  14. f061d83 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  15. e345fe1 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  16. ea87644 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. 97ad5a0 tty: use the new 'flush_delayed_work()' helper to do ldisc flush by Linus Torvalds · 15 years ago
  18. 47dd7a5 net: add support for STMicroelectronics Ethernet controllers. by Giuseppe Cavallaro · 15 years ago
  19. 8c53e46 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 15 years ago
  20. 47a01a0 net: ks8851_mll uses mii interfaces by Randy Dunlap · 15 years ago
  21. 37ccd92 net/fec_mpc52xx: Fix kernel panic on FEC error by John Bonesio · 15 years ago
  22. c8e3314 tty: Make flush_to_ldisc() locking more robust by Linus Torvalds · 15 years ago
  23. e72701a net: Fix OF platform drivers coldplug/hotplug when compiled as modules by Anton Vorontsov · 15 years ago
  24. 4238ef5 USB: gadget: Fix EEM driver comments and VID/PID by Brian Niebuhr · 15 years ago
  25. b8430e1 usb-storage: Workaround devices with bogus sense size by Benjamin Herrenschmidt · 15 years ago
  26. 36f2132 USB: ehci: Fix IST boundary checking interval math. by Sarah Sharp · 15 years ago
  27. 12148da USB: option: Support for AIRPLUS MCD650 Datacard by Huzaifa Sidhpurwala · 15 years ago
  28. 1f01ca4 USB: whci-hcd: always do an update after processing a halted qTD by David Vrabel · 15 years ago
  29. 171b37e USB: whci-hcd: handle early deletion of endpoints by David Vrabel · 15 years ago
  30. b41ecf9 USB: wusb: don't use the stack to read security descriptor by Stefano Panella · 15 years ago
  31. 99b830a USB: rename Documentation/ABI/.../sysfs-class-usb_host by David Vrabel · 15 years ago
  32. e9a63a4 x86: linker script syntax nits by Roland McGrath · 15 years ago
  33. 0af4916 Staging: rt2860sta: prevent a panic when disabling when associated by Darren Salt · 15 years ago
  34. 5f26799 staging: more sched.h fixes by Jeff Mahoney · 15 years ago
  35. 317c68c Staging: et131x: Fix the add_10bit macro by Alan Cox · 15 years ago
  36. b9d2dde Staging: et131x: Correct WRAP bit handling by Alan Cox · 15 years ago
  37. 4439c93 staging: Complete sched.h removal from interrupt.h by Jeff Mahoney · 15 years ago
  38. 6af783c Staging: vme: fix sched.h build breakage by Greg Kroah-Hartman · 15 years ago
  39. 8037cda Staging: poch: fix sched.h build breakage by Greg Kroah-Hartman · 15 years ago
  40. db8fd28 Staging: b3dfg: fix sched.h build breakage by Greg Kroah-Hartman · 15 years ago
  41. 4377a02 Staging: comedi: fix sched.h build breakage by Greg Kroah-Hartman · 15 years ago
  42. ffc18af Staging: iio: Fix missing include <linux/sched.h> by Jonathan Cameron · 15 years ago
  43. eaf76e0 firewire: sbp2: provide fallback if mgt_ORB_timeout is missing by Stefan Richter · 15 years ago
  44. 514fc01 tty: use the new 'flush_delayed_work()' helper to do ldisc flush by Linus Torvalds · 15 years ago
  45. 43046b6 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 15 years ago
  46. 4524200 Make flush_to_ldisc properly handle parallel calls by Linus Torvalds · 15 years ago
  47. ac522b6 [S390] sclp_vt220 build fix by Michael Holzheu · 15 years ago
  48. 6d7c5af [S390] cio: change misleading console logic by Peter Oberparleiter · 15 years ago
  49. d3acf71 [S390] call home support: fix proc handler by Heiko Carstens · 15 years ago
  50. d9fa944 [S390] dasd: use idal for device characteristics by Stefan Haberland · 15 years ago
  51. be6e3f9 [S390] Add highgprs facility to /proc/cpuinfo by Andreas Krebbel · 15 years ago
  52. a7602f6 [S390] dasd: fix locking bug by Stefan Haberland · 15 years ago
  53. 03cadd3 [S390] tape390: Fix request queue handling in block driver by Michael Holzheu · 15 years ago
  54. 7874b1b [S390] hypfs: Use subcode 6 if subcode 7 is not available by Michael Holzheu · 15 years ago
  55. 03717e3 watchdog: Fix rio watchdog probe function by Thomas Gleixner · 15 years ago
  56. 457b646 sh: Fix a TRACE_IRQS_OFF typo. by Paul Mundt · 15 years ago
  57. 4d2947f sh: Optimize the setup_rt_frame() I-cache flush. by Paul Mundt · 15 years ago
  58. a66c2ed sh: Populate initial secondary CPU info from boot_cpu_data. by Paul Mundt · 15 years ago
  59. 2908df9 sh: Tidy up SMP cpuinfo. by Paul Mundt · 15 years ago
  60. eaa4770 sh: Use boot_cpu_data for FPU tests in sigcontext paths. by Paul Mundt · 15 years ago
  61. 0fe7463 TI DaVinci EMAC: Clear statistics register properly. by Sriram · 15 years ago
  62. daf9df6 r8169: partial support and phy init for the 8168d by françois romieu · 15 years ago
  63. 417c523 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  64. 80f5069 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  65. a3bafbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  66. 25d5915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  67. 86ae13b headers: Fix build after <linux/sched.h> removal by Ingo Molnar · 15 years ago
  68. 03266d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  69. ae445b9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 15 years ago
  70. 54753fd Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  71. 1e103d1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  72. 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
  73. fb66ebd Merge branch 'fix/hda' into for-linus by Takashi Iwai · 15 years ago
  74. 491dc04 ALSA: hda - Allow all formats as default for Nvidia HDMI by Takashi Iwai · 15 years ago
  75. 29a4f2d ALSA: aaci: ARM1176 aaci-pl041 AC97 register read timeout by Philby John · 15 years ago
  76. ccca7cd ALSA: hda - Fix volume-knob setup for Dell laptops with STAC9228 by Takashi Iwai · 15 years ago
  77. 5493053 ALSA: hda - Fix mute sound with STAC9227/9228 codecs by Takashi Iwai · 15 years ago
  78. a003236 perf events: Update MAINTAINERS entry file patterns by Vincent Legoll · 15 years ago
  79. 91cd175 irda/sa1100_ir: check return value of startup hook by Dmitry Artamonow · 15 years ago
  80. 8558467 udp: Fix udp_poll() and ioctl() by Eric Dumazet · 15 years ago
  81. 9652041 WAN: fix Cisco HDLC handshaking. by Krzysztof Halasa · 15 years ago
  82. 6d01a02 tcp: fix tcp_defer_accept to consider the timeout by Willy Tarreau · 15 years ago
  83. c58543c sparc64: Set IRQF_DISABLED on LDC channel IRQs. by David S. Miller · 15 years ago
  84. e3eef53 3c574_cs: spin_lock the set_multicast_list function by Ken Kawasaki · 15 years ago
  85. ab854b2 net: Teach pegasus driver to ignore bluetoother adapters with clashing Vendor:Product IDs by Chris Rankin · 15 years ago
  86. 9c6b8dc ALSA: bt87x - Add a whitelist for Pinnacle PCTV (11bd:0012) by Takashi Iwai · 15 years ago
  87. 71fb62f netxen: fix pci bar mapping by Dhananjay Phadke · 15 years ago
  88. 4ce2253 ethoc: fix warning from 32bit build by Alan Cox · 15 years ago
  89. 767e366 libertas: fix build by Alan Cox · 15 years ago
  90. 71999d9 x86/paravirt: Use normal calling sequences for irq enable/disable by Jeremy Fitzhardinge · 15 years ago
  91. 2ec24ff cciss: Add cciss_allow_hpsa module parameter by Stephen M. Cameron · 15 years ago
  92. 2cfa948 cciss: Fix multiple calls to pci_release_regions by Stephen M. Cameron · 15 years ago
  93. d1a890f net: VMware virtual Ethernet NIC driver: vmxnet3 by Shreyas Bhatewara · 15 years ago
  94. b9696ea net: Fix IXP 2000 network driver building. by Vincent Sanders · 15 years ago
  95. 2d9c648 ALSA: hda - Fix overflow of spec->init_verbs in patch_realtek.c by Takashi Iwai · 15 years ago
  96. 8ad8073 tracing/filters: Fix memory leak when setting a filter by Li Zefan · 15 years ago
  97. 9922262 sh: ftrace: Fix up syscall tracepoint support. by Paul Mundt · 15 years ago
  98. 964f7e5 sh: force dcache flush if dcache_dirty bit set. by Paul Mundt · 15 years ago
  99. af67c3a sh: update die() output. by Paul Mundt · 15 years ago
  100. 6dbce52 ext3: Update documentation about ext3 quota mount options by Jan Kara · 15 years ago