summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-09-2655-577/+1659
|\
| * Driver core: Don't call put methods while holding a spinlockAlan Stern2006-09-261-11/+15
| * Driver core: Remove unneeded routines from driver coreAlan Stern2006-09-262-32/+2
| * Driver core: Fix potential deadlock in driver coreAlan Stern2006-09-263-3/+10
| * PCI: enable driver multi-threaded probeGreg Kroah-Hartman2006-09-262-0/+36
| * Driver Core: add ability for drivers to do a threaded probeGreg Kroah-Hartman2006-09-263-27/+89
| * sysfs: add proper sysfs_init() prototypeAndrew Morton2006-09-262-9/+8
| * drivers/base: check errorsAndrew Morton2006-09-264-50/+104
| * drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh2006-09-261-4/+4
| * v4l-dev2: handle __must_checkAndrew Morton2006-09-261-1/+1
| * add CONFIG_ENABLE_MUST_CHECKAndrew Morton2006-09-262-0/+12
| * add __must_check to device management codeAndrew Morton2006-09-264-55/+66
| * Driver core: fixed add_bind_files() definitionYoichi Yuasa2006-09-261-1/+1
| * Driver core: fix comments in drivers/base/power/resume.cDmitry Torokhov2006-09-261-4/+4
| * sysfs_remove_bin_file: no return value, dump_stack on errorRandy.Dunlap2006-09-265-13/+19
| * kobject: must_check fixesRandy Dunlap2006-09-261-1/+8
| * Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman2006-09-262-0/+30
| * Class: add support for class interfaces for devicesGreg Kroah-Hartman2006-09-263-1/+25
| * Driver core: create devices/virtual/ treeGreg Kroah-Hartman2006-09-263-1/+28
| * Driver core: add device_rename functionGreg Kroah-Hartman2006-09-262-0/+56
| * Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman2006-09-262-0/+57
| * Driver core: allow devices in classes to have no parentGreg Kroah-Hartman2006-09-261-10/+11
| * Driver core: add groups support to struct deviceGreg Kroah-Hartman2006-09-262-0/+35
| * PM: platform_bus and late_suspend/early_resumeDavid Brownell2006-09-262-2/+30
| * PM: device_suspend/resume may sleepPavel Machek2006-09-262-0/+2
| * PM: add /sys/power documentation to Documentation/ABIRafael J. Wysocki2006-09-261-0/+88
| * PM: no suspend_prepare() phaseDavid Brownell2006-09-265-47/+0
| * PM: schedule /sys/devices/.../power/state for removalPavel Machek2006-09-261-0/+15
| * PM: add kconfig option for deprecated .../power/state filesDavid Brownell2006-09-262-0/+17
| * PM: update docs for writing .../power/stateDavid Brownell2006-09-261-10/+19
| * updated Documentation/power/devices.txtDavid Brownell2006-09-261-190/+535
| * PM: issue PM_EVENT_PRETHAWDavid Brownell2006-09-264-4/+12
| * PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell2006-09-265-3/+23
| * PM: video drivers and PM_EVENT_PRETHAWDavid Brownell2006-09-264-24/+30
| * PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell2006-09-262-3/+7
| * PM: define PM_EVENT_PRETHAWDavid Brownell2006-09-261-15/+47
| * fix broken/dubious driver suspend() methodsDavid Brownell2006-09-263-11/+20
| * make suspend quieterDavid Brownell2006-09-261-5/+0
| * Suspend changes for PCI coreLinus Torvalds2006-09-262-1/+43
| * Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-265-36/+130
| * SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman2006-09-261-2/+12
| * Debugfs: kernel-doc fixes for debugfsRandy Dunlap2006-09-262-40/+31
| * sysfs: Make poll behaviour consistentJuha Yrjölä2006-09-261-1/+1
| * Driver core: add const to class_createMiguel Ojeda Sandonis2006-09-262-2/+2
| * device_create(): make fmt argument 'const char *'Greg Kroah-Hartman2006-09-262-2/+2
| * class_device_create(): make fmt argument 'const char *'Dmitry Torokhov2006-09-262-2/+3
| * deprecate PHYSDEV* keysKay Sievers2006-09-263-4/+20
| * Documentation/ABI: devfs is not obsolete, but removed!jens m. noedler2006-09-261-3/+2
* | [PATCH] s390: fix cmm kernel thread handlingHeiko Carstens2006-09-261-19/+35
* | [PATCH] Make UML use ptrace-abi.hJeff Dike2006-09-262-17/+1