summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich2010-07-051-1/+1
* Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"Linus Torvalds2010-05-121-1/+1
* Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers2010-03-151-0/+13
* driver-core: fix race condition in get_device_parent()Tejun Heo2010-03-151-2/+11
* class: Free the class private data in class_releaseLaurent Pinchart2010-02-161-0/+2
* Revert "sysdev: fix prototype for memory_sysdev_class show/store functions"Greg Kroah-Hartman2010-01-201-20/+12
* driver-core: fix devtmpfs crash on s390Heiko Carstens2010-01-201-1/+2
* sysdev: fix prototype for memory_sysdev_class show/store functionsWu Fengguang2010-01-161-12/+20
* memory-hotplug: add 0x prefix to HEX block_size_bytesWu Fengguang2010-01-161-1/+1
* power: fix kernel-doc notationRandy Dunlap2010-01-111-4/+5
* devtmpfs: unlock mutex in case of string allocation errorKay Sievers2009-12-231-2/+5
* Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-231-0/+1
* driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-231-1/+1
* Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3
* Driver core: driver_attribute parameters can often be const*Phil Carmody2009-12-231-2/+2
* Driver core: bin_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* Driver core: device_attribute parameters can often be const*Phil Carmody2009-12-231-2/+4
* devtmpfs: Convert dirlock to a mutexThomas Gleixner2009-12-231-7/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-12-222-22/+151
|\
| * PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2009-12-221-0/+45
| * PM: Use pm_runtime_put_sync in system resumeAlan Stern2009-12-211-2/+2
| * PM: Measure device suspend and resume timesRafael J. Wysocki2009-12-181-0/+27
| * PM: Make the initcall_debug style timing for suspend/resume completeRafael J. Wysocki2009-12-181-20/+77
* | mm: Add notifier in pageblock isolation for balloon driversRobert Jennings2009-12-181-0/+19
|/
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-161-0/+61
|\
| * HWPOISON: Add soft page offline supportAndi Kleen2009-12-161-0/+61
* | PM: rwsem.h need not be included into main.cRafael J. Wysocki2009-12-151-1/+0
* | PM: Remove unnecessary goto from device_resume_noirq()Rafael J. Wysocki2009-12-151-9/+3
* | PM: Add initcall_debug style timing for suspend/resumeArjan van de Ven2009-12-151-0/+31
* | PM: allow for usage_count > 0 in pm_runtime_get()Alan Stern2009-12-151-5/+5
|/
* mm: slab-allocate memory section nodemask for large systemsDavid Rientjes2009-12-151-4/+9
* mm: add numa node symlink for cpu devices in sysfsAlex Chiang2009-12-151-1/+10
* mm: refactor unregister_cpu_under_node()Alex Chiang2009-12-151-6/+12
* mm: refactor register_cpu_under_node()Alex Chiang2009-12-151-9/+11
* mm: add numa node symlink for memory section in sysfsAlex Chiang2009-12-151-1/+10
* hugetlb: offload per node attribute registrationsLee Schermerhorn2009-12-151-10/+47
* hugetlb: handle memory hot-plug eventsLee Schermerhorn2009-12-151-5/+48
* hugetlb: add per node hstate attributesLee Schermerhorn2009-12-151-0/+39
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-1/+1
|\
| * percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-0/+34
|\ \
| * \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-091-15/+18
| |\ \
| * | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+2
| * | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+32
* | | | Driver core: fix race in dev_driver_stringAlan Stern2009-12-111-1/+8
* | | | Driver Core: Early platform driver bufferMagnus Damm2009-12-111-7/+22
* | | | Driver core: Don't remove kobjects in device_shutdown.Eric W. Biederman2009-12-111-3/+0
* | | | firmware_class: make request_firmware_nowait more usefulJohannes Berg2009-12-111-8/+6
* | | | Driver-Core: devtmpfs - set root directory mode to 0755Kay Sievers2009-12-111-1/+1
* | | | Driver Core: devtmpfs: cleanup node on device creation errorKay Sievers2009-12-111-0/+2