summaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/randomize_layout_plugin.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-24gcc-plugins: use KERNELVERSION for plugin versionMasahiro Yamada1-1/+1
2022-05-16gcc-plugins: randstruct: Remove cast exception handlingKees Cook1-76/+3
2022-05-16af_unix: Silence randstruct GCC plugin warningKees Cook1-2/+0
2022-05-16niu: Silence randstruct warningsKees Cook1-2/+0
2022-05-16big_keys: Use struct for internal payloadKees Cook1-2/+0
2022-05-10gcc-plugins: Change all version strings match kernelKees Cook1-1/+1
2022-04-13security: don't treat structure as an array of struct hlist_headBill Wendling1-2/+0
2020-12-04gcc-plugins: remove code for GCC versions older than 4.9Masahiro Yamada1-4/+0
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang1-5/+5
2018-03-31security: convert security hooks to use hlistSargun Dhillon1-2/+2
2018-02-05gcc-plugins: Use dynamic initializersKees Cook1-54/+21
2017-08-01randstruct: Enable function pointer struct detectionKees Cook1-3/+0
2017-06-22randstruct: Whitelist NIU struct page overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist big_key path struct overloadingKees Cook1-0/+2
2017-06-22randstruct: Whitelist UNIXCB castKees Cook1-0/+2
2017-06-22randstruct: Whitelist struct security_hook_heads castKees Cook1-0/+2
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook1-0/+1020