summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: increase user memory slots to 509Igor Mammedov2014-11-141-1/+1
* KVM: x86: MOV to CR3 can set bit 63Nadav Amit2014-11-071-0/+1
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-071-0/+1
* KVM: x86: Enable Intel AVX-512 for guestChao Peng2014-11-031-0/+1
* KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit2014-11-031-0/+1
* KVM: x86: some apic broadcast modes does not workNadav Amit2014-11-031-1/+1
* sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-281-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-242-1/+17
|\
| * kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-10-241-0/+2
| * KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-241-1/+1
| * KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-241-0/+14
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-231-21/+10Star
|\ \ | |/ |/|
| * Merge branch 'next' into efi-next-mergeMatt Fleming2014-10-031-21/+10Star
| |\
| | * efi: Delete the in_nmi() conditional runtime lockingMatt Fleming2014-10-031-2/+0Star
| | * x86/efi: Mark initialization code as suchMathias Krause2014-10-031-10/+10
| | * x86/efi: Unexport add_efi_memmap variableMathias Krause2014-10-031-1/+0Star
| | * x86/efi: Remove unused efi_call* macrosMathias Krause2014-10-031-10/+0Star
| | * efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2014-10-031-0/+2
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-191-1/+0Star
|\ \ \
| * | | kprobes/x86: Remove stale ARCH_SUPPORTS_KPROBES_ON_FTRACE defineAnton Blanchard2014-10-171-1/+0Star
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-182-12/+1Star
|\ \ \ \
| * | | | x86: use generic dma-contiguous.hZubair Lutfullah Kakakhel2014-09-222-12/+1Star
* | | | | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-153-9/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-281-1/+1
| * | | | uv: Replace __get_cpu_varChristoph Lameter2014-08-261-5/+5
| * | | | x86: Replace __get_cpu_var usesChristoph Lameter2014-08-262-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-2/+3
|\ \ \ \
| * | | | x86: Reject x32 executables if x32 ABI not supportedBen Hutchings2014-10-081-2/+3
| | |_|/ | |/| |
* | | | Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-142-1/+10
|\ \ \ \
| * | | | x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski2014-09-081-1/+5
| * | | | x86: Split syscall_trace_enter into two phasesAndy Lutomirski2014-09-081-0/+5
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-143-5/+2Star
|\ \ \ \ \
| * | | | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-1/+0Star
| * | | | | x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-161-1/+2
| * | | | | x86: Remove set_pmd_pfnMatthew Wilcox2014-09-011-3/+0Star
| |/ / / /
* | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-141-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'microcode_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2014-08-241-1/+1
| |\ \ \ \ \
| | * | | | | x86, microcode, intel: Fix total_size computationHenrique de Moraes Holschuh2014-07-281-1/+1
* | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86, fpu: Change __thread_fpu_begin() to use use_eager_fpu()Oleg Nesterov2014-09-021-1/+1
* | | | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-10-142-24/+67
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Add more disabled featuresDave Hansen2014-09-112-22/+14Star
| * | | | | | | | x86: Introduce disabled-featuresDave Hansen2014-09-112-0/+55
| * | | | | | | | x86: Axe the lightly-used cpu_has_paeDave Hansen2014-09-111-4/+0Star
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+12Star
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/tty/serial/8250: Clean up the asm/serial.h include file a bitIngo Molnar2014-09-061-12/+12
| * | | | | | | | x86/tty/serial/8250: Resolve missing-field-initializers warningsMark Rustad2014-09-061-4/+4
| * | | | | | | | x86: Remove obsolete comment in uapi/e820.hRoss Zwisler2014-08-211-5/+0Star
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-131-0/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-092-2/+9
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |