Series |
x86: enable FRED for x86-64
|
expand
-
[RFC,v2,00/32] x86: enable FRED for x86-64
-
[RFC,v2,01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
-
[RFC,v2,02/32] x86/traps: add a system interrupt table for system interrupt dispatch
-
[RFC,v2,03/32] x86/traps: add install_system_interrupt_handler()
-
[RFC,v2,04/32] x86/traps: add external_interrupt() to dispatch external interrupts
-
[RFC,v2,05/32] x86/traps: add exc_raise_irq() for VMX IRQ reinjection
-
[RFC,v2,06/32] x86/cpufeature: add the cpu feature bit for FRED
-
[RFC,v2,07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
-
[RFC,v2,08/32] x86/objtool: teach objtool about ERETU and ERETS
-
[RFC,v2,09/32] x86/cpu: add X86_CR4_FRED macro
-
[RFC,v2,10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
-
[RFC,v2,11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
-
[RFC,v2,12/32] x86/cpu: add MSR numbers for FRED configuration
-
[RFC,v2,13/32] x86/fred: header file for event types
-
[RFC,v2,14/32] x86/fred: header file with FRED definitions
-
[RFC,v2,15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
-
[RFC,v2,16/32] x86/fred: reserve space for the FRED stack frame
-
[RFC,v2,17/32] x86/fred: add a page fault entry stub for FRED
-
[RFC,v2,18/32] x86/fred: add a debug fault entry stub for FRED
-
[RFC,v2,19/32] x86/fred: add a NMI entry stub for FRED
-
[RFC,v2,20/32] x86/fred: add a machine check entry stub for FRED
-
[RFC,v2,21/32] x86/fred: FRED entry/exit and dispatch code
-
[RFC,v2,22/32] x86/fred: FRED initialization code
-
[RFC,v2,23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
-
[RFC,v2,24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
-
[RFC,v2,25/32] x86/fred: disallow the swapgs instruction when FRED is enabled
-
[RFC,v2,26/32] x86/fred: no ESPFIX needed when FRED is enabled
-
[RFC,v2,27/32] x86/fred: allow single-step trap and NMI when starting a new thread
-
[RFC,v2,28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
-
[RFC,v2,29/32] x86/ia32: do not modify the DPL bits for a null selector
-
[RFC,v2,30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
-
[RFC,v2,31/32] x86/fred: allow dynamic stack frame size
-
[RFC,v2,32/32] x86/fred: disable FRED by default in its early stage
|