summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/mpi: mpi_read_buffer(): fix buffer overflowNicolai Stange2016-04-051-10/+3
* lib/mpi: mpi_read_buffer(): replace open coded endian conversionNicolai Stange2016-04-051-15/+12
* lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbsNicolai Stange2016-04-051-10/+8
* lib/mpi: mpi_write_sgl(): replace open coded endian conversionNicolai Stange2016-04-051-16/+11
* lib/mpi: mpi_write_sgl(): fix out-of-bounds stack accessNicolai Stange2016-04-051-5/+1
* lib/mpi: mpi_write_sgl(): purge redundant pointer arithmeticNicolai Stange2016-04-051-2/+1
* lib/mpi: mpi_write_sgl(): fix style issue with lzero decrementNicolai Stange2016-04-051-2/+2
* lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbsNicolai Stange2016-04-051-12/+9
* crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski2016-04-051-10/+10
* crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski2016-04-051-12/+138
* crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski2016-04-051-8/+7
* MAINTAINERS: Add a new maintainer for the CCP driverTom Lendacky2016-04-051-0/+1
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
* PKCS#7: fix missing break on OID_sha224 caseColin Ian King2016-04-051-0/+1
* crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla2016-04-051-1/+1
* crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9
* hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski2016-04-051-1/+8
* hwrng: exynos - Fix unbalanced PM runtime put on timeout error pathKrzysztof Kozlowski2016-04-051-3/+7
* hwrng: exynos - Runtime suspend device after initKrzysztof Kozlowski2016-04-051-1/+2
* crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in KconfigPeter Meerwald2016-04-051-3/+3
* crypto: af_alg - add async support to algif_aeadTadeusz Struk2016-04-051-31/+237
* hwrng: bcm63xx - fix device tree compilationÁlvaro Fernández Rojas2016-04-051-0/+1
* sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
* Linux 4.6-rc2v4.6-rc2Linus Torvalds2016-04-031-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-0312-35/+98
|\
| * perf/x86/amd/ibs: Fix pmu::stop() nestingPeter Zijlstra2016-03-311-7/+45
| * perf/core: Don't leak event in the syscall error pathAlexander Shishkin2016-03-311-0/+1
| * perf/core: Fix time tracking bug with multiplexingPeter Zijlstra2016-03-311-2/+12
| * Merge tag 'perf-urgent-for-mingo-20160330' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-03-312-15/+11
| |\
| | * perf jit: genelf makes assumptions about endianAnton Blanchard2016-03-301-14/+10
| | * perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
| |/
| * Merge tag 'perf-urgent-for-mingo-20160329' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-03-304-7/+22
| |\
| | * perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...Arnaldo Carvalho de Melo2016-03-294-7/+22
| |/
| * Merge tag 'perf-urgent-for-mingo-20160328' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-03-291-0/+2
| |\
| | * perf tools: Fix build break on powerpcSukadev Bhattiprolu2016-03-281-0/+2
| |/
| * perf/x86: Move events_sysfs_show() outside CPU_SUP_INTELHuang Rui2016-03-251-3/+3
| * Merge tag 'perf-urgent-for-mingo-20160324' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-03-252-1/+2
| |\
| | * perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...Arnaldo Carvalho de Melo2016-03-241-0/+1
| | * perf tests: Fix tarpkg build test error output redirectionArnaldo Carvalho de Melo2016-03-241-1/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-04-039-58/+158
|\ \
| * | MAINTAINERS: Update my email addressMasami Hiramatsu2016-04-011-1/+1
| * | locking/lockdep: Print chain_key collision informationAlfredo Alvarez Fernandez2016-03-311-2/+77
| * | uapi/linux/stddef.h: Provide __always_inline to userspace headersDenys Vlasenko2016-03-301-0/+4
| * | tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.shSedat Dilek2016-03-301-4/+8
| * | locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker2016-03-292-21/+18
| * | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-293-34/+33
| * | locking/atomic: Introduce atomic_fetch_or()Frederic Weisbecker2016-03-291-0/+21
* | | v4l2-mc: avoid warning about unused variableLinus Torvalds2016-04-031-1/+1
OpenPOWER on IntegriCloud