summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-1311-52/+390
|\
| *-. Merge branches 'pm-domains' and 'pm-tools'Rafael J. Wysocki2018-06-132-23/+154
| |\ \
| | * | PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domainsUlf Hansson2018-06-061-3/+40
| | * | PM / Domains: Add support for multi PM domains per device to genpdUlf Hansson2018-06-061-0/+80
| | * | PM / Domains: Split genpd_dev_pm_attach()Ulf Hansson2018-06-061-27/+33
| | * | PM / Domains: Don't attach devices in genpd with multi PM domainsUlf Hansson2018-06-061-5/+13
| | |/
| * | Merge branch 'pm-cpufreq'Rafael J. Wysocki2018-06-136-24/+209
| |\ \
| | * | cpufreq: imx6q: check speed grades for i.MX6ULLSébastien Szymanski2018-06-111-6/+23
| | * | cpufreq: governors: Fix long idle detection logic in load calculationChen Yu2018-06-081-7/+5
| | * | cpufreq: intel_pstate: enable boost for Skylake XeonSrinivas Pandruvada2018-06-081-0/+10
| | * | cpufreq: intel_pstate: New sysfs entry to control HWP boostSrinivas Pandruvada2018-06-061-0/+30
| | * | cpufreq: intel_pstate: HWP boost performance on IO wakeupSrinivas Pandruvada2018-06-061-0/+39
| | * | cpufreq: intel_pstate: Add HWP boost utility and sched util hooksSrinivas Pandruvada2018-06-061-3/+97
| | * | cpufreq: ti-cpufreq: Use devres managed API in probe()Suman Anna2018-06-061-5/+2
| | * | cpufreq: ti-cpufreq: Fix an incorrect error return valueSuman Anna2018-06-061-1/+1
| | * | cpufreq: ACPI: make function acpi_cpufreq_fast_switch() staticColin Ian King2018-06-061-2/+2
| | * | cpufreq: kryo: allow building as a loadable moduleArnd Bergmann2018-06-061-1/+1
| | |/
| * | Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...Rafael J. Wysocki2018-06-122-4/+26
| * | PM / wakeup: Export wakeup_count instead of event_count via sysfsRavi Chandra Sadineni2018-06-061-1/+1
| |/
* | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-13869-2137/+2720
|\ \
| * | treewide: Use array_size() in kvzalloc_node()Kees Cook2018-06-132-4/+5
| * | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-132-4/+3
| * | treewide: Use array_size() in vzalloc()Kees Cook2018-06-1350-92/+126
| * | treewide: Use array_size() in vmalloc()Kees Cook2018-06-1350-72/+99
| * | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-13204-609/+782
| * | treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-135-10/+11
| * | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-1311-32/+41
| * | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-134-8/+16
| * | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-1312-25/+24
| * | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-13374-811/+984
| * | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-13227-460/+620
| * | video: uvesafb: Fix integer overflow in allocationKees Cook2018-06-131-1/+2
| * | leds: Use struct_size() in allocationKees Cook2018-06-131-2/+1
| * | Convert vhost to struct_sizeMatthew Wilcox2018-06-131-1/+2
| * | Convert v4l2 event to struct_sizeMatthew Wilcox2018-06-131-2/+1
| * | Convert infiniband uverbs to struct_sizeMatthew Wilcox2018-06-131-2/+2
| * | Convert virtio_console to struct_sizeMatthew Wilcox2018-06-131-2/+1
* | | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1313-74/+2398
|\ \ \
| * | | dm: add writecache targetMikulas Patocka2018-06-083-0/+2317
| * | | dm: adjust structure members to improve alignmentMike Snitzer2018-06-089-73/+79
| * | | dm: report which conflicting type caused error during table_load()Mike Snitzer2018-06-081-1/+2
* | | | Merge tag 'pci-v4.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-1378-1590/+1475
|\ \ \ \
| * \ \ \ Merge branch 'pci/aer-squash'Bjorn Helgaas2018-06-1115-1547/+1434
| |\ \ \ \
| | * | | | PCI/AER: Use "PCI Express" consistently in Kconfig textBjorn Helgaas2018-06-111-6/+6
| | * | | | PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas2018-06-116-56/+41
| | * | | | PCI/AER: Squash Kconfig.debug into KconfigBjorn Helgaas2018-06-112-21/+14
| | * | | | PCI/AER: Move private AER things to aerdrv.cBjorn Helgaas2018-06-112-80/+63
| | * | | | PCI/AER: Move aer_irq() declaration to portdrv.hBjorn Helgaas2018-06-113-3/+6
| | * | | | PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.hBjorn Helgaas2018-06-113-11/+11
| | * | | | PCI/AER: Remove duplicate pcie_port_bus_type declarationBjorn Helgaas2018-06-111-1/+0