]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers
crypto: authenc - Convert to new AEAD interface
[karo-tx-linux.git] / drivers /
2015-08-04 Herbert XuMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-08-04 Aaron Sierracrypto: talitos - Remove zero_entry static initializer
2015-08-04 Colin Ian Kingcrypto: img-hash - fix spelling mistake in dev_err...
2015-07-31 Horia Geant?crypto: caam - fix rfc4106 encap shared descriptor
2015-07-30 Dan Streetmancrypto: nx - use be32_to_cpu for __be32 field in debug msg
2015-07-30 Dan Streetmancrypto: nx - don't err if compressed output > input
2015-07-28 Bruce Allancrypto: qat - remove unnecessary list iteration
2015-07-28 Ahsan Attacrypto: qat - Fix typo othewise->otherwise
2015-07-28 Bruce Allancrypto: qat - remove unused define
2015-07-28 Bruce Allancrypto: qat - fix bug in ADF_RING_SIZE_BYTES_MIN macro
2015-07-28 Bruce Allancrypto: qat - remove redundant struct elem
2015-07-28 Martin Schwidefskyhwrng: core - correct error check of kthread_run call
2015-07-23 Dan Streetmancrypto: nx - make platform drivers directly register...
2015-07-23 Dan Streetmancrypto: nx - rename nx-842-crypto.c to nx-842.c
2015-07-23 Dan Streetmancrypto: nx - merge nx-compress and nx-compress-crypto
2015-07-23 Dan Streetmancrypto: nx - use common code for both NX decompress...
2015-07-23 Dan Streetmancrypto: nx - don't register pSeries driver if ENODEV
2015-07-23 Dan Streetmancrypto: nx - move kzalloc() out of spinlock
2015-07-23 Dan Streetmancrypto: nx - remove pSeries NX 'status' field
2015-07-23 Dan Streetmancrypto: nx - remove __init/__exit from VIO functions
2015-07-23 Tadeusz Strukcrypto: qat - Don't attempt to register algorithm multi...
2015-07-23 Herbert Xucrypto: ixp4xx - Remove bogus BUG_ON on scattered dst...
2015-07-23 Tadeusz Strukcrypto: qat - Fix invalid synchronization between regis...
2015-07-21 Tadeusz Strukcrypto: qat - fix invalid check for RSA keylen in fips...
2015-07-20 LABBE Corentincrypto: sunxi-ss - Add Allwinner Security System crypto...
2015-07-20 Tudor Ambaruscrypto: caam - fix warning in APPEND_MATH_IMM_u64
2015-07-20 Horia Geant?crypto: caam - fix RNG init descriptor ret. code checking
2015-07-20 Horia Geant?crypto: caam - fix snooping for write transactions
2015-07-20 Alex Porosanucrypto: caam - fix ERA property reading
2015-07-17 Tadeusz Strukcrypto: qat - Add support for RSA algorithm
2015-07-17 Tadeusz Strukcrypto: qat - add MMP FW support to accel engine
2015-07-17 Pingchao Yangcrypto: qat - add support for MMP FW
2015-07-17 Herbert Xucrypto: nx - Convert ccm to new AEAD interface
2015-07-14 Leonidas Da Silva... crypto: vmx - Adding enable_kernel_vsx() to access...
2015-07-14 Krzysztof Kozlowskicrypto: marvell/cesa - Drop owner assignment from platf...
2015-07-14 Herbert Xucrypto: caam - Use new IV convention
2015-07-14 Herbert Xucrypto: nx - Use new IV convention
2015-07-14 Herbert Xucrypto: nx/842 - Fix context corruption
2015-07-14 Herbert XuMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2015-07-08 Vutla, Lokeshcrypto: omap-aes - Use BIT() macro
2015-07-08 Vutla, Lokeshcrypto: omap-aes - Fix configuring of AES mode
2015-07-08 Vutla, Lokeshcrypto: omap-aes - Increase priority of hw accelerator
2015-07-08 Vutla, Lokeshcrypto: omap-aes - Fix CTR mode
2015-07-08 Herbert Xucrypto: nx - Fix reentrancy bugs
2015-07-07 Nishanth Aravamudancrypto: nx - reduce chattiness of platform drivers
2015-07-06 Nishanth Aravamudancrypto: nx - do not emit extra output if status is...
2015-07-06 Nishanth Aravamudancrypto: nx - rename nx842_{init, exit} to nx842_pseries...
2015-07-06 Nishanth Aravamudancrypto: nx - nx842_OF_upd_status should return ENODEV...
2015-07-06 Tom Lendackycrypto: ccp - Provide support to autoload CCP driver
2015-07-06 Vutla, Lokeshcrypto: omap-des - Fix unmapping of dma channels
2015-07-05 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.2-2' of git://git...
2015-07-05 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-04 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2015-07-04 Linus TorvaldsMerge tag 'ntb-4.2' of git://github.com/jonmason/ntb
2015-07-04 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2015-07-04 Dave JiangNTB: Add split BAR output for debugfs stats
2015-07-04 Dave JiangNTB: Change WARN_ON_ONCE to pr_warn_once on unsafe
2015-07-04 Dave JiangNTB: Print driver name and version in module init
2015-07-04 Dave JiangNTB: Increase transport MTU to 64k from 16k
2015-07-04 Dave JiangNTB: Rename Intel code names to platform names
2015-07-04 Dave JiangNTB: Default to CPU memcpy for performance
2015-07-04 Dave JiangNTB: Improve performance with write combining
2015-07-04 Allen HubbeNTB: Use NUMA memory in Intel driver
2015-07-04 Allen HubbeNTB: Use NUMA memory and DMA chan in transport
2015-07-04 Allen HubbeNTB: Rate limit ntb_qp_link_work
2015-07-04 Allen HubbeNTB: Add tool test client
2015-07-04 Allen HubbeNTB: Add ping pong test client
2015-07-04 Allen HubbeNTB: Add parameters for Intel SNB B2B addresses
2015-07-04 Allen HubbeNTB: Reset transport QP link stats on down
2015-07-04 Allen HubbeNTB: Do not advance transport RX on link down
2015-07-04 Allen HubbeNTB: Differentiate transport link down messages
2015-07-04 Dave JiangNTB: Check the device ID to set errata flags
2015-07-04 Dave JiangNTB: Enable link for Intel root port mode in probe
2015-07-04 Dave JiangNTB: Read peer info from local SPAD in transport
2015-07-04 Allen HubbeNTB: Split ntb_hw_intel and ntb_transport drivers
2015-07-04 Allen HubbeNTB: Add NTB hardware abstraction layer
2015-07-04 Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2015-07-04 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-07-04 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2015-07-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-04 Dmitry TorokhovMerge branch 'next' into for-linus
2015-07-03 Linus TorvaldsMerge tag 'topic/drm-fixes-2015-07-04' of git://anongit...
2015-07-03 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2015-07-03 Shixin Zengdrm/crtc: Fix edid length computation
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'remoteproc-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'hwspinlock-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2015-07-03 Linus TorvaldsMerge tag 'nios2-v4.2' of git://git.rocketboards.org...
2015-07-03 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git.kernel...
2015-07-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2015-07-03 Linus TorvaldsMerge tag 'fbdev-fixes-4.2' of git://git.kernel.org...
2015-07-03 Linus TorvaldsMerge tag 'edac_urgent_for_4.2' of git://git.kernel...
2015-07-03 Stephen Rothwellcrypto: marvell/cesa - another fix up for of_get_named_...
2015-07-03 Cornelia HuckKVM: s390: virtio-ccw: don't overwrite config space...
2015-07-03 Fabian Frederickhwmon: (w83627ehf) Use swap() in w82627ehf_swap_tempreg()
2015-07-03 Roger Lucashwmon: (w83792d) Additional PWM outputs support
2015-07-03 Linus TorvaldsMerge tag 'acpica-4.2-rc1' of git://git.kernel.org...
next