| Commit message (Expand) | Author | Age | Files | Lines |
* | firmware: Restore support for built-in firmware | Markus Trippelsdorf | 2017-09-16 | 1 | -4/+1 |
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-09-12 | 2 | -52/+40 |
|\ |
|
| * | dma-coherent: fix dma_declare_coherent_memory() logic error | Arnd Bergmann | 2017-09-05 | 1 | -13/+25 |
| * | dma-coherent: remove an unused variable | Christoph Hellwig | 2017-09-04 | 1 | -1/+0 |
| * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flags | Christoph Hellwig | 2017-09-01 | 2 | -37/+16 |
| * | dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flag | Christoph Hellwig | 2017-09-01 | 1 | -2/+0 |
* | | Revert "firmware: add sanity check on shutdown/suspend" | Linus Torvalds | 2017-09-11 | 1 | -99/+0 |
* | | treewide: make "nr_cpu_ids" unsigned | Alexey Dobriyan | 2017-09-09 | 1 | -2/+2 |
* | | mm: change the call sites of numa statistics items | Kemi Wang | 2017-09-09 | 1 | -7/+15 |
* | | mm, memory_hotplug: remove zone restrictions | Michal Hocko | 2017-09-07 | 1 | -3/+0 |
* | | mm, memory_hotplug: display allowed zones in the preferred ordering | Michal Hocko | 2017-09-07 | 1 | -10/+23 |
* | | Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-09-05 | 1 | -46/+85 |
|\ \ |
|
| * | | device property: Introduce fwnode_property_get_reference_args | Sakari Ailus | 2017-07-22 | 1 | -0/+28 |
| * | | device property: Constify fwnode property API | Sakari Ailus | 2017-07-22 | 1 | -29/+35 |
| * | | device property: Constify argument to pset fwnode backend | Sakari Ailus | 2017-07-22 | 1 | -16/+20 |
| * | | device property: Get rid of struct fwnode_handle type field | Sakari Ailus | 2017-07-22 | 1 | -2/+3 |
* | | | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-09-05 | 4 | -74/+327 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2017-09-04 | 2 | -40/+65 |
| |\ \ \ |
|
| | * | | | PM / s2idle: Rename freeze_state enum and related items | Rafael J. Wysocki | 2017-08-11 | 1 | -1/+1 |
| | * | | | PM / sleep: Check pm_wakeup_pending() in __device_suspend_noirq() | Rafael J. Wysocki | 2017-07-24 | 1 | -0/+5 |
| | * | | | PM / core: Add error argument to dpm_show_time() | Rafael J. Wysocki | 2017-07-24 | 1 | -11/+10 |
| | * | | | PM / core: Split dpm_suspend_noirq() and dpm_resume_noirq() | Rafael J. Wysocki | 2017-07-24 | 1 | -21/+46 |
| | * | | | PM / sleep: Do not print debug messages by default | Rafael J. Wysocki | 2017-07-22 | 1 | -8/+4 |
| | |/ / |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs' | Rafael J. Wysocki | 2017-09-04 | 3 | -34/+262 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | | | * | | | PM / Domains: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-25 | 1 | -7/+7 |
| | | | * | | | PM / Domains: Extend generic power domain debugfs | Thara Gopinath | 2017-07-24 | 1 | -10/+195 |
| | | | * | | | PM / Domains: Add time accounting to various genpd states | Thara Gopinath | 2017-07-24 | 1 | -0/+32 |
| | | * | | | | PM / OPP: Fix get sharing CPUs when hotplug is used | Waldemar Rymarkiewicz | 2017-08-01 | 1 | -12/+17 |
| | | * | | | | PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP table | Viresh Kumar | 2017-07-16 | 1 | -2/+6 |
| | | | |_|/
| | | |/| | |
|
| | * | | | | PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() fails | Rafael J. Wysocki | 2017-08-08 | 1 | -3/+5 |
| | | |_|/
| | |/| | |
|
* | | | | | driver core: bus: Fix a potential double free | Christophe JAILLET | 2017-08-31 | 1 | -1/+1 |
* | | | | | Do not disable driver and bus shutdown hook when class shutdown hook is set. | Michal Suchanek | 2017-08-28 | 1 | -4/+5 |
* | | | | | base: topology: constify attribute_group structures. | Arvind Yadav | 2017-08-28 | 1 | -1/+1 |
* | | | | | base: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-28 | 1 | -4/+4 |
* | | | | | Merge 4.13-rc5 into driver-core-next | Greg Kroah-Hartman | 2017-08-14 | 5 | -80/+147 |
|\| | | | |
|
| * | | | | Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-08-13 | 1 | -15/+34 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | firmware: avoid invalid fallback aborts by using killable wait | Luis R. Rodriguez | 2017-08-10 | 1 | -2/+1 |
| | * | | | firmware: fix batched requests - send wake up on failure on direct lookups | Luis R. Rodriguez | 2017-08-10 | 1 | -8/+30 |
| | * | | | firmware: fix batched requests - wake all waiters | Luis R. Rodriguez | 2017-08-10 | 1 | -7/+5 |
| | |/ / |
|
| * | | | Merge tag 'dma-mapping-4.13-2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-26 | 2 | -59/+107 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | dma-coherent: introduce interface for default DMA pool | Vladimir Murzin | 2017-07-20 | 2 | -59/+107 |
| | |/ |
|
| * | | Merge tag 'pm-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-07-20 | 1 | -4/+4 |
| |\ \ |
|
| | | \ | |
| | | \ | |
| | *-. \ | Merge branches 'intel_pstate' and 'pm-domains' | Rafael J. Wysocki | 2017-07-20 | 1 | -4/+4 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | | * | PM / Domains: defer dev_pm_domain_set() until genpd->attach_dev succeeds if p... | Sudeep Holla | 2017-07-19 | 1 | -4/+4 |
| * | | | | regmap: regmap-w1: Fix build troubles | minimumlaw@rambler.ru | 2017-07-17 | 1 | -2/+2 |
| |/ / / |
|
* | | | | firmware: enable a debug print for batched requests | Luis R. Rodriguez | 2017-08-10 | 1 | -0/+2 |
* | | | | firmware: define pr_fmt | Luis R. Rodriguez | 2017-08-10 | 1 | -0/+2 |
* | | | | firmware: send -EINTR on signal abort on fallback mechanism | Luis R. Rodriguez | 2017-08-10 | 1 | -3/+6 |
* | | | | initcall_debug: add deferred probe times | Todd Poynor | 2017-08-04 | 1 | -1/+27 |
* | | | | Merge branch 'bind_unbind' into driver-core-next | Greg Kroah-Hartman | 2017-07-22 | 3 | -5/+136 |
|\ \ \ \ |
|