summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-20staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott1-6/+14
2020-07-20staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott1-1/+1
2020-07-20Merge tag 'misc-habanalabs-fixes-2020-07-19' of git://people.freedesktop.org/...Greg Kroah-Hartman1-3/+11
2020-07-20Merge tag 'fpga-late-fixes-for-5.8' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-2/+4
2020-07-20net: ieee802154: adf7242: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-20ARM: dts: imx6qdl-icore: Fix OTG_ID pin and sdcard detectMichael Trimarchi1-1/+2
2020-07-20ARM: dts: imx6sx-sabreauto: Fix the phy-mode on fec2Fabio Estevam1-1/+1
2020-07-20ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2Fabio Estevam1-1/+1
2020-07-20bonding: check error value of register_netdevice() immediatelyTaehee Yoo1-3/+7
2020-07-20arm64: dts: clearfog-gt-8k: fix switch link configurationRussell King1-4/+1
2020-07-20net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2-3/+20
2020-07-20drm/lima: fix wait pp reset timeoutQiang Yu1-0/+2
2020-07-20copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner1-1/+1
2020-07-20Linux 5.8-rc6v5.8-rc6Linus Torvalds1-1/+1
2020-07-20Merge branch 'net-smc-fixes'David S. Miller7-133/+135
2020-07-20net/smc: fix restoring of fallback changesKarsten Graul1-2/+4
2020-07-20net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-20net/smc: do not call dma sync for unmapped memoryKarsten Graul4-14/+18
2020-07-20net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul3-80/+58
2020-07-20net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-20net/smc: protect smc ib device initializationKarsten Graul2-3/+14
2020-07-20net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-20net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
2020-07-19Merge tag 'perf-tools-fixes-2020-07-19' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-6/+14
2020-07-19Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-37/+66
2020-07-19Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+16
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-22/+66
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-42/+76
2020-07-19Merge tag 'usb-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-40/+86
2020-07-19Merge tag 'dma-mapping-5.8-6' of git://git.infradead.org/users/hch/dma-mappin...Linus Torvalds3-36/+58
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-19Revert "media: atomisp: keep the ISP powered on when setting it"Mauro Carvalho Chehab1-6/+2
2020-07-19media: atomisp: fix mask and shift operation on ISPSSPM0Colin Ian King1-1/+1
2020-07-19x86/boot: Don't add the EFI stub to targetsArvind Sankar1-2/+2
2020-07-19x86/entry: Actually disable stack protectorKees Cook1-3/+11
2020-07-19media: atomisp: move system_local consts into a C fileMauro Carvalho Chehab3-121/+205
2020-07-19media: atomisp: get rid of version-specific system_local.hMauro Carvalho Chehab3-350/+194
2020-07-19media: atomisp: move global stuff into a common headerMauro Carvalho Chehab7-714/+403
2020-07-19media: atomisp: remove non-used 32-bits consts at system_localMauro Carvalho Chehab5-331/+3
2020-07-19media: atomisp: get rid of some unused static varsMauro Carvalho Chehab2-68/+0
2020-07-19media: atomisp: Fix error code in ov5693_probe()Dan Carpenter1-2/+4
2020-07-19media: atomisp: Replace trace_printk by pr_infoNicolas Boichat1-5/+5
2020-07-19media: atomisp: Fix __func__ style warningsBaidyanath Kundu1-14/+14
2020-07-19media: atomisp: fix help message for ISP2401 selectionMauro Carvalho Chehab1-1/+1
2020-07-19habanalabs: prevent possible out-of-bounds array accessOded Gabbay1-3/+11
2020-07-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+0
2020-07-18io_uring: always allow drain/link/hardlink/async sqe flagsDaniele Albano1-4/+9