aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
2017-10-24PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki5-30/+55
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook2-10/+8
2017-10-21PM / core: Fix kerneldoc comments of four functionsRafael J. Wysocki1-4/+4
2017-10-21Merge branch 'pm-sleep' into pm-coreRafael J. Wysocki4-30/+15
2017-10-20driver core: Move device_links_purge() after bus_remove_device()Jeffy Chen1-1/+1
2017-10-20arch_topology: Fix section miss match warning due to free_raw_capacity()Prasad Sodagudi1-1/+1
2017-10-20driver-core: pr_err() strings should end with newlinesArvind Yadav1-3/+3
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+1
2017-10-16of: wrap accesses to device_node kobjectRob Herring1-1/+1
2017-10-13mm: only display online cpus of the numa nodeZhen Lei1-2/+10
2017-10-14PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUPRafael J. Wysocki2-31/+1
2017-10-14Merge branch 'pm-domains' into pm-oppRafael J. Wysocki3-61/+156
2017-10-14PM / Domains: Add support to select performance-state of domainsViresh Kumar1-0/+98
2017-10-11ACPI: properties: Align return codes of __acpi_node_get_property_reference()Sakari Ailus1-0/+4
2017-10-11PM / sleep: Remove pm_complete_with_resume_check()Ulf Hansson1-23/+0
2017-10-11PM / Domains: Rename genpd internals from pm_genpd_* to genpd_*Ulf Hansson1-54/+50
2017-10-10device property: Track owner device of device propertyJarkko Nikula1-6/+9
2017-10-05timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()Kees Cook1-5/+3
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-7/+8
2017-10-03PM / OPP: Move the OPP directory out of power/Viresh Kumar7-3092/+0
2017-10-03drivers base/arch_topology: allow inlining cpu-invariant accounting supportDietmar Eggemann1-6/+1
2017-10-03drivers base/arch_topology: provide frequency-invariant accounting supportDietmar Eggemann1-0/+14
2017-10-03drivers base/arch_topology: free cpumask cpus_to_visitDietmar Eggemann1-2/+10
2017-09-26PM / OPP: Call notifier without holding opp_table->lockViresh Kumar1-0/+7
2017-09-25PM / core: Drop legacy class suspend/resume operationsRafael J. Wysocki1-23/+9
2017-09-22Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-8/+11
2017-09-22Merge branches 'pm-core', 'pm-qos' and 'pm-docs'Rafael J. Wysocki1-5/+5
2017-09-19PM: core: Fix device_pm_check_callbacks()Rafael J. Wysocki1-3/+6
2017-09-18driver core: platform: Don't read past the end of "driver_override" bufferNicolai Stange1-1/+2
2017-09-18base: arch_topology: fix section mismatch build warningsSudeep Holla1-6/+6
2017-09-18PM / QoS: Use the correct variable to check the QoS request typeJan H. Schönherr1-5/+5
2017-09-17dma-coherent: fix rmem_dma_device_init regressionArnd Bergmann1-10/+9
2017-09-16firmware: Restore support for built-in firmwareMarkus Trippelsdorf1-4/+1
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-52/+40
2017-09-10Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds1-99/+0
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-2/+2
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang1-7/+15
2017-09-06mm, memory_hotplug: remove zone restrictionsMichal Hocko1-3/+0
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-10/+23
2017-09-05Merge tag 'devprop-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-46/+85
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-74/+327
2017-09-05dma-coherent: fix dma_declare_coherent_memory() logic errorArnd Bergmann1-13/+25
2017-09-04dma-coherent: remove an unused variableChristoph Hellwig1-1/+0
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki2-40/+65
2017-09-04Merge branches 'pm-core', 'pm-opp', 'pm-domains', 'pm-cpu' and 'pm-avs'Rafael J. Wysocki3-34/+262
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2-37/+16
2017-09-01dma-coherent: remove the DMA_MEMORY_INCLUDES_CHILDREN flagChristoph Hellwig1-2/+0
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-08-28Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek1-4/+5