summaryrefslogtreecommitdiff
path: root/drivers/base
Commit message (Expand)AuthorAge
* mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-22
* mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-22
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers2009-09-15
* driver core: platform_device_add_data(): use kmemdup()Andrew Morton2009-09-15
* Driver core: Add support for compatibility classesJean Delvare2009-09-15
* driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2009-09-15
* driver model: constify attribute groupsDavid Brownell2009-09-15
* Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman2009-09-15
* Driver core: add new device to bus's list before probingAlan Stern2009-09-15
* PM: Reset transition_started at dpm_resume_noirqXiaotian Feng2009-09-14
* PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki2009-09-14
* PM: Run-time PM platform device bus supportMagnus Damm2009-08-23
* PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-23
* Merge branch 'master' into for-linusRafael J. Wysocki2009-08-16
|\
| * PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-10
* | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-30
|\ \ | |/
| * driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng2009-07-28
| * driver core: firmware_class:fix memory leak of page pointers arrayMing Lei2009-07-28
* | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-24
* | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-22
|/
* Firmware: firmware_class, fix lock imbalanceJiri Slaby2009-07-12
* devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt2009-07-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-07-08
|\
| * PM: Clear -EAGAIN in dpm_prepareSebastian Ott2009-07-08
* | Free struct device in fw_dev_release()Catalin Marinas2009-07-08
|/
* Merge branch 'akpm'Linus Torvalds2009-06-16
|\
| * mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-16
* | Driver Core: add nodename callbacksKay Sievers2009-06-15
* | driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-15
* | firmware: allocate firmware id dynamicallySamuel Ortiz2009-06-15
* | driver core: fix documentation of request_firmware_nowaitMing Lei2009-06-15
* | driver core: synchronize device shutdownShaohua Li2009-06-15
* | driver-core: make sysdev_class_register check kobject_set_name return valueDave Young2009-06-15
* | Driver core: fix comment for device_attach()Dmitry Torokhov2009-06-15
* | driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-15
* | driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel2009-06-15
* | driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei2009-06-15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-14
|\
| * trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang2009-06-12
* | Driver Core: Rework platform suspend/resume, print warningMagnus Damm2009-06-12
* | PM: Remove device_type suspend()/resume()Magnus Damm2009-06-12
* | PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm2009-06-12
* | PM core: rename suspend and resume functionsAlan Stern2009-06-12
* | PM: Rename device_power_down/up()Magnus Damm2009-06-12
* | PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki2009-06-12
* | Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds2009-06-12
|\ \ | |/ |/|
| * firmware: speed up request_firmware(), v3David Woodhouse2009-05-15
* | Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-28
* | PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki2009-05-24