- d2b59bd s390/qeth: fix deadlock during failing recovery by Alexandra Winter · 3 years, 5 months ago
- c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 6 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 7 months ago
- 7a47c52 s390/ccwgroup: Drop if with an always false condition by Uwe Kleine-König · 3 years, 7 months ago
- a8c7629 s390/qeth: remove OSN support by Julian Wiedmann · 3 years, 7 months ago
- 17c0b86 s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping by Julian Wiedmann · 3 years, 10 months ago
- 428b7f5 s390/ccwgroup: simplify ungrouping when driver deregisters by Julian Wiedmann · 3 years, 10 months ago
- 197cec2 s390/ccwgroup: release the cdevs from within dev->release() by Julian Wiedmann · 3 years, 10 months ago
- 0506631 s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes by Julian Wiedmann · 4 years, 2 months ago
- 5e1fb45 s390/ccwgroup: remove pm support by Julian Wiedmann · 5 years ago
- 16cdf08 Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 5 years ago
- ea298e6 s390/cio: avoid calling strlen on null pointer by Vasily Gorbik · 5 years ago
- 6bf85ba drivers: Add generic helper to match any device by Suzuki K Poulose · 6 years ago
- 6cda08a drivers: Introduce device lookup variants by name by Suzuki K Poulose · 6 years ago
- fb59b78 drivers: s390/cio: Fix compilation warning about const qualifiers by Suzuki K Poulose · 6 years ago
- 92ce7e8 driver_find_device: Unify the match function with class_find_device() by Suzuki K Poulose · 6 years ago
- 346e485 s390/ccwgroup: add get_ccwgroupdev_by_busid() by Julian Wiedmann · 6 years ago
- 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
- a166c36 s390/cio: add test for ccwgroup device by Sebastian Ott · 8 years ago
- ab7efda s390/ccwgroup: require at least one ccw device by Julian Wiedmann · 7 years ago
- 724117b s390: cio: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
- f9a5d70 s390/ccwgroup: tie a ccwgroup driver to its ccw driver by Julian Wiedmann · 7 years ago
- 2685df6 s390/ccwgroup: increase string buffer size by Heiko Carstens · 8 years ago
- fa73eb4 s390/ccwgroup: use ccwgroup_ungroup wrapper by Sebastian Ott · 11 years ago
- 0310c8b s390/ccwgroup: fix an uninitialized return code by Sebastian Ott · 11 years ago
- 9280ddb s390/ccwgroup: obtain extra reference for asynchronous processing by Sebastian Ott · 11 years ago
- 0b60f9e s390: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 11 years ago
- d5b877f s390/cio: use device_lock to synchronize calls to the ccwgroup driver by Sebastian Ott · 11 years ago
- 0178722 s390: replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
- 683c3dc s390/ccwgroup: allow drivers to call set_{on,off}line by Sebastian Ott · 12 years ago
- cff9710 s390/ccwgroup: set_online return error when already online by Sebastian Ott · 12 years ago
- 9814fdf s390/ccwgroup: remove ccwgroup_create_from_string by Sebastian Ott · 13 years ago
- b7a610f s390/ccwgroup: exploit ccwdev_by_dev_id by Sebastian Ott · 13 years ago
- f2962da s390/ccwgroup: introduce ccwgroup_create_dev by Sebastian Ott · 13 years ago
- 9f30ea9 cio: remove {get,put}_driver by Sebastian Ott · 13 years ago
- dad572e3 [S390] ccwgroup: cleanup by Sebastian Ott · 13 years ago
- dbdf1af [S390] ccwgroup: move attributes to attribute group by Sebastian Ott · 13 years ago
- 3c190c5 [S390] ccwgroup_driver: remove duplicate members by Sebastian Ott · 14 years ago
- c030175 [S390] cio: fix ccwgroup unregistration race condition by Peter Oberparleiter · 14 years ago
- c560d10 [S390] ccwgroup: add locking around drvdata access by Sebastian Ott · 15 years ago
- 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
- 7e597a2 [S390] pm: ccwgroup bus power management callbacks by Sebastian Ott · 16 years ago
- 21cdbc1 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
- e909074 [S390] cio: ccw group fix unbind behaviour. by Sebastian Ott · 16 years ago
- 50f1548 [S390] cio: fix sanity checks in ccwgroup driver. by Sebastian Ott · 16 years ago
- 40c9f99 [S390] cio: ccw group online store - report rcs to the caller. by Sebastian Ott · 16 years ago
- 6694206 sysfs: only allow one scheduled removal callback per kobj by Alex Chiang · 16 years ago
- c619d42 [S390] cio: fix ccwgroup online vs. ungroup race condition by Peter Oberparleiter · 16 years ago
- 98df67b [S390] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 1bf5b28 [S390] bus_id -> dev_set_name() changes by Cornelia Huck · 16 years ago
- 2a0217d [S390] bus_id -> dev_name conversions by Kay Sievers · 16 years ago
- f26fd5d [S390] cio: Fix driver_data handling for ccwgroup devices. by Cornelia Huck · 16 years ago
- 16f7f95 [S390] cio: fix ccw group device cleanup by Peter Oberparleiter · 17 years ago
- 95dfec6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
- 2f97220 [S390] cio: Use strict_strtoul() for attributes. by Cornelia Huck · 17 years ago
- 022b660 ccwgroup: Unify parsing for group attribute. by Ursula Braun · 17 years ago
- d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- 01bc8ad [S390] cio: Add shutdown callback for ccwgroup. by Cornelia Huck · 17 years ago
- 1a908c7 [S390] cio: Fix ungroup vs. machine check race in ccwgroup. by Cornelia Huck · 17 years ago
- 4beee64 [S390] cio: Set driver->owner on css, ccw and ccwgroup busses. by Cornelia Huck · 17 years ago
- db6a642 [S390] cio: Use dev_{g,s}et_drvdata(). by Cornelia Huck · 17 years ago
- 084325d [S390] cio: Use helpers instead of container_of(). by Cornelia Huck · 17 years ago
- efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
- 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 18 years ago
- b2ffd8e [S390] cio: Add docbook comments. by Cornelia Huck · 17 years ago
- e556bbb [S390] cio: Clean up messages. by Cornelia Huck · 18 years ago
- d76123e [S390] cio: ccwgroup register vs. unregister. by Cornelia Huck · 18 years ago
- d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 18 years ago
- 4d284ca [S390] Avoid excessive inlining. by Heiko Carstens · 18 years ago
- 292888c [S390] cio: kernel stack overflow. by Heiko Carstens · 18 years ago
- 1708822 [S390] duplicate ccw devices in ccwgroup. by Cornelia Huck · 19 years ago
- d2c993d [S390] Fix sparse warnings. by Heiko Carstens · 19 years ago
- 887ab59 [S390] ccwgroup device unregister. by Cornelia Huck · 19 years ago
- 88abaab [PATCH] s390: kzalloc() conversion in drivers/s390 by Eric Sesterhenn · 19 years ago
- e018ba1 [PATCH] s390: Remove CVS generated information by Heiko Carstens · 19 years ago
- 4ce3b30 [PATCH] s390: email-address change by Cornelia Huck · 19 years ago
- f9ccf45 [PATCH] Add ccwgroup_bus_type probe and remove methods by Russell King · 19 years ago
- 973bd99 [PATCH] s390: atomic primitives by Martin Schwidefsky · 19 years ago
- 6d20b03 [PATCH] driver kill hotplug word from sn and others fix by Paul Jackson · 19 years ago
- a001640 [PATCH] s390: ccwgroup online attribute by Cornelia Huck · 19 years ago
- d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
- b0744bd [PATCH] s/390: Use klist in cio by Cornelia Huck · 20 years ago
- 3fd3c0a [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update device attribute callbacks by Yani Ioannou · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2