aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-25Merge branch 'sfc-support-PTP-on-8000-and-X2000-series-NICs'David S. Miller7-119/+488
2018-01-25sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-25sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-25sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-25sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets2-1/+16
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree6-13/+54
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2-2/+46
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2-0/+29
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets2-15/+42
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets2-0/+11
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets5-9/+119
2018-01-25sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2-30/+7
2018-01-25f2fs: rebuild sit page from sit info in memYunlei He2-16/+32
2018-01-25f2fs: stop issuing discard if fs is readonlyChao Yu1-0/+2
2018-01-25f2fs: clean up duplicated assignment in init_discard_policyChao Yu1-8/+3
2018-01-25f2fs: use GFP_F2FS_ZERO for cleanupChao Yu1-4/+2
2018-01-25ASoC: Fix twl4030 and 6040 regression by adding back read and writeTony Lindgren2-0/+4
2018-01-25Merge branches 'topic/twl4030' and 'topic/twl6040' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakageMark Brown11804-268779/+572532
2018-01-25drm/i915/lrc: Clear context restore/save inhibit flags for new contextsChris Wilson1-0/+8
2018-01-25nvme-rdma: remove redundant boolean for inline_dataMax Gurtovoy1-3/+0
2018-01-25nvme: don't free uuid pointer before printing itJohannes Thumshirn1-1/+2
2018-01-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-89/+752
2018-01-25rtlwifi: btcoex: Fix some static warnings from SparsePing-Ke Shih2-25/+15
2018-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+11
2018-01-25GFS2: Fix minor comment typoBob Peterson1-1/+1
2018-01-25Merge tag 'for-4.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-18/+8
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking schemeKirill Tkhai1-18/+44
2018-01-25RDMA/qedr: lower print level of flushed CQEsKalderon, Michal1-3/+3
2018-01-25RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe1-6/+13
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman3-0/+28
2018-01-25MAINTAINERS: Fix the location of the rdma git repoDoug Ledford1-1/+1
2018-01-25ata: pata_pdc2027x: Replace mdelay with msleepJia-Ju Bai1-2/+2
2018-01-25ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_commandJia-Ju Bai1-1/+1
2018-01-25ata: sata_mv: Replace mdelay with usleep_range in mv_reset_channelJia-Ju Bai1-1/+1
2018-01-25nvme-pci: Suspend queues after deleting themKeith Busch1-19/+8
2018-01-25MAINTAINERS: Remove Ram Amrani from Q-Logic RDMA driverAmrani, Ram1-1/+0
2018-01-25RDMA/srpt: Fix RCU debug build errorLeon Romanovsky1-2/+0
2018-01-25MAINTAINERS: add the iommu list for swiotlb and xen-swiotlbChristoph Hellwig1-1/+2
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring2-8/+1
2018-01-26crypto: picoxcell - Fix error handling in spacc_probe()Alexey Khoroshilov1-10/+17
2018-01-26crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions codeArd Biesheuvel2-67/+65
2018-01-26crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel4-0/+242
2018-01-26crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel4-0/+380
2018-01-26crypto: testmgr - add new testcases for sha3Ard Biesheuvel1-0/+550
2018-01-26crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2-15/+23
2018-01-26crypto: sha3-generic - simplify codeArd Biesheuvel2-126/+59
2018-01-26crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel1-37/+95
2018-01-26crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel1-2/+3
2018-01-26crypto: aesni - handle zero length dst bufferStephan Mueller1-1/+1