summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds93-416/+874
2019-05-20kbuild: drop support for cc-ldoptionNick Desaulniers2-19/+0
2019-05-20Merge drm-misc-next-fixes-2019-05-20 into drm-misc-fixesSean Paul2-15/+19
2019-05-20Revert "scsi: sd: Keep disk read-only when re-reading partition"Martin K. Petersen1-2/+1
2019-05-20scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King1-1/+1
2019-05-20scsi: smartpqi: Reporting unhandled SCSI errorsErwan Velu1-7/+16
2019-05-20scsi: myrs: Fix uninitialized variableYueHaibing1-1/+1
2019-05-20ASoC: simple-card: Fix configuration of DAI formatJon Hunter1-5/+5
2019-05-20platform/x86: pmc_atom: Add several Beckhoff Automation boards to critclk_sys...Steffen Dirkwinkel1-0/+24
2019-05-20platform/x86: pmc_atom: Add Lex 3I380D industrial PC to critclk_systems DMI t...Hans de Goede1-0/+9
2019-05-20ASoC: Intel: soc-acpi: Fix machine selection orderSathya Prakash M R1-5/+5
2019-05-20ASoC: rt5677-spi: Handle over reading when flipping bytesCurtis Malainey1-2/+3
2019-05-20ASoC: soc-dpm: fixup DAI active unbalanceKuninori Morimoto1-2/+2
2019-05-20pinctrl: intel: Clear interrupt status in mask/unmask callbackKai-Heng Feng1-31/+6
2019-05-20pinctrl: intel: Use GENMASK() consistentlyAndy Shevchenko1-4/+4
2019-05-20Merge tag 'kvm-s390-master-5.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-2/+2
2019-05-20clk: meson: meson8b: fix a typo in the VPU parent names array variableMartin Blumenstingl1-5/+5
2019-05-20clk: meson: fix MPLL 50M binding id typoJerome Brunet3-4/+4
2019-05-20parisc: Allow building 64-bit kernel without -mlong-calls compiler optionHelge Deller2-8/+16
2019-05-20parisc: Kconfig: remove ARCH_DISCARD_MEMBLOCKMike Rapoport1-1/+0
2019-05-20KVM: s390: change default halt poll time to 50usChristian Borntraeger1-1/+1
2019-05-20KVM: s390: fix typo in parameter descriptionWei Yongjun1-1/+1
2019-05-20staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()Dan Carpenter1-2/+6
2019-05-20staging: vc04_services: prevent integer overflow in create_pagelist()Dan Carpenter1-0/+9
2019-05-20Staging: vc04_services: Fix a couple error codesDan Carpenter1-2/+2
2019-05-20staging: wlan-ng: fix adapter initialization failureTim Collier1-1/+2
2019-05-20staging: kpc2000: double unlock in error handling in kpc_dma_transfer()Dan Carpenter1-2/+0
2019-05-20staging: kpc2000: Fix build error without CONFIG_UIOYueHaibing1-0/+1
2019-05-20staging: kpc2000: fix build error on xtensaMax Filippov1-1/+1
2019-05-20staging: erofs: set sb->s_root to NULL when failing from __getname()Chengguang Xu1-0/+1
2019-05-20Merge tag 'iio-fixes-for-5.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-9/+68
2019-05-20ARM: imx: cpuidle-imx6sx: Restrict the SW2ISO increase to i.MX6SXFabio Estevam1-1/+2
2019-05-20firmware: imx: SCU irq should ONLY be enabled after SCU IPC is readyAnson Huang1-0/+3
2019-05-20arm64: imx: Fix build error without CONFIG_SOC_BUSYueHaibing1-0/+1
2019-05-20ima: fix wrong signed policy requirement when not appraisingPetr Vorel1-3/+4
2019-05-20x86/ima: Check EFI_RUNTIME_SERVICES before usingScott Wood1-0/+5
2019-05-20Linux 5.2-rc1v5.2-rc1Linus Torvalds1-2/+2
2019-05-20Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-257/+889
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds74-172/+178
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+111
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-65/+107
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-51/+173
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds94-214/+5414
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-136/+202
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-229/+2511
2019-05-19of_net: fix of_get_mac_address retval if compiled without CONFIG_OFPetr Štetiar1-1/+1
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+6
2019-05-19net: fix kernel-doc warnings for socket.cRandy Dunlap1-17/+17
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert6-6/+6