summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-01-27bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips.Michael Chan
2020-01-27bnxt_en: Periodically check and remove aged-out ntuple filtersPavan Chebbi
2020-01-27bnxt_en: Do not accept fragments for aRFS flow steering.Michael Chan
2020-01-27bnxt_en: Support UDP RSS hashing on 575XX chips.Michael Chan
2020-01-27bnxt_en: Remove the setting of dev_port.Michael Chan
2020-01-27bnxt_en: Improve bnxt_probe_phy().Michael Chan
2020-01-27bnxt_en: Improve link up detection.Michael Chan
2020-01-27Merge branch 'pm-devfreq'Rafael J. Wysocki
2020-01-27Merge branches 'pm-core', 'powercap', 'pm-opp', 'pm-avs' and 'pm-misc'Rafael J. Wysocki
2020-01-27Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2020-01-27Merge branch 'pm-cpuidle'Rafael J. Wysocki
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller
2020-01-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-01-27drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend
2020-01-27bpf, xdp: virtio_net use access ptr macro for xdp enable checkJohn Fastabend
2020-01-27r8169: don't set min_mtu/max_mtu if not neededHeiner Kallweit
2020-01-27mlxsw: minimal: Fix an error handling path in 'mlxsw_m_port_create()'Christophe JAILLET
2020-01-27net: socionext: fix xdp_result initialization in netsec_process_rxLorenzo Bianconi
2020-01-27net: socionext: fix possible user-after-free in netsec_process_rxLorenzo Bianconi
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko
2020-01-27mvneta driver disallow XDP program on hardware buffer managementSven Auhagen
2020-01-27Merge branches 'acpi-tables', 'acpi-button', 'acpi-ec', 'acpi-doc' and 'acpi-...Rafael J. Wysocki
2020-01-27Merge branches 'acpi-battery', 'acpi-video', 'acpi-fan' and 'acpi-drivers'Rafael J. Wysocki
2020-01-27Merge branch 'acpica'Rafael J. Wysocki
2020-01-27Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2020-01-27thermal: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski
2020-01-27thermal: generic-adc: silence info message for IIO_TEMP channelsMartin Blumenstingl
2020-01-27thermal: generic-adc: silence "no lookup table" on deferred probeMartin Blumenstingl
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li
2020-01-27thermal/drivers/of-thermal: Move the of_thermal_free_zone() to the init sectionDaniel Lezcano
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano
2020-01-27thermal/drivers/cpu_cooling: Rename to cpufreq_coolingDaniel Lezcano
2020-01-27thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driverDaniel Lezcano
2020-01-27thermal: rockchip: Enable hwmonStefan Schaeckeler
2020-01-27thermal: armada: Clear reset in armadaxp_initZak Hays
2020-01-27thermal: armada: Fix register offsets for AXPZak Hays
2020-01-27thermal/drivers/Kconfig: Convert the CPU cooling device to a choiceDaniel Lezcano
2020-01-27thermal: qoriq: Add hwmon supportAndrey Smirnov
2020-01-27thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov
2020-01-27thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov
2020-01-27thermal: qoriq: Enable all sensors before registering themAndrey Smirnov
2020-01-27thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyAndrey Smirnov
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyAndrey Smirnov
2020-01-27thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataAndrey Smirnov
2020-01-27thermal: qoriq: Add local struct qoriq_sensor pointerAndrey Smirnov
2020-01-27thermal: qoriq: Don't store struct thermal_zone_device referenceAndrey Smirnov
2020-01-27thermal: qoriq: Add local struct device pointerAndrey Smirnov