summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0514-9/+1146
|\
| * Merge branch 'merge/randstruct' into for-next/gcc-pluginsKees Cook2017-07-0414-9/+1146
| |\
| | * Merge branch 'for-next/gcc-plugin-infrastructure' into merge/randstructKees Cook2017-07-041-1/+1
| | |\
| | | * Fix English in description of GCC_PLUGIN_STRUCTLEAKJean Delvare2017-06-191-1/+1
| | * | ARM: Prepare for randomized task_structArnd Bergmann2017-06-303-7/+10
| | * | randstruct: Whitelist NIU struct page overloadingKees Cook2017-06-221-0/+2
| | * | randstruct: Whitelist big_key path struct overloadingKees Cook2017-06-221-0/+2
| | * | randstruct: Whitelist UNIXCB castKees Cook2017-06-221-0/+2
| | * | randstruct: Whitelist struct security_hook_heads castKees Cook2017-06-221-0/+2
| | * | gcc-plugins: Add the randstruct pluginKees Cook2017-06-2211-1/+1108
| | * | compiler: Add __designated_init annotationKees Cook2017-05-282-0/+12
| | * | gcc-plugins: Detail c-common.h location for GCC 4.6Kees Cook2017-05-281-0/+7
* | | | Merge tag 'pstore-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-058-111/+114
|\ \ \ \
| * | | | powerpc/nvram: use memdup_userGeliang Tang2017-06-271-9/+5
| * | | | pstore: use memdup_userGeliang Tang2017-06-271-7/+4
| * | | | pstore: Fix format string to use %u for record idKees Cook2017-05-311-11/+11
| * | | | pstore: Populate pstore record->time fieldKees Cook2017-05-314-15/+15
| * | | | pstore: Create common record initializerKees Cook2017-05-313-19/+28
| * | | | efi-pstore: Refactor erase routineKees Cook2017-05-311-46/+38
| * | | | pstore: Avoid potential infinite loopKees Cook2017-05-311-2/+6
| * | | | pstore: Fix leaked pstore_record in pstore_get_backend_records()Douglas Anderson2017-05-311-1/+3
| * | | | pstore: Don't warn if data is uncompressed and type is not PSTORE_TYPE_DMESGAnkit Kumar2017-05-311-1/+4
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-05101-2395/+9902
|\ \ \ \ \
| * | | | | apparmor: put back designators in struct initialisersStephen Rothwell2017-06-281-2/+2
| * | | | | Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris2017-06-272-25/+42
| |\ \ \ \ \
| | * | | | | seccomp: Switch from atomic_t to recount_tKees Cook2017-06-261-5/+5
| | * | | | | seccomp: Adjust selftests to avoid double-joinKees Cook2017-06-261-17/+34
| | * | | | | seccomp: Clean up core dump logicKees Cook2017-06-261-3/+3
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-06-2331-129/+2028
| |\ \ \ \ \
| | * | | | | selinux: enable genfscon labeling for tracefsJeff Vander Stoep2017-06-201-0/+1
| | * | | | | security/selinux: allow security_sb_clone_mnt_opts to enable/disable native l...Scott Mayhew2017-06-095-8/+63
| | * | | | | selinux: use kmem_cache for ebitmapJunil Lee2017-06-093-6/+27
| | * | | | | selinux: use pernet operations for hook registrationFlorian Westphal2017-06-021-4/+20
| | * | | | | selinux: Add a cache for quicker retreival of PKey SIDsDaniel Jurgens2017-05-235-3/+288
| | * | | | | selinux: Add IB Port SMP access vectorDaniel Jurgens2017-05-236-0/+83
| | * | | | | selinux: Implement Infiniband PKey "Access" access vectorDaniel Jurgens2017-05-236-0/+84
| | * | | | | selinux: Allocate and free infiniband security hooksDaniel Jurgens2017-05-232-1/+29
| | * | | | | selinux: Create policydb version for Infiniband supportDaniel Jurgens2017-05-233-24/+118
| | * | | | | IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-237-8/+195
| | * | | | | selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-235-0/+109
| | * | | | | IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-2312-9/+907
| | * | | | | IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens2017-05-233-0/+26
| | * | | | | selinux: Remove redundant check for unknown labeling behaviorMatthias Kaehlcke2017-05-231-16/+0
| | * | | | | selinux: log policy capability state when a policy is loadedStephen Smalley2017-05-233-11/+27
| | * | | | | selinux: do not check open permission on socketsStephen Smalley2017-05-231-3/+7
| | * | | | | selinux: add a map permission check for mmapStephen Smalley2017-05-232-1/+13
| | * | | | | selinux: only invoke capabilities and selinux for CAP_MAC_ADMIN checksStephen Smalley2017-05-231-8/+15
| | * | | | | selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring2017-05-231-17/+10
| | * | | | | selinux: Return directly after a failed memory allocation in policydb_index()Markus Elfring2017-05-231-10/+5
| | * | | | | selinux: Use task_alloc hook rather than task_create hookTetsuo Handa2017-05-231-2/+3