aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-04-17x86/irq/32: Rename hard/softirq_stack to hard/softirq_stack_ptrThomas Gleixner2-11/+12
2019-04-17x86/dumpstack/64: Speedup in_exception_stack()Thomas Gleixner1-31/+51
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner4-16/+29
2019-04-17x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2-9/+9
2019-04-17x86/cpu: Remove orig_ist arrayThomas Gleixner1-6/+0
2019-04-17x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner1-28/+7
2019-04-17x86/dumpstack/64: Use cpu_entry_area instead of orig_istThomas Gleixner1-12/+27
2019-04-17x86/irq/64: Use cpu entry area instead of orig_istThomas Gleixner1-6/+7
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-1/+1
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner4-16/+19
2019-04-17x86/idt: Remove unused macro SISTGThomas Gleixner1-4/+0
2019-04-17x86/irq/64: Sanitize the top/bottom confusionThomas Gleixner1-11/+11
2019-04-17x86/irq/64: Remove a hardcoded irq_stack_union accessAndy Lutomirski1-2/+1
2019-04-17x86/dumpstack: Fix off-by-one errors in stack identificationAndy Lutomirski2-4/+4
2019-04-17x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner1-5/+14
2019-04-16perf/x86: Support outputting XMM registersKan Liang1-7/+20
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TJian-Hong Pan1-0/+21
2019-04-16x86/build/lto: Fix truncated .bss with -fdata-sectionsSami Tolvanen1-1/+1
2019-04-14x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
2019-04-14x86/stacktrace: Remove the pointless ULONG_MAX markerThomas Gleixner1-12/+2
2019-04-14x86/resctrl: Do not repeat rdtgroup mode initializationXiaochen Shen1-1/+2
2019-04-12x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior1-0/+5
2019-04-12x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpathSebastian Andrzej Siewior1-12/+13
2019-04-12x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()Sebastian Andrzej Siewior1-12/+22
2019-04-12x86/fpu: Add a fastpath to __fpu__restore_sig()Sebastian Andrzej Siewior1-2/+21
2019-04-12x86/fpu: Defer FPU state load until return to userspaceRik van Riel5-50/+117
2019-04-12x86/fpu: Merge the two code paths in __fpu__restore_sig()Sebastian Andrzej Siewior1-85/+54
2019-04-12x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior1-13/+49
2019-04-11x86/fpu: Inline copy_user_to_fpregs_zeroing()Sebastian Andrzej Siewior1-1/+19
2019-04-11x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOADRik van Riel1-1/+11
2019-04-11x86/fpu: Always store the registers in copy_fpstate_to_sigframe()Rik van Riel1-5/+14
2019-04-10x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov1-1/+2
2019-04-10x86/ima: add missing includeMimi Zohar1-0/+1
2019-04-10x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn1-35/+36
2019-04-10x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2-13/+11
2019-04-10x86/fpu: Make __raw_xsave_addr() use a feature number instead of maskSebastian Andrzej Siewior1-11/+11
2019-04-10x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior2-4/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior7-83/+35
2019-04-10x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior1-4/+0
2019-04-09x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior1-27/+8
2019-04-09x86/fpu: Always init the state in fpu__clear()Sebastian Andrzej Siewior1-3/+2
2019-04-09x86/fpu: Remove preempt_disable() in fpu__clear()Sebastian Andrzej Siewior1-2/+0
2019-04-09x86/fpu: Remove fpu__restore()Sebastian Andrzej Siewior3-30/+2
2019-04-09x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior2-28/+17
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig2-26/+0
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov10-23/+23
2019-04-07PM / arch: x86: MSR_IA32_ENERGY_PERF_BIAS sysfs interfaceRafael J. Wysocki1-4/+89
2019-04-07PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handlingRafael J. Wysocki5-53/+132
2019-04-05x86/kexec/crash: Use struct_size() in vzalloc()Gustavo A. R. Silva1-2/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-18/+18