summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-27crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook4-10/+41
2017-09-27Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-27pinctrl/amd: save pin registers over suspend/resumeDaniel Drake2-0/+76
2017-09-27pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xxKrzysztof Kozlowski4-38/+50
2017-09-27pinctrl: samsung: Fix invalid register offset used for Exynos5433 external in...Krzysztof Kozlowski1-4/+4
2017-09-27tty: fix __tty_insert_flip_char regressionArnd Bergmann1-1/+2
2017-09-27tty: improve tty_insert_flip_char() slow pathArnd Bergmann1-2/+3
2017-09-27tty: improve tty_insert_flip_char() fast pathArnd Bergmann1-0/+24
2017-09-27drm/amdgpu: read reg in each iterator of psp_wait_for loopZhang, Jerry2-4/+1
2017-09-27Input: xpad - validate USB endpoint type during probeCameron Gutman1-4/+6
2017-09-27IB/mlx5: Fix cached MR allocation flowMajd Dibbiny1-5/+13
2017-09-27IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2-3/+4
2017-09-27IB/hfi1: Revert egress pkey check enforcementAlex Estrin1-1/+0
2017-09-20md/raid5: release/flush io in raid5_do_work()Song Liu1-0/+4
2017-09-20md/raid1/10: reset bio allocated from mempoolShaohua Li2-4/+50
2017-09-20libnvdimm: fix integer overflow static analysis warningDan Williams1-8/+9
2017-09-20libnvdimm, btt: check memory allocation failureChristophe Jaillet1-0/+2
2017-09-20thunderbolt: Allow clearing the keyBernat, Yehezkel1-4/+11
2017-09-20thunderbolt: Make key root-only accessibleBernat, Yehezkel1-1/+1
2017-09-20thunderbolt: Remove superfluous checkBernat, Yehezkel1-3/+0
2017-09-20vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-20gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-14rt2800: fix TX_PIN_CFG setting for non MT7620 chipsStanislaw Gruszka1-1/+4
2017-09-14Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds1-99/+0
2017-09-14brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON1-1/+2
2017-09-14rtlwifi: btcoexist: Fix antenna selection codeLarry Finger1-7/+16
2017-09-14rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger1-1/+4
2017-09-14nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-09-14mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-09-14mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-09-14mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-09-14mtd: nand: hynix: add support for 20nm NAND chipsMartin Blumenstingl1-2/+2
2017-09-14mtd: nand: make Samsung SLC NAND usable againLothar Waßmann1-2/+5
2017-09-09rtlwifi: Fix fallback firmware loadingSven Joachim2-24/+10
2017-09-09rtlwifi: Fix memory leak when firmware request failsSouptick Joarder9-0/+24
2017-09-09of/device: Prevent buffer overflow in of_device_modalias()Bjorn Andersson1-0/+2
2017-09-09scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2017-09-09scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2017-09-09cs5536: add support for IDE controller variantAndrey Korolyov2-0/+2
2017-09-09ahci: don't use MSI for devices with the silly Intel NVMe remapping schemeChristoph Hellwig1-1/+8
2017-09-09drm/nouveau: Fix error handling in nv50_disp_atomic_commitMaarten Lankhorst1-2/+5
2017-09-09drm/nouveau/pci/msi: disable MSI on big-endian platforms by defaultIlia Mirkin1-0/+4
2017-09-09MCB: add support for SC31 to mcb-lpcMichael Moese1-0/+15
2017-09-09mwifiex: correct channel stat buffer overflowsBrian Norris2-1/+7
2017-09-09iwlwifi: pci: add new PCI ID for 7265DLuca Coelho1-0/+1
2017-09-09Bluetooth: Add support of 13d3:3494 RTL8723BE deviceDmitry Tunin1-0/+1
2017-09-09rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley1-2/+2
2017-09-09drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctlyVille Syrjälä1-4/+4
2017-09-09drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-09-09drm/vgem: Pin our pages for dmabuf exportsChris Wilson2-21/+64