summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | drm/amd/display: Fix FMT truncation programmingMikita Lipski2018-03-211-2/+2
| | | * | | | | | | drm/amd/display: Allow truncation to 10 bitsMikita Lipski2018-03-211-3/+2
| | | * | | | | | | drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S2018-03-191-0/+3
| | | * | | | | | | drm/amd/display: Refine disable VGAClark Zheng2018-03-192-6/+22
| | | * | | | | | | drm/amdgpu: Use atomic function to disable crtcs with dc enabledMikita Lipski2018-03-151-3/+6
| | | * | | | | | | drm/radeon: Don't turn off DP sink when disconnectedMichel Dänzer2018-03-151-19/+12
| | * | | | | | | | Merge tag 'exynos-drm-fixes-for-v4.16-rc6' of git://git.kernel.org/pub/scm/li...Dave Airlie2018-03-211-0/+1
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | dt-bindings: exynos: Document #sound-dai-cells property of the HDMI nodeSylwester Nawrocki2018-03-191-0/+1
| | * | | | | | | | | Merge tag 'drm/tegra/for-4.16-rc7-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie2018-03-214-7/+20
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | | * | | | | | | | drm/tegra: Shutdown on driver unbindThierry Reding2018-03-191-0/+1
| | | * | | | | | | | drm/tegra: dsi: Don't disable regulator on ->exit()Thierry Reding2018-03-191-1/+0
| | | * | | | | | | | drm/tegra: dc: Detach IOMMU group from domain only onceThierry Reding2018-03-191-3/+13
| | | * | | | | | | | drm/tegra: plane: Correct legacy blendingDmitry Osipenko2018-03-151-3/+2
| | | * | | | | | | | drm/tegra: plane: Fix RGB565 format on older TegraThierry Reding2018-03-151-0/+4
| * | | | | | | | | | Merge tag 'acpi-4.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-03-223-48/+6
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'acpi-wdat'Rafael J. Wysocki2018-03-222-3/+3
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai2018-03-192-3/+3
| | | |/ / / / / / / / /
| | * / / / / / / / / / Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"Daniel Drake2018-03-191-45/+3
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-03-221-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | module: propagate error in modules_open()Leon Yu2018-03-081-1/+1
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-22211-1152/+2086
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | macsec: missing dev_put() on error in macsec_newlink()Dan Carpenter2018-03-221-2/+3
| | * | | | | | | | | | Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-225-1/+9
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ath9k_htc: use non-QoS NDP for AP probingJohannes Berg2018-03-211-0/+1
| | | * | | | | | | | | | mac80211_hwsim: Set wmediumd for new radiosAndrew Zaborowski2018-03-211-0/+1
| | | * | | | | | | | | | mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-213-1/+7
| | * | | | | | | | | | | net: dsa: Fix functional dsa-loop dependency on FIXED_PHYFlorian Fainelli2018-03-221-1/+4
| | * | | | | | | | | | | Merge branch 'hv_netvsc-fix-races-during-shutdown-and-changes'David S. Miller2018-03-224-183/+204
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | hv_netvsc: common detach logicStephen Hemminger2018-03-224-143/+173
| | | * | | | | | | | | | | hv_netvsc: change GPAD teardown order on older versionsStephen Hemminger2018-03-221-1/+6
| | | * | | | | | | | | | | hv_netvsc: use RCU to fix concurrent rx and queue changesStephen Hemminger2018-03-222-35/+21
| | | * | | | | | | | | | | hv_netvsc: disable NAPI before channel closeStephen Hemminger2018-03-221-4/+4
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
| | * | | | | | | | | | | ppp: avoid loop in xmit recursion detection codeGuillaume Nault2018-03-221-12/+14
| | * | | | | | | | | | | ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun2018-03-221-2/+3
| | * | | | | | | | | | | ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun2018-03-221-1/+1
| | * | | | | | | | | | | Merge branch 'aquantia-fixes'David S. Miller2018-03-2210-30/+99
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | net: aquantia: driver version bumpIgor Russkikh2018-03-221-1/+1
| | | * | | | | | | | | | | net: aquantia: Implement pci shutdown callbackIgor Russkikh2018-03-223-0/+36
| | | * | | | | | | | | | | net: aquantia: Allow live mac address changesIgor Russkikh2018-03-221-0/+2
| | | * | | | | | | | | | | net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh2018-03-224-9/+13
| | | * | | | | | | | | | | net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh2018-03-222-15/+28
| | | * | | | | | | | | | | net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh2018-03-221-0/+4
| | | * | | | | | | | | | | net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh2018-03-221-5/+15
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 's390-qeth-fixes'David S. Miller2018-03-223-8/+17
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-221-0/+1
| | | * | | | | | | | | | | s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-221-3/+13
| | | * | | | | | | | | | | s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-221-1/+1
| | | * | | | | | | | | | | s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-223-4/+2
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 'net-phy-Add-general-dummy-stubs-for-MMD-register-access'David S. Miller2018-03-224-21/+25
| | |\ \ \ \ \ \ \ \ \ \ \