summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2019-11-03Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-95/+263
2019-11-02Merge tag 'hwmon-for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+13
2019-11-02Merge tag 'pwm/for-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+1
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-13/+23
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-620/+1027
2019-11-01Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+4
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit-0/+4
2019-11-01net: dsa: bcm_sf2: Fix IMP setup for port different than 8Florian Fainelli-15/+21
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli-0/+16
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu-2/+24
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet-1/+1
2019-11-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller-15/+11
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv-1/+0
2019-11-01e1000: fix memory leaksWenwen Wang-4/+3
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher-5/+0
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier-1/+2
2019-11-01Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+35
2019-11-01Merge tag 'wireless-drivers-2019-11-01' of git://git.kernel.org/pub/scm/linux...David S. Miller-139/+305
2019-11-01net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan-0/+3
2019-11-01Merge tag 'drm-fixes-2019-11-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-90/+224
2019-11-01Merge tag 'pm-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-26/+42
2019-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-123/+126
2019-11-01Merge tag 'drm-fixes-5.4-2019-10-30' of git://people.freedesktop.org/~agd5f/l...Dave Airlie-67/+165
2019-11-01Merge tag 'drm-intel-fixes-2019-10-31' of git://anongit.freedesktop.org/drm/d...Dave Airlie-7/+25
2019-11-01Merge tag 'drm-misc-fixes-2019-10-30-1' of git://anongit.freedesktop.org/drm/...Dave Airlie-9/+14
2019-11-01Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie-7/+20
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier-2/+2
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul-2/+4
2019-10-31Merge branch 'pm-cpufreq'Rafael J. Wysocki-26/+42
2019-10-31netdevsim: Fix use-after-free during device dismantleIdo Schimmel-0/+5
2019-10-31usb: dwc3: gadget: fix race when disabling ep with cancelled xfersFelipe Balbi-0/+6
2019-10-31efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMINJavier Martinez Canillas-0/+8
2019-10-31x86, efi: Never relocate kernel below lowest acceptable addressKairui Song-15/+11
2019-10-31efi: libstub/arm: Account for firmware reserved memory at the base of RAMArd Biesheuvel-3/+14
2019-10-31efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomnessDominik Brodowski-1/+1
2019-10-31efi/tpm: Return -EINVAL when determining tpm final events log size failsJerry Snitselaar-0/+1
2019-10-31efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 onlyNarendra K-0/+1
2019-10-31Merge tag 'dmaengine-fix-5.4-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds-4/+88
2019-10-30hv_netvsc: Fix error handling in netvsc_attach()Haiyang Zhang-1/+8
2019-10-30hv_netvsc: Fix error handling in netvsc_set_features()Haiyang Zhang-1/+3
2019-10-30cxgb4: fix panic when attaching to ULD failVishal Kulkarni-12/+16
2019-10-30mlxsw: core: Unpublish devlink parameters during reloadJiri Pirko-2/+2
2019-10-30qed: Optimize execution time for nvm attributes configuration.Sudarsana Reddy Kalluru-6/+21
2019-10-30vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo-3/+6
2019-10-30qed: fix spelling mistake "queuess" -> "queues"Colin Ian King-1/+1
2019-10-30drm/amdgpu: enable -msse2 for GCC 7.1+ usersNick Desaulniers-15/+5
2019-10-30drm/amdgpu: fix stack alignment ABI mismatch for GCC 7.1+Nick Desaulniers-0/+45
2019-10-30drm/amdgpu: fix stack alignment ABI mismatch for ClangNick Desaulniers-30/+20
2019-10-30drm/radeon: Fix EEH during kexecKyle Mahlkuch-0/+14
2019-10-30drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZEAlex Deucher-0/+18