summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen2015-09-141-10/+174
| * | | | | x86/fpu: Add C structures for AVX-512 state componentsDave Hansen2015-09-141-0/+33
| * | | | | x86/fpu: Rework YMM definitionDave Hansen2015-09-141-5/+11
| * | | | | x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen2015-09-144-14/+33
| * | | | | x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen2015-09-141-3/+13
| * | | | | x86/fpu: Remove 'xfeature_nr'Dave Hansen2015-09-141-16/+8
| * | | | | x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen2015-09-142-6/+9
| * | | | | x86/fpu: Rename XFEATURES_NR_MAXDave Hansen2015-09-142-3/+3
| * | | | | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-1423-82/+103
| * | | | | x86/fpu: Remove partial LWP support definitionsDave Hansen2015-09-141-5/+0
| * | | | | x86/fpu: Remove XSTATE_RESERVEDave Hansen2015-09-142-16/+59
| * | | | | x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2015-09-143-11/+21
| * | | | | x86/fpu: Print xfeature buffer size in decimalDave Hansen2015-09-141-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-041-6/+11
|\ \ \ \ \
| * | | | | x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko2015-09-281-6/+11
* | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-043-8/+22
|\ \ \ \ \ \
| * | | | | | x86/cpu: Add CLZERO detectionWan Zongshun2015-11-012-1/+5
| * | | | | | x86/Kconfig/cpus: Fix/complete CPU type help textsBorislav Petkov2015-10-211-7/+17
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-043-5/+5
|\ \ \ \ \ \ \
| * | | | | | | x86/early_printk: Set __iomem address space for IOAndy Shevchenko2015-10-131-2/+2
| * | | | | | | x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko2015-09-301-1/+1
| * | | | | | | x86: Deinline early_console_register, save 403 bytesDenys Vlasenko2015-09-301-1/+1
| * | | | | | | x86/e820: Deinline e820_type_to_string, save 126 bytesDenys Vlasenko2015-09-301-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-042-9/+0
|\ \ \ \ \ \ \
| * | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang2015-10-122-9/+0
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-0433-974/+698
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski2015-10-181-2/+2
| * | | | | | | | x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-183-8/+17
| * | | | | | | | um/x86: Fix build after x86 syscall changesAndy Lutomirski2015-10-141-0/+4
| * | | | | | | | x86/asm: Remove the xyz_cfi macros from dwarf2.hAndy Lutomirski2015-10-141-93/+0
| * | | | | | | | x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov2015-10-111-0/+6
| * | | | | | | | x86/entry: Split and inline syscall_return_slowpath()Andy Lutomirski2015-10-091-21/+29
| * | | | | | | | x86/entry: Split and inline prepare_exit_to_usermode()Andy Lutomirski2015-10-091-15/+28
| * | | | | | | | x86/entry: Use pt_regs_to_thread_info() in syscall entry tracingAndy Lutomirski2015-10-091-11/+11
| * | | | | | | | x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRYAndy Lutomirski2015-10-091-2/+4
| * | | | | | | | x86/entry: Micro-optimize compat fast syscall arg fetchAndy Lutomirski2015-10-091-2/+14
| * | | | | | | | x86/entry: Force inlining of 32-bit syscall codeAndy Lutomirski2015-10-091-3/+5
| * | | | | | | | x86/entry: Make irqs_disabled checks in exit code depend on lockdepAndy Lutomirski2015-10-091-3/+3
| * | | | | | | | x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscallsAndy Lutomirski2015-10-091-7/+11
| * | | | | | | | x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-092-4/+0
| * | | | | | | | x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-093-100/+51
| * | | | | | | | x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-091-21/+13
| * | | | | | | | x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-091-3/+15
| * | | | | | | | x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2015-10-092-5/+60
| * | | | | | | | x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-092-36/+62
| * | | | | | | | x86/entry: Add C code for fast system call entriesAndy Lutomirski2015-10-091-0/+43
| * | | | | | | | x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-092-39/+19
| * | | | | | | | x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski2015-10-091-0/+43
| * | | | | | | | x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-095-9/+11
| * | | | | | | | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-094-9/+14