aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-29[PATCH] more pm_message_t fixesPavel Machek1-0/+2
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds1-1/+1
2005-03-14Merge by handJames Bottomley1-3/+21
2005-03-14Add statistics to generic transport classJames Bottomley1-3/+21
2005-03-08[PATCH] class: add a semaphore to struct class, and use that instead of the s...Greg Kroah-Hartman1-12/+11
2005-03-08[PATCH] sysdev: remove the rwsem usage from this subsystem.Greg Kroah-Hartman1-10/+11
2005-03-08[PATCH] sysdev: fix the name of the list of drivers to be a sane nameGreg Kroah-Hartman1-8/+8
2005-03-08[PATCH] kmap: remove usage of rwsem from kobj_map.Greg Kroah-Hartman1-11/+10
2005-03-08[PATCH] sysdev: make system_subsys static as no one else needs access to it.Greg Kroah-Hartman1-1/+1
2005-03-08[PATCH] Driver core: add "bus" symlink to class/block devicesKay Sievers2-31/+7
2005-03-08[PATCH] driver core: clean driver unloadMike Waychison2-8/+7
2005-03-08[PATCH] class_simple: pass dev_t to the class coreKay Sievers1-19/+2
2005-03-08[PATCH] class core: export MAJOR/MINOR to the hotplug envKay Sievers1-9/+28
2005-03-08[PATCH] driver core: Separate platform device name from platform device numberRussell King1-1/+1
2005-02-01Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds1-4/+0
2005-02-01[PATCH] unexport register_cpu and unregister_cpuNathan Lynch1-4/+0
2005-01-31Fix missed class_remove_file in attribute_containerJames Bottomley2-23/+110
2005-01-27Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds4-2/+550
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner1-1/+1
2005-01-17add a generic device transport classJames Bottomley2-1/+273
2005-01-17Add attribute container to generic device modelJames Bottomley3-2/+278
2005-01-10[PATCH] pm: introduce pm_message_tPavel Machek4-10/+10
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman4-8/+66
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - arch-independentMatthew Dobson1-1/+2
2005-01-06mergeGreg Kroah-Hartman4-8/+66
2005-01-06[PATCH] Driver Core: handle bridged platform bus segmentsDavid Brownell1-5/+7
2005-01-03[PATCH] x86_64: Add x86_64 support for Jack Steiner's SLIT sysfs patchAndi Kleen1-2/+2
2005-01-03[PATCH] x86_64: Add SLIT (inter node distance) information to sysfs.Andi Kleen1-0/+19
2004-12-21[PATCH] driver core: Fix up vesafb failure probing.Dave Jones1-1/+1
2004-12-21[PATCH] driver core: allow struct bin_attributes in class devicesJesse Barnes1-0/+18
2004-12-16[PATCH] Driver Core: Add platform_get_resource_byname & platform_get_resource...Kumar Gala1-1/+39
2004-12-14[PATCH] select HOTPLUGAdrian Bunk1-1/+1
2004-12-06mergeLen Brown2-2/+2
2004-12-02[PATCH] Driver Core: restore comment in kobject_uevent.cGreg Kroah-Hartman1-1/+1
2004-11-30mergeLen Brown3-1/+28
2004-11-28[PATCH] fix unnecessary increment in firmware_class_hotplug() and USB coreMarcel Holtmann1-1/+1
2004-11-11[PATCH] add the bus name to the hotplug environmentKay Sievers2-1/+22
2004-11-11[PATCH] add the driver name to the hotplug environmentKay Sievers1-0/+6
2004-11-10mergeLen Brown8-107/+178
2004-11-07[PATCH] Use add_hotplug_env_var() in firmware loaderMarcel Holtmann1-7/+5
2004-11-03[PATCH] driver-model: device_add() error path reference counting fixTejun Heo1-3/+3
2004-11-03[PATCH] driver-model: bus_recan_devices() locking fixTejun Heo1-37/+56
2004-11-03[PATCH] driver-model: comment fix in bus.cTejun Heo1-4/+4
2004-11-03[PATCH] add the physical device and the bus to the hotplug environmentKay Sievers1-0/+26
2004-10-31[PATCH] Driver core: add driver symlink to deviceDmitry Torokhov1-0/+2
2004-10-31[PATCH] Driver core: add driver_probe_deviceDmitry Torokhov1-27/+30
2004-10-31[PATCH] Driver core: export device_attachDmitry Torokhov1-1/+3
2004-10-31[PATCH] Fix deadlocks on dpm_semAndrew Morton4-27/+49
2004-10-27[PATCH] unexport firmware_classChristoph Hellwig1-1/+0
2004-10-27IA64 CPU hotplug topologyLen Brown1-2/+18