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