- 94f8cc0 drivers/base/dd.c incorrect pr_debug() parameters by Frank Rowand · 11 years ago
- 53974e0 topology: Fix compilation warning when not in SMP by Vincent Stehlé · 11 years ago
- 33ac125 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
- 4b44e7b Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
- 62d6f06 Merge branches 'pm-wakeup' and 'pm-domains' by Rafael J. Wysocki · 11 years ago
- 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 39ac5ba PM / domains: Add pd_ignore_unused to keep power domains enabled by Tushar Behera · 11 years ago
- 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
- 70f6c08 Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 158e0d3 Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
- 675c354 Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
- 3786075 Merge tag 'regulator-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
- c6b38ec Merge tag 'regmap-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
- 7b5c393 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 years ago
- a7a037c regmap: adds missing braces in regmap_init() by Daeseok Youn · 11 years ago
- 6012b1f 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 by Mark Brown · 11 years ago
- b3bf36c Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 11 years ago
- 6ce6d9c Merge tag 'regmap-v3.14-rc4' into regmap-linus by Mark Brown · 11 years ago
- 451485b regmap: mmio: Add regmap_mmio_regbits_check. by Xiubo Li · 11 years ago
- 9325804 regmap: mmio: Add support for 1/2/8 bytes wide register address. by Xiubo Li · 11 years ago
- 41b0c2c regmap: mmio: add regmap_mmio_{regsize, count}_check. by Xiubo Li · 11 years ago
- 794016f 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 by Mark Brown · 11 years ago
- 9accff5 PM / Runtime: Spelling s/competing/completing/ by Geert Uytterhoeven · 11 years ago
- 7209930 Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
- e12b711 drivers/base/topology.c: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
- 5a2d853 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
- 36cc86e Merge branches 'pm-runtime' and 'pm-sleep' by Rafael J. Wysocki · 11 years ago
- 165f5fd Merge branches 'pm-qos', 'pm-domains' and 'pm-drivers' by Rafael J. Wysocki · 11 years ago
- 83f8475 regmap: cache: Don't attempt to sync non-writeable registers by Dylan Reid · 11 years ago
- 7561732 regmap: cache: Step by stride in default sync by Dylan Reid · 11 years ago
- 4999e96 regmap: Fix possible sleep-in-atomic in regmap_bulk_write() by Takashi Iwai · 11 years ago
- 56fb1c7 regmap: Ensure regmap_register_patch() is compatible with fast_io by Mark Brown · 11 years ago
- 72a6a5d regmap: irq: Set data pointer only on regmap_add_irq_chip success by Krzysztof Kozlowski · 11 years ago
- 7b60894 PM / Runtime: Add missing "it" in comment by Geert Uytterhoeven · 11 years ago
- e894c3f regmap: Implementation for regmap_multi_reg_write by Opensource [Anthony Olech] · 11 years ago
- 966746b driver core: unexport static function create_syslog_header by Jiang Liu · 11 years ago
- 92d585e numa: fix NULL pointer access and memory leak in unregister_one_node() by Xishi Qiu · 11 years ago
- aa0689b Revert "driver core: synchronize device shutdown" by Roland Dreier · 11 years ago
- 2f0aea9 cpufreq: suspend governors on system suspend/hibernate by Viresh Kumar · 11 years ago
- 13ff50c regmap: add regmap_parse_val api by Nenghua Cao · 11 years ago
- 13df797 Merge 3.14-rc5 into driver-core-next by Greg Kroah-Hartman · 11 years ago
- aa074c1 Merge 3.14-rc5 into char-misc-next by Greg Kroah-Hartman · 11 years ago
- 37f2041 PM: Add pm_runtime_suspend|resume_force functions by Ulf Hansson · 11 years ago
- 5f59df7 PM / runtime: Fetch runtime PM callbacks using a macro by Ulf Hansson · 11 years ago
- 7d1af28 PM / domains: Turn latency warning into debug message by Philipp Zabel · 11 years ago
- f8d5b9e PM / hibernate: Fix restore hang in freeze_processes() by Sebastian Capella · 11 years ago
- 6bf1310 regmap: Base regmap_register_patch on _regmap_multi_reg_write by Charles Keepax · 11 years ago
- 1d5b40b regmap: Add bypassed version of regmap_multi_reg_write by Charles Keepax · 11 years ago
- f7e2cec regmap: Mark reg_defaults in regmap_multi_reg_write as const by Charles Keepax · 11 years ago
- 35efc5a Merge 3.14-rc4 into char-misc-next by Greg Kroah-Hartman · 11 years ago
- 53e87f8 regmap: fix coccinelle warnings by Nenghua Cao · 11 years ago
- 7a7a70b regmap: Check stride of register patch as we register it by Charles Keepax · 11 years ago
- d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
- e2f74dc regmap: Clean up _regmap_update_bits() by Xiubo Li · 11 years ago
- de377b3 PM / sleep: Asynchronous threads for suspend_late by Liu, Chuansheng · 11 years ago
- 28b6fd6 PM / sleep: Asynchronous threads for suspend_noirq by Liu, Chuansheng · 11 years ago
- 9e5e791 PM / sleep: Asynchronous threads for resume_early by Liu, Chuansheng · 11 years ago
- 76569fa PM / sleep: Asynchronous threads for resume_noirq by Liu, Chuansheng · 11 years ago
- 3d2699b PM / sleep: Two flags for async suspend_noirq and suspend_late by Liu, Chuansheng · 11 years ago
- e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
- 2b9c1f0 x86: align x86 arch with generic CPU modalias handling by Ard Biesheuvel · 11 years ago
- 67bad2f cpu: add generic support for CPU feature based module autoloading by Ard Biesheuvel · 11 years ago
- 91219a3 Merge 3.14-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
- ba4b60e Merge 3.14-rc3 into char-misc-next by Greg Kroah-Hartman · 11 years ago
- 60f76ea Merge tag 'dma-buf-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 11 years ago
- 6cfec04 regmap: Separate regmap dev initialization by Michal Simek · 11 years ago
- c9afbb0 regmap: spmi: support base and extended register spaces by Josh Cartwright · 11 years ago
- 5c764df driver core: unexport static function create_syslog_header by Jiang Liu · 11 years ago
- bce6618 firmware: use power efficient workqueue for unloading and aborting fw load by Shaibal Dutta · 11 years ago
- 2b1278c firmware: give a protection when map page failed by zhang jun · 11 years ago
- 4272b96 drivers/base: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 9383f4c ACPI / platform: drop redundant ACPI_HANDLE check by Josh Cartwright · 11 years ago
- c0b00a5 dma-buf: update debugfs output by Sumit Semwal · 11 years ago
- d4807ad regmap: Check readable regs in _regmap_read by Michal Simek · 11 years ago
- e31108c devres: introduce API "devm_kstrdup" by Manish Badarkhe · 11 years ago
- 71d821f PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments by Rafael J. Wysocki · 11 years ago
- 2d984ad PM / QoS: Introcuce latency tolerance device PM QoS type by Rafael J. Wysocki · 11 years ago
- 327adae PM / QoS: Add no_constraints_value field to struct pm_qos_constraints by Rafael J. Wysocki · 11 years ago
- b02f669 PM / QoS: Rename device resume latency QoS items by Rafael J. Wysocki · 11 years ago
- 9e1ccb4 drivers/base: fix devres handling for master device by Russell King · 11 years ago
- ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
- 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
- fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 11 years ago
- b5ab3e5 regmap: irq: Remove domain on exit by Mark Brown · 11 years ago
- 676970d regmap: debugfs: "registers" & "access" for single register maps by Pawel Moll · 11 years ago
- 78ba73e regmap: cache: Handle stride > 1 in sync_block_raw_flush by Dylan Reid · 11 years ago
- bb1b649 Merge tag 'regmap-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
- 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
- bc411b8 Merge branch 'acpi-modules' by Rafael J. Wysocki · 11 years ago
- b9f7306 platform: introduce OF style 'modalias' support for platform bus by Zhang Rui · 11 years ago
- 380062b Merge branch 'pm-clk' by Rafael J. Wysocki · 11 years ago
- 8c4ff6d ACPI: fix module autoloading for ACPI enumerated devices by Zhang Rui · 11 years ago
- 5cda3fb PM / clock_ops: report clock errors from clk_enable() by Ben Dooks · 11 years ago
- afdd3ab PM / clock_ops: check return of clk_enable() in pm_clk_resume() by Ben Dooks · 11 years ago
- 8a6720e PM / clock_ops: fix up clk prepare/unprepare count by Ben Dooks · 11 years ago
- a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
- a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
- 4ff9133 Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm' by Rafael J. Wysocki · 11 years ago
- 25d412d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago