1. e39e3be beceem: change format of debug message by Stephen Hemminger · 14 years ago
  2. 3349d95 beceem: clean up adapter structure by Stephen Hemminger · 14 years ago
  3. 9e0a316 beceem: create class on module installation by Stephen Hemminger · 14 years ago
  4. 46c3790 beceem: convert to kernel coding style by Stephen Hemminger · 14 years ago
  5. 5afb514 beceem: remove useless debug function entry messages by Stephen Hemminger · 14 years ago
  6. 957ea3b beceem: remove problematic debug print messages by Stephen Hemminger · 14 years ago
  7. 032100f beceem: remove unnecessary usb class by Stephen Hemminger · 14 years ago
  8. ada692b beceem: fix character device ioctl by Stephen Hemminger · 14 years ago
  9. c5ebe22 beceem: fix printf format strings by Stephen Hemminger · 14 years ago
  10. 0980f2e beceem: reserve one queue for bit-bucket by Stephen Hemminger · 14 years ago
  11. 3644c1a beceem: remove dead code by Stephen Hemminger · 14 years ago
  12. 9371105 beceem: support multiple queues by Stephen Hemminger · 14 years ago
  13. 20f4865 beceem: get rid of unnecessary inline usage by Stephen Hemminger · 14 years ago
  14. 26a0e39 beceem: fold unregister_netdevice into AdapterFree by Stephen Hemminger · 14 years ago
  15. 7441698 beceem: remove ARP spoofing by Stephen Hemminger · 14 years ago
  16. 6ba8fe7 beceem: print better message on bad ioctl by Stephen Hemminger · 14 years ago
  17. e614e28 beceem: remove indirection to Adapter structure by Stephen Hemminger · 14 years ago
  18. 2515ab6 beceem: Add proper carrier and link management by Stephen Hemminger · 14 years ago
  19. d7affd0 beceem: reduce transmit queue len by Stephen Hemminger · 14 years ago
  20. 9c6e9aa beceem: remove dead code by Stephen Hemminger · 14 years ago
  21. d21d6dde beceem: add ethtool support by Stephen Hemminger · 14 years ago
  22. 71e253b beceem: make transmit thread interruptible by Stephen Hemminger · 14 years ago
  23. de85f98 beceem: name threads with device name by Stephen Hemminger · 14 years ago
  24. 082e889 beceem: remove OS wrapper library by Stephen Hemminger · 14 years ago
  25. c5113e3c beceem: use kernel print_hex_dump function by Stephen Hemminger · 14 years ago
  26. 0ad008f beceem: cleanup network device setup by Stephen Hemminger · 14 years ago
  27. 92bc605 beceem: get rid of OS dependent data structure by Stephen Hemminger · 14 years ago
  28. 2b5e625 beceem: eliminate dead code by Stephen Hemminger · 14 years ago
  29. d52db0b beceem: eliminate network registered state variable by Stephen Hemminger · 14 years ago
  30. 3705a84 beceem: remove bogus network device notifier by Stephen Hemminger · 14 years ago
  31. 2564a14 beceem: cleanup debug level infrastructure by Stephen Hemminger · 14 years ago
  32. 047a5f2 beceem: eliminate unused USB stubs by Stephen Hemminger · 14 years ago
  33. 5abe61a beceem: remove version ifdef's by Stephen Hemminger · 14 years ago
  34. 91d29ee beceem: remove ifdef's by Stephen Hemminger · 14 years ago
  35. 2e44f76 beceem: add module information by Stephen Hemminger · 14 years ago
  36. 2d3b07c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  37. 150cd84 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  38. f063a0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  39. 3c37629 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  40. e9f29c9 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  41. 44c1bcd hwmon: (it87) Add support for the IT8721F/IT8758E by Jean Delvare · 14 years ago
  42. 0df6454d hwmon: (it87) Move conversion functions by Jean Delvare · 14 years ago
  43. 0b22ce3 hwmon: Remove many EXPERIMENTAL flags by Jean Delvare · 14 years ago
  44. f6c61cf hwmon: (lm85) Add support for ADT7468 high-frequency PWM mode by Jean Delvare · 14 years ago
  45. c36364d hwmon: (lm85) Document the ADT7468 as supported by Jean Delvare · 14 years ago
  46. fa7a579 hwmon: (lm85) Fix ADT7468 frequency table by Jean Delvare · 14 years ago
  47. 918ee91 hwmon: I2C addresses are constant by Jean Delvare · 14 years ago
  48. bd5f47e Move ams driver to macintosh by Jean Delvare · 14 years ago
  49. 6dfee85 hwmon: (pcf8591) Don't attempt to detect devices by Jean Delvare · 14 years ago
  50. 4275fcd hwmon: (pcf8591) Register as a hwmon device by Jean Delvare · 14 years ago
  51. 2437710 hwmon: (w83795) Use standard attributes for chassis intrusion by Jean Delvare · 14 years ago
  52. 00030af hwmon: (w83795) Exclude fan control feature by default by Jean Delvare · 14 years ago
  53. e3760b4 hwmon: (w83795) Add myself as co-author and maintainer by Jean Delvare · 14 years ago
  54. eb02755 hwmon: (w83795) More style cleanups by Jean Delvare · 14 years ago
  55. 5d2cd95 hwmon: (w83795) Fix LSB reading of voltage limits by Jean Delvare · 14 years ago
  56. 21fc977 hwmon: (w83795) Use dev_get_drvdata() where possible by Jean Delvare · 14 years ago
  57. 1bb3450 hwmon: (w83795) Delay reading pwm config registers by Jean Delvare · 14 years ago
  58. 2ae61de hwmon: (w83795) Delay reading limit registers by Jean Delvare · 14 years ago
  59. 0d7237bf hwmon: (w83795) Move register reads to dedicated functions by Jean Delvare · 14 years ago
  60. 476a4e5 hwmon: (w83795) Pack similar register reads by Jean Delvare · 14 years ago
  61. fd7f82b hwmon: (w83795) Make W83795_REG_PWM more efficient by Jean Delvare · 14 years ago
  62. 5f7b77c hwmon: (w83795) Don't pre-read values we'll update later by Jean Delvare · 14 years ago
  63. 39deb69 hwmon: (w83795) Simplify temperature sensor type handling by Jean Delvare · 14 years ago
  64. cd316df hwmon: (w83795) Drop _NUM constants by Jean Delvare · 14 years ago
  65. 49c7347 hwmon: (w83795) Drop REST_VLT_BEGIN/END by Jean Delvare · 14 years ago
  66. 7eb8d50 hwmon: (w83795) Fix parity checks by Jean Delvare · 14 years ago
  67. a654b9d4 hwmon: (w83795) Get rid of VRLSB_SHIFT by Jean Delvare · 14 years ago
  68. c1a792a hwmon: (w83795) Avoid reading the same register twice by Jean Delvare · 14 years ago
  69. 02728ff hwmon: (w83795) Rework beep_enable implementation by Jean Delvare · 14 years ago
  70. 54891a3 hwmon: (w83795) Report PECI agent Tbase values by Jean Delvare · 14 years ago
  71. dd127f5 hwmon: (w83795) Properly handle negative temperatures by Jean Delvare · 14 years ago
  72. a0ce402 hwmon: (w83795) Rename temperature limit attributes by Jean Delvare · 14 years ago
  73. 01879a8 hwmon: (w83795) Fix PWM duty cycle frequency attributes by Jean Delvare · 14 years ago
  74. 0e25601 hwmon: (w83795) Add support for dynamic in0-2 limits by Jean Delvare · 14 years ago
  75. 6c82b2f hwmon: (w83795) Fix LSB reading of fan speeds by Jean Delvare · 14 years ago
  76. 71caf46 hwmon: (w83795) Clean up probe function by Jean Delvare · 14 years ago
  77. 6f9dfd8 hwmon: (w83795) Fix in17-in20 gain factor by Jean Delvare · 14 years ago
  78. 80646b9 hwmon: (w83795) Only start monitoring if needed by Jean Delvare · 14 years ago
  79. 86ef4d2 hwmon: (w83795) Add const markers by Jean Delvare · 14 years ago
  80. b2cc528 hwmon: (w83795) Only create fan[1-8]_target files when needed by Jean Delvare · 14 years ago
  81. b5f6a90 hwmon: (w83795) Move PWM attributes to a dedidated array by Jean Delvare · 14 years ago
  82. 87df0da hwmon: (w83795) Use 2D arrays for many device attributes by Jean Delvare · 14 years ago
  83. 6f3dcde hwmon: (w83795) Merge w83795_create_files and w83795_remove_files by Jean Delvare · 14 years ago
  84. 892514a hwmon: (w83795) Move file creation to a separate function too by Jean Delvare · 14 years ago
  85. 2fa0987 hwmon: (w83795) Move files removal to a separate function by Jean Delvare · 14 years ago
  86. 2be381d hwmon: (w83795) Improve detection routine by Jean Delvare · 14 years ago
  87. b2469f4 hwmon: (w83795) Refactor bank selection by Jean Delvare · 14 years ago
  88. 093d1a4 hwmon: (w83795) Drop duplicate enum by Jean Delvare · 14 years ago
  89. 315bacf hwmon: (w83795) Misc cleanups by Jean Delvare · 14 years ago
  90. 792d376 hwmon: New driver for the W83795G/ADG monitoring chips by Wei Song · 14 years ago
  91. 62991f7 hwmon: (s3c-hwmon) Depend on S3C_ADC by Maurus Cuelenaere · 14 years ago
  92. 9c627e3 hwmon: (s3c-hwmon) Use a real mutex by Thomas Gleixner · 14 years ago
  93. caaa0f3 hwmon: (lm75) Trivial changes to pacify the checkpatch by Shubhrajyoti D · 14 years ago
  94. e3cd952 hwmon: (lm75) Make the writing to sysfs more robust by Shubhrajyoti D · 14 years ago
  95. c4f99a2 hwmon: (lm90) Add support for the W83L771W/G by Jean Delvare · 14 years ago
  96. 0c01b64 hwmon: (lm90) Add support for update_interval sysfs attribute by Guenter Roeck · 14 years ago
  97. 1179324 hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionality by Guenter Roeck · 14 years ago
  98. 4667bcb hwmon: (lm90) Introduce chip parameter structure by Guenter Roeck · 14 years ago
  99. 15b66ab hwmon: (lm90) Rearrange code to no longer require forward declarations by Guenter Roeck · 14 years ago
  100. 06e1c0a hwmon: (lm90) Add support for max6695 and max6696 by Guenter Roeck · 14 years ago