aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-09crypto: kpp - constify buffer passed to crypto_kpp_set_secret()Gravatar Eric Biggers 1-1/+1
2017-03-09crypto: bcm - fix spelling mistake: "genereate" -> "generate"Gravatar Colin Ian King 1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsGravatar Mahipal Challa 4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadGravatar Mahipal Challa 9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreGravatar Mahipal Challa 13-0/+2805
2017-03-09crypto: s5p-sss - Fix spinlock recursion on LRW(AES)Gravatar Krzysztof Kozlowski 1-45/+82
2017-03-08hwrng: omap - Do not access INTMASK_REG on EIP76Gravatar Thomas Petazzoni 1-1/+12
2017-03-08hwrng: omap - use devm_clk_get() instead of of_clk_get()Gravatar Thomas Petazzoni 1-1/+1
2017-03-08hwrng: omap - write registers after enabling the clockGravatar Thomas Petazzoni 1-1/+2
2017-03-08crypto: s5p-sss - Fix completing crypto request in IRQ handlerGravatar Krzysztof Kozlowski 1-2/+3
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 36-123/+373
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-22/+29
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-42/+49
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 85-3180/+22360
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-5/+39
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-3/+25
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-55/+73
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 2-6/+57
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-9/+13
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-17/+114
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 279-133/+358
2017-03-03sfc: fix IPID endianness in TSOv2Gravatar Edward Cree 1-1/+1
2017-03-03sfc: avoid max() in array sizeGravatar Edward Cree 1-5/+5
2017-03-03Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm...Gravatar David S. Miller 3-24/+38
2017-03-03nfp: correct DMA direction in XDP DMA syncGravatar Jakub Kicinski 1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceGravatar Jakub Kicinski 1-1/+2
2017-03-03net: ethernet: bgmac: mac address change bugGravatar Hari Vyas 1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugGravatar Jon Mason 2-9/+34
2017-03-03xen-netback: don't vfree() queues under spinlockGravatar Paul Durrant 1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Gravatar Paul Durrant 1-14/+18
2017-03-03can: flexcan: fix typo in commentGravatar Marc Kleine-Budde 1-1/+1
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferGravatar Marc Kleine-Budde 1-6/+3
2017-03-03can: gs_usb: fix coding styleGravatar Ethan Zonca 1-6/+5
2017-03-03can: gs_usb: Don't use stack memory for USB transfersGravatar Ethan Zonca 1-11/+29
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesGravatar Alexander Duyck 2-2/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 6-9/+13
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-13/+8
2017-03-02Merge tag 'acpi-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+12
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-268/+209
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itGravatar Paolo Abeni 3-4/+20
2017-03-03sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Gravatar Ingo Molnar 1-1/+1
2017-03-03Merge branch 'acpi-apei'Gravatar Rafael J. Wysocki 1-8/+12
2017-03-03Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Gravatar Rafael J. Wysocki 5-136/+110
2017-03-03Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'Gravatar Rafael J. Wysocki 3-132/+99
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-4/+4
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-113/+70
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 39-2815/+4739
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashGravatar Anoob Soman 1-1/+1
2017-03-02bonding: use ETH_MAX_MTU as max mtuGravatar WANG Cong 1-0/+1