messages from 2016-11-10 06:46:01 to 2017-03-11 00:13:10 UTC [more...]
[v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
2017-03-11 0:13 UTC (50+ 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 (25+ messages)
` [v3 PATCH 01/10] x86/mpx: Do not use SIB index if index points to R/ESP
` [v3 PATCH 02/10] x86/mpx: Fail decoding when SIB baseR/EBP is and no displacement is used
` [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)
[v2 0/7] x86: enable User-Mode Instruction Prevention
2017-01-04 1:31 UTC (31+ messages)
` [v2 1/7] x86/mpx: Do not use SIB index if index points to R/ESP
` [v2 2/7] x86/mpx: Fail when implicit zero-displacement is used along with R/EBP
` [v2 3/7] x86/mpx, x86/insn: Relocate insn util functions to a new insn-utils
` [v2 4/7] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v2 5/7] x86: Add emulation code for UMIP instructions
` [v2 6/7] x86/traps: Fixup general protection faults caused by UMIP
` [v2 7/7] x86: Enable User-Mode Instruction Prevention
New DOSEMU Version
2017-01-03 17:15 UTC (5+ messages)
` Dosemu on 64 bit architectures
lag while printing and serial redirect
2016-12-28 20:04 UTC (19+ messages)
DOSEmu2 question
2016-12-01 11:04 UTC
[PATCH 0/4] x86: enable User-Mode Instruction Prevention
2016-11-14 18:36 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox