summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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-272-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-261-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-241-1/+18
* | pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2013-02-241-0/+70
* | memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu2013-02-241-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/+1Star
| |\ \
| * | | 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-041-2/+9
| * | | firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPERTakashi Iwai2013-02-041-162/+151Star
| * | | firmware: Make user-mode helper optionalTakashi Iwai2013-02-042-13/+55
| * | | firmware: Refactoring for splitting user-mode helper codeTakashi Iwai2013-02-041-133/+154
| * | | Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-041-2/+2
| * | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-262-3/+1Star
| |\ \ \ | | | |/ | | |/|
| * | | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-183-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/+4Star
| * | | drivers/base/core.c: Remove two unused variables and two useless calls to kfreePeter Senna Tschudin2013-01-171-4/+0Star
* | | | 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/+1Star
| |/ / /
* | | | 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
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2013-02-142-12/+48
|\ \ \ \
| * | | | regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-292-12/+48
* | | | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2013-02-141-13/+66
|\ \ \ \ \
| * | | | | regmap: mmio: add register clock supportPhilipp Zabel2013-02-141-13/+66
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-02-141-26/+99
|\ \ \ \ \
| * | | | | regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-041-4/+17
| * | | | | regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-041-0/+11
| * | | | | regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-041-7/+60
| * | | | | regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-031-7/+9
| * | | | | regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-241-12/+6Star
* | | | | | Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown2013-02-144-1/+75
|\ \ \ \ \ \
| * | | | | | regmap: flat: Add flat cache typeMark Brown2013-01-024-1/+75
| |/ / / / /
* | | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-02-142-18/+33
|\ \ \ \ \ \
| * | | | | | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-111-8/+14