summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/umip.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86/umip: Factor out instruction decodingJoerg Roedel2020-09-071-22/+1
* x86/umip: Factor out instruction fetchJoerg Roedel2020-09-071-20/+6
* x86/umip: Add emulation/spoofing for SLDT and STR instructionsBrendan Shanks2020-08-201-13/+27
* x86/umip: Make umip_insns staticJason Yan2020-04-151-1/+1
*-. Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Linus Torvalds2019-11-261-6/+6
|\ \
| * | x86/umip: Make the comments vendor-agnosticBabu Moger2019-11-071-6/+6
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-3/+3
|\ \ | |/ |/|
| * x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3
* | x86/umip: Add emulation (spoofing) for UMIP covered instructions in 64-bit pr...Brendan Shanks2019-09-101-27/+38
|/
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
* signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-211-7/+1
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-231-1/+1
* x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
* x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
* x86/umip: Force a page fault when unable to copy emulated result to userRicardo Neri2017-11-081-2/+47
* x86/umip: Add emulation code for UMIP instructionsRicardo Neri2017-11-081-0/+321