linux-msdos.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-25 20:23:46 to 2017-05-05 18:17:11 UTC [more...]

[PATCH v7 00/26] x86: Enable User-Mode Instruction Prevention
 2017-05-05 18:17 UTC  (14+ messages)
` [PATCH v7 01/26] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
` [PATCH v7 02/26] x86/mm: Relocate page fault error codes to traps.h
` [PATCH v7 03/26] x86/mpx: Use signed variables to compute effective addresses
` [PATCH v7 04/26] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
` [PATCH v7 05/26] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
` [PATCH v7 06/26] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
` [PATCH v7 07/26] x86/insn-eval: Do not BUG on invalid register type
` [PATCH v7 08/26] x86/insn-eval: Add a utility function to get register offsets
` [PATCH v7 09/26] x86/insn-eval: Add utility function to identify string instructions
` [PATCH v7 10/26] x86/insn-eval: Add utility functions to get segment selector
` [PATCH v7 11/26] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v7 12/26] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
` [PATCH v7 13/26] x86/insn-eval: Add function to get default params of code segment

[v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
 2017-05-05 17:28 UTC  (101+ messages)
` [v6 PATCH 01/21] x86/mpx: Use signed variables to compute effective addresses
` [v6 PATCH 02/21] x86/mpx: Do not use SIB index if index points to R/ESP
` [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
` [v6 PATCH 04/21] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
` [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
` [v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
` [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
` [v6 PATCH 09/21] x86/insn-eval: Add functions to get default operand and address sizes
` [v6 PATCH 10/21] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
` [v6 PATCH 11/21] insn/eval: Incorporate segment base in address computation
` [v6 PATCH 12/21] x86/insn: Support both signed 32-bit and 64-bit effective addresses
` [v6 PATCH 13/21] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [v6 PATCH 14/21] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
` [v6 PATCH 15/21] x86/mm: Relocate page fault error codes to traps.h
` [v6 PATCH 16/21] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v6 PATCH 17/21] x86: Add emulation code for UMIP instructions
` [v6 PATCH 18/21] x86/umip: Force a page fault when unable to copy emulated result to user
` [v6 PATCH 19/21] x86/traps: Fixup general protection faults caused by UMIP
` [v6 PATCH 20/21] x86: Enable User-Mode Instruction Prevention
` [v6 PATCH 21/21] selftests/x86: Add tests for "

[v5 00/20] x86: Enable User-Mode Instruction Prevention
 2017-03-07  0:26 UTC  (23+ messages)
` [v5 01/20] x86/mpx: Use signed variables to compute effective addresses
` [v5 02/20] x86/mpx: Do not use SIB index if index points to R/ESP
` [v5 03/20] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
` [v5 04/20] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [v5 05/20] x86/insn-eval: Add utility functions to get register offsets
` [v5 06/20] x86/insn-eval: Add utility functions to get segment selector
` [v5 07/20] x86/insn-eval: Add utility function to get segment descriptor
` [v5 08/20] x86/insn-eval: Add utility function to get segment descriptor base address
` [v5 09/20] x86/insn-eval: Add functions to get default operand and address sizes
` [v5 10/20] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
` [v5 11/20] insn/eval: Incorporate segment base in address computation
` [v5 12/20] x86/insn: Support both signed 32-bit and 64-bit effective addresses
` [v5 13/20] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [v5 14/20] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
` [v5 15/20] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v5 16/20] x86: Add emulation code for UMIP instructions
` [v5 17/20] x86/umip: Force a page fault when unable to copy emulated result to user
` [v5 18/20] x86/traps: Fixup general protection faults caused by UMIP
` [v5 19/20] x86: Enable User-Mode Instruction Prevention
` [v5 20/20] selftests/x86: Add tests for "

How to redirect LPT1 output to a disk file?
 2017-03-01 23:43 UTC  (3+ messages)

How to redirect LPT1 output to a disk file?
 2017-02-28 14:46 UTC 

[PATCH v4 00/17] x86: Enable User-Mode Instruction Prevention
 2017-02-24 19:45 UTC  (34+ messages)
` [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
      ` Coding style vs legibility [was Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP]
` [PATCH v4 02/17] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
` [PATCH v4 03/17] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [PATCH v4 04/17] x86/insn-eval: Add utility functions to get register offsets
` [PATCH v4 05/17] x86/insn-eval: Add utility function to get segment selector
` [PATCH v4 06/17] x86/insn-eval: Add utility function to get segment descriptor
` [PATCH v4 07/17] x86/insn-eval: Add utility function to get segment descriptor base address
` [PATCH v4 08/17] x86/insn-eval: Add functions to get default operand and address sizes
` [PATCH v4 09/17] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
` [PATCH v4 10/17] insn/eval: Incorporate segment base in address computation
` [PATCH v4 11/17] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [PATCH v4 12/17] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [PATCH v4 13/17] x86: Add emulation code for UMIP instructions
` [PATCH v4 14/17] x86/umip: Force a page fault when unable to copy emulated result to user
` [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
` [PATCH v4 16/17] x86: Enable User-Mode Instruction Prevention
` [PATCH v4 17/17] selftests/x86: Add tests for "

[v3 PATCH 00/10] x86: Enable User-Mode Instruction Prevention
 2017-02-01  1:01 UTC  (23+ messages)
` [v3 PATCH 03/10] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [v3 PATCH 04/10] x86/insn-kernel: Add a function to obtain register offset in ModRM
` [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings
` [v3 PATCH 06/10] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v3 PATCH 07/10] x86: Add emulation code for UMIP instructions
` [v3 PATCH 08/10] x86/traps: Fixup general protection faults caused by UMIP
` [v3 PATCH 09/10] x86: Enable User-Mode Instruction Prevention
` [v3 PATCH 10/10] selftests/x86: Add tests for "

[v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings (fwd)
 2017-01-27  3:35 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).