summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2010-02-16class: Free the class private data in class_releaseLaurent Pinchart-0/+2
2010-01-20Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman-20/+12
2010-01-20driver-core: fix devtmpfs crash on s390Heiko Carstens-1/+2
2010-01-16sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang-12/+20
2010-01-16memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang-1/+1
2010-01-11power: fix kernel-doc notationRandy Dunlap-4/+5
2009-12-23devtmpfs: unlock mutex in case of string allocation errorKay Sievers-2/+5
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich-0/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody-1/+1
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner-1/+3
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody-2/+2
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody-2/+4
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody-2/+4
2009-12-23devtmpfs: Convert dirlock to a mutexThomas Gleixner-7/+5
2009-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-22/+151
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki-0/+45
2009-12-21PM: Use pm_runtime_put_sync in system resumeAlan Stern-2/+2
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings-0/+19
2009-12-18PM: Measure device suspend and resume timesRafael J. Wysocki-0/+27
2009-12-18PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki-20/+77
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds-0/+61
2009-12-16HWPOISON: Add soft page offline supportAndi Kleen-0/+61
2009-12-15PM: rwsem.h need not be included into main.cRafael J. Wysocki-1/+0
2009-12-15PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki-9/+3
2009-12-15PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven-0/+31
2009-12-15PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern-5/+5
2009-12-15mm: slab-allocate memory section nodemask for large systemsDavid Rientjes-4/+9
2009-12-15mm: add numa node symlink for cpu devices in sysfsAlex Chiang-1/+10
2009-12-15mm: refactor unregister_cpu_under_node()Alex Chiang-6/+12
2009-12-15mm: refactor register_cpu_under_node()Alex Chiang-9/+11
2009-12-15mm: add numa node symlink for memory section in sysfsAlex Chiang-1/+10
2009-12-15hugetlb: offload per node attribute registrationsLee Schermerhorn-10/+47
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn-5/+48
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn-0/+39
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-1/+1
2009-12-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+34
2009-12-11Driver core: fix race in dev_driver_stringAlan Stern-1/+8
2009-12-11Driver Core: Early platform driver bufferMagnus Damm-7/+22
2009-12-11Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman-3/+0
2009-12-11firmware_class: make request_firmware_nowait more usefulJohannes Berg-8/+6
2009-12-11Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers-1/+1
2009-12-11Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers-0/+2
2009-12-11Driver Core: devtmpfs: do not remove non-kernel-created directoriesKay Sievers-23/+16
2009-12-11Driver Core: devtmpfs: use sys_mount()Kay Sievers-7/+2
2009-12-11Driver core: devtmpfs: prevent concurrent subdirectory creation and removalKay Sievers-10/+16
2009-12-11Driver Core: devtmpfs: ignore umask while setting file modeKay Sievers-10/+16
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt-15/+18
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy-0/+2
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot-0/+32