summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-082-1/+4
|\
| * rdma/core: Fix sparse warningsSean Hefty2012-01-042-1/+4
* | Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-01-081-0/+176
|\ \
| * | dma-buf: Introduce dma buffer sharing mechanismSumit Semwal2012-01-061-0/+176
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2012-01-085-3/+985
|\ \ \
| * | | mfd: Declare da9052_regmap_config for the bus driversMark Brown2011-12-151-0/+2
| * | | Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2011-12-1464-266/+1308
| |\ \ \
| | * | | MFD: DA9052/53 MFD core moduleAshish Jangam2011-12-143-0/+918
| | * | | Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2011-12-121-0/+48
| | |\ \ \
| * | \ \ \ Merge branch 'regmap/irq' into regmap-nextMark Brown2011-12-051-0/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-051-0/+1
| * | | | | Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2011-12-051-0/+2
| |\ \ \ \ \
| | * | | | | regmap: Allow drivers to reinitialise the register cache at runtimeMark Brown2011-12-051-0/+2
| * | | | | | regmap: Add trace event for successful cache readsMark Brown2011-11-301-0/+9
| * | | | | | regmap: Allow regmap_update_bits() users to detect changesMark Brown2011-11-291-0/+3
| * | | | | | regmap: Remove indexed cache typeMark Brown2011-11-201-1/+0Star
| * | | | | | regmap: Make reg_config reg_defaults constLars-Peter Clausen2011-11-161-1/+1
| | | | | | |
| | \ \ \ \ \
| *-. | | | | | Merge branches 'regmap/irq' and 'regmap/cache' into regmap-nextMark Brown2011-11-081-1/+49
| |\ \| | | | | | | | |/ / / / | | |/| | | |
| | | * | | | regmap: Rename LZO cache type to compressedMark Brown2011-11-081-1/+1
| | | * | | | regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-081-0/+1
| | |/ / / / | |/| | | |
| | * | | | regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-081-0/+47
| |/ / / /
* | | | | Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds2012-01-082-3/+6
|\ \ \ \ \
| * | | | | md: create externally visible flags for supporting hot-replace.NeilBrown2011-12-231-2/+5
| * | | | | md: Fix userspace free_pages() macroSteven Rostedt2011-12-231-1/+1
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-086-19/+19
|\ \ \ \ \
| * | | | | types.h: fix comment spelling for 'architectures'Mark Einon2011-12-121-1/+1
| * | | | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-023-3/+3
| * | | | | Merge branch 'master' into for-nextJiri Kosina2011-11-13486-3731/+14693
| |\ \ \ \ \
| * | | | | | security.h: fix misc typos/grammar errors in commentsVsevolod Alekseev2011-11-051-13/+13
| * | | | | | Docs: wording: Insert `the'Michael Witten2011-10-291-1/+1
| * | | | | | Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten2011-10-291-1/+1
* | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-0811-153/+210
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'pm-freezer' into pm-for-linusRafael J. Wysocki2011-12-271-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | PM / Freezer: fix return value of freezable_schedule_timeout_killable()Jeff Layton2011-12-271-1/+3
| * | | | | | | | Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki2011-12-253-7/+102
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PM / QoS: Introduce dev_pm_qos_add_ancestor_request()Rafael J. Wysocki2011-12-251-0/+5
| | * | | | | | | | PM / shmobile: Don't include SH7372's INTCS in syscore suspend/resumeRafael J. Wysocki2011-12-251-0/+1
| | * | | | | | | | PM / Domains: Provide an always on power domain governorMark Brown2011-12-091-0/+2
| | * | | | | | | | PM / Domains: Make it possible to assign names to generic PM domainsRafael J. Wysocki2011-12-061-0/+1
| | * | | | | | | | PM / Domains: fix compilation failure for CONFIG_PM_GENERIC_DOMAINS unsetGuennadi Liakhovetski2011-12-011-0/+1
| | * | | | | | | | PM / Domains: Add default power off governor function (v4)Rafael J. Wysocki2011-12-011-0/+7
| | * | | | | | | | PM / Domains: Add device stop governor function (v4)Rafael J. Wysocki2011-12-011-8/+55
| | * | | | | | | | PM / Domains: Rework system suspend callback routines (v2)Rafael J. Wysocki2011-12-011-0/+8
| | * | | | | | | | PM / Domains: Introduce "save/restore state" device callbacksRafael J. Wysocki2011-12-011-0/+2
| | * | | | | | | | PM / Domains: Make it possible to use per-device domain callbacksRafael J. Wysocki2011-12-011-3/+24
| * | | | | | | | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-12-253-0/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PM / Runtime: Use device PM QoS constraints (v2)Rafael J. Wysocki2011-12-013-0/+10
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-257-146/+96Star
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | PM: Drop generic_subsys_pm_opsRafael J. Wysocki2011-12-211-13/+0Star
| | * | | | | | | | PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki2011-12-211-29/+1Star