summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* regmap: cache: Factor out block syncMark Brown2013-03-303-42/+51
* regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-303-58/+54
* regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-271-1/+18
* regmap: core: Provide regmap_can_raw_write() operationMark Brown2013-03-271-3/+12
* regmap: cache: Provide a get address of value operationMark Brown2013-03-262-2/+9
* regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-261-1/+69
* regmap: core: Make raw write available to regcacheMark Brown2013-03-262-2/+5
* regmap: core: Warn on invalid operation combinationsMark Brown2013-03-261-5/+5
* regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-131-2/+7
* regmap: cache: Store caches in native register format where possibleMark Brown2013-03-041-2/+14
* regmap: core: Split out in place value parsingMark Brown2013-03-042-17/+38
* regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-041-6/+3
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-044-44/+39
* regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-041-5/+0
* CHROMIUM: dma-buf: restore args on failure of dma_buf_mmapJohn Sheu2013-02-271-6/+17
* dma-buf: implement vmap refcounting in the interface logicDaniel Vetter2013-02-271-5/+38
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-2/+3
|\
| * switch vfs_getattr() to struct pathAl Viro2013-02-262-2/+3
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/
* | pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei2013-02-231-1/+18
* | pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-231-0/+70
* | memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-231-0/+6
* | Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+1
|\ \
| * \ Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-252-3/+1
| |\ \
| * | | PM/Qos: Expose dev_pm_qos_flags symbolLan Tianyu2013-01-251-0/+1
| | |/ | |/|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-218-269/+325
|\ \ \
| * | | base: memory: fix soft/hard_offline_page permissionsFelipe Balbi2013-02-181-2/+2
| * | | drivercore: Fix ordering between deferred_probe and exiting initcallsGrant Likely2013-02-151-0/+2
| * | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-062-4/+4
| * | | firmware: Ignore abort check when no user-helper is usedTakashi Iwai2013-02-031-2/+9
| * | | firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai2013-02-031-162/+151
| * | | firmware: Make user-mode helper optionalTakashi Iwai2013-02-032-13/+55
| * | | firmware: Refactoring for splitting user-mode helper codeTakashi Iwai2013-02-031-133/+154
| * | | Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-031-2/+2
| * | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-252-3/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-173-15/+42
| |\ \ \ | | | |/ | | |/|
| * | | Revert "drivers: base: Convert print_symbol to %pSR"Greg Kroah-Hartman2013-01-171-2/+2
| * | | driver core: fix possible missing of device probeMing Lei2013-01-171-1/+1
| * | | drivers: base: Convert print_symbol to %pSRJoe Perches2013-01-171-2/+2
| * | | dma_buf: Cleanup dma_buf_fdBorislav Petkov2013-01-171-5/+4
| * | | drivers/base/core.c: Remove two unused variables and two useless calls to kfreePeter Senna Tschudin2013-01-171-4/+0
* | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-203-10/+18
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-151-8/+11
| |\ \ \ \
| | * | | | PM / OPP: Export more symbols for module usageMark Langsdorf2013-02-021-0/+3
| | * | | | PM / OPP: switch exported symbols to GPL variantNishanth Menon2013-02-021-8/+8
| | | |_|/ | | |/| |
| * | | | PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui2013-02-091-0/+6
| * | | | PM / Domains: don't use [delayed_]work_pending()Tejun Heo2013-01-261-2/+1
| |/ / /
* | | | Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-203-0/+77
|\ \ \ \
| * | | | drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-233-0/+77
| | |/ / | |/| |
OpenPOWER on IntegriCloud