1. b87c9e0 drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset by Joe Perches · 15 years ago
  2. bb57f0c6 drivers/block/floppy.c: comment neatening and remove naked ; by Joe Perches · 15 years ago
  3. 2300f90 drivers/block/floppy.c: remove LAST_OUT macro by Joe Perches · 15 years ago
  4. d7b2b2e drivers/block/floppy.c: hoist assigns from if()s, neatening by Joe Perches · 15 years ago
  5. 045f983 drivers/block/floppy.c: remove used once CHECK_READY macro by Joe Perches · 15 years ago
  6. a81ee54 drivers/block/floppy.c: remove unnecessary braces by Joe Perches · 15 years ago
  7. b46df35 drivers/block/floppy.c: use pr_<level> by Joe Perches · 15 years ago
  8. 48c8cee drivers/block/floppy.c: #define space and column neatening by Joe Perches · 15 years ago
  9. d493754 drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ by Joe Perches · 15 years ago
  10. 9b3a654 drivers/scsi/ses.c: eliminate double free by Julia Lawall · 15 years ago
  11. 516a824 sdio: recognize io card without powercycle by Albert Herranz · 15 years ago
  12. d0ab4a4 rtc/hctosys: only claim the RTC provided the system time if it did by Uwe Kleine-König · 15 years ago
  13. 522dba7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  14. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  15. d4bab1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 15 years ago
  16. 2786095 [WATCHDOG] i6300esb.c: change platform_driver to pci_driver by Wim Van Sebroeck · 15 years ago
  17. 1ffaa64 [S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as uevents by Hendrik Brueckner · 15 years ago
  18. 09003ed [S390] smsgiucv: declare char pointers as "const" by Hendrik Brueckner · 15 years ago
  19. 33b62a3 [S390] dasd: automatic recognition of read-only devices by Stefan Weinhuber · 15 years ago
  20. 584dfdd [S390] remove unused qdio flags in zfcp and qeth by Ursula Braun · 15 years ago
  21. bd6e8a1 [S390] qdio: add missing bracket by Ursula Braun · 15 years ago
  22. a290156 [S390] cio: fix init_count in case of recognition after steal lock by Sebastian Ott · 15 years ago
  23. 5289802 [S390] dasd: security and PSF update patch for EMC CKD ioctl by Nigel Hislop · 15 years ago
  24. 91a970d [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA by Hendrik Brueckner · 15 years ago
  25. 39f3be7 [WATCHDOG] i6300esb: fix unlock register with by Wim Van Sebroeck · 15 years ago
  26. 410c176 msi-laptop: depends on RFKILL by Randy Dunlap · 15 years ago
  27. e22388e msi-laptop: Detect 3G device exists by standard ec command by Lee, Chun-Yi · 15 years ago
  28. ec76627 msi-laptop: Add resume method for set the SCM load again by Lee, Chun-Yi · 15 years ago
  29. 472ea12 msi-laptop: Support some MSI 3G netbook that is need load SCM by Lee, Chun-Yi · 15 years ago
  30. fc0dc4c msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec command by Lee, Chun-Yi · 15 years ago
  31. 46d0e9e msi-laptop: Support standard ec 66/62 command on MSI notebook and nebook by Lee, Chun-Yi · 15 years ago
  32. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 15 years ago
  33. 62e877b8 sysfs: fix for thinko with sysfs_bin_attr_init() by Stephen Rothwell · 15 years ago
  34. 2354dcc driver core: Use sysfs_rename_link in device_rename by Eric W. Biederman · 15 years ago
  35. b35c74d sysfs: windfarm: init sysfs attributes by Johannes Berg · 15 years ago
  36. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 15 years ago
  37. 3c31f07 Driver core: Fix first line of kernel-doc for a few functions by Ben Hutchings · 15 years ago
  38. d6e976c UIO: Remove SMX Cryptengine driver by Hans J. Koch · 15 years ago
  39. 0a965eb UIO: minor Kconfig fixes by John Ogness · 15 years ago
  40. 8f314cf UIO: Add a driver for Hilscher netX-based fieldbus cards by Hans J. Koch · 15 years ago
  41. 57f1e87 auxdisplay: move cfag12864bfb's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  42. ea180ca media: move omap24xxcam's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  43. a96b912 w1: move omap_hdq's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  44. 1139aea i2c: move i2c_omap's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  45. ea79632 x86: move hp-wmi's probe function to .devinit.text by Uwe Kleine-König · 15 years ago
  46. c2e1303 platform-drivers: move probe to .devinit.text in drivers/video by Uwe Kleine-König · 15 years ago
  47. 1b07193 platform-drivers: move probe to .devinit.text in drivers/scsi by Uwe Kleine-König · 15 years ago
  48. 831fad2 Driver core: make struct platform_driver.id_table const by Uwe Kleine-König · 15 years ago
  49. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  50. 6c1733a sysdev: fix up the probe/release attributes by Greg Kroah-Hartman · 15 years ago
  51. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  52. 985fc17 driver-core: firmware_class: remove base.h header inclusion by Luis R. Rodriguez · 15 years ago
  53. 3f5468c Driver-Core: require valid action string in uevent trigger by Kay Sievers · 15 years ago
  54. 7934779 Driver-Core: disable /sbin/hotplug by default by Kay Sievers · 15 years ago
  55. 4237e5f Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the description by Kay Sievers · 15 years ago
  56. 5e31d76 Driver-Core: devtmpfs - reset inode permissions before unlinking by Kay Sievers · 15 years ago
  57. 0933e2d driver core: Convert some drivers to CLASS_ATTR_STRING by Andi Kleen · 15 years ago
  58. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 15 years ago
  59. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 15 years ago
  60. 8564a6c sysdev: Fix type of sysdev class attribute in memory driver by Andi Kleen · 15 years ago
  61. 3701cde sysdev: Use sysdev_class attribute arrays in node driver by Andi Kleen · 15 years ago
  62. e1a7e29 sysdev: Convert node driver by Andi Kleen · 15 years ago
  63. 38457ab sysfs: Add attribute array to sysdev classes by Andi Kleen · 15 years ago
  64. 265d2e2 sysdev: Convert cpu driver sysdev class attributes by Andi Kleen · 15 years ago
  65. b15f562 sysdev: Convert node driver class attributes to be data driven by Andi Kleen · 15 years ago
  66. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  67. ecdf6ce Driver core: add platform_create_bundle() helper by Dmitry Torokhov · 15 years ago
  68. 77d3d7c driver-core: fix race condition in get_device_parent() by Tejun Heo · 15 years ago
  69. 25cf84c Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console by Linus Torvalds · 15 years ago
  70. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. dd04265b Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linux by Linus Torvalds · 15 years ago
  72. 6dc3eb5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 15 years ago
  73. 8fe900b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  74. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  75. 2ddb3b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  76. 5980bb3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  77. 68ae6b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 15 years ago
  78. 3f4ae86 Merge branch 'next-i2c-xilinx' into next-i2c by Ben Dooks · 15 years ago
  79. 2086f84 Merge branch 'next-i2c-omap' into next-i2c by Ben Dooks · 15 years ago
  80. aaa02ab Merge branch 'next-i2c-mpc-v8' into next-i2c by Ben Dooks · 15 years ago
  81. e1d5b65 i2c: Add support for Xilinx XPS IIC Bus Interface by Richard Röjfors · 15 years ago
  82. d84d3ea i2c: omap: Add support for 16-bit registers by Cory Maccarrone · 15 years ago
  83. ad0194e i2c-pnx: fix setting start/stop condition by Luotao Fu · 15 years ago
  84. f00d738 i2c-mpc: add support for the MPC512x processors from Freescale by Wolfgang Grandegger · 15 years ago
  85. a935221 i2c-mpc: rename "setclock" initialization functions to "setup" by Wolfgang Grandegger · 15 years ago
  86. 6e56dd3 i2c-mpc: use __devinit[data] for initialization functions and data by Wolfgang Grandegger · 15 years ago
  87. 96eb716 i2c/imx: don't add probe function to the driver struct by Uwe Kleine-König · 15 years ago
  88. 3f9900f i2c: Add support for Ux500/Nomadik I2C controller by srinidhi kasagar · 15 years ago
  89. 2c08583 mfd: Fix ucb1x00 build failure for collie_defconfig by Peter Huewe · 15 years ago
  90. 860fb8c mfd: Fix lpc_sch related depends/selects, fix build error by Randy Dunlap · 15 years ago
  91. 8e7aafe gpio: Fix sch_gpio warning by Samuel Ortiz · 15 years ago
  92. be9b06b gpio: add Intel SCH GPIO controller driver by Denis Turischev · 15 years ago
  93. fd46a00 i2c: convert i2c-isch to platform_device by Denis Turischev · 15 years ago
  94. 473fe73 mfd: Use completion interrupt for WM831x AUXADC by Mark Brown · 15 years ago
  95. d19663a mfd: Use completion interrupt for WM835x AUXADC by Mark Brown · 15 years ago
  96. 11a441c mfd: Introduce remove_script function for twl4030 by Mike Turquette · 15 years ago
  97. 3d8ca8c mfd/mmc: SDHI Kconfig update by Magnus Damm · 15 years ago
  98. 3c49e81 mfd: sh_mobile_sdhi MMC_CAP_MMC_HIGHSPEED support by Magnus Damm · 15 years ago
  99. 1bca748 gpiolib: Force wm831x GPIOs into GPIO mode when requested by Mark Brown · 15 years ago
  100. f92e8f8 mfd: Add WM831x revision B support by Mark Brown · 15 years ago