aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro1-0/+2
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+3
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2-15/+28
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers6-0/+403
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton1-4/+4
2009-09-15Driver core: Add support for compatibility classesJean Delvare1-0/+87
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei2-0/+177
2009-09-15driver model: constify attribute groupsDavid Brownell2-4/+4
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman3-8/+48
2009-09-15Driver core: add new device to bus's list before probingAlan Stern3-15/+12
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng1-1/+1
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki1-85/+84
2009-08-23PM: Run-time PM platform device bus supportMagnus Damm1-9/+37
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki5-8/+1068
2009-08-16Merge branch 'master' into for-linusRafael J. Wysocki1-3/+0
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm1-3/+0
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki2-2/+1
2009-07-28driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng1-1/+1
2009-07-28driver core: firmware_class:fix memory leak of page pointers arrayMing Lei1-1/+0
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov2-4/+6
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm1-36/+0
2009-07-12Firmware: firmware_class, fix lock imbalanceJiri Slaby1-2/+4
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt1-0/+3
2009-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-0/+1
2009-07-08Free struct device in fw_dev_release()Catalin Marinas1-4/+2
2009-07-08PM: Clear -EAGAIN in dpm_prepareSebastian Ott1-0/+1
2009-06-16Merge branch 'akpm'Linus Torvalds1-4/+0
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro1-4/+0
2009-06-15Driver Core: add nodename callbacksKay Sievers1-1/+50
2009-06-15driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman4-5/+5
2009-06-15firmware: allocate firmware id dynamicallySamuel Ortiz1-4/+12
2009-06-15driver core: fix documentation of request_firmware_nowaitMing Lei1-2/+3
2009-06-15driver core: synchronize device shutdownShaohua Li1-0/+2
2009-06-15driver-core: make sysdev_class_register check kobject_set_name return valueDave Young1-1/+7
2009-06-15Driver core: fix comment for device_attach()Dmitry Torokhov1-1/+1
2009-06-15driver core: Const-correct platform getbyname functionsLinus Walleij1-2/+3
2009-06-15driver core: add BUS_NOTIFY_UNBOUND_DRIVER eventJoerg Roedel1-0/+4
2009-06-15driver core: firmware_class: replace kfree(dev) with put_device(dev)Ming Lei1-3/+5
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Driver Core: Rework platform suspend/resume, print warningMagnus Damm1-24/+12
2009-06-12PM: Remove device_type suspend()/resume()Magnus Damm1-7/+0
2009-06-12PM: Remove bus_type suspend_late()/resume_early() V2Magnus Damm1-7/+0
2009-06-12PM core: rename suspend and resume functionsAlan Stern1-46/+34
2009-06-12PM: Rename device_power_down/up()Magnus Damm1-13/+13
2009-06-12PM: Warn if interrupts are enabled during suspend-resume of sysdevsRafael J. Wysocki1-0/+16
2009-06-12Merge git://git.infradead.org/~dwmw2/firmware-2.6Linus Torvalds1-26/+103
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang1-1/+1
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered driversKay Sievers3-2/+11
2009-05-24PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUsRafael J. Wysocki1-0/+4
2009-05-15firmware: speed up request_firmware(), v3David Woodhouse1-26/+103