1. 1519c0c [S390] convert monwriter printks to pr_xxx macros. by Melissa Howland · 16 years ago
  2. a4f5a29 [S390] convert monreader printks to pr_xxx macros. by Gerald Schaefer · 16 years ago
  3. e6d5a42 [S390] convert cio printks to pr_xxx macros. by Michael Ernst · 16 years ago
  4. 80a5c36 [S390] convert vmur printks to pr_xxx macros. by Frank Munzert · 16 years ago
  5. c99fc5d [S390] convert lcs printks to dev_xxx and pr_xxx macros. by Klaus-D. Wacker · 16 years ago
  6. 8988e58 [S390] convert vmcp printks to pr_xxx macros. by Christian Borntraeger · 16 years ago
  7. d1c2f89 [S390] convert xpram printks to pr_xxx macros. by Martin Schwidefsky · 16 years ago
  8. acfa922 [S390] s390: Remove redundant test by Julia Lawall · 16 years ago
  9. 21e7b2c [S390] drivers/s390/crypto: Move dereference to after IS_ERR test by Julia Lawall · 16 years ago
  10. b3b59d3 [S390] sclp vt220: fix compile warning by Heiko Carstens · 16 years ago
  11. d36f0c6 [S390] cio: use pim to check for multipath. by Sebastian Ott · 16 years ago
  12. f444cc0 [S390] cio: commit all pmcw changes. by Sebastian Ott · 16 years ago
  13. 13952ec1 [S390] cio: introduce cio_commit_config by Sebastian Ott · 16 years ago
  14. cdb912a [S390] cio: introduce cio_update_schib by Sebastian Ott · 16 years ago
  15. d6a3076 [S390] cio: Use device_is_registered(). by Cornelia Huck · 16 years ago
  16. 283fdd0 [S390] cio: Dont call ->release directly. by Cornelia Huck · 16 years ago
  17. 90ed2b6 [S390] cio: Dont fail probe for I/O subchannels. by Cornelia Huck · 16 years ago
  18. 5fb6b85 [S390] cio: Only register ccw_device for registered subchannel. by Cornelia Huck · 16 years ago
  19. 6eff208 [S390] cio: Fix I/O subchannel refcounting. by Cornelia Huck · 16 years ago
  20. 9cd6742 [S390] cio: Fix reference counting for online/offline. by Cornelia Huck · 16 years ago
  21. 97166f5 [S390] cio: Put referernce on correct device after moving. by Cornelia Huck · 16 years ago
  22. c619d42 [S390] cio: fix ccwgroup online vs. ungroup race condition by Peter Oberparleiter · 16 years ago
  23. 111e95a [S390] cio: move irritating comment. by Sebastian Ott · 16 years ago
  24. 191fd44 [S390] cio: get rid of compile warning by Heiko Carstens · 16 years ago
  25. 44a01d5 [S390] s390/hvc_console: z/VM IUCV hypervisor console support by Hendrik Brueckner · 16 years ago
  26. 98df67b [S390] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  27. 0cd4bd4 [S390] dasd: call cleanup_cqr with request_queue_lock by Stefan Haberland · 16 years ago
  28. 50afd20 [S390] dasd: correct sense byte condition for SIM by Stefan Haberland · 16 years ago
  29. faf16aa [S390] dasd: Use accessors instead of using driver_data directly. by Cornelia Huck · 16 years ago
  30. 2bf373b [S390] dasd: improve dasd statistics proc interface by Stefan Haberland · 16 years ago
  31. bd43a42 [S390] zfcp: Report microcode level through service level interface by Christof Schmitt · 16 years ago
  32. 6bcac50 [S390] service level interface. by Martin Schwidefsky · 16 years ago
  33. 7a0b4cb [S390] qdio: fix error reporting for hipersockets by Jan Glauber · 16 years ago
  34. 50f769d [S390] qdio: improve inbound buffer acknowledgement by Jan Glauber · 16 years ago
  35. 22f9934 [S390] qdio: rework debug feature logging by Jan Glauber · 16 years ago
  36. 9a1ce28 [S390] qdio: fix compile warning under 31 bit by Jan Glauber · 16 years ago
  37. 23589d0 [S390] qdio: add eqbs/sqbs instruction counters by Jan Glauber · 16 years ago
  38. bbd50e1 [S390] qdio: fix qeth port count detection by Jan Glauber · 16 years ago
  39. 43c207e6 [S390] ap: Minor code beautification. by Christian Maaser · 16 years ago
  40. cb17a63 [S390] zcrypt: Use of Thin Interrupts by Felix Beck · 16 years ago
  41. a114a9d [S390] vmcp: remove BKL by Christian Borntraeger · 16 years ago
  42. c20137f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 16 years ago
  43. 8960223 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  44. d519c8d edac: fix edac core deadlock when removing a device by Harry Ciao · 16 years ago
  45. f00a189 w1: fix slave selection on big-endian systems by Evgeniy Polyakov · 16 years ago
  46. cc6c2ca rtc: rtc-isl1208: reject invalid dates by Chris Elston · 16 years ago
  47. 231ffc9 V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET command by Devin Heitmueller · 16 years ago
  48. 077ebed drm/radeon: fix correctness of irq_enabled check for radeon. by Dave Airlie · 16 years ago
  49. c47a75a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  50. 0099f77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  51. 9ecab6e drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  52. 7ef5f41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  53. 9a1d103 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  54. 281981c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  55. f3485c8 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
  56. db873cf Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 16 years ago
  57. eae34c6 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. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  59. d8a0be6 cciss: fix problem that deleting multiple logical drives could cause a panic by Stephen M. Cameron · 16 years ago
  60. ac5c4e7 drm/i915: GEM on PAE has problems - disable it for now. by Dave Airlie · 16 years ago
  61. c4de0a5 drm/i915: Don't return busy for buffers left on the flushing list. by Eric Anholt · 16 years ago
  62. a2ed961 md: Don't read past end of bitmap when reading bitmap. by NeilBrown · 16 years ago
  63. 739840d ppp: fix segfaults introduced by netdev_priv changes by James Chapman · 16 years ago
  64. 59da1f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 16 years ago
  65. b3806c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  66. 3298a73 bnx2: Fix bug in bnx2_free_rx_mem(). by Michael Chan · 16 years ago
  67. 3e3d0e9 PCI hotplug: ibmphp: Fix module ref count underflow by Neil Horman · 16 years ago
  68. 55dac3a Merge branch 'i2c-fixes' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  69. 3797455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  70. 4b4cdf3 STAGING: Move staging drivers back to staging-specific menu by Dmitry Baryshkov · 16 years ago
  71. 09a35ce xilinx_hwicap: remove improper wording in license statement by Greg Kroah-Hartman · 16 years ago
  72. af4b851 USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display by Mike Provencher · 16 years ago
  73. 413ba6f USB: set correct configuration in probe of ti_usb_3410_5052 by Oliver Neukum · 16 years ago
  74. 7c99200 USB: add 5372:2303 to pl2303 by Matthew Arnold · 16 years ago
  75. 24c0996 USB: skip Set-Interface(0) if already in altsetting 0 by Alan Stern · 16 years ago
  76. 7c12414 USB: gadget: fix rndis working at high speed by David Brownell · 16 years ago
  77. 01ba085 USB: ftdi_sio: Adding Ewert Energy System's CANdapter PID by Andrew Ewert · 16 years ago
  78. f2ee695 USB: tty: SprogII DCC controller identifiers by Alan Cox · 16 years ago
  79. a4b1880 usb-storage: update unusual_devs entry for Nokia 5310 by Alan Stern · 16 years ago
  80. 48e1a54 USB: Unusual devs patch for Nokia 3500c by Ozan Sener · 16 years ago
  81. 1393fce USB: storage: unusual_devs.h: Nokia 3109c addition by CSÉCSY László · 16 years ago
  82. 5413aa4 USB: fix problem with usbtmc driver not loading properly by Greg Kroah-Hartman · 16 years ago
  83. 2fccd28 jme: Fixed a typo by cwm97m · 16 years ago
  84. e8e5752 net: kernel BUG at drivers/net/phy/mdio_bus.c:165! by Krzysztof Halasa · 16 years ago
  85. 9a3de25 drivers/net: starfire: Fix napi ->poll() weight handling by Jarek Poplawski · 16 years ago
  86. bb5f133 tlan: Fix pci memory unmapping by Sakari Ailus · 16 years ago
  87. b6adc19 PCI hotplug: acpiphp wants a 64-bit _SUN by Justin Chen · 16 years ago
  88. db9aaf0 PCI: pciehp: fix unexpected power off with pciehp_force by Kenji Kaneshige · 16 years ago
  89. b0b801d PCI: fix aer resume sanity check by Hidetoshi Seto · 16 years ago
  90. be44f01 i2c-s3c2410: fix check for being in suspend. by Ben Dooks · 16 years ago
  91. a804644 i2c-cpm: Detect and report NAK right away instead of timing out by Mike Ditto · 16 years ago
  92. a6da74c [SCSI] mpt fusion: clear list of outstanding commands on host reset by James Bottomley · 16 years ago
  93. 3ca81a5 V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well. by Hans Verkuil · 16 years ago
  94. 8b21c1e V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204 by Mauro Carvalho Chehab · 16 years ago
  95. f86d4a9 V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking. by Jim Paris · 16 years ago
  96. 11c6c7f V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support) by Antti Seppälä · 16 years ago
  97. 4b330be V4L/DVB (9780): dib0700: Stop repeating after user stops pushing button by Devin Heitmueller · 16 years ago
  98. 1bda712 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  99. 7a62b17 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  100. 3bd8226 Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago