summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-147/+257
2019-03-12Merge branch 'mlx4-fixes'David S. Miller-3/+12
2019-03-12net/mlx4_core: Fix qp mtt size calculationJack Morgenstein-3/+3
2019-03-12net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein-0/+8
2019-03-12net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein-0/+1
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-426/+1597
2019-03-12Merge branch 'mlxsw-Various-fixes'David S. Miller-10/+29
2019-03-12mlxsw: minimal: Initialize base_macJiri Pirko-0/+18
2019-03-12mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak-10/+11
2019-03-12Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+90
2019-03-12net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu-1/+4
2019-03-12net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu-1/+5
2019-03-12Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-2203/+3366
2019-03-12net: 8390: fix potential NULL pointer dereferencesKangjie Lu-0/+10
2019-03-12Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-35/+81
2019-03-12net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu-0/+5
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-260/+327
2019-03-12net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu-0/+6
2019-03-12isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu-0/+9
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1332/+4357
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+15
2019-03-12dt-bindings: clock: imx8mq: Fix numbering overlaps and gapsAbel Vesa-110/+110
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-30/+52
2019-03-12pNFS: Fix a typo in pnfs_update_layoutTrond Myklebust-1/+1
2019-03-12fix null pointer deref in tracepoints in back channelOlga Kornievskaia-2/+4
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1707/+1651
2019-03-12md: Fix failed allocation of md_register_threadAditya Pakki-0/+4
2019-03-12It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni-1/+0
2019-03-12raid5: set write hint for PPLMariusz Dabrowski-0/+68
2019-03-12Drop flex_arraysKent Overstreet-807/+1
2019-03-12sctp: convert to genradixKent Overstreet-114/+28
2019-03-12proc: commit to genradixKent Overstreet-28/+15
2019-03-12generic radix treesKent Overstreet-1/+463
2019-03-12selinux: convert to kvmallocKent Overstreet-144/+62
2019-03-12md: convert to kvmallocKent Overstreet-56/+46
2019-03-12openvswitch: convert to kvmallocKent Overstreet-43/+13
2019-03-12of: fix kmemleak crash caused by imbalance in early memory reservationMike Rapoport-10/+3
2019-03-12mm: memblock: update comments and kernel-docMike Rapoport-17/+43
2019-03-12memblock: split checks whether a region should be skipped to a helper functionMike Rapoport-28/+25
2019-03-12memblock: remove memblock_{set,clear}_region_flagsMike Rapoport-15/+6
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-112/+31
2019-03-12memblock: memblock_alloc_try_nid: don't panicMike Rapoport-10/+5
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-32/+411
2019-03-12swiotlb: add checks for the return value of memblock_alloc*()Mike Rapoport-6/+13
2019-03-12init/main: add checks for the return value of memblock_alloc*()Mike Rapoport-6/+20
2019-03-12mm/percpu: add checks for the return value of memblock_alloc*()Mike Rapoport-17/+56
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+39
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport-17/+74
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport-11/+2
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport-14/+13