sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / drivers / base / dd.c
2009-09-15 Greg Kroah-HartmanDriver core: move dev_get/set_drvdata to drivers/base...
2009-08-22 Rafael J. WysockiPM: Introduce core framework for run-time PM of I/O...
2009-06-16 Dmitry TorokhovDriver core: fix comment for device_attach()
2009-06-16 Joerg Roedeldriver core: add BUS_NOTIFY_UNBOUND_DRIVER event
2009-04-22 Arjan van de Vendriver synchronization: make scsi_wait_scan more advanced
2009-03-24 Greg Kroah-Hartmandriver core: move knode_driver into private structure
2009-03-24 Ming Leidriver core: remove polling for driver_probe_done(v5)
2009-03-24 Ming Leidriver core: check bus->match without holding device...
2009-02-21 Arjan van de VenConsolidate driver_probe_done() loops into one place
2009-01-09 Greg Kroah-HartmanRevert "driver core: move knode_driver into private...
2009-01-06 Ming Leidriver core:fix duplicate removing driver link in __dev...
2009-01-06 Greg Kroah-Hartmandriver core: move knode_driver into private structure
2009-01-06 Kay Sieversdriver core: struct device - replace bus_id with dev_na...
2008-10-16 Arjan van de Vendevice model: Do a quickcheck for driver binding before...
2008-04-20 Harvey Harrisondriver core: replace remaining __FUNCTION__ occurrences
2008-01-25 Greg Kroah-HartmanDriver core: coding style fixes
2008-01-25 Alan SternDriver core: fix race in __device_release_driver
2008-01-25 Greg Kroah-HartmanDriver core: clean up debugging messages
2008-01-25 Greg Kroah-HartmanDriver core: move the static kobject out of struct...
2008-01-25 Greg Kroah-Hartmandriver core: remove fields from struct bus_type
2007-07-11 Stefan Richterdriver core: fix kernel doc of device_release_driver
2007-07-11 Stefan Richterdriver core: properly get driver in device_release_driver
2007-06-08 Stephen HemmingerDriver core: kill unused code
2007-05-03 Adrian BunkPCI: remove the broken PCI_MULTITHREAD_PROBE option
2007-04-27 Cornelia Huckdriver core: don't fail attaching the device if it...
2007-04-27 Cornelia Huckdriver core: per-subsystem multithreaded probing
2007-02-09 Tejun Heodevres: device resource management
2007-02-07 Cornelia Huckdriver core: Change function call order in device_bind_...
2007-02-07 Cornelia Huckdriver core: Don't stop probing on ->probe errors.
2006-12-01 Kay SieversDriver core: fix "driver" symlink timing
2006-12-01 Benjamin HerrenschmidtDriver core: add notification of bus events
2006-10-27 Andrew Morton[PATCH] drivers: wait for threaded probes between initc...
2006-10-18 Akinobu Mitadriver core: kmalloc() failure check in driver_probe_device
2006-10-18 Duncan SandsDriver core: plug device probe memory leak
2006-09-26 Alan SternDriver core: Fix potential deadlock in driver core
2006-09-26 Greg Kroah-HartmanDriver Core: add ability for drivers to do a threaded...
2006-09-26 Andrew Mortondrivers/base: check errors
2006-04-14 Alan Stern[PATCH] driver core: safely unbind drivers for devices...
2006-01-13 Russell King[PATCH] Add bus_type probe, remove, shutdown methods.
2006-01-05 Alan Stern[PATCH] Hold the device's parent's lock during probe...
2005-11-24 Alan Stern[PATCH] Small fixes to driver core
2005-09-22 Daniel Ritz[PATCH] Driver Core: fis bus rescan devices race
2005-09-05 James Bottomley[PATCH] klist: fix klist to have the same klist_add...
2005-06-30 Greg Kroah-Hartman[PATCH] driver core: Add the ability to bind drivers...
2005-06-20 Hannes Reinecke[PATCH] driver core: fix error handling in bus_add_device
2005-06-20 Alan Stern[PATCH] driver core: Fix races in driver_detach()
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 mochel@digitalimpl... [PATCH] Call klist_del() instead of klist_remove().
2005-06-20 mochel@digitalimpl... [PATCH] Use bus_for_each_{dev,drv} for driver binding.
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct device_driver for the...
2005-06-20 mochel@digitalimpl... [PATCH] Move device/driver code to drivers/base/dd.c