| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-04-01 | Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator |  Linus Torvalds | 1 | -0/+26 |
| 2014-04-01 | Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap |  Linus Torvalds | 6 | -78/+354 |
| 2014-04-01 | Merge branch 'pm-runtime' |  Rafael J. Wysocki | 1 | -1/+1 |
| 2014-04-01 | regmap: adds missing braces in regmap_init() |  Daeseok Youn | 1 | -1/+2 |
| 2014-03-28 | Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-next |  Mark Brown | 5 | -68/+341 |
| 2014-03-28 | Merge remote-tracking branch 'regmap/topic/core' into regmap-next |  Mark Brown | 2 | -8/+11 |
| 2014-03-28 | Merge tag 'regmap-v3.14-rc4' into regmap-linus |  Mark Brown | 1 | -2/+2 |
| 2014-03-28 | regmap: mmio: Add regmap_mmio_regbits_check. |  Xiubo Li | 1 | -2/+18 |
| 2014-03-27 | regmap: mmio: Add support for 1/2/8 bytes wide register address. |  Xiubo Li | 1 | -3/+21 |
| 2014-03-27 | regmap: mmio: add regmap_mmio_{regsize, count}_check. |  Xiubo Li | 1 | -3/+13 |
| 2014-03-26 | Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-next |  Mark Brown | 1 | -0/+26 |
| 2014-03-26 | PM / Runtime: Spelling s/competing/completing/ |  Geert Uytterhoeven | 1 | -1/+1 |
| 2014-03-25 | Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" |  Greg Kroah-Hartman | 1 | -0/+33 |
| 2014-03-20 | drivers/base/topology.c: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -4/+8 |
| 2014-03-20 | Merge branch 'pm-cpufreq' |  Rafael J. Wysocki | 1 | -0/+5 |
| 2014-03-20 | Merge branches 'pm-runtime' and 'pm-sleep' |  Rafael J. Wysocki | 2 | -51/+226 |
| 2014-03-20 | Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' |  Rafael J. Wysocki | 6 | -120/+368 |
| 2014-03-19 | regmap: cache: Don't attempt to sync non-writeable registers |  Dylan Reid | 1 | -1/+2 |
| 2014-03-19 | regmap: cache: Step by stride in default sync |  Dylan Reid | 1 | -1/+1 |
| 2014-03-18 | regmap: Fix possible sleep-in-atomic in regmap_bulk_write() |  Takashi Iwai | 1 | -5/+6 |
| 2014-03-18 | regmap: Ensure regmap_register_patch() is compatible with fast_io |  Mark Brown | 1 | -11/+14 |
| 2014-03-13 | regmap: irq: Set data pointer only on regmap_add_irq_chip success |  Krzysztof Kozlowski | 1 | -2/+2 |
| 2014-03-12 | PM / Runtime: Add missing "it" in comment |  Geert Uytterhoeven | 1 | -1/+1 |
| 2014-03-10 | regmap: Implementation for regmap_multi_reg_write |  Opensource [Anthony Olech] | 2 | -16/+174 |
| 2014-03-10 | driver core: unexport static function create_syslog_header |  Jiang Liu | 1 | -1/+0 |
| 2014-03-08 | numa: fix NULL pointer access and memory leak in unregister_one_node() |  Xishi Qiu | 1 | -0/+4 |
| 2014-03-08 | Revert "driver core: synchronize device shutdown" |  Roland Dreier | 1 | -2/+0 |
| 2014-03-06 | cpufreq: suspend governors on system suspend/hibernate |  Viresh Kumar | 1 | -0/+5 |
| 2014-03-06 | regmap: add regmap_parse_val api |  Nenghua Cao | 1 | -0/+12 |
| 2014-03-02 | Merge 3.14-rc5 into driver-core-next |  Greg Kroah-Hartman | 2 | -13/+13 |
| 2014-03-02 | Merge 3.14-rc5 into char-misc-next |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2014-03-02 | PM: Add pm_runtime_suspend|resume_force functions |  Ulf Hansson | 2 | -2/+85 |
| 2014-03-02 | PM / runtime: Fetch runtime PM callbacks using a macro |  Ulf Hansson | 1 | -39/+39 |
| 2014-03-01 | PM / domains: Turn latency warning into debug message |  Philipp Zabel | 1 | -1/+1 |
| 2014-02-26 | PM / hibernate: Fix restore hang in freeze_processes() |  Sebastian Capella | 1 | -0/+1 |
| 2014-02-26 | regmap: Base regmap_register_patch on _regmap_multi_reg_write |  Charles Keepax | 1 | -14/+4 |
| 2014-02-26 | regmap: Add bypassed version of regmap_multi_reg_write |  Charles Keepax | 1 | -13/+62 |
| 2014-02-26 | regmap: Mark reg_defaults in regmap_multi_reg_write as const |  Charles Keepax | 1 | -2/+2 |
| 2014-02-24 | Merge 3.14-rc4 into char-misc-next |  Greg Kroah-Hartman | 1 | -13/+12 |
| 2014-02-22 | regmap: fix coccinelle warnings |  Nenghua Cao | 1 | -1/+1 |
| 2014-02-22 | regmap: Check stride of register patch as we register it |  Charles Keepax | 2 | -4/+4 |
| 2014-02-20 | Merge branch 'master' into for-next |  Jiri Kosina | 14 | -75/+608 |
| 2014-02-20 | regmap: Clean up _regmap_update_bits() |  Xiubo Li | 1 | -6/+6 |
| 2014-02-20 | PM / sleep: Asynchronous threads for suspend_late |  Liu, Chuansheng | 1 | -12/+54 |
| 2014-02-20 | PM / sleep: Asynchronous threads for suspend_noirq |  Liu, Chuansheng | 1 | -11/+57 |
| 2014-02-20 | PM / sleep: Asynchronous threads for resume_early |  Liu, Chuansheng | 1 | -11/+44 |
| 2014-02-20 | PM / sleep: Asynchronous threads for resume_noirq |  Liu, Chuansheng | 1 | -16/+50 |
| 2014-02-20 | PM / sleep: Two flags for async suspend_noirq and suspend_late |  Liu, Chuansheng | 1 | -2/+22 |
| 2014-02-19 | treewide: Fix typo in Documentation/DocBook |  Masanari Iida | 1 | -1/+1 |
| 2014-02-18 | x86: align x86 arch with generic CPU modalias handling |  Ard Biesheuvel | 2 | -12/+3 |