summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Input: qt1050 - add Microchip AT42QT1050 supportMarco Felsch4-0/+688
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson1-247/+249
2019-05-07ALSA: hda/intel: add CometLake PCI IDsPierre-Louis Bossart1-0/+6
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds274-4319/+10394
2019-05-07gfs2: Fix lru_count going negativeRoss Lagerwall1-9/+13
2019-05-07gfs2: Fix loop in gfs2_rbm_find (v2)Andreas Gruenbacher1-29/+25
2019-05-07Merge tag 'char-misc-5.2-rc1-part1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds19-82/+220
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds927-134361/+22718
2019-05-07dm integrity: allow large ranges to be describedMikulas Patocka1-3/+3
2019-05-07dm ingerity: pass size to dm_integrity_alloc_page_list()Mikulas Patocka1-15/+15
2019-05-07dm integrity: introduce rw_journal_sectors()Mikulas Patocka1-6/+14
2019-05-07dm integrity: update documentationMikulas Patocka2-2/+12
2019-05-07dm integrity: don't report unused optionsMikulas Patocka1-3/+7
2019-05-07dm integrity: don't check null pointer before kvfree and vfreeMikulas Patocka1-4/+2
2019-05-07dm integrity: correctly calculate the size of metadata areaMikulas Patocka1-2/+2
2019-05-07dm dust: Make dm_dust_init and dm_dust_exit staticYueHaibing1-2/+2
2019-05-07dm dust: remove redundant unsigned comparison to less than zeroColin Ian King1-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds68-274/+1854
2019-05-07ubi: wl: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2019-05-07ubifs: Drop unnecessary setting of zbr->znodeSascha Hauer1-1/+0
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer4-21/+15
2019-05-07ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTIONSascha Hauer4-10/+16
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger6-8/+101
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger2-67/+144
2019-05-07ubifs: journal: Handle xattrs like filesRichard Weinberger1-11/+49
2019-05-07ubifs: find.c: replace swap function with built-in oneAndrey Abramov1-8/+1
2019-05-07ubifs: Do not skip hash checking in data nodesSascha Hauer1-8/+7
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds46-666/+1170
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds66-68/+216
2019-05-07Merge tag 'meminit-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-120/+177
2019-05-07cxgb4: Fix error path in cxgb4_init_moduleYueHaibing1-3/+12
2019-05-07net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit1-1/+27
2019-05-07ubifs: work around high stack usage with clangArnd Bergmann1-7/+10
2019-05-07ubifs: remove unused function __ubifs_shash_finalYueHaibing1-18/+0
2019-05-07ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()Eric Biggers1-6/+1
2019-05-07ubifs: remove unnecessary calls to set up directory keyEric Biggers1-12/+0
2019-05-07dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindingsMaxime Chevallier1-1/+1
2019-05-07Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds26-38/+235
2019-05-07net: macb: Change interrupt and napi enable order in openHarini Katakam1-3/+3
2019-05-07net: ll_temac: Improve error message on error IRQEsben Haabendal1-2/+8
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren8-36/+25
2019-05-07Merge branch 'of_get_mac_address-ERR_PTR-fixes'David S. Miller49-49/+49
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar45-45/+45
2019-05-07net: usb: smsc: fix warning reported by kbuild test robotPetr Štetiar2-2/+2
2019-05-07staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR checkPetr Štetiar1-1/+1
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-07net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_statsNathan Chancellor1-1/+3
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra1-1/+1
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing1-2/+9
2019-05-07l2tp: Fix possible NULL pointer dereferenceYueHaibing1-1/+2