[PATCH] arm: irqs_disabled() type fix
[safe/jmp/linux-2.6] / drivers /
2005-06-20 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2005-06-20 Greg Kroah-Hartman[PATCH] PCI: fix show_modalias() function due to attrib...
2005-06-20 Greg Kroah-Hartman[PATCH] USB: fix show_modalias() function due to attrib...
2005-06-20 Benjamin Herrenschmidt[PATCH] Driver core: Don't "lose" devices on suspend...
2005-06-20 Yani Ioannou[PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/usb/input/aiptek.c - drive...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/s390/net/qeth_sys.c -...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/char/raw3270.c - drivers...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/w83781d.c -...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/pc87360.c -...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/i2c/chips/adm1031.c -...
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/base - drivers/i2c/chips...
2005-06-20 Yani Ioannou[PATCH] Driver core: change device_attribute callbacks
2005-06-20 Hannes Reinecke[PATCH] driver core: fix error handling in bus_add_device
2005-06-20 Keiichiro Tokunaga[PATCH] Driver core: unregister_node() for hotplug use
2005-06-20 Alan Stern[PATCH] usbcore: Don't call device_release_driver recur...
2005-06-20 Alan Stern[PATCH] driver core: Fix races in driver_detach()
2005-06-20 Patrick Mochel[PATCH] usb: klist_node_attached() fix
2005-06-20 Jason Uhlenkott[PATCH] Fix typo in scdrv_init()
2005-06-20 Patrick Mochel[PATCH] Driver Core: fix bk-driver-core kills ppc64
2005-06-20 gregkh@suse.de[PATCH] Driver core: Fix up the driver and device itera...
2005-06-20 long[PATCH] use device_for_each_child() to properly access...
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-20 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-06-20 Lennert Buytenhek[PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the...
2005-06-20 Jeff Garzikaic7xxx/aic79xx_osm: revert completely bogus ahd_linux_...
2005-06-20 Jeff Garzikfc4/fc: fix warnings and errors related to recent SCSI...
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 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 '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
next