aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/umip.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25x86/umip: Downgrade warning messages to debug loglevelGravatar Borislav Petkov 1-4/+4
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Gravatar Joerg Roedel 1-6/+4
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Gravatar Ingo Molnar 1-1/+1
2021-03-15x86/insn: Rename insn_decode() to insn_decode_from_regs()Gravatar Borislav Petkov 1-1/+1
2020-09-07x86/umip: Factor out instruction decodingGravatar Joerg Roedel 1-22/+1
2020-09-07x86/umip: Factor out instruction fetchGravatar Joerg Roedel 1-20/+6
2020-08-20x86/umip: Add emulation/spoofing for SLDT and STR instructionsGravatar Brendan Shanks 1-13/+27
2020-04-15x86/umip: Make umip_insns staticGravatar Jason Yan 1-1/+1
2019-11-26Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Gravatar Linus Torvalds 1-6/+6
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+3
2019-11-07x86/umip: Make the comments vendor-agnosticGravatar Babu Moger 1-6/+6
2019-10-18x86: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-3/+3
2019-09-10x86/umip: Add emulation (spoofing) for UMIP covered instructions in 64-bit pr...Gravatar Brendan Shanks 1-27/+38
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 1-1/+1
2018-09-21signal/x86: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-7/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2017-11-23x86/umip: Fix insn_get_code_seg_params()'s return valueGravatar Borislav Petkov 1-1/+1
2017-11-21x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Gravatar Ricardo Neri 1-4/+58
2017-11-14x86/umip: Identify the STR and SLDT instructionsGravatar Ricardo Neri 1-8/+16
2017-11-08x86/umip: Force a page fault when unable to copy emulated result to userGravatar Ricardo Neri 1-2/+47
2017-11-08x86/umip: Add emulation code for UMIP instructionsGravatar Ricardo Neri 1-0/+321