summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon13-27/+27
2017-12-25locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon1-0/+1
2017-12-25bpf: fix build issues on um due to mising bpf_perf_event.hDaniel Borkmann1-0/+1
2017-12-25perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2-1/+27
2017-12-25x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2-2/+6
2017-12-25x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri1-0/+1
2017-12-25drivers/misc/intel/pti: Rename the header file to free up the namespaceIngo Molnar2-4/+4
2017-12-25x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross11-31/+40
2017-12-25x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross12-61/+81
2017-12-25ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse3-30/+27
2017-12-25selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski1-1/+9
2017-12-25selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski1-16/+37
2017-12-25x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar1-75/+74
2017-12-25x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar1-254/+254
2017-12-25x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov1-2/+1
2017-12-25bitops: Revert cbe96375025e ("bitops: Add clear/set_bit32() to linux/bitops.h")Thomas Gleixner1-26/+0
2017-12-25x86/cpuid: Replace set/clear_bit32()Thomas Gleixner1-15/+11
2017-12-25x86/entry/64: Shorten TEST instructionsBorislav Petkov1-2/+2
2017-12-25x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski2-2/+7
2017-12-25x86/entry/64: Remove thread_struct::sp0Andy Lutomirski4-20/+16
2017-12-25x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski1-2/+1
2017-12-25x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski4-4/+10
2017-12-25x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski2-4/+17
2017-12-25x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski1-3/+14
2017-12-25x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski1-0/+2
2017-12-25x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski8-25/+20
2017-12-25x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski5-10/+21
2017-12-25x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski1-12/+18
2017-12-25xen, x86/entry/64: Add xen NMI trap entryJuergen Gross4-4/+4
2017-12-25x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski1-52/+0
2017-12-25x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski1-4/+7
2017-12-25x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski1-3/+3
2017-12-25x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski1-3/+11
2017-12-25x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski1-8/+5
2017-12-25x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski2-6/+27
2017-12-25x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski2-20/+15
2017-12-25x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski3-11/+27
2017-12-25x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski1-3/+2
2017-12-25ptrace,x86: Make user_64bit_mode() available to 32-bit buildsRicardo Neri1-1/+5
2017-12-25x86/boot: Relocate definition of the initial state of CR0Ricardo Neri3-6/+3
2017-12-25x86/mm: Relocate page fault error codes to traps.hRicardo Neri2-54/+52
2017-12-25x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU featuresGayatri Kammela2-0/+12
2017-12-25x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_...Baoquan He2-6/+6
2017-12-25x86/build: Beautify build log of syscall headersMasahiro Yamada1-2/+2
2017-12-25x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf3-3/+3
2017-12-25ACPI / APEI: remove the unused dead-code for SEA/NMI notification typeDongjiu Geng1-28/+5
2017-12-25x86/xen: Drop 5-level paging support code from the XEN_PV codeKirill A. Shutemov1-99/+60
2017-12-25x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XE...Kirill A. Shutemov1-5/+6
2017-12-25x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin4-24/+83
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov3-7/+26