org.kernel.vger.linux-msdos archive
552 archived articles, newest first (page 4 of 6). Latest articles →
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 08:07:54 -0800Re: [v6 PATCH 15/21] x86/mm: Relocate page fault error codes to traps.h
Wed, 8 Mar 2017 08:08:37 -0800Re: [v6 PATCH 21/21] selftests/x86: Add tests for User-Mode Instruction Prevention
Wed, 8 Mar 2017 07:56:20 -0800Re: [v6 PATCH 19/21] x86/traps: Fixup general protection faults caused by UMIP
Wed, 8 Mar 2017 07:54:51 -0800Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 17:08:54 +0300[v6 PATCH 04/21] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Tue, 7 Mar 2017 16:32:37 -0800[v6 PATCH 19/21] x86/traps: Fixup general protection faults caused by UMIP
Tue, 7 Mar 2017 16:32:52 -0800[v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
Tue, 7 Mar 2017 16:32:39 -0800[v6 PATCH 02/21] x86/mpx: Do not use SIB index if index points to R/ESP
Tue, 7 Mar 2017 16:32:35 -0800[v6 PATCH 20/21] x86: Enable User-Mode Instruction Prevention
Tue, 7 Mar 2017 16:32:53 -0800[v6 PATCH 13/21] x86/insn-eval: Add support to resolve 16-bit addressing encodings
Tue, 7 Mar 2017 16:32:46 -0800[v6 PATCH 12/21] x86/insn: Support both signed 32-bit and 64-bit effective addresses
Tue, 7 Mar 2017 16:32:45 -0800[v6 PATCH 14/21] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
Tue, 7 Mar 2017 16:32:47 -0800[v6 PATCH 10/21] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
Tue, 7 Mar 2017 16:32:43 -0800[v6 PATCH 17/21] x86: Add emulation code for UMIP instructions
Tue, 7 Mar 2017 16:32:50 -0800[v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
Tue, 7 Mar 2017 16:32:38 -0800[v6 PATCH 18/21] x86/umip: Force a page fault when unable to copy emulated result to user
Tue, 7 Mar 2017 16:32:51 -0800[v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Tue, 7 Mar 2017 16:32:41 -0800[v6 PATCH 15/21] x86/mm: Relocate page fault error codes to traps.h
Tue, 7 Mar 2017 16:32:48 -0800[v6 PATCH 01/21] x86/mpx: Use signed variables to compute effective addresses
Tue, 7 Mar 2017 16:32:34 -0800[v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Tue, 7 Mar 2017 16:32:36 -0800[v6 PATCH 21/21] selftests/x86: Add tests for User-Mode Instruction Prevention
Tue, 7 Mar 2017 16:32:54 -0800[v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 7 Mar 2017 16:32:33 -0800[v6 PATCH 11/21] insn/eval: Incorporate segment base in address computation
Tue, 7 Mar 2017 16:32:44 -0800[v6 PATCH 16/21] x86/cpufeature: Add User-Mode Instruction Prevention definitions
Tue, 7 Mar 2017 16:32:49 -0800[v6 PATCH 09/21] x86/insn-eval: Add functions to get default operand and address sizes
Tue, 7 Mar 2017 16:32:42 -0800[v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
Tue, 7 Mar 2017 16:32:40 -0800Re: [v5 17/20] x86/umip: Force a page fault when unable to copy emulated result to user
Mon, 06 Mar 2017 16:26:01 -0800Re: [v5 17/20] x86/umip: Force a page fault when unable to copy emulated result to user
Sun, 5 Mar 2017 08:18:32 -0800[v5 00/20] x86: Enable User-Mode Instruction Prevention
Fri, 3 Mar 2017 13:41:12 -0800[v5 02/20] x86/mpx: Do not use SIB index if index points to R/ESP
Fri, 3 Mar 2017 13:41:14 -0800[v5 01/20] x86/mpx: Use signed variables to compute effective addresses
Fri, 3 Mar 2017 13:41:13 -0800[v5 08/20] x86/insn-eval: Add utility function to get segment descriptor base address
Fri, 3 Mar 2017 13:41:20 -0800[v5 07/20] x86/insn-eval: Add utility function to get segment descriptor
Fri, 3 Mar 2017 13:41:19 -0800[v5 09/20] x86/insn-eval: Add functions to get default operand and address sizes
Fri, 3 Mar 2017 13:41:21 -0800[v5 10/20] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
Fri, 3 Mar 2017 13:41:22 -0800[v5 11/20] insn/eval: Incorporate segment base in address computation
Fri, 3 Mar 2017 13:41:23 -0800[v5 15/20] x86/cpufeature: Add User-Mode Instruction Prevention definitions
Fri, 3 Mar 2017 13:41:27 -0800[v5 12/20] x86/insn: Support both signed 32-bit and 64-bit effective addresses
Fri, 3 Mar 2017 13:41:24 -0800[v5 13/20] x86/insn-eval: Add support to resolve 16-bit addressing encodings
Fri, 3 Mar 2017 13:41:25 -0800[v5 14/20] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
Fri, 3 Mar 2017 13:41:26 -0800[v5 16/20] x86: Add emulation code for UMIP instructions
Fri, 3 Mar 2017 13:41:28 -0800[v5 17/20] x86/umip: Force a page fault when unable to copy emulated result to user
Fri, 3 Mar 2017 13:41:29 -0800[v5 18/20] x86/traps: Fixup general protection faults caused by UMIP
Fri, 3 Mar 2017 13:41:30 -0800[v5 20/20] selftests/x86: Add tests for User-Mode Instruction Prevention
Fri, 3 Mar 2017 13:41:32 -0800[v5 05/20] x86/insn-eval: Add utility functions to get register offsets
Fri, 3 Mar 2017 13:41:17 -0800[v5 04/20] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Fri, 3 Mar 2017 13:41:16 -0800[v5 19/20] x86: Enable User-Mode Instruction Prevention
Fri, 3 Mar 2017 13:41:31 -0800[v5 06/20] x86/insn-eval: Add utility functions to get segment selector
Fri, 3 Mar 2017 13:41:18 -0800[v5 03/20] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Fri, 3 Mar 2017 13:41:15 -0800Re: How to redirect LPT1 output to a disk file?
Wed, 1 Mar 2017 15:43:34 -0800Re: How to redirect LPT1 output to a disk file?
Tue, 28 Feb 2017 15:46:04 +0100Re: How to redirect LPT1 output to a disk file?
Tue, 28 Feb 2017 01:52:51 +0300How to redirect LPT1 output to a disk file?
Mon, 27 Feb 2017 14:32:40 -0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Fri, 24 Feb 2017 09:47:13 -0500Re: [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Fri, 24 Feb 2017 11:45:05 -0800Re: [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Fri, 24 Feb 2017 11:36:19 -0800Re: [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Fri, 24 Feb 2017 11:11:30 -0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Fri, 24 Feb 2017 11:07:27 -0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Fri, 24 Feb 2017 10:00:33 -0500Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Thu, 23 Feb 2017 18:41:44 -0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Thu, 23 Feb 2017 18:33:22 -0800Re: [PATCH v4 03/17] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Thu, 23 Feb 2017 14:18:04 -0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Thu, 23 Feb 2017 14:17:12 -0800Re: [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Thu, 23 Feb 2017 14:15:44 -0800Coding style vs legibility [was Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP]
Thu, 23 Feb 2017 07:47:50 -0500 (EST)Re: [PATCH v4 03/17] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Thu, 23 Feb 2017 18:54:23 +0800Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Thu, 23 Feb 2017 09:50:16 +0000Re: [PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Thu, 23 Feb 2017 10:27:24 +0100Re: [PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Thu, 23 Feb 2017 08:24:32 +0100[PATCH v4 06/17] x86/insn-eval: Add utility function to get segment descriptor
Wed, 22 Feb 2017 22:36:55 -0800[PATCH v4 08/17] x86/insn-eval: Add functions to get default operand and address sizes
Wed, 22 Feb 2017 22:36:57 -0800[PATCH v4 00/17] x86: Enable User-Mode Instruction Prevention
Wed, 22 Feb 2017 22:36:49 -0800[PATCH v4 02/17] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Wed, 22 Feb 2017 22:36:51 -0800[PATCH v4 01/17] x86/mpx: Do not use SIB index if index points to R/ESP
Wed, 22 Feb 2017 22:36:50 -0800[PATCH v4 07/17] x86/insn-eval: Add utility function to get segment descriptor base address
Wed, 22 Feb 2017 22:36:56 -0800[PATCH v4 04/17] x86/insn-eval: Add utility functions to get register offsets
Wed, 22 Feb 2017 22:36:53 -0800[PATCH v4 09/17] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
Wed, 22 Feb 2017 22:36:58 -0800[PATCH v4 13/17] x86: Add emulation code for UMIP instructions
Wed, 22 Feb 2017 22:37:02 -0800[PATCH v4 15/17] x86/traps: Fixup general protection faults caused by UMIP
Wed, 22 Feb 2017 22:37:04 -0800[PATCH v4 05/17] x86/insn-eval: Add utility function to get segment selector
Wed, 22 Feb 2017 22:36:54 -0800[PATCH v4 16/17] x86: Enable User-Mode Instruction Prevention
Wed, 22 Feb 2017 22:37:05 -0800[PATCH v4 11/17] x86/insn-eval: Add support to resolve 16-bit addressing encodings
Wed, 22 Feb 2017 22:37:00 -0800[PATCH v4 12/17] x86/cpufeature: Add User-Mode Instruction Prevention definitions
Wed, 22 Feb 2017 22:37:01 -0800[PATCH v4 14/17] x86/umip: Force a page fault when unable to copy emulated result to user
Wed, 22 Feb 2017 22:37:03 -0800[PATCH v4 17/17] selftests/x86: Add tests for User-Mode Instruction Prevention
Wed, 22 Feb 2017 22:37:06 -0800[PATCH v4 03/17] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Wed, 22 Feb 2017 22:36:52 -0800[PATCH v4 10/17] insn/eval: Incorporate segment base in address computation
Wed, 22 Feb 2017 22:36:59 -0800Re: [v3 PATCH 04/10] x86/insn-kernel: Add a function to obtain register offset in ModRM
Tue, 31 Jan 2017 17:01:33 -0800Re: [v3 PATCH 04/10] x86/insn-kernel: Add a function to obtain register offset in ModRM
Fri, 27 Jan 2017 16:53:31 +0900Re: [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings
Thu, 26 Jan 2017 19:44:23 -0800Re: [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings (fwd)
Thu, 26 Jan 2017 19:35:20 -0800Re: [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings
Thu, 26 Jan 2017 09:05:01 -0800Re: [v3 PATCH 04/10] x86/insn-kernel: Add a function to obtain register offset in ModRM
Wed, 25 Jan 2017 22:07:16 -0800Re: [v3 PATCH 07/10] x86: Add emulation code for UMIP instructions
Wed, 25 Jan 2017 21:54:50 -0800Re: [v3 PATCH 00/10] x86: Enable User-Mode Instruction Prevention
Wed, 25 Jan 2017 21:51:16 -0800Re: [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings
Wed, 25 Jan 2017 21:50:09 -0800Re: [v3 PATCH 03/10] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Thu, 26 Jan 2017 11:23:18 +0900Re: [v3 PATCH 04/10] x86/insn-kernel: Add a function to obtain register offset in ModRM
Thu, 26 Jan 2017 11:11:21 +0900Re: [v3 PATCH 05/10] x86/insn-kernel: Add support to resolve 16-bit addressing encodings
Wed, 25 Jan 2017 14:04:30 -0800
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.