summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'keys-sig' into keys-nextDavid Howells2016-04-1213-191/+281
| |\| |
| | * | X.509: Fix self-signed determinationDavid Howells2016-04-061-0/+9
| | * | X.509: Extract signature digest and make self-signed cert checks earlierDavid Howells2016-04-064-71/+110
| | * | PKCS#7: Make the signature a pointer rather than embedding itDavid Howells2016-04-064-48/+55
| | * | X.509: Retain the key verification dataDavid Howells2016-04-065-66/+67
| | * | KEYS: Add identifier pointers to public_key_signature structDavid Howells2016-04-062-0/+5
| | * | KEYS: Allow authentication data to be stored in an asymmetric keyDavid Howells2016-04-067-14/+43
| | * | X.509: Whitespace cleanupDavid Howells2016-04-061-2/+2
| | |/
| * | Merge branch 'keys-misc' into keys-nextDavid Howells2016-04-1211-50/+428
| |\ \
| | * | KEYS: Add KEYCTL_DH_COMPUTE commandMat Martineau2016-04-128-0/+233
| | * | Security: Keys: Big keys stored encryptedKirill Marinushkin2016-04-122-18/+184
| | * | KEYS: user_update should use copy of payload made during preparsingDavid Howells2016-04-121-31/+11
| | * | security: integrity: Remove select to deleted option PUBLIC_KEY_ALGO_RSAAndreas Ziegler2016-04-121-1/+0
| |/ /
* | | Yama: use atomic allocations when reportingSasha Levin2016-05-041-2/+2
* | | seccomp: Fix comment typoMickaël Salaün2016-05-041-1/+1
* | | ima: add support for creating files using the mknodat syscallMimi Zohar2016-05-014-1/+37
* | | ima: fix ima_inode_post_setattrMimi Zohar2016-05-012-1/+2
* | | vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-011-8/+21
* | | fs: fix over-zealous use of "const"Kees Cook2016-04-271-1/+1
* | | LSM: LoadPin for kernel file loading restrictionsKees Cook2016-04-219-0/+233
* | | fs: define a string representation of the kernel_read_file_id enumerationMimi Zohar2016-04-211-6/+25
* | | Yama: consolidate error reportingKees Cook2016-04-211-10/+21
* | | string_helpers: add kstrdup_quotable_fileKees Cook2016-04-212-0/+33
* | | string_helpers: add kstrdup_quotable_cmdlineKees Cook2016-04-212-0/+35
* | | string_helpers: add kstrdup_quotableKees Cook2016-04-212-0/+30
|/ /
* / security: drop the unused hook skb_owned_byPaolo Abeni2016-04-112-2/+0
|/
* 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-304-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