1. cf05568 1wire: family module autoload fails because of upper/lower case mismatch. by Ingo Flaschberger · 6 years ago
  2. 1de8695 w1: don't leak refcount on slave attach failure in w1_attach_slave_device() by Maciej S. Szmigiero · 7 years ago
  3. a46b195 w1: fix timeout_us parameter description by Wei Yongjun · 8 years ago
  4. b9c11a2 w1: silence an uninitialized variable warning by Dan Carpenter · 8 years ago
  5. cf09d64 w1: w1_process() is not freezable kthread by Jiri Kosina · 8 years ago
  6. c309835 w1: introduce an ability to specify microseconds bus scanning intervals by Dmitry Khromov · 9 years ago
  7. 4b7e4f8 w1: support auto-load of w1_bq27000 module. by NeilBrown · 9 years ago
  8. fdc9167 w1: use pr_* instead of printk by Fjodor Schelichow · 10 years ago
  9. a0f1046 w1: do not unlock unheld list_mutex in __w1_remove_master_device() by Alexey Khoroshilov · 10 years ago
  10. 18d7f89 w1: avoid recursive device_add by David Fries · 10 years ago
  11. a7155f4 w1: small type cleanup in sysfs by Dan Carpenter · 10 years ago
  12. b3be177 w1: format for DocBook and fixes by David Fries · 10 years ago
  13. 9fcbbac w1: process w1 netlink commands in w1_process thread by David Fries · 10 years ago
  14. 70b34d2 w1: new netlink commands, add/remove/list slaves by David Fries · 10 years ago
  15. 3c6955e w1: continue slave search where previous left off by David Fries · 10 years ago
  16. a161305 w1: increase w1_max_slave_count, allow write access by David Fries · 10 years ago
  17. af8c723 w1: Only wake up the search process if it is going to be searching by David Fries · 10 years ago
  18. 4210569 w1: fixup search to support abort from netlink by David Fries · 10 years ago
  19. bb67093 drivers: w1: make w1_slave::flags long to avoid memory corruption by Michal Nazarewicz · 11 years ago
  20. bc04d76 w1 - call request_module with w1 master mutex unlocked by Hans-Frieder Vogt · 11 years ago
  21. 2962aec w1 - fix fops in w1_bus_notify by Hans-Frieder Vogt · 11 years ago
  22. bf4228f drivers/w1/w1.c: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  23. 36c27a6 w1: add attribute groups to struct w1_family_ops by Greg Kroah-Hartman · 11 years ago
  24. 5b187b3 w1: use default attribute groups for w1 slave devices by Greg Kroah-Hartman · 11 years ago
  25. 47eba33 w1: remove race with sysfs file creation by Greg Kroah-Hartman · 11 years ago
  26. 8d7bda5 w1: add family based automatic module loading by Alexander Stein · 11 years ago
  27. 9d1817c w1: fix oops when w1_search is called from netlink connector by Marcin Jurkowski · 11 years ago
  28. 2c9e9fd w1: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 11 years ago
  29. b02f8be W1: split master mutex to avoid deadlocks. by NeilBrown · 12 years ago
  30. dd0aa67 Revert "w1: introduce a slave mutex for serializing IO" by Greg Kroah-Hartman · 12 years ago
  31. 526be41 w1: cleanup w1_uevent by Devendra Naga · 12 years ago
  32. 59d4467 w1: introduce a slave mutex for serializing IO by NeilBrown · 12 years ago
  33. ecf1948 w1: fix slave driver registration error message by Dmitry Artamonow · 12 years ago
  34. c9cbf55 w1: add fast search for single slave bus by Evgeniy Polyakov · 12 years ago
  35. a801876 MAINTAINERS: Evgeniy has moved by Evgeniy Polyakov · 13 years ago
  36. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  37. 963bb10 w1: have netlink search update kernel list by David Fries · 13 years ago
  38. 12aa4c6 w1: don't allow arbitrary users to remove w1 devices by Brian Swetland · 14 years ago
  39. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  40. 73a98fc w1: add __init/__exit macros to w1.c by Peter Huewe · 14 years ago
  41. 40f91de w1: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  42. 7dc8f52 W1: w1.c s/printk/dev_dbg/ by David Fries · 16 years ago
  43. 07e0034 W1: w1_slave_read_id read bug, use device_attribute by David Fries · 16 years ago
  44. cd7b28d W1: recode w1_slave_found logic by David Fries · 16 years ago
  45. 9b46741 W1: be able to manually add and remove slaves by David Fries · 16 years ago
  46. 6a158c0 W1: feature, enable hardware strong pullup by David Fries · 16 years ago
  47. 3c52e4e W1: w1_process, block or sleep by David Fries · 16 years ago
  48. 01e14d6 W1: don't delay search start by David Fries · 16 years ago
  49. 0d671b2 W1: abort search early on on exit by David Fries · 16 years ago
  50. c30c9b1 W1: fix deadlocks and remove w1_control_thread by David Fries · 16 years ago
  51. 18a2354 w1: remove unused and confusing variable. by Evgeniy Polyakov · 16 years ago
  52. a2a6c74 w1: decrement slave counter only in ->release() callback by Evgeniy Polyakov · 16 years ago
  53. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  54. d1cf16c missing null termination in one wire uevent by Stephen Hemminger · 17 years ago
  55. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  56. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  57. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  58. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  59. 60ed34b W1 printk format warning fix by Evgeniy Polyakov · 17 years ago
  60. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 17 years ago
  61. c6976a4 [PATCH] w1: warning fix by Andrew Morton · 18 years ago
  62. 2c5bfda [PATCH] W1: cleanups by Evgeniy Polyakov · 18 years ago
  63. abd52a1 [PATCH] w1: Use mutexes instead of semaphores. by Evgeniy Polyakov · 18 years ago
  64. 1200337 [PATCH] w1: Userspace communication protocol over connector. by Evgeniy Polyakov · 18 years ago
  65. f522d23 [PATCH] w1: Added default generic read/write operations. by Evgeniy Polyakov · 18 years ago
  66. 674a396c [PATCH] w1: use kthread api. by Evgeniy Polyakov · 18 years ago
  67. f73b5e7 [PATCH] W1: u64 is not long long by Andrew Morton · 18 years ago
  68. a9fb1c7 [PATCH] w1: misc cleanups by Adrian Bunk · 18 years ago
  69. ccd6994 [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'. by Evgeniy Polyakov · 18 years ago
  70. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  71. 2d1f87a [PATCH] Dallas's 1-wire bus compile error by Evgeniy Polyakov · 19 years ago
  72. 7c8f570 [PATCH] w1: Decreased debug level. by Evgeniy Polyakov · 19 years ago
  73. 3aca692 [PATCH] w1: Detouching bug fixed. by Evgeniy Polyakov · 19 years ago
  74. d2a4ef6 [PATCH] w1: Added add/remove slave callbacks. by Evgeniy Polyakov · 19 years ago
  75. db2d000 [PATCH] w1: Added inline functions on top of container_of(). by Evgeniy Polyakov · 19 years ago
  76. 5e8eb85 [PATCH] w1: Fixed 64bit compilation warning. by Evgeniy Polyakov · 19 years ago
  77. 7f772ed [PATCH] w1: hotplug support. by Evgeniy Polyakov · 19 years ago
  78. 2da5bf8 [PATCH] w1: more debug level decrease. by Evgeniy Polyakov · 19 years ago
  79. 0e65f82 [PATCH] w1: fix CRC calculation on bigendian platforms. by Evgeniy Polyakov · 19 years ago
  80. 3e1d1d2 [PATCH] Cleanup patch for process freezing by Christoph Lameter · 19 years ago
  81. 6adf87b [PATCH] w1: reconnect feature. by Evgeniy Polyakov · 19 years ago
  82. 99c5bfe [PATCH] w1: Adds a default family so that new slave families will show up in sysfs. by Evgeniy Polyakov · 19 years ago
  83. 2a9d0c1 [PATCH] w1: Adds a sysfs entry (w1_master_search) that allows you to disable/enable periodic searches. by Evgeniy Polyakov · 19 years ago
  84. 6b72986 [PATCH] w1: Added the triplet w1 master method and changes w1_search() to use it. by Evgeniy Polyakov · 19 years ago
  85. ca775c6 [PATCH] w1: new family structure. by Evgeniy Polyakov · 19 years ago
  86. 7785925 [PATCH] w1: cleanups. by Evgeniy Polyakov · 19 years ago
  87. 060b884 [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  88. 8523ff4 [PATCH] w1: real fix for big endian machines. by johnpol@2ka.mipt.ru · 19 years ago
  89. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago