Age | Commit message (Expand) | Author |
2016-10-03 | Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-10-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-10-03 | Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2016-10-02 | Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs' | Rafael J. Wysocki |
2016-10-02 | Merge branch 'pm-domains' | Rafael J. Wysocki |
2016-10-02 | Merge branch 'device-properties' | Rafael J. Wysocki |
2016-09-28 | drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent() | Bastian Hecht |
2016-09-28 | drivers: dma-coherent: Fix DMA coherent size for less than page | George G. Davis |
2016-09-27 | driver-core: platform: Catch errors from calls to irq_get_irq_data | Guenter Roeck |
2016-09-26 | PM / OPP: Don't support OPP if it provides supported-hw but platform does not | Dave Gerlach |
2016-09-24 | PM / Domains: Rename pm_genpd_sync_poweron|poweroff() | Ulf Hansson |
2016-09-24 | PM / Domains: Don't measure latency of ->power_on|off() during system PM | Ulf Hansson |
2016-09-24 | PM / Domains: Remove redundant system PM callbacks | Ulf Hansson |
2016-09-24 | PM / Domains: Simplify detaching a device from its genpd | Ulf Hansson |
2016-09-23 | Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-09-22 | regmap: fix deadlock on _regmap_raw_write() error path | Nikita Yushchenko |
2016-09-20 | Merge branch 'irq/urgent' into irq/core | Thomas Gleixner |
2016-09-17 | PM / OPP: avoid maybe-uninitialized warning | Arnd Bergmann |
2016-09-17 | PM / Domains: Allow holes in genpd_data.domains array | Tomeu Vizoso |
2016-09-16 | PM / runtime: Use _rcuidle for runtime suspend tracepoints | Paul E. McKenney |
2016-09-14 | genirq/msi: Add cpumask allocation to alloc_msi_entry | Thomas Gleixner |
2016-09-13 | PM / Domains: Add support for removing nested PM domains by provider | Jon Hunter |
2016-09-13 | PM / Domains: Add support for removing PM domains | Jon Hunter |
2016-09-13 | PM / Domains: Store the provider in the PM domain structure | Jon Hunter |
2016-09-13 | PM / Domains: Prepare for adding support to remove PM domains | Jon Hunter |
2016-09-13 | PM / Domains: Verify the PM domain is present when adding a provider | Jon Hunter |
2016-09-13 | PM / Domains: Don't expose xlate and provider helper functions | Jon Hunter |
2016-09-13 | PM / Domains: Don't expose generic_pm_domain structure to clients | Jon Hunter |
2016-09-13 | PM / Domains: Add new helper functions for device-tree | Jon Hunter |
2016-09-06 | Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-09-05 | Merge 4.8-rc5 into driver-core-next | Greg Kroah-Hartman |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linus | Mark Brown |
2016-09-03 | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linus | Mark Brown |
2016-09-02 | device core: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar |
2016-08-31 | drivers/base dmam_declare_coherent_memory leaks | Vyacheslav V. Yurkov |
2016-08-31 | platform: don't return 0 from platform_get_irq[_byname]() on error | Sergei Shtylyov |
2016-08-31 | cpu: clean up register_cpu func | Alex Shi |
2016-08-31 | dma-mapping: use vma_pages(). | Muhammad Falak R Wani |
2016-08-31 | drivers: dma-coherent: use vma_pages(). | Muhammad Falak R Wani |
2016-08-31 | attribute_container: Fix typo | Xiubo Li |
2016-08-31 | base: soc: make it explicitly non-modular | Paul Gortmaker |
2016-08-31 | drivers: base: dma-mapping: page align the size when unmap_kernel_range | Peng Fan |
2016-08-31 | platform driver: fix use-after-free in platform_device_del() | Jerome Marchand |
2016-08-31 | driver core: add test of driver remove calls during probe | Rob Herring |
2016-08-31 | driver core: fix race between creating/querying glue dir and its cleanup | Ming Lei |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idle | Paul E. McKenney |
2016-08-31 | PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idle | Paul E. McKenney |
2016-08-31 | driver core: Don't leak secondary fwnode on device removal | Lukas Wunner |
2016-08-18 | regmap: drop cache if the bus transfer error | Elaine Zhang |
2016-08-12 | PM / Domains: Always enable debugfs support if available | Jon Hunter |