summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+7
|\
| * x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov2015-07-081-4/+7
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-014-15/+52
|\ \
| * | x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause2015-07-311-0/+1
| * | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-213-15/+51
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-017-14/+8
|\ \ \
| * | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-207-14/+8
* | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-012-0/+2
|\ \ \ \
| * | | | x86/kconfig: Enable CONFIG_JUMP_LABEL in the defconfigsPeter Zijlstra2015-08-122-0/+2
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0122-98/+47
|\ \ \ \ \
| * | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-1710-26/+3
| * | | | | x86/smpboot: Remove SIPI delays from cpu_up()Len Brown2015-08-171-2/+4
| * | | | | x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown2015-08-171-1/+0
| * | | | | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown2015-08-171-2/+1
| * | | | | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-171476-9976/+18201
| |\ \ \ \ \
| * | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-2110-67/+4
| * | | | | | x86/boot: Add hex output for debuggingKees Cook2015-07-072-0/+35
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01100-1384/+2197
|\ \ \ \ \ \ \
| * | | | | | | x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui2015-08-281-2/+0
| * | | | | | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-233-6/+12
| * | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-223-1/+51
| * | | | | | | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-222-0/+46
| * | | | | | | x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-221-9/+9
| * | | | | | | x86/asm/tsc: Add rdtscll() merge helperIngo Molnar2015-08-211-0/+3
| * | | | | | | selftests/x86: Add syscall_nt selftestAndy Lutomirski2015-08-182-1/+55
| * | | | | | | selftests/x86: Disable sigreturn_64Andy Lutomirski2015-08-181-2/+2
| * | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18576-3634/+7089
| |\ \ \ \ \ \ \
| * | | | | | | | x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
| * | | | | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-054-75/+0
| * | | | | | | | x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11
| * | | | | | | | x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2
| * | | | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-312-12/+12
| * | | | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-312-35/+37
| * | | | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-319-5/+11
| * | | | | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-312-11/+14
| * | | | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-315-94/+60
| * | | | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-312-78/+42
| * | | | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-312-28/+30
| * | | | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-315-30/+55
| * | | | | | | | selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernelsAndy Lutomirski2015-07-311-4/+7
| * | | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-318-8/+52
| * | | | | | | | selftests/x86, x86/ldt: Add a selftest for modify_ldt()Andy Lutomirski2015-07-312-1/+577
| * | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311004-6434/+12152
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86/build: Fix detection of GCC -mpreferred-stack-boundary supportAndy Lutomirski2015-07-221-3/+10
| * | | | | | | | | x86/selftests, x86/vm86: Improve entry_from_vm86 selftestAndy Lutomirski2015-07-211-8/+124
| * | | | | | | | | x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'Andy Lutomirski2015-07-211-7/+28
| * | | | | | | | | locking/spinlocks: Force inlining of spinlock opsDenys Vlasenko2015-07-211-15/+15
| * | | | | | | | | x86/entry/syscalls: Wire up 32-bit direct socket callsAndy Lutomirski2015-07-211-0/+15
| * | | | | | | | | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-212-89/+102
| * | | | | | | | | x86/entry/vm86: Preserve 'orig_ax'Brian Gerst2015-07-211-0/+2