1. fa73eb4 s390/ccwgroup: use ccwgroup_ungroup wrapper by Sebastian Ott · 10 years ago
  2. 0310c8b s390/ccwgroup: fix an uninitialized return code by Sebastian Ott · 10 years ago
  3. 9280ddb s390/ccwgroup: obtain extra reference for asynchronous processing by Sebastian Ott · 10 years ago
  4. 0b60f9e s390: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 10 years ago
  5. d5b877f s390/cio: use device_lock to synchronize calls to the ccwgroup driver by Sebastian Ott · 11 years ago
  6. 0178722 s390: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  7. 683c3dc s390/ccwgroup: allow drivers to call set_{on,off}line by Sebastian Ott · 12 years ago
  8. cff9710 s390/ccwgroup: set_online return error when already online by Sebastian Ott · 12 years ago
  9. 9814fdf s390/ccwgroup: remove ccwgroup_create_from_string by Sebastian Ott · 12 years ago
  10. b7a610f s390/ccwgroup: exploit ccwdev_by_dev_id by Sebastian Ott · 12 years ago
  11. f2962da s390/ccwgroup: introduce ccwgroup_create_dev by Sebastian Ott · 12 years ago
  12. 9f30ea9 cio: remove {get,put}_driver by Sebastian Ott · 12 years ago
  13. dad572e3 [S390] ccwgroup: cleanup by Sebastian Ott · 13 years ago
  14. dbdf1af [S390] ccwgroup: move attributes to attribute group by Sebastian Ott · 13 years ago
  15. 3c190c5 [S390] ccwgroup_driver: remove duplicate members by Sebastian Ott · 13 years ago
  16. c030175 [S390] cio: fix ccwgroup unregistration race condition by Peter Oberparleiter · 14 years ago
  17. c560d10 [S390] ccwgroup: add locking around drvdata access by Sebastian Ott · 14 years ago
  18. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  19. 7e597a2 [S390] pm: ccwgroup bus power management callbacks by Sebastian Ott · 15 years ago
  20. 21cdbc1 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  21. e909074 [S390] cio: ccw group fix unbind behaviour. by Sebastian Ott · 15 years ago
  22. 50f1548 [S390] cio: fix sanity checks in ccwgroup driver. by Sebastian Ott · 15 years ago
  23. 40c9f99 [S390] cio: ccw group online store - report rcs to the caller. by Sebastian Ott · 15 years ago
  24. 6694206 sysfs: only allow one scheduled removal callback per kobj by Alex Chiang · 15 years ago
  25. c619d42 [S390] cio: fix ccwgroup online vs. ungroup race condition by Peter Oberparleiter · 16 years ago
  26. 98df67b [S390] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  27. 1bf5b28 [S390] bus_id -> dev_set_name() changes by Cornelia Huck · 16 years ago
  28. 2a0217d [S390] bus_id -> dev_name conversions by Kay Sievers · 16 years ago
  29. f26fd5d [S390] cio: Fix driver_data handling for ccwgroup devices. by Cornelia Huck · 16 years ago
  30. 16f7f95 [S390] cio: fix ccw group device cleanup by Peter Oberparleiter · 16 years ago
  31. 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  32. 2f97220 [S390] cio: Use strict_strtoul() for attributes. by Cornelia Huck · 16 years ago
  33. 022b660 ccwgroup: Unify parsing for group attribute. by Ursula Braun · 16 years ago
  34. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  35. 01bc8ad [S390] cio: Add shutdown callback for ccwgroup. by Cornelia Huck · 16 years ago
  36. 1a908c7 [S390] cio: Fix ungroup vs. machine check race in ccwgroup. by Cornelia Huck · 16 years ago
  37. 4beee64 [S390] cio: Set driver->owner on css, ccw and ccwgroup busses. by Cornelia Huck · 16 years ago
  38. db6a642 [S390] cio: Use dev_{g,s}et_drvdata(). by Cornelia Huck · 16 years ago
  39. 084325d [S390] cio: Use helpers instead of container_of(). by Cornelia Huck · 16 years ago
  40. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  41. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  42. b2ffd8e [S390] cio: Add docbook comments. by Cornelia Huck · 17 years ago
  43. e556bbb [S390] cio: Clean up messages. by Cornelia Huck · 17 years ago
  44. d76123e [S390] cio: ccwgroup register vs. unregister. by Cornelia Huck · 17 years ago
  45. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  46. 4d284ca [S390] Avoid excessive inlining. by Heiko Carstens · 17 years ago
  47. 292888c [S390] cio: kernel stack overflow. by Heiko Carstens · 18 years ago
  48. 1708822 [S390] duplicate ccw devices in ccwgroup. by Cornelia Huck · 18 years ago
  49. d2c993d [S390] Fix sparse warnings. by Heiko Carstens · 18 years ago
  50. 887ab59 [S390] ccwgroup device unregister. by Cornelia Huck · 18 years ago
  51. 88abaab [PATCH] s390: kzalloc() conversion in drivers/s390 by Eric Sesterhenn · 18 years ago
  52. e018ba1 [PATCH] s390: Remove CVS generated information by Heiko Carstens · 18 years ago
  53. 4ce3b30 [PATCH] s390: email-address change by Cornelia Huck · 19 years ago
  54. f9ccf45 [PATCH] Add ccwgroup_bus_type probe and remove methods by Russell King · 19 years ago
  55. 973bd99 [PATCH] s390: atomic primitives by Martin Schwidefsky · 19 years ago
  56. 6d20b03 [PATCH] driver kill hotplug word from sn and others fix by Paul Jackson · 19 years ago
  57. a001640 [PATCH] s390: ccwgroup online attribute by Cornelia Huck · 19 years ago
  58. d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
  59. b0744bd [PATCH] s/390: Use klist in cio by Cornelia Huck · 19 years ago
  60. 3fd3c0a [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago