summaryrefslogtreecommitdiff
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | x86/fpu: Move XSAVE-disabling code to a helperDave Hansen2015-09-14
| | * | | | | | | | | | | | | | | | | | x86/fpu: Print xfeature buffer size in decimalDave Hansen2015-09-14
| | | |_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko2015-09-28
| * | | | | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | x86/cpu: Add CLZERO detectionWan Zongshun2015-11-01
| | * | | | | | | | | | | | | | | | | | | x86/Kconfig/cpus: Fix/complete CPU type help textsBorislav Petkov2015-10-21
| | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | x86/early_printk: Set __iomem address space for IOAndy Shevchenko2015-10-13
| | * | | | | | | | | | | | | | | | | | | x86/signal: Deinline get_sigframe, save 240 bytesDenys Vlasenko2015-09-30
| | * | | | | | | | | | | | | | | | | | | x86: Deinline early_console_register, save 403 bytesDenys Vlasenko2015-09-30
| | * | | | | | | | | | | | | | | | | | | x86/e820: Deinline e820_type_to_string, save 126 bytesDenys Vlasenko2015-09-30
| | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | x86/kexec: Remove obsolete 'in_crash_kexec' flagMinfei Huang2015-10-12
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | x86/entry/32: Fix FS and GS restore in opportunistic SYSEXITAndy Lutomirski2015-10-18
| | * | | | | | | | | | | | | | | | | | | x86/entry/32: Fix entry_INT80_32() to expect interrupts to be onAndy Lutomirski2015-10-18
| | * | | | | | | | | | | | | | | | | | | um/x86: Fix build after x86 syscall changesAndy Lutomirski2015-10-14
| | * | | | | | | | | | | | | | | | | | | x86/asm: Remove the xyz_cfi macros from dwarf2.hAndy Lutomirski2015-10-14
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Document sysenter_fix_flags's reason for existenceBorislav Petkov2015-10-11
| | * | | | | | | | | | | | | | | | | | | x86/entry: Split and inline syscall_return_slowpath()Andy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Split and inline prepare_exit_to_usermode()Andy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Use pt_regs_to_thread_info() in syscall entry tracingAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Hide two syscall entry assertions behind CONFIG_DEBUG_ENTRYAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Micro-optimize compat fast syscall arg fetchAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Force inlining of 32-bit syscall codeAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Make irqs_disabled checks in exit code depend on lockdepAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Remove unnecessary IRQ twiddling in fast 32-bit syscallsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/asm: Remove thread_info.sysenter_returnAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/32: Switch INT80 to the new C syscall pathAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/32: Open-code return tracking from fork and kthreadsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/compat: Implement opportunistic SYSRETL for compat syscallsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Add C code for fast system call entriesAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry: Add do_syscall_32(), a C function to do 32-bit syscallsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/syscalls: Give sys_call_ptr_t a useful typeAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/syscalls: Move syscall table declarations into asm/syscalls.hAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Remove most of the fast system call machineryAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Remove audit optimizationsAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entriesAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/elf/64: Clear more registers in elf_common_init()Andy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/vdso: Define BUILD_VDSO while building and emit .eh_frame in asmAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/asm: Re-add parts of the manual CFI infrastructureAndy Lutomirski2015-10-09
| | * | | | | | | | | | | | | | | | | | | x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski2015-10-07
| | * | | | | | | | | | | | | | | | | | | x86/entry/64/compat: After SYSENTER, move STI after the NT fixupAndy Lutomirski2015-10-07