summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: cbc - Export CBC implementationHerbert Xu2016-11-281-0/+146
* crypto: simd - Add simd skcipher helperHerbert Xu2016-11-281-0/+17
* crypto: cryptd - Add support for skcipherHerbert Xu2016-11-281-1/+12
* crypto: xts - Convert to skcipherHerbert Xu2016-11-281-2/+24
* crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+47
* hwrng: Make explicit that max >= 32 alwaysPrasannaKumar Muralidharan2016-11-211-2/+1
* crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-171-1/+1
* crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-131-7/+6
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-011-6/+0
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-6/+0
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-254-27/+168
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-254-0/+353
* crypto: ccp - fix typo "CPP"Paul Bolle2016-10-251-3/+3
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-251-4/+2
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-156-6/+29
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-106-6/+18
| * gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+11
* | Merge branch 'for-linus-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-141-1/+11
|\ \
| * | Btrfs: catch invalid free space treesOmar Sandoval2016-10-031-1/+11
* | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-0/+1
|\ \ \
| * | | vfs: add vfs_get_link() helperMiklos Szeredi2016-10-141-0/+1
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-145-63/+179
|\ \ \ \
| * | | | kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin2016-09-221-5/+10
| * | | | kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-094-63/+80
| * | | | EXPORT_SYMBOL() for asmAl Viro2016-08-071-0/+94
* | | | | Merge tag 'docs-4.9-2' of git://git.lwn.net/linuxLinus Torvalds2016-10-141-35/+42
|\ \ \ \ \
| * | | | | docs-rst: sphinxify 802.11 documentationJohannes Berg2016-10-111-35/+42
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-142-0/+109
|\ \ \ \ \
| * | | | | qedr: Add support for QP verbsRam Amrani2016-10-141-0/+34
| * | | | | qedr: Add support for PD,PKEY and CQ verbsRam Amrani2016-10-141-0/+19
| * | | | | qedr: Add support for user context verbsRam Amrani2016-10-141-0/+53
| * | | | | qedr: Add RoCE driver frameworkRam Amrani2016-10-141-0/+3
* | | | | | Merge tag 'acpi-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-3/+19
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'device-properties' and 'acpi-misc'Rafael J. Wysocki2016-10-141-3/+19
| |\ \ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ACPI / property: Allow holes in reference propertiesMika Westerberg2016-10-111-3/+19
* | | | | | | | Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-141-52/+52
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2016-10-141-52/+52
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpufreq: skip invalid entries when searching the frequencyAaro Koskinen2016-10-121-52/+52
* | | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-144-23/+188
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cgroup: add tracepoints for basic operationsTejun Heo2016-08-101-0/+163
| * | | | | | | | | | | cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-102-21/+6
| * | | | | | | | | | | kernfs: remove kernfs_path_len()Tejun Heo2016-08-101-4/+0
| * | | | | | | | | | | kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2016-08-102-6/+22
| * | | | | | | | | | | kernfs: add dummy implementation of kernfs_path_from_node()Tejun Heo2016-08-101-0/+5
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-141-23/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | percpu: improve generic percpu modify-return implementationNicholas Piggin2016-09-221-23/+30
* | | | | | | | | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-143-34/+45
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libata: remove <asm-generic/libata-portmap.h>Christoph Hellwig2016-09-222-8/+2
| * | | | | | | | | | | | Merge branch 'master' into for-4.9Tejun Heo2016-09-0661-213/+566
| |\ \ \ \ \ \ \ \ \ \ \ \