summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM / runtime: Use pm_runtime_put_sync() in __device_release_driver()Rafael J. Wysocki2013-12-041-1/+1
* driver core : Fix use after free of dev->parent in device_shutdownBenson Leung2013-10-051-7/+7
* regmap: rbtree: Fix overlapping rbnodes.David Jander2013-09-071-1/+1
* drivers/base/memory.c: fix show_mem_removable() to handle missing sectionsRuss Anderson2013-09-071-0/+2
* regmap: cache: Make sure to sync the last register in a blockLars-Peter Clausen2013-08-141-1/+2
* regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack2013-08-041-1/+1
* firmware loader: fix use-after-free by double abortMing Lei2013-06-181-9/+18
* 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
* | | 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
|/
* 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
|\ \ \ \ \ \
| * | | | | | numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu2013-04-291-2/+23
| * | | | | | mm: Remove unused parameter of pages_correctly_reserved()Tang Chen2013-04-291-3/+2
| * | | | | | mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes2013-04-291-21/+23
| * | | | | | drivers/base/node.c: switch to register_hotmemory_notifier()Andrew Morton2013-04-291-2/+6
* | | | | | | Merge tag 'regmap-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2013-04-297-118/+413
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown2013-04-162-7/+88
| |\ \ \ \ \ \
| | * | | | | | regmap: debugfs: Add a registers `range' fileDimitris Papastamos2013-03-042-0/+84
| | * | | | | | regmap: debugfs: Simplify calculation of `c->max_reg'Dimitris Papastamos2013-03-041-7/+4
| | |/ / / / /
| * | | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-04-161-1/+2
| |\ \ \ \ \ \
| | * | | | | | regmap: irq: Clarify error message when we fail to request primary IRQMark Brown2013-03-191-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-04-165-110/+315
| |\ \ \ \ \ \
| | * | | | | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-04-161-2/+1
| | * | | | | | Merge tag 'v3.9-rc7' into regmap-cacheMark Brown2013-04-167-105/+166
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-051-1/+1
| | * | | | | | regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-051-1/+1
| | * | | | | | regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-301-17/+47
| | * | | | | | regmap: cache: Split raw and non-raw syncsMark Brown2013-03-301-11/+53
| | * | | | | | regmap: cache: Factor out block syncMark Brown2013-03-303-42/+51