org.kernel.vger.linux-msdos archive

552 archived articles, newest first (page 3 of 6). Latest articles →

[PATCH v7 08/26] x86/insn-eval: Add a utility function to get register offsets
Fri, 5 May 2017 11:17:06 -0700
Ricardo Neri <[email protected]> • #5715
[PATCH v7 05/26] x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
Fri, 5 May 2017 11:17:03 -0700
Ricardo Neri <[email protected]> • #5714
[PATCH v7 19/26] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
Fri, 5 May 2017 11:17:17 -0700
Ricardo Neri <[email protected]> • #5713
[PATCH v7 18/26] x86/insn-eval: Add support to resolve 16-bit addressing encodings
Fri, 5 May 2017 11:17:16 -0700
Ricardo Neri <[email protected]> • #5712
[PATCH v7 21/26] x86: Add emulation code for UMIP instructions
Fri, 5 May 2017 11:17:19 -0700
Ricardo Neri <[email protected]> • #5711
[PATCH v7 22/26] x86/umip: Force a page fault when unable to copy emulated result to user
Fri, 5 May 2017 11:17:20 -0700
Ricardo Neri <[email protected]> • #5710
[PATCH v7 04/26] x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
Fri, 5 May 2017 11:17:02 -0700
Ricardo Neri <[email protected]> • #5709
[PATCH v7 07/26] x86/insn-eval: Do not BUG on invalid register type
Fri, 5 May 2017 11:17:05 -0700
Ricardo Neri <[email protected]> • #5708
[PATCH v7 15/26] x86/insn-eval: Incorporate segment base and limit in linear address computation
Fri, 5 May 2017 11:17:13 -0700
Ricardo Neri <[email protected]> • #5707
[PATCH v7 09/26] x86/insn-eval: Add utility function to identify string instructions
Fri, 5 May 2017 11:17:07 -0700
Ricardo Neri <[email protected]> • #5706
[PATCH v7 06/26] x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
Fri, 5 May 2017 11:17:04 -0700
Ricardo Neri <[email protected]> • #5705
[PATCH v7 11/26] x86/insn-eval: Add utility function to get segment descriptor
Fri, 5 May 2017 11:17:09 -0700
Ricardo Neri <[email protected]> • #5704
[PATCH v7 13/26] x86/insn-eval: Add function to get default params of code segment
Fri, 5 May 2017 11:17:11 -0700
Ricardo Neri <[email protected]> • #5703
[PATCH v7 10/26] x86/insn-eval: Add utility functions to get segment selector
Fri, 5 May 2017 11:17:08 -0700
Ricardo Neri <[email protected]> • #5702
[PATCH v7 24/26] x86: Enable User-Mode Instruction Prevention
Fri, 5 May 2017 11:17:22 -0700
Ricardo Neri <[email protected]> • #5701
[PATCH v7 12/26] x86/insn-eval: Add utility functions to get segment descriptor base address and limit
Fri, 5 May 2017 11:17:10 -0700
Ricardo Neri <[email protected]> • #5700
[PATCH v7 14/26] x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 5
Fri, 5 May 2017 11:17:12 -0700
Ricardo Neri <[email protected]> • #5699
[PATCH v7 26/26] selftests/x86: Add tests for instruction str and sldt
Fri, 5 May 2017 11:17:24 -0700
Ricardo Neri <[email protected]> • #5698
[PATCH v7 25/26] selftests/x86: Add tests for User-Mode Instruction Prevention
Fri, 5 May 2017 11:17:23 -0700
Ricardo Neri <[email protected]> • #5697
[PATCH v7 16/26] x86/insn-eval: Support both signed 32-bit and 64-bit effective addresses
Fri, 5 May 2017 11:17:14 -0700
Ricardo Neri <[email protected]> • #5696
[PATCH v7 23/26] x86/traps: Fixup general protection faults caused by UMIP
Fri, 5 May 2017 11:17:21 -0700
Ricardo Neri <[email protected]> • #5695
[PATCH v7 20/26] x86/cpufeature: Add User-Mode Instruction Prevention definitions
Fri, 5 May 2017 11:17:18 -0700
Ricardo Neri <[email protected]> • #5694
[PATCH v7 17/26] x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode
Fri, 5 May 2017 11:17:15 -0700
Ricardo Neri <[email protected]> • #5693
[PATCH v7 03/26] x86/mpx: Use signed variables to compute effective addresses
Fri, 5 May 2017 11:17:01 -0700
Ricardo Neri <[email protected]> • #5692
[PATCH v7 01/26] ptrace,x86: Make user_64bit_mode() available to 32-bit builds
Fri, 5 May 2017 11:16:59 -0700
Ricardo Neri <[email protected]> • #5691
[PATCH v7 00/26] x86: Enable User-Mode Instruction Prevention
Fri, 5 May 2017 11:16:58 -0700
Ricardo Neri <[email protected]> • #5690
Re: [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Fri, 5 May 2017 19:28:47 +0200
Borislav Petkov <[email protected]> • #5689
Re: [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Fri, 5 May 2017 19:19:40 +0200
Borislav Petkov <[email protected]> • #5688
Re: [v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
Thu, 4 May 2017 13:02:30 +0200
Borislav Petkov <[email protected]> • #5687
Re: [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
Sun, 30 Apr 2017 19:15:27 +0200
Borislav Petkov <[email protected]> • #5686
Re: [v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
Fri, 28 Apr 2017 12:40:21 +0200
Borislav Petkov <[email protected]> • #5685
Re: [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Thu, 27 Apr 2017 15:49:58 -0700
Ricardo Neri <[email protected]> • #5684
Re: [v6 PATCH 12/21] x86/insn: Support both signed 32-bit and 64-bit effective addresses
Wed, 26 Apr 2017 20:33:46 -0700
Ricardo Neri <[email protected]> • #5683
Re: [v6 PATCH 11/21] insn/eval: Incorporate segment base in address computation
Wed, 26 Apr 2017 18:31:17 -0700
Ricardo Neri <[email protected]> • #5682
Re: [v6 PATCH 10/21] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
Wed, 26 Apr 2017 18:29:59 -0700
Ricardo Neri <[email protected]> • #5681
Re: [v6 PATCH 09/21] x86/insn-eval: Add functions to get default operand and address sizes
Wed, 26 Apr 2017 18:07:40 -0700
Ricardo Neri <[email protected]> • #5680
Re: [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Wed, 26 Apr 2017 15:52:41 -0700
Ricardo Neri <[email protected]> • #5679
Re: [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Wed, 26 Apr 2017 15:37:44 -0700
Ricardo Neri <[email protected]> • #5678
Re: [v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
Wed, 26 Apr 2017 14:51:56 -0700
Ricardo Neri <[email protected]> • #5677
Re: [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
Wed, 26 Apr 2017 13:47:28 -0700
Ricardo Neri <[email protected]> • #5676
Re: [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
Wed, 26 Apr 2017 13:44:43 -0700
Ricardo Neri <[email protected]> • #5675
Re: [v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
Wed, 26 Apr 2017 11:13:44 -0700
Ricardo Neri <[email protected]> • #5674
Re: [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Wed, 26 Apr 2017 10:05:42 +0200
Borislav Petkov <[email protected]> • #5673
Re: [v6 PATCH 04/21] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Tue, 25 Apr 2017 19:05:53 -0700
Ricardo Neri <[email protected]> • #5672
Re: [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Tue, 25 Apr 2017 19:04:20 -0700
Ricardo Neri <[email protected]> • #5671
Re: [v6 PATCH 01/21] x86/mpx: Use signed variables to compute effective addresses
Tue, 25 Apr 2017 18:40:15 -0700
Ricardo Neri <[email protected]> • #5670
Re: [v6 PATCH 02/21] x86/mpx: Do not use SIB index if index points to R/ESP
Tue, 25 Apr 2017 18:39:24 -0700
Ricardo Neri <[email protected]> • #5669
Re: [v6 PATCH 12/21] x86/insn: Support both signed 32-bit and 64-bit effective addresses
Tue, 25 Apr 2017 15:51:50 +0200
Borislav Petkov <[email protected]> • #5668
Re: [v6 PATCH 11/21] insn/eval: Incorporate segment base in address computation
Fri, 21 Apr 2017 16:55:33 +0200
Borislav Petkov <[email protected]> • #5667
Re: [v6 PATCH 10/21] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
Fri, 21 Apr 2017 12:52:58 +0200
Borislav Petkov <[email protected]> • #5666
Re: [v6 PATCH 09/21] x86/insn-eval: Add functions to get default operand and address sizes
Thu, 20 Apr 2017 15:06:49 +0200
Borislav Petkov <[email protected]> • #5665
Re: [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
Thu, 20 Apr 2017 10:25:33 +0200
Borislav Petkov <[email protected]> • #5664
Re: [v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
Wed, 19 Apr 2017 12:26:36 +0200
Borislav Petkov <[email protected]> • #5663
Re: [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
Tue, 18 Apr 2017 11:42:21 +0200
Borislav Petkov <[email protected]> • #5662
Re: [v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
Wed, 12 Apr 2017 18:28:50 +0200
Borislav Petkov <[email protected]> • #5661
Re: [v6 PATCH 04/21] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
Wed, 12 Apr 2017 12:03:08 +0200
Borislav Petkov <[email protected]> • #5660
Re: [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
Wed, 12 Apr 2017 00:08:16 +0200
Borislav Petkov <[email protected]> • #5659
Re: [v6 PATCH 01/21] x86/mpx: Use signed variables to compute effective addresses
Tue, 11 Apr 2017 23:56:01 +0200
Borislav Petkov <[email protected]> • #5658
Re: [v6 PATCH 02/21] x86/mpx: Do not use SIB index if index points to R/ESP
Tue, 11 Apr 2017 13:31:26 +0200
Borislav Petkov <[email protected]> • #5657
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 4 Apr 2017 11:03:48 +0300
Stas Sergeev <[email protected]> • #5656
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 04 Apr 2017 08:08:07 +0200
Alexandre Julliard <[email protected]> • #5655
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Mon, 03 Apr 2017 19:05:36 -0700
Ricardo Neri <[email protected]> • #5654
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Mon, 03 Apr 2017 19:02:28 -0700
Ricardo Neri <[email protected]> • #5653
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Sat, 01 Apr 2017 10:49:56 -0700
"H. Peter Anvin" <[email protected]> • #5652
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Sat, 1 Apr 2017 16:08:43 +0300
Stas Sergeev <[email protected]> • #5651
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 31 Mar 2017 19:18:18 -0700
Andy Lutomirski <[email protected]> • #5650
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Sat, 1 Apr 2017 00:26:39 +0300
Stas Sergeev <[email protected]> • #5649
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 31 Mar 2017 16:11:58 +0200
Alexandre Julliard <[email protected]> • #5648
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Thu, 30 Mar 2017 18:33:55 -0700
Ricardo Neri <[email protected]> • #5647
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Thu, 30 Mar 2017 13:10:59 +0300
Stas Sergeev <[email protected]> • #5646
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 29 Mar 2017 22:14:08 -0700
Ricardo Neri <[email protected]> • #5645
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 14 Mar 2017 00:25:38 +0300
Stas Sergeev <[email protected]> • #5644
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 29 Mar 2017 23:55:28 +0300
Stas Sergeev <[email protected]> • #5643
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 28 Mar 2017 21:38:04 -0700
Ricardo Neri <[email protected]> • #5642
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Tue, 28 Mar 2017 12:38:24 +0300
Stas Sergeev <[email protected]> • #5641
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Mon, 27 Mar 2017 16:46:39 -0700
Ricardo Neri <[email protected]> • #5640
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 17:22:28 -0800
Ricardo Neri <[email protected]> • #5639
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 16:13:10 -0800
Ricardo Neri <[email protected]> • #5638
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 15:59:56 -0800
Ricardo Neri <[email protected]> • #5637
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Sat, 11 Mar 2017 02:58:36 +0300
Stas Sergeev <[email protected]> • #5636
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 15:58:27 -0800
Ricardo Neri <[email protected]> • #5635
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 15:47:08 -0800
Ricardo Neri <[email protected]> • #5634
Re: [v6 PATCH 21/21] selftests/x86: Add tests for User-Mode Instruction Prevention
Fri, 10 Mar 2017 15:38:18 -0800
Ricardo Neri <[email protected]> • #5633
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Sat, 11 Mar 2017 00:37:19 +0300
Stas Sergeev <[email protected]> • #5632
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 13:04:51 -0800
Andy Lutomirski <[email protected]> • #5631
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 13:30:06 +0300
Stas Sergeev <[email protected]> • #5630
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 06:17:45 -0800
Andy Lutomirski <[email protected]> • #5629
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 14:33:53 +0300
Stas Sergeev <[email protected]> • #5628
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Thu, 9 Mar 2017 18:41:43 -0800
Andy Lutomirski <[email protected]> • #5627
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Thu, 9 Mar 2017 18:39:38 -0800
Andy Lutomirski <[email protected]> • #5626
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 01:01:18 +0300
Stas Sergeev <[email protected]> • #5625
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 01:10:03 +0300
Stas Sergeev <[email protected]> • #5624
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Fri, 10 Mar 2017 01:05:57 +0300
Stas Sergeev <[email protected]> • #5623
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 08 Mar 2017 17:15:22 -0800
Ricardo Neri <[email protected]> • #5622
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 08 Mar 2017 17:11:49 -0800
Ricardo Neri <[email protected]> • #5621
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 08 Mar 2017 16:46:39 -0800
Ricardo Neri <[email protected]> • #5620
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 19:29:31 +0300
Stas Sergeev <[email protected]> • #5619
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 08:46:20 -0800
Andy Lutomirski <[email protected]> • #5618
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 19:53:58 +0300
Stas Sergeev <[email protected]> • #5617
Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
Wed, 8 Mar 2017 08:06:23 -0800
Andy Lutomirski <[email protected]> • #5616
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.