summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe1-21/+23
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe1-42/+45
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe1-5/+13
2018-05-18nvme-pci: remove cq check after submissionJens Axboe1-2/+0
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig1-6/+6
2018-05-18nvme: mark the result argument to nvme_complete_async_event volatileChristoph Hellwig2-2/+2
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch1-0/+3
2018-05-02nvme: only reconfigure discard if necessaryJens Axboe1-12/+16
2018-05-02nvme/pci: Use async_schedule for initial reset workKeith Busch1-1/+9
2018-04-26nvme: lightnvm: add granby supportWei Xu1-0/+2
2018-04-26NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish1-0/+2
2018-04-26nvme: change order of qid and cmdid in completion traceJohannes Thumshirn1-2/+2
2018-04-26nvme: fc: provide a descriptive errorJohannes Thumshirn1-0/+2
2018-04-26Merge tag 'for_v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-3/+1
2018-04-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-84/+205
2018-04-26Merge tag 'for-linus-20180425' of git://git.kernel.dk/linux-blockLinus Torvalds13-81/+144
2018-04-26Merge tag 'riscv-for-linus-4.17-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+2
2018-04-25Merge tag 'dma-mapping-4.17-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-7/+7
2018-04-25Revert "blk-mq: remove code for dealing with remapping queue"Ming Lei1-3/+31
2018-04-25block: mq: Add some minor doc for core structsLinus Walleij2-0/+6
2018-04-25bcache: mark Coly Li as bcache maintainerJens Axboe1-0/+1
2018-04-25MAINTAINERS: Remove me as maintainer of bcacheMichael Lyle1-1/+0
2018-04-25Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-463/+1163
2018-04-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-16/+37
2018-04-24ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash1-5/+17
2018-04-24RISC-V: build vdso-dummy.o with -no-pieAurelien Jarno1-1/+1
2018-04-24riscv: there is no <asm/handle_irq.h>Christoph Hellwig1-1/+0
2018-04-24riscv: select DMA_DIRECT_OPS instead of redefining itChristoph Hellwig1-3/+1
2018-04-24sfc: ARFS filter IDsEdward Cree6-46/+337
2018-04-24net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli1-0/+2
2018-04-24packet: fix bitfield update raceWillem de Bruijn2-21/+49
2018-04-24ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2-6/+0
2018-04-24ice: Fix incorrect comment for action typeAnirudh Venkataramanan1-1/+1
2018-04-24ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan1-2/+2
2018-04-24igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes1-1/+16
2018-04-24ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King1-1/+1
2018-04-24team: fix netconsole setup over teamXin Long1-7/+12
2018-04-24Merge branch 'amd-xgbe-fixes'David S. Miller7-23/+233
2018-04-24amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky1-17/+54
2018-04-24amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky7-4/+160
2018-04-24amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky2-2/+19
2018-04-24pppoe: check sockaddr length in pppoe_connect()Guillaume Nault1-0/+4
2018-04-24l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault1-0/+7
2018-04-24net: phy: marvell: clear wol event before setting itJingju Hou1-0/+9
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-171/+200
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-04-23bonding: do not set slave_dev npinfo before slave_enable_netpoll in bond_enslaveXin Long1-2/+1
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn1-5/+2