| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: omap - convert to new crypto engine API | Corentin LABBE | 2018-02-15 | 3 | -12/+36 |
* | crypto: engine - Permit to enqueue all async requests | Corentin LABBE | 2018-02-15 | 2 | -166/+203 |
* | crypto: doc - document crypto engine API | Corentin LABBE | 2018-02-15 | 1 | -0/+48 |
* | crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_report | Jia-Ju Bai | 2018-02-15 | 1 | -1/+1 |
* | crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt... | Jia-Ju Bai | 2018-02-15 | 1 | -1/+1 |
* | crypto: sha512-mb - remove HASH_FIRST flag | Eric Biggers | 2018-02-15 | 2 | -32/+6 |
* | crypto: sha256-mb - remove HASH_FIRST flag | Eric Biggers | 2018-02-15 | 2 | -29/+6 |
* | crypto: sha1-mb - remove HASH_FIRST flag | Eric Biggers | 2018-02-15 | 2 | -30/+6 |
* | crypto: mcryptd - remove pointless wrapper functions | Eric Biggers | 2018-02-15 | 2 | -35/+4 |
* | hwrng: imx-rngc - make symbol imx_rngc_pm_ops static | weiyongjun \(A\) | 2018-02-15 | 1 | -1/+1 |
* | MAINTAINERS: update ccree entry | Gilad Ben-Yossef | 2018-02-15 | 1 | -3/+2 |
* | crypto: ccree - add FIPS support | Gilad Ben-Yossef | 2018-02-15 | 5 | -2/+176 |
* | crypto: ccree - add AEAD support | Gilad Ben-Yossef | 2018-02-15 | 7 | -1/+3710 |
* | crypto: ccree - add ahash support | Gilad Ben-Yossef | 2018-02-15 | 7 | -3/+2686 |
* | crypto: ccree - add skcipher support | Gilad Ben-Yossef | 2018-02-15 | 7 | -2/+1339 |
* | crypto: ccree - introduce CryptoCell driver | Gilad Ben-Yossef | 2018-02-15 | 22 | -0/+3784 |
* | staging: ccree: rename staging ver and mark as broken | Gilad Ben-Yossef | 2018-02-15 | 2 | -3/+3 |
* | crypto: hash - Require export/import in ahash | Kamil Konieczny | 2018-02-15 | 1 | -16/+2 |
* | crypto: bfin_crc - Add empty hash export and import | Kamil Konieczny | 2018-02-15 | 1 | -0/+12 |
* | crypto: ux500/hash - Add empty export and import | Kamil Konieczny | 2018-02-15 | 1 | -0/+18 |
* | crypto: n2 - Add empty hash export and import | Kamil Konieczny | 2018-02-15 | 1 | -0/+12 |
* | crypto: mxs-dcp - Add empty hash export and import | Kamil Konieczny | 2018-02-15 | 1 | -0/+14 |
* | crypto: s5p-sss - Fix kernel Oops in AES-ECB mode | Kamil Konieczny | 2018-02-15 | 1 | -3/+9 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-02-12 | 7 | -111/+146 |
|\ |
|
| * | crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate | Artem Savkov | 2018-02-08 | 1 | -2/+2 |
| * | crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate | Artem Savkov | 2018-02-08 | 1 | -1/+1 |
| * | crypto: caam - fix endless loop when DECO acquire fails | Horia Geantă | 2018-02-08 | 1 | -2/+6 |
| * | crypto: sha3-generic - Use __optimize to support old compilers | Geert Uytterhoeven | 2018-02-08 | 1 | -1/+1 |
| * | compiler-gcc.h: __nostackprotector needs gcc-4.4 and up | Geert Uytterhoeven | 2018-02-08 | 1 | -2/+1 |
| * | compiler-gcc.h: Introduce __optimize function attribute | Geert Uytterhoeven | 2018-02-08 | 2 | -0/+8 |
| * | crypto: sha3-generic - deal with oversize stack frames | Ard Biesheuvel | 2018-02-08 | 1 | -100/+118 |
| * | crypto: talitos - fix Kernel Oops on hashing an empty file | LEROY Christophe | 2018-02-08 | 1 | -0/+4 |
| * | crypto: sha512-mb - initialize pending lengths correctly | Eric Biggers | 2018-02-08 | 1 | -4/+6 |
* | | Linux 4.16-rc1v4.16-rc1 | Linus Torvalds | 2018-02-12 | 1 | -2/+2 |
* | | unify {de,}mangle_poll(), get rid of kernel-side POLL... | Al Viro | 2018-02-11 | 8 | -142/+47 |
* | | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 297 | -913/+913 |
* | | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-02-11 | 8 | -40/+47 |
|\ \ |
|
| * | | annotate ep_scan_ready_list() | Al Viro | 2018-02-01 | 1 | -11/+13 |
| * | | ep_send_events_proc(): return result via esed->res | Al Viro | 2018-02-01 | 1 | -7/+10 |
| * | | preparation to switching ->poll() to returning EPOLL... | Al Viro | 2018-02-01 | 1 | -1/+2 |
| * | | add EPOLLNVAL, annotate EPOLL... and event_poll->event | Al Viro | 2018-02-01 | 1 | -16/+17 |
| * | | use linux/poll.h instead of asm/poll.h | Al Viro | 2018-02-01 | 3 | -3/+3 |
| * | | xen: fix poll misannotation | Al Viro | 2018-02-01 | 1 | -1/+1 |
| * | | smc: missing poll annotations | Al Viro | 2018-02-01 | 1 | -1/+1 |
* | | | Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2018-02-11 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | xtensa: fix build with KASAN | Max Filippov | 2018-02-11 | 1 | -0/+2 |
* | | | | Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-02-11 | 3 | -10/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | nios2: defconfig: Cleanup from old Kconfig options | Krzysztof Kozlowski | 2018-02-11 | 2 | -2/+0 |
| * | | | nios2: dts: Remove leading 0x and 0s from bindings notation | Mathieu Malaterre | 2018-02-11 | 1 | -8/+8 |
* | | | | Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-10 | 1 | -2/+3 |
|\ \ \ \ |
|