| Commit message (Expand) | Author | Age | Files | Lines |
* | PM / Clocks: Do not acquire a mutex under a spinlock | Rafael J. Wysocki | 2011-09-26 | 1 | -37/+38 |
* | Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap | Linus Torvalds | 2011-09-08 | 1 | -4/+1 |
|\ |
|
| * | regmap: Remove bitrotted module_put()s | Mark Brown | 2011-09-05 | 1 | -4/+1 |
* | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-08-28 | 1 | -18/+22 |
|\ \ |
|
| * | | PM: Use spinlock instead of mutex in clock management functions | Rafael J. Wysocki | 2011-08-24 | 1 | -18/+22 |
* | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-08-26 | 3 | -2/+3 |
|\ \ \ |
|
| * | | | base/devres.c: quiet sparse noise about context imbalance | H Hartley Sweeten | 2011-08-22 | 1 | -0/+1 |
| * | | | drivers/base/devtmpfs.c: correct annotation of `setup_done' | Arnaud Lacombe | 2011-08-08 | 1 | -1/+1 |
| * | | | driver core: fix kernel-doc warning in platform.c | Randy Dunlap | 2011-08-08 | 1 | -1/+1 |
* | | | | firmware loader: allow builtin firmware load even if usermodehelper is disabled | Linus Torvalds | 2011-08-24 | 1 | -5/+6 |
| |/ /
|/| | |
|
* | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-08-17 | 1 | -15/+15 |
|\ \ \ |
|
| * | | | PM / Domains: Fix build for CONFIG_PM_RUNTIME unset | Rafael J. Wysocki | 2011-08-14 | 1 | -15/+15 |
| |/ / |
|
* | | | regmap: using module facilities requires module.h | Stephen Rothwell | 2011-08-15 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2011-08-15 | 3 | -1/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | regmap: Specify a module license | Stephen Warren | 2011-08-12 | 2 | -0/+3 |
| * | regmap: Fix bulk reads | Mark Brown | 2011-07-24 | 1 | -1/+1 |
* | | PM / Runtime: Allow _put_sync() from interrupts-disabled context | Kevin Hilman | 2011-08-05 | 1 | -2/+8 |
* | | PM / Domains: Fix pm_genpd_poweron() | Rafael J. Wysocki | 2011-08-05 | 1 | -2/+1 |
* | | devtmpfs: missing initialialization in never-hit case | Al Viro | 2011-07-27 | 1 | -1/+1 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 2 | -2/+2 |
* | | drivers/base/power/opp.c: fix dev_opp initial value | Jonghwan Choi | 2011-07-26 | 1 | -1/+1 |
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-07-25 | 1 | -30/+34 |
|\ \ |
|
| * | | driver core: add more help description for "path to uevent helper" | Márton Németh | 2011-07-01 | 1 | -0/+5 |
| * | | driver-core: modify FIRMWARE_IN_KERNEL help message | matt mooney | 2011-07-01 | 1 | -4/+4 |
| * | | driver-core: Kconfig grammar corrections in firmware configuration | matt mooney | 2011-07-01 | 1 | -30/+29 |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-07-25 | 1 | -0/+21 |
|\ \ \ |
|
| * | | | driver core: Add ability for arch code to setup pdev_archdata | Kumar Gala | 2011-07-08 | 1 | -0/+21 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-25 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | fix devtmpfs race | Al Viro | 2011-07-25 | 1 | -1/+2 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2011-07-23 | 7 | -0/+661 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | regmap: Add SPI bus support | Mark Brown | 2011-07-23 | 3 | -1/+77 |
| * | | | regmap: Add I2C bus support | Mark Brown | 2011-07-23 | 3 | -0/+120 |
| * | | | regmap: Add generic non-memory mapped register access API | Mark Brown | 2011-07-23 | 5 | -0/+465 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-22 | 1 | -139/+198 |
|\ \ \ \ |
|
| * | | | | devtmpfs: get rid of bogus mkdir in create_path() | Al Viro | 2011-07-20 | 1 | -24/+18 |
| * | | | | switch devtmpfs to kern_path_create() | Al Viro | 2011-07-20 | 1 | -47/+36 |
| * | | | | switch devtmpfs object creation/removal to separate kernel thread | Al Viro | 2011-07-20 | 1 | -73/+149 |
* | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 | 2 | -125/+0 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Ingo Molnar | 2011-07-07 | 2 | -125/+0 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | drivers: iommu: move to a dedicated folder | Ohad Ben-Cohen | 2011-06-14 | 2 | -125/+0 |
* | | | | | | Merge branch 'pm-runtime' into for-linus | Rafael J. Wysocki | 2011-07-15 | 3 | -51/+67 |
|\ \ \ \ \ \ |
|
| * | | | | | | PM / Runtime: Consistent utilization of deferred_resume | ShuoX Liu | 2011-07-08 | 1 | -1/+1 |
| * | | | | | | PM / Runtime: Prevent runtime_resume from racing with probe | Alan Stern | 2011-07-06 | 1 | -1/+5 |
| * | | | | | | PM / Runtime: Replace "run-time" with "runtime" in documentation | Rafael J. Wysocki | 2011-07-06 | 1 | -33/+33 |
| * | | | | | | PM: Limit race conditions between runtime PM and system sleep (v2) | Rafael J. Wysocki | 2011-07-06 | 1 | -12/+23 |
| * | | | | | | PM / Runtime: Return special error code if runtime PM is disabled | Rafael J. Wysocki | 2011-07-02 | 1 | -4/+5 |
* | | | | | | | Merge branch 'pm-domains' into for-linus | Rafael J. Wysocki | 2011-07-15 | 6 | -124/+1524 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | PM / Domains: Take .power_off() error code into account | Rafael J. Wysocki | 2011-07-14 | 1 | -2/+10 |
| * | | | | | | | ARM / shmobile: Use genpd_queue_power_off_work() | Rafael J. Wysocki | 2011-07-14 | 1 | -1/+1 |
| * | | | | | | | PM / Domains: Introduce function to power off all unused PM domains | Rafael J. Wysocki | 2011-07-13 | 1 | -0/+21 |