]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2017-02-03 Ard Biesheuvelcrypto: arm64/chacha20 - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm64/aes-blk - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm64/aes-ce-ccm - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm/chacha20 - remove cra_alignmask
2017-02-03 Ard Biesheuvelcrypto: arm/aes-ce - remove cra_alignmask
2017-02-03 Harsh Jaincrypto: chcr - Fix Smatch Complaint
2017-02-03 Harsh Jaincrypto: chcr - Fix wrong typecasting
2017-02-03 Harsh Jaincrypto: chcr - Change algo priority
2017-02-03 Harsh Jaincrypto: chcr - Change cra_flags for cipher algos
2017-02-03 Harsh Jaincrypto: chcr - Use cipher instead of Block Cipher in...
2017-02-03 Harsh Jaincrypto: chcr - fix itnull.cocci warnings
2017-02-03 Harsh Jaincrypto: chcr - Change flow IDs
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add verbose debug facilities to...
2017-02-03 Cyrille Pitchencrypto: atmel-authenc - add support to authenc(hmac...
2017-02-03 Cyrille Pitchencrypto: atmel-aes - fix atmel_aes_handle_queue()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add support to hmac(shaX)
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add simple DMA transfers
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add atmel_sha_cpu_start()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add SHA_MR_MODE_IDATAR0
2017-02-03 Cyrille Pitchencrypto: atmel-sha - add atmel_sha_wait_for_data_ready()
2017-02-03 Cyrille Pitchencrypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to...
2017-02-03 Cyrille Pitchencrypto: atmel-sha - make atmel_sha_done_task more generic
2017-02-03 Cyrille Pitchencrypto: atmel-sha - update request queue management...
2017-02-03 Cyrille Pitchencrypto: atmel-sha - create function to get an Atmel...
2017-02-03 Rabin Vincentcrypto: doc - Fix hash export state information
2017-02-03 Herbert XuMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-02-03 Harsh Jaincrypto: chcr - Fix key length for RFC4106
2017-02-03 Harsh Jaincrypto: algif_aead - Fix kernel panic on list_del
2017-02-03 Herbert Xucrypto: aesni - Fix failure when pcbc module is absent
2017-02-03 Gary R Hookcrypto: ccp - Fix double add when creating new DMA...
2017-02-03 Gary R Hookcrypto: ccp - Fix DMA operations when IOMMU is enabled
2017-02-03 Harsh Jaincrypto: chcr - Check device is allocated before use
2017-02-03 Harsh Jaincrypto: chcr - Fix panic on dma_unmap_sg
2017-02-02 Giovanni Cabidducrypto: qat - zero esram only for DH85x devices
2017-02-02 Giovanni Cabidducrypto: qat - fix bar discovery for c62x
2017-01-23 Li Zhongcrypto: vmx - disable preemption to enable vsx in aes_ctr.c
2017-01-23 Ryder Leecrypto: mediatek - add support to GCM mode
2017-01-23 Ryder Leecrypto: mediatek - add support to CTR mode
2017-01-23 Ryder Leecrypto: mediatek - fix typo and indentation
2017-01-23 Ryder Leecrypto: mediatek - regroup functions by usage
2017-01-23 Ryder Leecrypto: mediatek - rework crypto request completion
2017-01-23 Ryder Leecrypto: mediatek - make crypto request queue management...
2017-01-23 Ryder Leecrypto: mediatek - fix incorrect data transfer result
2017-01-23 Ryder Leecrypto: mediatek - move HW control data to transformati...
2017-01-23 Denys Vlasenkocrypto: x86 - make constants readonly, allow linker...
2017-01-23 Denys Vlasenkocrypto: x86/crc32c - fix %progbits -> @progbits
2017-01-23 Ard Biesheuvelcrypto: arm/aes-neonbs - fix issue with v2.22 and older...
2017-01-23 Rabin Vincentcrypto: tcrypt - Add debug prints
2017-01-23 Nicolas Ioosscrypto: img-hash - use dma_data_direction when calling...
2017-01-23 Ard Biesheuvelcrypto: arm64/aes-blk - honour iv_out requirement in...
2017-01-23 Salvatore Benedettocrypto: api - Clear CRYPTO_ALG_DEAD bit before register...
2017-01-13 Gonglei \(Arei\)crypto: virtio - adjust priority of algorithm
2017-01-13 Ard Biesheuvelcrypto: arm/aes - avoid reserved 'tt' mnemonic in asm...
2017-01-13 Shannon Nelsonhwrng: n2 - update version info
2017-01-13 Shannon Nelsonhwrng: n2 - support new hardware register layout
2017-01-13 Shannon Nelsonhwrng: n2 - add device data descriptions
2017-01-13 Shannon Nelsonhwrng: n2 - limit error spewage when self-test fails
2017-01-13 Wei Yongjuncrypto: mediatek - make symbol of_crypto_id static
2017-01-13 Ard Biesheuvelcrypto: testmgr - use calculated count for number of...
2017-01-13 Ard Biesheuvelcrypto: arm/aes - replace bit-sliced OpenSSL NEON code
2017-01-12 Ard Biesheuvelcrypto: arm64/aes - reimplement bit-sliced ARM/NEON...
2017-01-12 Ard Biesheuvelcrypto: arm/aes - replace scalar AES cipher
2017-01-12 Ard Biesheuvelcrypto: arm64/aes - add scalar implementation
2017-01-12 Ard Biesheuvelcrypto: arm64/aes-blk - expose AES-CTR as synchronous...
2017-01-12 Ard Biesheuvelcrypto: arm/chacha20 - implement NEON version based...
2017-01-12 Ard Biesheuvelcrypto: arm64/chacha20 - implement NEON version based...
2017-01-12 Arnd Bergmanncrypto: mediatek - fix format string for 64-bit builds
2017-01-12 Arnd Bergmanncrypto: mediatek - remove ARM dependencies
2017-01-12 Herbert Xucrypto: x86/chacha20 - Manually align stack buffer
2017-01-12 Andrew Lutomirskicrypto: testmgr - Allocate only the required output...
2017-01-12 Colin Ian Kingcrypto: mediatek - don't return garbage err on successf...
2017-01-12 Javier Martinez... crypto: picoxcell - Remove spacc_is_compatible() wrappe...
2017-01-12 Javier Martinez... crypto: picoxcell - Remove platform device ID table
2017-01-12 Javier Martinez... crypto: picoxcell - Allow driver to build COMPILE_TEST...
2017-01-12 Gideon Israel... crypto: Replaced gcc specific attributes with macros...
2017-01-12 Eric Biggerscrypto: testmgr - use kmemdup instead of kmalloc+memcpy
2017-01-12 Herbert XuMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2017-01-08 Linus TorvaldsLinux 4.10-rc3 v4.10-rc3
2017-01-08 Linus TorvaldsMerge tag 'usb-4.10-rc3' of git://git.kernel.org/pub...
2017-01-08 Linus TorvaldsMerge tag 'char-misc-4.10-rc3' of git://git.kernel...
2017-01-08 Linus TorvaldsMerge tag 'staging-4.10-rc3' of git://git.kernel.org...
2017-01-08 Johannes Weinermm: workingset: fix use-after-free in shadow node shrinker
2017-01-08 Hugh Dickinsmm: stop leaking PageTables
2017-01-07 Linus TorvaldsMerge branch 'rc-fixes' of git://git.kernel.org/pub...
2017-01-07 Greg Kroah... MAINTAINERS: add greybus subsystem mailing list
2017-01-06 Linus TorvaldsMerge tag 'sound-4.10-rc3' of git://git.kernel.org...
2017-01-06 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2017-01-06 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.10-rc3' of git://git...
2017-01-06 Linus TorvaldsMerge tag 'for-linus' of git://git.kernel.org/pub/scm...
2017-01-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git.kernel.org/pub...
2017-01-06 Linus TorvaldsMerge tag 'vfio-v4.10-rc3' of git://github.com/awilliam...
2017-01-06 Linus TorvaldsMerge branch 'stable/for-linus-4.10' of git://git.kerne...
2017-01-06 Linus TorvaldsMerge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel...
2017-01-06 Linus TorvaldsMerge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub...
2017-01-06 Linus TorvaldsMerge tag 'pm-4.10-rc3' of git://git.kernel.org/pub...
2017-01-06 Konrad Rzeszutek... swiotlb: Export swiotlb_max_segment to users
2017-01-06 Rafael J. WysockiMerge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat...
2017-01-06 Rafael J. WysockiMerge branches 'pm-domains', 'pm-docs' and 'pm-devfreq'
2017-01-06 Rafael J. WysockiMerge branch 'pm-cpufreq'
2017-01-06 Linus TorvaldsMerge tag 'platform-drivers-x86-v4.10-3' of git://git...
next