summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-26arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-0/+7
2019-07-26opp: Don't use IS_ERR on invalid suppliesDmitry Osipenko1-1/+1
2019-07-26iwlwifi: mvm: clear rfkill_safe_init_done when we start the firmwareEmmanuel Grumbach1-2/+6
2019-07-26iwlwifi: mvm: delay GTK setting in FW in AP modeJohannes Berg2-2/+54
2019-07-26iwlwifi: fix RF-Kill interrupt while FW load for gen2 devicesEmmanuel Grumbach5-2/+43
2019-07-26iwlwifi: don't WARN when calling iwl_get_shared_mem_conf with RF-KillEmmanuel Grumbach1-3/+9
2019-07-26iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-XEmmanuel Grumbach1-18/+16
2019-07-26iwlwifi: pcie: don't service an interrupt that was maskedEmmanuel Grumbach1-6/+21
2019-07-26iwlwifi: add support for hr1 RF IDOren Givon2-3/+6
2019-07-26regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-07-26regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failureKrzysztof Kozlowski1-0/+1
2019-07-26Input: alps - fix a mismatch between a condition check and its commentHui Wang1-1/+1
2019-07-26Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black1-0/+1
2019-07-26Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang1-0/+32
2019-07-26Input: gtco - bounds check collection indent levelGrant Hernandez1-3/+17
2019-07-26bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_threadColy Li1-0/+1
2019-07-26bcache: fix mistaken sysfs entry for io_error counterColy Li1-2/+2
2019-07-26bcache: ignore read-ahead request failure on backing deviceColy Li1-0/+12
2019-07-26bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free"Coly Li1-1/+0
2019-07-26bcache: Revert "bcache: fix high CPU occupancy during journal"Coly Li3-36/+15
2019-07-26Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"Coly Li1-17/+0
2019-07-26crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probeWen Yang1-1/+0
2019-07-26crypto: ccp/gcm - use const time tag comparison.Cfir Cohen1-1/+2
2019-07-26crypto: ccp - memset structure fields to zero before reuseHook, Gary1-1/+11
2019-07-26crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter3-23/+39
2019-07-26crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter1-2/+2
2019-07-26crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter1-2/+2
2019-07-26crypto: ccp - Validate the the error value used to index error messagesHook, Gary2-46/+52
2019-07-26crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel1-4/+5
2019-07-26scsi: mac_scsi: Fix pseudo DMA implementation, take 2Finn Thain1-153/+218
2019-07-26scsi: mac_scsi: Increase PIO/PDMA transfer length thresholdFinn Thain1-2/+2
2019-07-26scsi: megaraid_sas: Fix calculation of target IDShivasharan S1-1/+2
2019-07-26scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block1-2/+8
2019-07-26scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block1-5/+40
2019-07-26scsi: sd_zbc: Fix compilation warningDamien Le Moal1-1/+1
2019-07-26scsi: core: Fix race on creating sense cacheMing Lei1-3/+3
2019-07-26Revert "scsi: ncr5380: Increase register polling limit"Finn Thain1-1/+1
2019-07-26scsi: NCR5380: Handle PDMA failure reliablyFinn Thain1-4/+2
2019-07-26scsi: NCR5380: Always re-enable reselection interruptFinn Thain1-10/+2
2019-07-26xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-07-26floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-26floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-26floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-26floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-26iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-07-26net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issueHuazhong Tan1-28/+26
2019-07-26net: mvmdio: defer probe of orion-mdio if a clock is not readyJosua Mayer1-0/+5
2019-07-26gtp: fix use-after-free in gtp_newlink()Taehee Yoo1-1/+1
2019-07-26gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo1-2/+15
2019-07-26gtp: fix Illegal context switch in RCU read-side critical section.Taehee Yoo1-1/+1