[PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev()
[pandora-kernel.git] / drivers /
2005-06-20 gregkh@suse.de[PATCH] Use device_for_each_child() to unregister devic...
2005-06-20 gregkh@suse.de[PATCH] USB: fix build warning in usb core as pointed...
2005-06-20 gregkh@suse.de[PATCH] driver core: change export symbol for driver_fo...
2005-06-20 mochel@digitalimpl... [PATCH] Fix up bogus comment.
2005-06-20 mochel@digitalimpl... [PATCH] Use a klist for device child lists.
2005-06-20 gregkh@suse.de[PATCH] use device_for_each_child() to properly access...
2005-06-20 mochel@digitalimpl... [PATCH] Use device_for_each_child() to unregister devic...
2005-06-20 mochel@digitalimpl... [PATCH] Call klist_del() instead of klist_remove().
2005-06-20 mochel@digitalimpl... [PATCH] Remove struct device::driver_list.
2005-06-20 mochel@digitalimpl... [PATCH] Remove struct device::bus_list.
2005-06-20 mochel@digitalimpl... [PATCH] Fix up bus code and remove use of rwsem.
2005-06-20 mochel@digitalimpl... [PATCH] Fix up USB to use klist_node_attached() instead...
2005-06-20 mochel@digitalimpl... [PATCH] Use bus_for_each_{dev,drv} for driver binding.
2005-06-20 mochel@digitalimpl... [PATCH] Remove the unused device_find().
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct device_driver for the...
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct bus_type for its drivers.
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct bus_type for its devices.
2005-06-20 mochel@digitalimpl... [PATCH] Use driver_for_each_device() instead of manuall...
2005-06-20 mochel@digitalimpl... [PATCH] Use driver_for_each_device() in drivers/pnp...
2005-06-20 mochel@digitalimpl... [PATCH] Add driver_for_each_device().
2005-06-20 mochel@digitalimpl... [PATCH] Move device/driver code to drivers/base/dd.c
2005-06-20 mochel@digitalimpl... [PATCH] Add a semaphore to struct device to synchronize...
2005-06-20 Andrew Morton[PATCH] fix up ipmi code after class_simple.c removal
2005-06-20 gregkh@suse.de[PATCH] class: remove class_simple code, as no one...
2005-06-20 gregkh@suse.de[PATCH] class: add kerneldoc for the new class functions.
2005-06-20 Mark M. Hoffman[PATCH] USB: trivial error path fix
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/* to use the new class...
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/scsi/* to use the new...
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/ieee1394/* to use the...
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/char/* to use the new...
2005-06-20 gregkh@suse.de[PATCH] class: convert drivers/block/* to use the new...
2005-06-20 gregkh@suse.de[PATCH] USB: move the usb hcd code to use the new class...
2005-06-20 gregkh@suse.de[PATCH] INPUT: move to use the new class code, instead...
2005-06-20 gregkh@suse.de[PATCH] tty: move to use the new class code, instead...
2005-06-20 gregkh@suse.de[PATCH] CLASS: move a "simple" class logic into the...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (rest) if show/store is missing return...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (driver/block) if show/store is missing...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (driver/pci) if show/store is missing...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (driver/base) if show/store is missing...
2005-06-20 Dmitry Torokhov[PATCH] Make attributes names const char *
2005-06-20 Dmitry Torokhov[PATCH] make driver's name be const char *
2005-06-20 Dmitry Torokhov[PATCH] kset_hotplug_ops->name shoudl return const...
2005-06-19 Russell KingMerge with ../linux-2.6-smp
2005-06-18 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-18 Linus TorvaldsMerge /pub/scm/linux/kernel/git/dwmw2/audit-2.6
2005-06-18 Jan Beulich[PATCH] console blanking oops fix
2005-06-18 Linus TorvaldsMerge 'upstream-2.6.13' branch of /linux/kernel/git...
2005-06-18 Mika Kukkonen[PATCH] Fix typo in drivers/pci/pci-driver.c
2005-06-18 Linus TorvaldsManual merge of /linux/kernel/git/jgarzik/netdev-2...
2005-06-18 Jeff GarzikMerge /spare/repo/linux-2.6/
2005-06-18 Russell KingMerge with ../linux-2.6-smp
2005-06-18 David WoodhouseMerge ... /linux/kernel/git/torvalds/linux-2.6.git
2005-06-18 Mark Haverkamp[SCSI] aacraid: regression fix
2005-06-18 James Bottomleymerge by hand (qla_os.c mismerge)
2005-06-17 James Bottomleymerge by hand (fix up qla_os.c merge error)
2005-06-17 Linus TorvaldsMerge 'for-linus' branch of /linux/kernel/git/axboe...
2005-06-17 Christoph Hellwig[PATCH] PCI: don't override drv->shutdown unconditionally
2005-06-17 Jeff Garzik [SCSI] allow sleeping in ->eh_host_reset_handler()
2005-06-17 Jeff Garzik [SCSI] allow sleeping in ->eh_bus_reset_handler()
2005-06-17 Jeff Garzik [SCSI] allow sleeping in ->eh_device_reset_handler()
2005-06-17 Jeff Garzik [SCSI] allow sleeping in ->eh_abort_handler()
2005-06-17 Jeff Garzik [SCSI] Remove no-op implementations of SCSI EH hooks
2005-06-17 Jeff Garzik [SCSI] Remove unnecessary locking around completion...
2005-06-17 Kiyoshi Ueda When cfq I/O scheduler is selected, get_request() in...
2005-06-16 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-16 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-16 Linus TorvaldsMerge 'for-linus' branch of /linux/kernel/git/axboe...
2005-06-16 Oliver Neukum[PATCH] fix for kaweth broken by changes in the network...
2005-06-16 Dmitry Torokhov[PATCH] ALPS: fix enabling hardware tapping
2005-06-16 Alexandre Oliva[PATCH] sbp2 slab corruption fix
2005-06-16 Tejun Heo This patch fixes q->unplug_thresh condition check in
2005-06-16 Tejun Heo This patch kills elevator_global_init() in elevator...
2005-06-14 Randy Dunlap[PATCH] macmodes: needs a license
2005-06-14 Markus Lidel[PATCH] i2o: Fix free of event memory in i2o_block_event()
2005-06-14 Jon Smirl[PATCH] Typo in fbdev sysfs support, virtual_size
2005-06-14 Olof Johansson[PATCH] Fix PCI BAR size interpretation on 64-bit arches
2005-06-14 James Bottomley[SCSI] aic7xxx: fix the BIOS limits setting routines
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix handling of port boxed and lun boxed...
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix module parameter parsing
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix bug during adapter shutdown
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix: problem in send_els_handler when...
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix: mark fsf request failed when receivin...
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix: reopen port only if link-test fails
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix: allow more time for adapter initializ...
2005-06-14 Andreas Herrmann[SCSI] zfcp: fix wrong handling of failed requests...
2005-06-13 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-06-13 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-13 Ralf Baechle[NET]: Move the netdev list to vger.kernel.org.
2005-06-13 David Brownell[PATCH] spin longer for ehci port reset completion
2005-06-13 Alan Cox[PATCH] pwc bug fix
2005-06-13 Benjamin Herrenschmidt[PATCH] radeonfb: don't blow up VGA console on load
2005-06-13 Geert Uytterhoeven[PATCH] M68k: Mark Sun-3 NCR5380 SCSI broken
2005-06-13 Geert Uytterhoeven[PATCH] IrDA: IrDA: Fix CONFIG_VIA_FIR typo (double...
2005-06-11 Christoph Hellwig[SCSI] aic7xxx: clean up eisa support
2005-06-11 Christoph Hellwig[SCSI] aic7xxx: remove some dead wood
2005-06-11 Christoph Hellwig[SCSI] aic7xxx: remove ahc_find_softc
2005-06-11 Andreas Herrmann[SCSI] zfcp: remove flags_dump feature
2005-06-11 mike.miller@hp.com[SCSI] cciss 2.6 DMA mapping
2005-06-11 Christoph Hellwig[SCSI] aic7xxx: do not check for duplicate pci ids
2005-06-11 Christoph Hellwig[SCSI] aic7xxx/aic79xx: remove useless byte order macro...
next