summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-16drivers/virt/fsl_hypervisor.c: dereferencing error pointers in ioctlDan Carpenter1-13/+13
2019-05-16isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle1-4/+5
2019-05-16net: phy: fix phy_validate_pauseHeiner Kallweit1-4/+7
2019-05-16tuntap: synchronize through tfiles array instead of tun->numqueuesJason Wang1-1/+6
2019-05-16tuntap: fix dividing by zero in ebpf queue selectionJason Wang1-1/+6
2019-05-16net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy1-5/+3
2019-05-16net: seeq: fix crash caused by not set dev.parentThomas Bogendoerfer1-0/+1
2019-05-16net: macb: Change interrupt and napi enable order in openHarini Katakam1-3/+3
2019-05-16net: ethernet: stmmac: dwmac-sun8i: enable support of unicast filteringCorentin Labbe1-0/+2
2019-05-16dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-05-16bonding: fix arp_validate toggling in active-backup modeJarod Wilson1-7/+0
2019-05-16Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-05-16rtlwifi: rtl8723ae: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-05-16mwl8k: Fix rate_idx underflowPetr Štetiar1-4/+9
2019-05-16USB: serial: fix unthrottle racesJohan Hovold1-7/+32
2019-05-16virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspaceHans de Goede1-0/+31
2019-05-16i2c: core: ratelimit 'transfer when suspended' errorsWolfram Sang1-1/+4
2019-05-16hwmon: (occ) Fix extended status bitsLei YU1-4/+4
2019-05-16hwmon: (pwm-fan) Disable PWM if fetching cooling data failsStefan Wahren1-1/+1
2019-05-16platform/x86: dell-laptop: fix rfkill functionalityMario Limonciello1-3/+3
2019-05-16platform/x86: thinkpad_acpi: Disable Bluetooth for some machinesJiaxun Yang1-2/+70
2019-05-16platform/x86: sony-laptop: Fix unintentional fall-throughGustavo A. R. Silva1-3/+5
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+8
2019-05-11i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()Dan Carpenter1-2/+3
2019-05-11UAS: fix alignment of scatter/gather segmentsOliver Neukum1-13/+22
2019-05-11Bluetooth: hci_bcm: Fix empty regulator supplies for Intel MacsChen-Yu Tsai1-4/+16
2019-05-11scsi: qla2xxx: Fix device staying in blocked stateQuinn Tran1-2/+2
2019-05-11scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali1-12/+7
2019-05-11scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routinesAndrew Vasquez1-2/+2
2019-05-11scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-339/+349
2019-05-11soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland2-1/+2
2019-05-11ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for hibernateHans de Goede1-2/+2
2019-05-11cpufreq: armada-37xx: fix frequency calculation for oppGregory CLEMENT1-3/+19
2019-05-11iio: adc: qcom-spmi-adc5: Fix of-based module autoloadingBjorn Andersson1-0/+1
2019-05-11intel_th: pci: Add Comet Lake supportAlexander Shishkin1-0/+5
2019-05-11usb-storage: Set virt_boundary_mask to avoid SG overflowsAlan Stern1-14/+12
2019-05-11USB: cdc-acm: fix unthrottle racesJohan Hovold1-7/+25
2019-05-11USB: serial: f81232: fix interrupt worker not stopJi-Ze Hong (Peter Hong)1-0/+39
2019-05-11usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen1-1/+1
2019-05-11usb: dwc3: Allow building USB_DWC3_QCOM without EXTCONMarc Gonzalez1-2/+4
2019-05-11staging: most: sound: pass correct device when creating a sound cardChristian Gromm1-1/+1
2019-05-11staging: most: cdev: fix chrdev_region leak in mod_exitSuresh Udipi1-1/+1
2019-05-11staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.Tetsuo Handa1-1/+1
2019-05-11staging: greybus: power_supply: fix prop-descriptor request sizeJohan Hovold1-1/+1
2019-05-11Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()Dexuan Cui1-1/+0
2019-05-03Merge branch 'i2c/for-current-fixed' of ssh://gitolite.kernel.org/pub/scm/lin...Linus Torvalds4-4/+9
2019-05-03Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+16
2019-05-03Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+24
2019-05-03Merge tag 'drm-misc-fixes-2019-05-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-0/+16
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-59/+150