summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/cio: Remove tracing for rchp instructionFarhan Ali2019-05-082-24/+0
* s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
* latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik2019-05-081-1/+1
* s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2019-05-072-1/+2
* Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-0735-223/+1081
|\
| * selftests: build and run gpio when output directory is the src dirShuah Khan2019-04-231-0/+9
| * selftests/ipc: Fix msgque compiler warningsKees Cook2019-04-201-5/+6
| * selftests/efivarfs: clean up test files from test_create*()Po-Hsu Lin2019-04-201-19/+13
| * selftests: fix headers_install circular dependencyShuah Khan2019-04-202-10/+80
| * selftests/kexec: update get_secureboot_modeMimi Zohar2019-04-171-20/+66
| * selftests/kexec: make kexec_load test independent of IMA being enabledMimi Zohar2019-04-171-8/+16
| * selftests/kexec: check kexec_load and kexec_file_load are enabledMimi Zohar2019-04-172-0/+13
| * selftests/kexec: Add missing '=y' to config optionsPetr Vorel2019-04-171-4/+3
| * selftests/kexec: kexec_file_load syscall testMimi Zohar2019-04-174-3/+304
| * selftests/kexec: define "require_root_privileges"Mimi Zohar2019-04-172-3/+8
| * selftests/kexec: define common logging functionsMimi Zohar2019-04-172-14/+35
| * selftests/kexec: define a set of common functionsMimi Zohar2019-04-173-14/+42
| * selftests/kexec: cleanup the kexec selftestMimi Zohar2019-04-171-9/+9
| * selftests/kexec: move the IMA kexec_load selftest to selftests/kexecMimi Zohar2019-04-174-1/+1
| * selftests/harness: Add 30 second timeout per testKees Cook2019-04-171-0/+2
| * selftests/seccomp: Handle namespace failures gracefullyKees Cook2019-04-171-20/+23
| * selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin2019-04-091-17/+21
| * selftests: efivarfs: remove the test_create_read file if it was existZhangXiaoxu2019-04-091-0/+4
| * rseq/selftests: Adapt number of threads to the number of detected cpusMathieu Desnoyers2019-04-091-2/+5
| * lib: Add test module for strscpy_padTobin C. Harding2019-04-096-1/+159
| * lib/string: Add strscpy_pad() functionTobin C. Harding2019-04-092-7/+44
| * lib: Use new kselftest headerTobin C. Harding2019-04-092-34/+9
| * kselftest: Add test module framework headerTobin C. Harding2019-04-092-2/+140
| * kselftest: Add test runner creation scriptTobin C. Harding2019-04-094-50/+88
| * lib/test_printf: Add empty module_exit functionTobin C. Harding2019-04-091-0/+6
| * selftest/gpio: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
| * selftest/rseq: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
| * selftest/timers: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
| * selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta2019-04-091-2/+0
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-07322-4248/+5973
|\ \
| * | crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef2019-05-031-1/+1
| * | crypto: ccree - remove set but not used variable 'du_size'YueHaibing2019-05-031-8/+0
| * | crypto: ccree - Make cc_sec_disable staticYueHaibing2019-05-031-1/+1
| * | crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King2019-05-031-1/+1
| * | crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15
| * | crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-032-68/+45
| * | crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18
| * | crypto: stm32/cryp - update to return iv_outLionel Debieve2019-05-031-0/+20
| * | crypto: stm32/cryp - remove request mutex protectionLionel Debieve2019-05-031-19/+7
| * | crypto: stm32/cryp - add weak key check for DESLionel Debieve2019-05-032-2/+12
| * | crypto: atmel - remove set but not used variable 'alg_name'YueHaibing2019-05-031-3/+0
| * | crypto: picoxcell - Use dev_get_drvdata()Kefeng Wang2019-05-031-1/+1
| * | crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2019-05-032-5/+2
| * | crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter2019-05-033-15/+10
| * | crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter2019-05-031-10/+21