summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-23/+96
2019-03-09Merge tag 'linux-kselftest-5.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-22/+68
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+463
2019-03-09Merge tag 'pstore-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-35/+32
2019-03-09MAINTAINERS: fix typo in Mimi Zohar's addressBaruch Siach-1/+1
2019-03-09Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/...Ingo Molnar-448/+977
2019-03-09workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai-0/+2
2019-03-09workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann-1/+3
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-03-09perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang-7/+10
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin-17/+15
2019-03-08net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor-1/+1
2019-03-08net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn-0/+42
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells-2/+2
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-36/+121
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault-2/+13
2019-03-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor-0/+1
2019-03-088139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead-0/+1
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet-4/+4
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov-10/+7
2019-03-08vhost: silence an unused-variable warningArnd Bergmann-1/+1
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr-7/+15
2019-03-08connector: fix unsafe usage of ->real_parentLi RongQing-4/+18
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds-146/+4783
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao-2/+2
2019-03-08net: hns3: add dma_rmb() for rx descriptionJian Shen-0/+2
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela-5/+59
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong-12/+8
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor-0/+2
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds-1123/+1470
2019-03-08Merge tag 'for-5.1/libata-20190301' of git://git.kernel.dk/linux-blockLinus Torvalds-21/+297
2019-03-08bpf: fix warning about using plain integer as NULLBo YU-2/+2
2019-03-08xsk: fix to reject invalid options in Tx descriptorBjörn Töpel-2/+2
2019-03-08xsk: fix to reject invalid flags in xsk_bindBjörn Töpel-1/+4
2019-03-08bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov-0/+2
2019-03-08Merge branch 'stmmac-add-some-fixes-for-stm32'David S. Miller-26/+183
2019-03-08ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval...Christophe Roullier-0/+62
2019-03-08dt-bindings: net: stmmac: remove syscfg clock propertyChristophe Roullier-2/+1
2019-03-08net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier-0/+3
2019-03-08dt-bindings: net: stmmac: add phys config propertiesChristophe Roullier-3/+3
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier-21/+86
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier-1/+29
2019-03-08Merge branch 'sctp-process-the-error-returned-from-sctp_sock_migrate'David S. Miller-24/+44
2019-03-08sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long-0/+10
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long-14/+10
2019-03-08sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long-10/+24
2019-03-08nfsd: allow nfsv3 readdir request to be larger.NeilBrown-2/+4
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio-1/+2