aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nospec.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-05seccomp: Move speculation migitation control to arch codeGravatar Thomas Gleixner 1-0/+2
2018-05-03nospec: Allow getting/setting on non-current taskGravatar Kees Cook 1-2/+5
2018-05-03prctl: Add speculation control prctlsGravatar Thomas Gleixner 1-0/+5
2018-02-17nospec: Include <asm/barrier.h> dependencyGravatar Dan Williams 1-0/+1
2018-02-17nospec: Allow index argument to have const-qualified typeGravatar Rasmus Villemoes 1-2/+1
2018-02-17nospec: Kill array_index_nospec_mask_check()Gravatar Dan Williams 1-21/+1
2018-02-15nospec: Move array_index_nospec() parameter checking into separate macroGravatar Will Deacon 1-15/+21
2018-01-30array_index_nospec: Sanitize speculative array de-referencesGravatar Dan Williams 1-0/+72