summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-12-25x86/cpufeatures: Make CPU bugs stickyThomas Gleixner
2017-12-25x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner
2017-12-25x86/paravirt: Dont patch flush_tlb_singleThomas Gleixner
2017-12-25x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-25x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski
2017-12-25x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski
2017-12-25x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski
2017-12-25x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski
2017-12-25x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski
2017-12-25x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski
2017-12-25x86/espfix/64: Stop assuming that pt_regs is on the entry stackAndy Lutomirski
2017-12-25x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski
2017-12-25x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski
2017-12-25x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski
2017-12-25x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski
2017-12-25x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski
2017-12-25x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski
2017-12-25x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski
2017-12-25x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski
2017-12-25x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski
2017-12-25x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-12-25x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski
2017-12-25x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski
2017-12-25x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf
2017-12-25x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski
2017-12-25x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky
2017-12-25x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin
2017-12-25locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-12-25perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen
2017-12-25x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek
2017-12-25x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri
2017-12-25x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross
2017-12-25x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross
2017-12-25ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse
2017-12-25x86/cpufeatures: Fix various details in the feature definitionsIngo Molnar
2017-12-25x86/cpufeatures: Re-tabulate the X86_FEATURE definitionsIngo Molnar
2017-12-25x86/mm: Define _PAGE_TABLE using _KERNPG_TABLEBorislav Petkov
2017-12-25x86/cpuid: Replace set/clear_bit32()Thomas Gleixner
2017-12-25x86/entry/64: Shorten TEST instructionsBorislav Petkov
2017-12-25x86/traps: Use a new on_thread_stack() helper to clean up an assertionAndy Lutomirski
2017-12-25x86/entry/64: Remove thread_struct::sp0Andy Lutomirski
2017-12-25x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski
2017-12-25x86/entry/64: Remove all remaining direct thread_struct::sp0 readsAndy Lutomirski
2017-12-25x86/entry/64: Stop initializing TSS.sp0 at bootAndy Lutomirski
2017-12-25x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski
2017-12-25x86/entry: Add task_top_of_stack() to find the top of a task's stackAndy Lutomirski
2017-12-25x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-12-25x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0()Andy Lutomirski
2017-12-25x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski