aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern
2009-12-11Driver Core: Early platform driver bufferMagnus Damm
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-29PM: fix irq enable/disable in runtime PM codeAlan Stern
2009-11-03PM: Remove some debug messages producing too much noisePavel Machek
2009-11-03PM: Fix warning on suspend errorsRomit Dasgupta
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov
2009-10-30Driver core: fix driver_register() return valueStas Sergeev
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-15Driver Core: devtmpfs - kernel-maintained tmpfs-based /devKay Sievers
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton
2009-09-15Driver core: Add support for compatibility classesJean Delvare
2009-09-15driver-core: move dma-coherent.c from kernel to driver/baseMing Lei
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15Driver core: move dev_get/set_drvdata to drivers/base/dd.cGreg Kroah-Hartman
2009-09-15Driver core: add new device to bus's list before probingAlan Stern
2009-09-14PM: Reset transition_started at dpm_resume_noirqXiaotian Feng
2009-09-14PM: Update kerneldoc comments in drivers/base/power/main.cRafael J. Wysocki
2009-08-23PM: Run-time PM platform device bus supportMagnus Damm
2009-08-23PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki
2009-08-16Merge branch 'master' into for-linusRafael J. Wysocki
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki
2009-07-28driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add failsXiaotian Feng
2009-07-28driver core: firmware_class:fix memory leak of page pointers arrayMing Lei
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm
2009-07-12Firmware: firmware_class, fix lock imbalanceJiri Slaby
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt
2009-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds