summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.15.1v4.15.1Greg Kroah-Hartman2018-02-031-1/+1
* x86/efi: Clarify that reset attack mitigation needs appropriate userspaceMatthew Garrett2018-02-031-1/+4
* Input: synaptics-rmi4 - do not delete interrupt memory too earlyDmitry Torokhov2018-02-031-7/+7
* Input: synaptics-rmi4 - unmask F03 interrupts when port is openedDmitry Torokhov2018-02-031-10/+54
* test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-02-031-0/+1
* iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channelsNarcisa Ana Maria Vasile2018-02-031-10/+3
* iio: adc: stm32: fix scan of multiple channels with DMAFabrice Gasnier2018-02-031-1/+2
* spi: imx: do not access registers while clocks disabledStefan Agner2018-02-031-2/+13
* serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam2018-02-031-6/+8
* serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko2018-02-031-18/+12
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-02-031-2/+3
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-02-031-1/+4
* mei: me: allow runtime pm for platform with D0i3Tomas Winkler2018-02-031-1/+4
* android: binder: use VM_ALLOC to get vm areaGanesh Mahendran2018-02-031-1/+1
* ANDROID: binder: remove waitqueue when thread exits.Martijn Coenen2018-02-031-0/+12
* usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt2018-02-031-1/+1
* usb: uas: unconditionally bring back host after resetOliver Neukum2018-02-031-4/+3
* usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar2018-02-031-1/+2
* USB: serial: simple: add Motorola Tetra driverJohan Hovold2018-02-032-0/+8
* usbip: list: don't list devices attached to vhci_hcdShuah Khan2018-02-031-0/+9
* usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan2018-02-031-0/+9
* USB: serial: io_edgeport: fix possible sleep-in-atomicJia-Ju Bai2018-02-031-1/+0
* CDC-ACM: apply quirk for card readerOliver Neukum2018-02-031-0/+3
* USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede2018-02-031-1/+1
* USB: serial: pl2303: new device id for ChilitagGreg Kroah-Hartman2018-02-032-0/+2
* usb: option: Add support for FS040U modemOKAMOTO Yoshiaki2018-02-031-0/+5
* tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2018-02-033-3/+11
* staging: ccree: fix fips event irq handling buildGilad Ben-Yossef2018-02-031-1/+1
* staging: ccree: NULLify backup_info when unusedGilad Ben-Yossef2018-02-031-0/+1
* staging: lustre: separate a connection destroy from free struct kib_connDmitry Eremin2018-02-033-7/+8
* scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter2018-02-031-1/+3
* scsi: aacraid: Fix hang in kdumpRaghava Aditya Renukunta2018-02-032-9/+1
* scsi: aacraid: Fix udev inquiry race conditionRaghava Aditya Renukunta2018-02-031-4/+12
* ima/policy: fix parsing of fsuuidMike Rapoport2018-02-031-1/+1
* igb: Free IRQs when device is hotpluggedLyude Paul2018-02-031-1/+1
* mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan2018-02-031-0/+3
* gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2018-02-031-0/+4
* HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) eventsJason Gerecke2018-02-031-8/+8
* HID: wacom: EKR: ensure devres groups at higher indexes are releasedAaron Armstrong Skomra2018-02-031-12/+12
* crypto: af_alg - whitelist mask and typeStephan Mueller2018-02-031-4/+6
* crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel2018-02-031-2/+3
* crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Tenart2018-02-031-8/+12
* crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Tenart2018-02-031-11/+25
* crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesniJunaid Shahid2018-02-031-100/+12
* crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesniJunaid Shahid2018-02-031-42/+45
* crypto: aesni - add wrapper for generic gcm(aes)Sabrina Dubroca2018-02-031-12/+54
* crypto: aesni - fix typo in generic_gcmaes_decryptSabrina Dubroca2018-02-031-1/+1
* crypto: aesni - handle zero length dst bufferStephan Mueller2018-02-031-1/+1