OSDN Git Service

tomoyo/tomoyo-test1.git
2019-07-27 Herbert Xupadata: Replace delayed timer with immediate workqueue...
2019-07-27 Arnd Bergmanncrypto: aegis - fix badly optimized clang output
2019-07-27 Chuhong Yuancrypto: ccp - Replace dma_pool_alloc + memset with...
2019-07-27 Vakul Gargcrypto: caam/qi2 - Increase napi budget to process...
2019-07-27 Anson Huanghwrng: mxc-rnga - use devm_platform_ioremap_resource...
2019-07-27 Anson Huanghwrng: imx-rngc - use devm_platform_ioremap_resource...
2019-07-27 Arnd Bergmanncrypto: ccp - Reduce maximum stack usage
2019-07-26 Hook, Garycrypto: ccp - Include the module name in system log...
2019-07-26 Herbert Xucrypto: Remove orphan tools/crypto directory
2019-07-26 Phani Kiran... crypto: cavium/nitrox - Add support for loading asymmet...
2019-07-26 Hook, Garycrypto: ccp - Add a module parameter to control registr...
2019-07-26 Hook, Garycrypto: ccp - module parameter to limit the number...
2019-07-26 Hook, Garycrypto: ccp - Add a module parameter to specify a queue...
2019-07-26 Hook, Garycrypto: ccp - Make CCP debugfs support optional
2019-07-26 Ondrej Mosnacekcrypto: user - make NETLINK_CRYPTO work inside netns
2019-07-26 Pascal van... crypto: inside-secure -reduce hash byte counters to...
2019-07-26 Pascal van... crypto: inside-secure - add support for authenc(hmac...
2019-07-26 Pascal van... crypto: inside-secure - added support for rfc3686(ctr...
2019-07-26 Pascal van... crypto: inside-secure - add support for authenc(hmac...
2019-07-26 Sebastian Andrzej... crypto: ux500 - Use spinlock_t instead of struct spinlock
2019-07-26 Fuqian Huangcrypto: drivers - Use kmemdup rather than duplicating...
2019-07-26 Ard Biesheuvelcrypto: tcrypt - add a speed test for AEGIS128
2019-07-26 Ard Biesheuvelcrypto: aegis128 - provide a SIMD implementation based...
2019-07-26 Ard Biesheuvelcrypto: aegis128 - add support for SIMD acceleration
2019-07-26 Ard Biesheuvelcrypto: aegis - avoid prerotated AES tables
2019-07-26 Ard Biesheuvelcrypto: aegis128 - drop empty TFM init/exit routines
2019-07-26 Ard Biesheuvelcrypto: aegis128l/aegis256 - remove x86 and generic...
2019-07-26 Ard Biesheuvelcrypto: morus - remove generic and x86 implementations
2019-07-26 Hannah Pancrypto: testmgr - add tests for lzo-rle
2019-07-26 Ard Biesheuvelcrypto: arm/aes-scalar - unexport en/decryption routines
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-cipher - switch to shared AES inverse...
2019-07-26 Ard Biesheuvelcrypto: arm/aes-cipher - switch to shared AES inverse...
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-neon - switch to shared AES Sboxes
2019-07-26 Ard Biesheuvelcrypto: lib/aes - export sbox and inverse sbox
2019-07-26 Ard Biesheuvelcrypto: aes-generic - unexport last-round AES tables
2019-07-26 Ard Biesheuvelcrypto: chelsio - replace AES cipher calls with library...
2019-07-26 Ard Biesheuvelcrypto: ccp - move to AES library for CMAC key derivation
2019-07-26 Ard Biesheuvelcrypto: amcc - switch to AES library for GCM key derivation
2019-07-26 Ard Biesheuvelbluetooth: switch to AES library
2019-07-26 Ard Biesheuvelcrypto: arm/ghash - provide a synchronous version
2019-07-26 Ard Biesheuvelcrypto: arm/aes-neonbs - provide a synchronous version...
2019-07-26 Ard Biesheuvelcrypto: arm/aes-ce - provide a synchronous version...
2019-07-26 Ard Biesheuvelcrypto: arm/aes - use native endiannes for key schedule
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-ce-cipher - use AES library as fallback
2019-07-26 Ard Biesheuvelcrypto: aes - move sync ctr(aes) to AES library and...
2019-07-26 Ard Biesheuvelcrypto: ctr - add helper for performing a CTR encryptio...
2019-07-26 Ard Biesheuvelcrypto: aes-generic - drop key expansion routine in...
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-ce - switch to library version of...
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-neonbs - switch to library version...
2019-07-26 Ard Biesheuvelcrypto: arm64/aes-ccm - switch to AES library
2019-07-26 Ard Biesheuvelcrypto: arm/aes-neonbs - switch to library version...
2019-07-26 Ard Biesheuvelcrypto: arm64/ghash - switch to AES library
2019-07-26 Ard Biesheuvelcrypto: safexcel/aes - switch to library version of...
2019-07-26 Ard Biesheuvelcrypto: cesa/aes - switch to library version of key...
2019-07-26 Ard Biesheuvelcrypto: padlock/aes - switch to library version of...
2019-07-26 Ard Biesheuvelcrypto: x86/aes - drop scalar assembler implementations
2019-07-26 Ard Biesheuvelcrypto: x86/aes-ni - switch to generic for fallback...
2019-07-26 Ard Biesheuvelcrypto: aes - create AES library based on the fixed...
2019-07-26 Ard Biesheuvelcrypto: aes/fixed-time - align key schedule with other...
2019-07-26 Ard Biesheuvelcrypto: aes - rename local routines to prevent future...
2019-07-26 Ard Biesheuvelcrypto: arm/aes-ce - cosmetic/whitespace cleanup
2019-07-26 Pascal van... crypto: inside-secure - add support for 0 length HMAC...
2019-07-26 Pascal van... crypto: inside-secure - add support for arbitrary size...
2019-07-26 Pascal van... crypto: inside-secure - let HW deal with initial hash...
2019-07-26 Pascal van... crypto: inside-secure: back out parts of earlier HMAC...
2019-07-26 Pascal van... crypto: inside-secure - fix EINVAL error (buf overflow...
2019-07-26 Pascal van... crypto: inside-secure - fix scatter/gather list to...
2019-07-26 Pascal van... crypto: inside-secure - fix incorrect skcipher output IV
2019-07-26 Pascal van... crypto: inside-secure - silently return -EINVAL for...
2019-07-26 Pascal van... crypto: inside-secure - keep ivsize for DES ECB modes...
2019-07-26 Gilad Ben-Yossefcrypto: ccree - notify TEE on FIPS tests errors
2019-07-26 Gilad Ben-Yossefcrypto: fips - add FIPS test failure notification chain
2019-07-26 Gilad Ben-Yossefcrypto: ccree - account for TEE not ready to report
2019-07-26 Gilad Ben-Yossefcrypto: ccree - drop legacy ivgen support
2019-07-26 Colin Ian Kingcrypto: ccree - fix spelling mistake "configration...
2019-07-21 Linus TorvaldsLinus 5.3-rc1 v5.3-rc1
2019-07-21 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.3' of git://git....
2019-07-21 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2019-07-21 Linus TorvaldsMerge tag '5.3-smb3-fixes' of git://git.samba.org/sfren...
2019-07-21 Qian Caiiommu/amd: fix a crash in iova_magazine_free_pfns
2019-07-21 Mike Rapoporthexagon: switch to generic version of pte allocation
2019-07-21 Linus TorvaldsMerge tag 'ntb-5.3' of git://github.com/jonmason/ntb
2019-07-21 Al Virotypo fix: it's d_make_root, not d_make_inode...
2019-07-21 Rob Herringdt-bindings: pinctrl: stm32: Fix missing 'clocks' prope...
2019-07-21 Rob Herringdt-bindings: iio: ad7124: Fix dtc warnings in example
2019-07-21 Rob Herringdt-bindings: iio: avia-hx711: Fix avdd-supply typo...
2019-07-21 Rob Herringdt-bindings: pinctrl: aspeed: Fix AST2500 example errors
2019-07-21 Rob Herringdt-bindings: pinctrl: aspeed: Fix 'compatible' schema...
2019-07-21 Rob Herringdt-bindings: riscv: Limit cpus schema to only check...
2019-07-21 Rob Herringdt-bindings: Ensure child nodes are of type 'object'
2019-07-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2019-07-20 Linus TorvaldsMerge tag 'dma-mapping-5.3-1' of git://git.infradead...
2019-07-20 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2019-07-20 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2019-07-20 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git....
2019-07-20 Linus TorvaldsMerge branch 'smp-urgent-for-linus' of git://git./linux...
2019-07-20 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2019-07-20 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2019-07-20 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-07-20 Linus TorvaldsMerge tag 'kbuild-v5.3-2' of git://git./linux/kernel...
next