summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
* crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar2016-04-153-0/+772
* crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk2016-04-153-3/+64
* crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-151-1/+1
* hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-051-1/+1
* crypto: qat - changed adf_dev_stop to voidTadeusz Struk2016-04-0510-47/+17
* crypto: qat - explicitly stop all VFs firstTadeusz Struk2016-04-051-1/+20
* crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-04-051-4/+6
* crypto: qat - fix address leaking of RSA public exponentTudor Ambarus2016-04-051-1/+1
* crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus2016-04-051-1/+1
* crypto: qat - Remove redundant nrbg ringsAhsan Atta2016-04-051-2/+0
* crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk2016-04-051-1/+1
* crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski2016-04-051-10/+10
* crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski2016-04-051-12/+138
* crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski2016-04-051-8/+7
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
* crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla2016-04-051-1/+1
* crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9
* hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-04-051-1/+8
* hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-04-051-3/+7
* hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski2016-04-051-1/+2
* crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in KconfigPeter Meerwald2016-04-051-3/+3
* hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas2016-04-051-0/+1
* v4l2-mc: avoid warning about unused variableLinus Torvalds2016-04-031-1/+1
* Merge tag 'rproc-v4.6-rc1' of git://github.com/andersson/remoteprocLinus Torvalds2016-04-031-2/+2
|\
| * remoteproc: st: fix check of syscon_regmap_lookup_by_phandle() return valueVladimir Zapolskiy2016-03-291-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2016-04-034-65/+28
|\ \
| * | target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-312-8/+14
| * | target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig2016-03-311-8/+9
| * | target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-312-12/+1
| * | iser-target: Use ib_drain_qpSagi Grimberg2016-03-312-37/+4
| |/
* | Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-032-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0245-460/+584
|\ \
| * | net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas2016-04-011-14/+16
| * | stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-013-47/+72
| * | Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-012-9/+11
| * | stmmac: fix TX normal DESCGiuseppe CAVALLARO2016-04-011-8/+8
| * | net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * | net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * | net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-011-1/+3
| * | tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-3/+5
| * | net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas2016-03-311-0/+7
| * | fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
| * | net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-9/+1
| * | net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-13/+1
| * | net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2016-03-312-0/+44
| * | net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk2016-03-311-13/+36
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-03-319-121/+107
| |\ \