aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-11power: fix kernel-doc notationRandy Dunlap1-4/+5
2009-12-23devtmpfs: unlock mutex in case of string allocation errorKay Sievers1-2/+5
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich1-0/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody1-1/+1
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner1-1/+3
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+4
2009-12-23devtmpfs: Convert dirlock to a mutexThomas Gleixner1-7/+5
2009-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-22/+151
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki1-0/+45
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern1-2/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings1-0/+19
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki1-0/+27
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki1-20/+77
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+61
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen1-0/+61
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki1-1/+0
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki1-9/+3
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven1-0/+31
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern1-5/+5
2009-12-15mm: slab-allocate memory section nodemask for large systemsDavid Rientjes1-4/+9
2009-12-15mm: add numa node symlink for cpu devices in sysfsAlex Chiang1-1/+10
2009-12-15mm: refactor unregister_cpu_under_node()Alex Chiang1-6/+12
2009-12-15mm: refactor register_cpu_under_node()Alex Chiang1-9/+11
2009-12-15mm: add numa node symlink for memory section in sysfsAlex Chiang1-1/+10
2009-12-15hugetlb: offload per node attribute registrationsLee Schermerhorn1-10/+47
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn1-5/+48
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn1-0/+39
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+34
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern1-1/+8
2009-12-11Driver Core: Early platform driver bufferMagnus Damm1-7/+22
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman1-3/+0
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg1-8/+6
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers1-1/+1
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers1-0/+2
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers1-23/+16
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers1-7/+2
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers1-10/+16
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers1-10/+16
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-15/+18
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocateGautham R Shenoy1-0/+2
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot1-0/+32
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-06PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status()Rafael J. Wysocki1-5/+3
2009-12-06PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend()Rafael J. Wysocki1-0/+2
2009-12-06PM / Runtime: Use deferred_resume flag in pm_request_resumeAlan Stern1-4/+7
2009-12-06PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()Rafael J. Wysocki1-1/+1