Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-01-30 | x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable" | Colin Ian King | 1 | -1/+1 |
2018-01-30 | x86/spectre: Report get_user mitigation for spectre_v1 | Dan Williams | 1 | -1/+1 |
2018-01-30 | nl80211: Sanitize array index in parse_txq_params | Dan Williams | 1 | -3/+6 |
2018-01-30 | vfs, fdtable: Prevent bounds-check bypass via speculative execution | Dan Williams | 1 | -1/+4 |
2018-01-30 | x86/syscall: Sanitize syscall table de-references under speculation | Dan Williams | 1 | -1/+4 |
2018-01-30 | x86/get_user: Use pointer masking to limit speculation | Dan Williams | 1 | -0/+10 |
2018-01-30 | x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec | Dan Williams | 4 | -14/+14 |
2018-01-30 | x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} | Dan Williams | 1 | -4/+4 |
2018-01-30 | x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec | Dan Williams | 1 | -0/+9 |
2018-01-30 | x86: Introduce barrier_nospec | Dan Williams | 2 | -2/+5 |
2018-01-30 | x86: Implement array_index_mask_nospec | Dan Williams | 1 | -0/+24 |