summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+2
* sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+32
* PM: Remove some debug messages producing too much noisePavel Machek2009-11-031-4/+0Star
* PM: Fix warning on suspend errorsRomit Dasgupta2009-11-031-0/+1
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-302-7/+16
* Driver core: fix driver_register() return valueStas Sergeev2009-10-301-1/+1
* mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-0/+2
* mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+3
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-192-15/+28
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-156-0/+403
* driver core: platform_device_add_data(): use kmemdup()Andrew Morton2009-09-151-4/+4
* Driver core: Add support for compatibility classesJean Delvare2009-09-151-0/+87
* driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-152-0/+177
* driver model: constify attribute groupsDavid Brownell2009-09-152-4/+4
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-153-8/+48
* Driver core: add new device to bus's list before probingAlan Stern2009-09-153-15/+12Star
* PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-141-1/+1
* PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-141-85/+84Star
* PM: Run-time PM platform device bus supportMagnus Damm2009-08-231-9/+37
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-235-8/+1068
* Merge branch 'master' into for-linusRafael J. Wysocki2009-08-161-3/+0Star
|\
| * PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-101-3/+0Star
* | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-302-2/+1Star
|\|
| * driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng2009-07-281-1/+1
| * driver core: firmware_class:fix memory leak of page pointers arrayMing Lei2009-07-281-1/+0Star
* | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-242-4/+6
* | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-221-36/+0Star
|/
* Firmware: firmware_class, fix lock imbalanceJiri Slaby2009-07-121-2/+4
* devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt2009-07-121-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-07-081-0/+1
|\
| * PM: Clear -EAGAIN in dpm_prepareSebastian Ott2009-07-081-0/+1
* | Free struct device in fw_dev_release()Catalin Marinas2009-07-081-4/+2Star
|/
* Merge branch 'akpm'Linus Torvalds2009-06-171-4/+0Star
|\
| * mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-171-4/+0Star
* | Driver Core: add nodename callbacksKay Sievers2009-06-161-1/+50
* | driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-164-5/+5
* | firmware: allocate firmware id dynamicallySamuel Ortiz2009-06-161-4/+12
* | driver core: fix documentation of request_firmware_nowaitMing Lei2009-06-161-2/+3
* | driver core: synchronize device shutdownShaohua Li2009-06-161-0/+2
* | driver-core: make sysdev_class_register check kobject_set_name return valueDave Young2009-06-161-1/+7
* | Driver core: fix comment for device_attach()Dmitry Torokhov2009-06-161-1/+1
* | driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-161-2/+3
* | driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel2009-06-161-0/+4
* | driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei2009-06-161-3/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
|\
| * trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang2009-06-121-1/+1
* | Driver Core: Rework platform suspend/resume, print warningMagnus Damm2009-06-121-24/+12Star
* | PM: Remove device_type suspend()/resume()Magnus Damm2009-06-121-7/+0Star
* | PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm2009-06-121-7/+0Star
* | PM core: rename suspend and resume functionsAlan Stern2009-06-121-46/+34Star