1. a4b45b2 hwmon: (dell-smm) Blacklist Dell Studio XPS 8100 by Pali Rohár · 9 years ago
  2. 9026cae hwmon: (dell-smm-hwmon) Use a valid name attribute by Gabriele Mazzotta · 9 years ago
  3. 039ae58 hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8k by Pali Rohár · 9 years ago
  4. a5afba1 hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon tree by Pali Rohár · 9 years ago[Renamed (98%) from drivers/char/i8k.c]
  5. 3a267d3 i8k: Remove use of seq_printf return value by Joe Perches · 9 years ago
  6. f989e55 i8k: Add support for fan labels by Pali Rohár · 9 years ago
  7. 1a131ca i8k: Remove DMI config data for Latitude E6440 and E6540 by Pali Rohár · 9 years ago
  8. 8f21d8e i8k: Autodetect fan RPM multiplier by Pali Rohár · 9 years ago
  9. 7f69fb0 i8k: Make fan module parameters an unsigned by Pali Rohár · 9 years ago
  10. 34ae40f i8k: Add support for Dell XPS 13 by Guenter Roeck · 9 years ago
  11. 564132d i8k: Rework error retries by Guenter Roeck · 9 years ago
  12. 83d514d i8k: Return -ENODATA for invalid temperature by Pali Rohár · 9 years ago
  13. 672af22 i8k: Register only temperature sensors which have labels by Pali Rohár · 9 years ago
  14. 5114b47 i8k: Add support for temperature sensor labels by Pali Rohár · 9 years ago
  15. 723493c i8k: Fix temperature bug handling in i8k_get_temp() by Pali Rohár · 10 years ago
  16. 148b1fd i8k: Add MODULE_DEVICE_TABLE macro by Pali Rohár · 10 years ago
  17. 0f35223 i8k: Add support for Dell Latitude E6440 by Pali Rohár · 10 years ago
  18. 06c88b0 i8k: Add support for Dell Latitude E6540 by Steven Honeyman · 10 years ago
  19. 9f48c89 Merge 3.16-rc5 into char-misc-next by Greg Kroah-Hartman · 10 years ago
  20. 6d827fb i8k: Fix non-SMP operation by Guenter Roeck · 10 years ago
  21. 7b88344 i8k: Add support for Dell Precision 490 and Latitude D520 by Guenter Roeck · 10 years ago
  22. 81474fc i8k: Add support for configurable maximum fan speed value by Guenter Roeck · 10 years ago
  23. b12ce5f i8k: Drop all labels by Guenter Roeck · 10 years ago
  24. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  25. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 10 years ago
  26. e7f5f27 i8k: Implement hwmon based fan speed control by Guenter Roeck · 11 years ago
  27. e551b15 i8k: Stop reading SMM BIOS version during driver probe by Guenter Roeck · 11 years ago
  28. 26d0938 i8k: Use driver_data field of dmi_system_id to override fan multiplier by Guenter Roeck · 11 years ago
  29. 919a030 i8k: Add support for Dell XPS M140 by Guenter Roeck · 11 years ago
  30. ff457bd i8k: Add support for Dell Studio laptops by Guenter Roeck · 11 years ago
  31. f5a7f82 i8k: Add copyright by Guenter Roeck · 11 years ago
  32. f36fdb9 i8k: Force SMM to run on CPU 0 by Guenter Roeck · 11 years ago
  33. 14d3238 i8k: Drop driver version number and info message at startup by Guenter Roeck · 11 years ago
  34. e33b488 i8k: Remove obsolete link to out-of-tree driver by Guenter Roeck · 11 years ago
  35. d83c39d i8k: Support additional temperature sensors by Guenter Roeck · 11 years ago
  36. 82ba1d3 i8k: Convert to use to hwmon_device_register_with_groups hwmon API by Guenter Roeck · 11 years ago
  37. 12186f5 i8k: Fix various checkpatch warnings and errors by Guenter Roeck · 11 years ago
  38. 60e71aa i8k: Convert to use pr_ functions instead of printk by Guenter Roeck · 11 years ago
  39. 9aa5b01 drivers/char/i8k.c: add Dell XPLS L421X by Alan Cox · 11 years ago
  40. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  41. 949a9d7 i8k: Integrate with the hwmon subsystem by Jean Delvare · 13 years ago
  42. bc1f419 i8k: Avoid lahf in 64-bit code by Luca Tettamanti · 13 years ago
  43. 22d3243 Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again) by Jim Bos · 14 years ago
  44. 6b4e81d i8k: Tell gcc that *regs gets clobbered by Jim Bos · 14 years ago
  45. 613655f drivers: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  46. d79b6f4 procfs: Push down the bkl from ioctl by Frederic Weisbecker · 14 years ago
  47. bef2a50 i8k: Add Dell Vostro systems by Federico Heinz · 16 years ago
  48. 7ab21a8 i8k: Enable i8k on Dell Precision Systems by Andy Spencer · 16 years ago
  49. 4ed99a2 i8k: make fan multiplier tunable with a module parameter by Jochen Eisinger · 16 years ago
  50. 1b50221 drivers: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  51. 48103c5 i8k: Inspiron E1705 fix by Frank Sorenson · 16 years ago
  52. fe04f22 I8K: allow i8k driver to be built on x86_64 systems by Bradley Smith · 16 years ago
  53. a9000d0 ik8: add Dell UK 6400 Inspiron model (MM061) by Nick Warne · 16 years ago
  54. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  55. 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
  56. 7e80d0d i386: sched.h inclusion from module.h is baack by Alexey Dobriyan · 17 years ago
  57. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  58. 4f00555 [PATCH] I8K: fix /proc reporting of blank service tags by Dmitry Torokhov · 19 years ago
  59. 7e0fa31 [PATCH] I8K: add new BIOS signatures by Dmitry Torokhov · 19 years ago
  60. 8378b924 [PATCH] I8K: initialization code cleanup; formatting by Dmitry Torokhov · 19 years ago
  61. 352f8f8 [PATCH] I8K: convert to seqfile by Dmitry Torokhov · 19 years ago
  62. e70c9d5 [PATCH] I8K: use standard DMI interface by Dmitry Torokhov · 19 years ago
  63. dec63ec [PATCH] I8K: pass through lindent by Dmitry Torokhov · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago