summary refs log tree commit diff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-11-06x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar
2017-11-06Merge branch 'x86/fpu' into x86/asm, to pick up fixIngo Molnar
2017-11-02x86/cpuid: Replace set/clear_bit32()Thomas Gleixner
2017-11-02x86/entry/64: Shorten TEST instructionsBorislav Petkov
2017-11-02x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski
2017-11-02x86/entry/64: Remove thread_struct::sp0Andy Lutomirski
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski
2017-11-02x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski
2017-11-02x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski
2017-11-02x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski
2017-11-02x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-11-02x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski
2017-11-02x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross
2017-11-02x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski
2017-11-02x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski
2017-11-02x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski
2017-11-02x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski
2017-11-02x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski
2017-11-02x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski
2017-11-02x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski
2017-11-02x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski
2017-11-02Merge branch 'x86/fpu' into x86/asmIngo Molnar
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar
2017-11-01ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri
2017-11-01x86/boot: Relocate definition of the initial state of CR0Ricardo Neri
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri
2017-10-31x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela
2017-10-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-10-30x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar
2017-10-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar
2017-10-24perf/x86/intel/bts: Fix exclusive event reference leakAlexander Shishkin
2017-10-23x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf
2017-10-23Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar
2017-10-23x86/unwind: Show function name+offset in ORC error messagesJosh Poimboeuf
2017-10-23x86/entry: Fix idtentry unwind hintJosh Poimboeuf
2017-10-22x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn'tBorislav Petkov
2017-10-20x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov
2017-10-20x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov
2017-10-20x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin
2017-10-20x86/entry: Use SYSCALL_DEFINE() macros for sys_modify_ldt()Dave Hansen
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-10-18x86/cpuid: Prevent out of bound access in do_clear_cpu_cap()Thomas Gleixner
2017-10-18x86/mm: Remove debug/x86/tlb_defer_switch_to_init_mmAndy Lutomirski