summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - don't need qat_auth_state structTadeusz Struk2015-01-161-6/+0
* crypto: qat - Ensure ipad and opad are zeroedHerbert Xu2015-01-141-9/+6
* crypto: qat - remove unnecessary include of atomic.h header fileAllan, Bruce W2015-01-132-2/+0
* crypto: qat - use pci_wait_for_pending_transaction()Allan, Bruce W2015-01-131-15/+2
* crypto: qat - adf_ae_stop() is never calledAllan, Bruce W2015-01-131-1/+1
* crypto: qat - correctly type a booleanAllan, Bruce W2015-01-131-2/+3
* crypto: qat - fix device reset flowAllan, Bruce W2015-01-138-47/+128
* crypto: qat - Fix incorrect uses of memzero_explicitHerbert Xu2015-01-081-25/+20
* crypto: omap-des - fix BUG_ON conditionAsaf Vertz2015-01-081-2/+2
* crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.cMasanari Iida2015-01-051-1/+1
* crypto: amcc - Remove unused functionRickard Strandqvist2015-01-051-23/+0
* hwrng: core - Move hwrng_init call into set_current_rngHerbert Xu2014-12-251-14/+16
* hwrng: core - Drop current rng in set_current_rngHerbert Xu2014-12-251-1/+2
* hwrng: core - Do not register device opportunisticallyHerbert Xu2014-12-251-11/+12
* hwrng: core - Fix current_rng init/cleanup race yet againHerbert Xu2014-12-251-3/+11
* hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-251-9/+3
* crypto: ux500 - fix checkpatch errorsAsaf Vertz2014-12-221-4/+4
* crypto: qat - add support for cbc(aes) ablkcipherTadeusz Struk2014-12-223-112/+433
* crypto: qat - Fix assumption that sg in and out will have the same nentsTadeusz Struk2014-12-222-33/+50
* hwrng: don't init list element we're about to add to list.Rusty Russell2014-12-221-1/+0
* hwrng: don't double-check old_rng.Rusty Russell2014-12-221-3/+2
* hwrng: fix unregister race.Rusty Russell2014-12-221-0/+12
* hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-221-43/+92
* hwrng: move some code out mutex_lock for avoiding underlying deadlockAmos Kong2014-12-221-3/+3
* hwrng: place mutex around read functions and buffers.Rusty Russell2014-12-221-3/+17
* crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen2014-12-221-44/+6
* Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-12-2156-519/+5611
|\
| * clk: samsung: Fix Exynos 5420 pinctrl setup and clock disable failure due to ...Krzysztof Kozlowski2014-12-171-1/+28
| * Merge tag 'for-v3.19/omap-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Michael Turquette2014-12-161-0/+15
| |\
| * | clk: Really fix deadlock with mmap_semStephen Boyd2014-12-161-2/+3
| * | Merge tag 'for-v3.19-exynos-clk-2' of git://linuxtv.org/snawrocki/samsung int...Michael Turquette2014-12-115-10/+12
| |\ \
| | * | clk: samsung: Fix double add of syscore ops after driver rebindKrzysztof Kozlowski2014-12-021-0/+4
| | * | clk: samsung: exynos4: set parent of sclk_hdmiphy to hdmiAndrzej Hajda2014-12-021-1/+1
| | * | clk: samsung: exynos4415: Fix build with PM_SLEEP disabledKrzysztof Kozlowski2014-12-021-2/+4
| | * | clk: samsung: remove unnecessary inclusion of header files from clk.hPankaj Dubey2014-12-022-4/+2
| | * | clk: samsung: remove unnecessary CONFIG_OF from clk.cPankaj Dubey2014-12-021-2/+0
| | * | clk: samsung: Spelling s/bwtween/between/Pankaj Dubey2014-12-021-1/+1
| * | | clk: mmp: fix sparse non static symbol warningWei Yongjun2014-12-111-1/+1
| * | | clk: Change clk_ops->determine_rate to return a clk_hw as the best parentTomeu Vizoso2014-12-0411-41/+57
| * | | clk: change clk_debugfs_add_file to take a struct clk_hwTomeu Vizoso2014-12-041-3/+3
| * | | clk: Don't expose __clk_get_accuracyTomeu Vizoso2014-12-041-1/+1
| * | | clk: Don't try to use a struct clk* after it could have been freedTomeu Vizoso2014-12-041-1/+4
| * | | clk: Remove unused function __clk_get_prepare_countTomeu Vizoso2014-12-041-5/+0
| * | | Merge tag 'ib-mfd-regulator-clk-v3.19' of git://git.kernel.org/pub/scm/linux/...Michael Turquette2014-11-295-14/+174
| |\ \ \
| * \ \ \ Merge tag 'v3.19-rockchip-clk2' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Turquette2014-11-297-50/+302
| |\ \ \ \
| | * | | | clk: rockchip: Add support for the mmc clock phases using the frameworkAlexandru M Stan2014-11-285-0/+198
| | * | | | clk: rockchip: rk3288 export i2s0_clkout for use in DTSonny Rao2014-11-281-1/+1
| | * | | | clk: rockchip: use clock ID for DMC (memory controller) on rk3288Jeff Chen2014-11-261-4/+4
| | * | | | clk: rockchip: add ROCKCHIP_PLL_SYNC_RATE flag to some pllsHeiko Stuebner2014-11-252-5/+5
| | * | | | clk: rockchip: add optional sync to pll rate parametersHeiko Stuebner2014-11-252-0/+56