summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Driver core: switch firmware_class to uevent_suppress.Cornelia Huck2007-04-271-8/+2
* Driver core: suppress uevents via filterCornelia Huck2007-04-271-2/+3
* Driver core: remove unneeded completion from driver release pathGreg Kroah-Hartman2007-04-272-22/+13
* driver core: don't fail attaching the device if it cannot be boundCornelia Huck2007-04-274-13/+11
* driver core: per-subsystem multithreaded probingCornelia Huck2007-04-271-31/+31
* Driver core: add name to device_typeKay Sievers2007-04-271-0/+5
* driver core: Use attribute groups in struct device_typeDmitry Torokhov2007-04-271-46/+69
* Driver core: udev triggered device-<>driver bindingKay Sievers2007-04-271-6/+78
* dev_printk and new-style class devicesJean Delvare2007-04-271-1/+2
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-272-18/+66
* driver core: fix device_add error pathDmitriy Monakhov2007-04-271-9/+0
* [PATCH] PM: use kobject_name() to access kobject namesDmitry Torokhov2007-04-111-2/+4
* [PATCH] remove protection of LANANA-reserved majorsAndrew Morton2007-04-041-14/+0
* driver core: do not wait unnecessarily in driver_unregister()Linus Torvalds2007-04-011-1/+8
* [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern2007-03-151-0/+29
* driver core: export device_renameJohannes Berg2007-03-091-1/+1
* Driver core: add device symlink back to sysfsGreg Kroah-Hartman2007-03-091-8/+13
* devres: release resources on device_del()Tejun Heo2007-03-091-0/+7
* Driver core: fix error by cleanup up symlinks properlyJames Simmons2007-02-231-1/+30
* Driver core: remove class_device_renameGreg Kroah-Hartman2007-02-231-42/+0
* [PATCH] rework reserved major handlingAndrew Morton2007-02-201-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-192-2/+2
|\
| * Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-172-2/+2
* | Driver core: device_add_attrs() cleanupAndrew Morton2007-02-161-12/+10
* | Driver: remove redundant kobject_unregister checksMariusz Kozlowski2007-02-161-2/+1
|/
* [PATCH] Drop __get_zone_counts()Christoph Lameter2007-02-111-7/+2
* devres: device resource managementTejun Heo2007-02-098-0/+940
* Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-071-1/+1
* Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-071-1/+2
* Driver core: add device_type to struct deviceKay Sievers2007-02-071-18/+39
* Driver core: add uevent vars for devices of a classKay Sievers2007-02-071-12/+34
* driver core: Change function call order in device_bind_driver().Cornelia Huck2007-02-071-2/+6
* driver core: Don't stop probing on ->probe errors.Cornelia Huck2007-02-071-7/+6
* driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
* driver core fixes: make_class_name() retval checksCornelia Huck2007-02-072-13/+25
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-071-29/+47
* driver core: Remove device_is_registered() in device_move().Cornelia Huck2007-02-071-4/+0
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* Driver core: Make platform_device_add_data accept a const pointerScott Wood2006-12-131-1/+1
* Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton2006-12-131-1/+1
* driver core: delete virtual directory on class_unregister()Akinobu Mita2006-12-131-0/+2
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-12-071-3/+3
|\
| * [PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B2006-12-071-3/+3
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-2/+0
* | [PATCH] driver/base/memory.c: handle errors properlyAndrew Morton2006-12-071-11/+23
* | [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* | [PATCH] add numa node information to struct deviceChristoph Hellwig2006-12-071-0/+1
|/
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
OpenPOWER on IntegriCloud