1. 501a525 Input: gtco - fix double kfree in error handling path by Dmitry Torokhov · 16 years ago
  2. 4657fb8 [S390] tape: fix race with stack local wait_queue_head_t. by Martin Schwidefsky · 16 years ago
  3. 54ad641 [S390] 3270: fix race with stack local wait_queue_head_t. by Martin Schwidefsky · 16 years ago
  4. c80ee72 [S390] dasd: use a generic wait_queue for sleep_on by Stefan Haberland · 16 years ago
  5. d4820e4 [S390] sclp_vt220: fix scheduling while atomic bug. by Heiko Carstens · 16 years ago
  6. 67060d9 [S390] Fix section mismatch warnings. by Heiko Carstens · 16 years ago
  7. f71ad62 [S390] tape: Fix race condition in tape block device driver by Michael Holzheu · 16 years ago
  8. b4f68be virtio: force callback on empty. by Rusty Russell · 16 years ago
  9. 52a3a05 virtio_net: another race with virtio_net and enable_cb by Christian Borntraeger · 16 years ago
  10. f7f510e virtio: An entropy device, as suggested by hpa. by Rusty Russell · 16 years ago
  11. 3ef5360 virtio_blk: allow read-only disks by Christian Borntraeger · 16 years ago
  12. b769f57 virtio: set device index in common code. by Rusty Russell · 16 years ago
  13. 5610bd1 virtio: virtio_pci should not set bus_id. by Rusty Russell · 16 years ago
  14. 2ad3cfb virtio: bus_id for devices should contain 'virtio' by Rusty Russell · 16 years ago
  15. ac9d463 Fix crash in virtio_blk during modprobe ; rmmod ; modprobe by Chris Lalancette · 16 years ago
  16. e27810f lguest: use ioremap_cache, not ioremap by Rusty Russell · 16 years ago
  17. 916941b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  18. fbf4d7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  19. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  20. bb7e698 Revert "USB: EHCI: fix performance regression" by Greg Kroah-Hartman · 16 years ago
  21. 185e3de USB: fsl_usb2_udc: fix recursive lock by Li Yang · 16 years ago
  22. a7f3872 USB: usb-serial: option: Don't match Huawei driver CD images by Michael Karcher · 16 years ago
  23. 4be2fa1 USB: pl2303: another product ID by Steve Murphy · 16 years ago
  24. 598eff6 USB: add another scanner quirk by René Rebe · 16 years ago
  25. 2a8bc9e USB: Add support for ROKR W5 in unusual_devs.h by Javier Smaldone · 16 years ago
  26. c5f23b0 USB: Fix M600i unusual_devs entry by Phil Dibowitz · 16 years ago
  27. c7257bd USB: usb-storage: unusual_devs update for Cypress ATACB by Alan Stern · 16 years ago
  28. fa38dfc USB: EHCI: fix performance regression by Alan Stern · 16 years ago
  29. b40e43f USB: EHCI: fix bug in Iso scheduling by Alan Stern · 16 years ago
  30. d1f114d USB: EHCI: fix remote-wakeup regression by Alan Stern · 16 years ago
  31. 3a31155 USB: EHCI: suppress unwanted error messages by Alan Stern · 16 years ago
  32. a8e5177 USB: EHCI: fix up root-hub TT mess by Alan Stern · 16 years ago
  33. 217a908 USB: add all configs to the "descriptors" attribute by Alan Stern · 16 years ago
  34. e16362a USB: fix possible deadlock involving sysfs attributes by Alan Stern · 16 years ago
  35. 62d104d USB: Firmware loader driver for USB Apple iSight camera by Matthew Garrett · 16 years ago
  36. ebb3770 USB: FTDI_SIO : Add support for Matrix Orbital PID Range by Ray Molenkamp · 16 years ago
  37. 4bd2797 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  38. dca0261 [CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.c by Lothar Waßmann · 16 years ago
  39. a762483 rndis_wlan: add missing range check for power_output modparam by Jussi Kivilinna · 16 years ago
  40. 135a548 iwlwifi: fix rate scale TLC column selection bug by Guy Cohen · 16 years ago
  41. 47cfd46 iwlwifi: fix exit from stay_in_table state by Guy Cohen · 16 years ago
  42. 4364623 rndis_wlan: Make connections to TKIP PSK networks work by Scott Ashcroft · 16 years ago
  43. 633257d rt2x00: Use atomic interface iteration in irq context by Ivo van Doorn · 16 years ago
  44. f06a0f4 rt2x00: Reset antenna RSSI after switch by Ivo van Doorn · 16 years ago
  45. 2088d41 rt2x00: Don't count retries as failure by Ivo van Doorn · 16 years ago
  46. 0f3e63a rt2x00: Fix memleak in tx() path by Ivo van Doorn · 16 years ago
  47. 3bf0a32 b43: Fix controller restart crash by Michael Buesch · 16 years ago
  48. 6b4bec01 b43: Upload both beacon templates on initial load by Michael Buesch · 16 years ago
  49. bc1b1fb rtl8180: fix wrong parameter in grf5101_rf_set_channel by Andrea Merello · 16 years ago
  50. 0a0ab41 rtl8180: fix wrong parameter in max2820_rf_set_channel by Andrea Merello · 16 years ago
  51. 0823b2c rtl8180: fix wrong parameter in sa2400_rf_set_channel by Andrea Merello · 16 years ago
  52. 6f6c218 rtl8180: avoid NULL dereference in max2820_rf_set_channel by John W. Linville · 16 years ago
  53. 471637a Input: pxa27x_keypad - miscellaneous fixes by Antonio Ospite · 16 years ago
  54. b33cb81 kgdbts: Use HW breakpoints with CONFIG_DEBUG_RODATA by Jason Wessel · 16 years ago
  55. 827e609 kgdb: use common ascii helpers and put_unaligned_be32 helper by Harvey Harrison · 16 years ago
  56. 57f5b15 Input: atkbd - mark keyboard as disabled when suspending/unloading by Dmitry Torokhov · 16 years ago
  57. 1ec7d99 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  58. 9e4f2e8 pciehp: add message about pciehp_slot_with_bus option by Kenji Kaneshige · 16 years ago
  59. a86161b pci hotplug core: add check of duplicate slot name by Kenji Kaneshige · 16 years ago
  60. 0711c70 pciehp: move msleep after power off by Kenji Kaneshige · 16 years ago
  61. 6592e02 pciehp: poll cmd completion if hotplug interrupt is disabled by Kenji Kaneshige · 16 years ago
  62. 5808639 pciehp: fix slow probing by Kenji Kaneshige · 16 years ago
  63. dbd79ae pciehp: fix NULL dereference in interrupt handler by Kenji Kaneshige · 16 years ago
  64. b3bd307 shpchp: add message about shpchp_slot_with_bus option by Kenji Kaneshige · 16 years ago
  65. c433a1b electra_cf: Add MODULE_DEVICE_TABLE() by Olof Johansson · 16 years ago
  66. ca61668 [SCSI] ibmvscsi: Non SCSI error status fixup by Brian King · 16 years ago
  67. 7ba2db5 [SCSI] fusion mpt: fix target missing after resetting external raid by Michael Reed · 16 years ago
  68. edb2301 ck804rom: fix driver_data in probe table. by David Woodhouse · 16 years ago
  69. 87a54a2 Input: apanel - remove duplicate include by Huang Weiyi · 16 years ago
  70. 43f83a8 Input: wm9713 - support five wire panels by Mark Brown · 16 years ago
  71. 5de4cd4 Input: wm97xx-core - fix race on PHY init by Mark Brown · 16 years ago
  72. ef9db49 Input: wm97xx-core - fix driver name by Mark Brown · 16 years ago
  73. 6b32ca3 Input: wm97xx-core - report a phys for WM97xx touchscreens by Mark Brown · 16 years ago
  74. d35895d Input: i8042 - make sure Dritek quirk is invoked at resume by Bruno Prémont · 16 years ago
  75. 84a8816 Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  76. c5e6fd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  77. 7271e60 tuner: Do not alter i2c_client.name by Michael Krufky · 16 years ago
  78. a49056d [WATCHDOG] Add ICH9DO into the iTCO_wdt.c driver by Gabriel C · 16 years ago
  79. f172ddc6 [WATCHDOG] Fix booke_wdt.c on MPC85xx SMP system's by Chen Gong · 16 years ago
  80. 0b36086 [WATCHDOG] Add a watchdog driver based on the CS5535/CS5536 MFGPT timers by Jordan Crouse · 17 years ago
  81. 7f7f894 [WATCHDOG] hpwdt: Fix NMI handling. by Mingarelli, Thomas · 16 years ago
  82. 93539b1 [WATCHDOG] Blackfin Watchdog Driver: split platform device/driver by Mike Frysinger · 16 years ago
  83. 6fd6560 [WATCHDOG] Add w83697h_wdt early_disable option by Samuel Tardieu · 16 years ago
  84. 5794a9f [WATCHDOG] Make w83697h_wdt timeout option string similar to others by Samuel Tardieu · 16 years ago
  85. 03315ad [WATCHDOG] Make w83697h_wdt void-like functions void by Samuel Tardieu · 16 years ago
  86. d3c5f8b Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  87. 25d5cb4 spi: remove some spidev oops-on-rmmod paths by David Brownell · 16 years ago
  88. f99c900 edac: mpc85xx: fix building as a module by Kumar Gala · 16 years ago
  89. ee29420 S3C2410: fix driver MODULE_ALIAS() by Ben Dooks · 16 years ago
  90. 6a0e4ec S3C2410: clean out changelog header and tidy by Ben Dooks · 16 years ago
  91. d585dfe S3C2410: add error print if we cannot add attribute by Ben Dooks · 16 years ago
  92. 673b460 S3C2410: ensure that FB_BLANK_POWERDOWN shuts down the controller by Ben Dooks · 16 years ago
  93. cdc83ae SM501: reverse FPEN/VBIASEN flags behaviour by Ben Dooks · 16 years ago
  94. 03a74dc serial: fix enable_irq_wake/disable_irq_wake imbalance in serial_core.c by Arjan van de Ven · 16 years ago
  95. 53978d0 brd: don't show ramdisks in /proc/partitions by Marcin Krol · 16 years ago
  96. 6089093 ip2: fix crashes on load/unload by Alan Cox · 16 years ago
  97. bff5fda gpiolib: fix off by one errors by Trent Piepho · 16 years ago
  98. 1d1c1d9 gpio: mcp23s08 debug fix by Roel Kluin · 16 years ago
  99. 69292b3 gpio: pca953x driver handles pca9554 too by David Brownell · 16 years ago
  100. dfc7064 md: restart recovery cleanly after device failure. by NeilBrown · 16 years ago