summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-23Merge branch 'pm-avs'Rafael J. Wysocki12-43/+27
2020-10-23Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'Rafael J. Wysocki4-73/+17
2020-10-23Merge branches 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki4-16/+39
2020-10-22PM: sleep: remove unreachable breakTom Rix1-1/+0
2020-10-22PM: AVS: Drop the avs directory and the corresponding KconfigUlf Hansson4-4/+0
2020-10-22PM: AVS: qcom-cpr: Move the driver to the qcom specific driversUlf Hansson5-17/+17
2020-10-20PM: domains: Fix build error for genpd notifiersUlf Hansson1-14/+11
2020-10-19powercap: Fix typo in Kconfig "Plance" -> "Plane"Hubert Jasudowicz1-1/+1
2020-10-19acpi-cpufreq: Honor _PSD table setting on new AMD CPUsWei Huang1-1/+2
2020-10-16PM: AVS: smartreflex Move driver to soc specific driversUlf Hansson4-13/+1
2020-10-16PM: AVS: rockchip-io: Move the driver to the rockchip specific driversUlf Hansson5-9/+9
2020-10-16PM: domains: enable domain idle state accountingLina Iyer1-3/+7
2020-10-16PM: domains: Add curly braces to delimit comment + statement blockGeert Uytterhoeven1-1/+2
2020-10-16PM: domains: Add support for PM domain on/off notifiers for genpdUlf Hansson1-12/+149
2020-10-16powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do...Zhang Rui2-70/+15
2020-10-16powercap/intel_rapl: Fix domain detectionZhang Rui1-1/+1
2020-10-16intel_idle: Ignore _CST if control cannot be taken from the platformMel Gorman1-4/+3
2020-10-16intel_idle: mention assumption that WBINVD is not neededAlexander Monakov1-2/+6
2020-10-16cpufreq: intel_pstate: Delete intel_pstate sysfs if failed to register the dr...Chen Yu1-1/+21
2020-10-16cpufreq: Improve code around unlisted freq checkViresh Kumar1-8/+7
2020-10-14Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-25/+2
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds59-300/+865
2020-10-14Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds38-603/+812
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-68/+97
2020-10-14Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+10
2020-10-14Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-230/+382
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-428/+1526
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+6
2020-10-13virtio-mem: don't special-case ZONE_MOVABLEDavid Hildenbrand1-39/+8
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)1-2/+2
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins1-0/+64
2020-10-13dax/hmem: introduce dax_hmem.region_idle parameterJoao Martins1-1/+4
2020-10-13device-dax: add an 'align' attributeDan Williams2-10/+101
2020-10-13device-dax: make align a per-device propertyJoao Martins3-26/+19
2020-10-13device-dax: introduce 'mapping' devicesDan Williams2-2/+203
2020-10-13device-dax: add dis-contiguous resource supportDan Williams4-118/+309
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams6-0/+6
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams15-93/+114
2020-10-13device-dax: add resize supportDan Williams1-9/+152
2020-10-13drivers/base: make device_find_child_by_name() compatible with sysfs inputsDan Williams1-1/+1
2020-10-13device-dax: introduce 'seed' devicesDan Williams3-40/+272
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams5-19/+35
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams5-23/+121
2020-10-13device-dax/kmem: replace release_resource() with release_mem_region()Dan Williams2-16/+7
2020-10-13device-dax/kmem: move resource name tracking to drvdataDan Williams1-7/+9
2020-10-13device-dax/kmem: introduce dax_kmem_range()Dan Williams1-23/+17
2020-10-13device-dax: make pgmap optional for instance creationDan Williams7-34/+58
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams4-17/+30