summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | regmap: rbtree: Use range information to allocate nodesMark Brown2013-05-121-2/+23
| | * | | | | regmap: rbtree: Factor out node allocationMark Brown2013-05-121-14/+27
| | * | | | | regmap: Make regmap_check_range_table() a public APIMark Brown2013-05-121-7/+7
| | * | | | | regmap: Add support for discarding parts of the register cacheMark Brown2013-05-122-0/+38
| | | |_|/ / | | |/| | |
* | | | | | firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei2013-06-251-12/+12
* | | | | | firmware loader: fix compile warning with PM_SLEEP setMing Lei2013-06-211-3/+3
* | | | | | Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman2013-06-191-16/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | firmware loader: fix use-after-free by double abortMing Lei2013-06-181-9/+18
| | |_|_|/ | |/| | |
* | | | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-173-15/+16
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linusMark Brown2013-06-031-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | regmap: debugfs: Check return value of regmap_write()Dimitris Papastamos2013-05-121-1/+4
| | |/ /
| * | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2013-06-032-14/+12
| |\ \ \ | | |_|/ | |/| |
| | * | regmap: rbtree: Fixed node range check on syncMaarten ter Huurne2013-06-011-2/+0
| | * | regmap: regcache: Fixup locking for custom lock callbacksLars-Peter Clausen2013-05-232-12/+12
* | | | firmware loader: simplify holding module for request_firmwareMing Lei2013-06-061-6/+7
* | | | firmware loader: don't export cache_firmware and uncache_firmwareMing Lei2013-06-061-4/+2
* | | | drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot2013-06-061-81/+62
* | | | firmware loader: fix compile warningMing Lei2013-06-061-0/+4
* | | | firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei2013-06-041-14/+17
* | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-2/+0
* | | | driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei2013-06-031-0/+17
* | | | driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei2013-06-031-3/+6
* | | | Documentation: Tidy up some drivers/base/core.c kerneldoc content.Robert P. J. Day2013-06-031-7/+7
* | | | platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-031-3/+5
* | | | firmware: move EXPORT_SYMBOL annotationsDaniel Mack2013-06-031-6/+5
* | | | firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai2013-06-031-7/+37
* | | | Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-273-8/+11
|\ \ \ \ | |/ / /
| * | | Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-05-232-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | driver core: print sysfs attribute name when warning about bogus permissionsdyoung@redhat.com2013-05-211-2/+4
| | * | driver core: export subsys_virtual_registerGreg Kroah-Hartman2013-05-211-0/+1
| | |/
| * | PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan2013-05-121-6/+6
| |/
* | cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov2013-05-211-13/+21
* | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov2013-05-211-7/+18
* | base/core.c: improve comment of the function device_find_child()Federico Vaga2013-05-211-0/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-05-011-0/+74
|\
| * Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-1736-729/+2271
| |\
| * | devres: allow adding custom actions to the stackDmitry Torokhov2013-02-251-0/+74
* | | dma-buf: Add debugfs supportSumit Semwal2013-05-011-0/+158
* | | dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal2013-05-011-4/+7
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-305-6/+7
|\ \ \
| * \ \ Merge branch 'pm-assorted'Rafael J. Wysocki2013-04-281-0/+1
| |\ \ \
| | * | | PM / OPP: add documentation to RCU head in struct oppNishanth Menon2013-04-051-0/+1
| * | | | Merge branch 'pm-runtime'Rafael J. Wysocki2013-04-284-6/+6
| |\ \ \ \
| | * | | | PM / Runtime: Improve prepare handling at system suspend for genpdUlf Hansson2013-04-121-2/+2
| | * | | | PM / Runtime: Asyncronous idle|suspend parent devices at removalUlf Hansson2013-04-121-1/+1
| | * | | | PM / Runtime: Asyncronous idle|suspend devices at system resumeUlf Hansson2013-04-123-3/+3
| | |/ / /
* | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-293-22/+55
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo2013-04-015-102/+127
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | driver/base: implement subsys_virtual_register()Tejun Heo2013-03-123-22/+55
* | | | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-293-28/+54
|\ \ \ \ \ \
OpenPOWER on IntegriCloud