summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-02-20crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper1-2/+4
2016-02-20crypto: crc32c-pclmul - use .rodata instead of .rotataNicolas Iooss1-1/+1
2016-01-31x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-01-31x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2-4/+58
2016-01-31x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu1-1/+1
2016-01-31x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-31KVM: x86: correctly print #AC in tracesPaolo Bonzini1-1/+1
2016-01-31KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini1-5/+6
2016-01-31KVM: svm: unconditionally intercept #DBPaolo Bonzini1-11/+3
2016-01-31KVM: VMX: fix SMEP and SMAP without EPTRadim Krčmář1-9/+10
2016-01-31x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)1-1/+2
2016-01-31x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj1-0/+11
2016-01-31x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel6-1/+19
2016-01-31x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin1-7/+10
2016-01-31x86/mpx: Fix instruction decoder conditionDave Hansen1-3/+3
2016-01-31x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown1-4/+5
2015-12-09x86/mpx: Fix 32-bit address space calculationDave Hansen1-5/+17
2015-12-09x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen1-1/+24
2015-12-09x86/fpu: Fix 32-bit signal frame handlingDave Hansen1-6/+5
2015-12-09x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han1-1/+0
2015-12-09x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-12-09x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2-5/+15
2015-12-09x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov3-9/+27
2015-12-09x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur1-1/+1
2015-12-09KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup3-1/+13
2015-12-09KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek1-1/+3
2015-12-09KVM: x86: allow RSM from 64-bit modePaolo Bonzini1-5/+25
2015-12-09KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář1-4/+3
2015-12-09KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář2-0/+20
2015-12-09kvm: x86: zero EFER on INITPaolo Bonzini2-8/+6
2015-12-09kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář1-0/+2
2015-10-31x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski1-0/+3
2015-10-27x86/ioapic: Prevent NULL pointer dereference in setup_ioapic_dest()Werner Pawlitschko1-1/+3
2015-10-26x86/dma-mapping: Fix arch_dma_alloc_attrs() oops with NULL devVille Syrjälä1-2/+3
2015-10-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-12/+34
2015-10-20x86/mm, kasan: Silence KASAN warnings in get_wchan()Andrey Ryabinin1-3/+3
2015-10-19um: Do not rely on libc to provide modify_ldt()Hans-Werner Hilse1-1/+4
2015-10-19x86, kasan: Fix build failure on KASAN=y && KMEMCHECK=y kernelsAndrey Ryabinin1-3/+2
2015-10-19x86/smpboot: Fix CPU #1 boot timeoutLen Brown1-2/+6
2015-10-19x86/smpboot: Fix cpu_init_udelay=10000 corner case boot parameter misbehaviorLen Brown1-2/+5
2015-10-16x86/ioapic: Disable interrupts when re-routing legacy IRQsVitaly Kuznetsov1-0/+4
2015-10-16x86/setup: Extend low identity map to cover whole kernel rangePaolo Bonzini1-0/+8
2015-10-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-87/+90
2015-10-14KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini1-3/+7
2015-10-14KVM: x86: fix previous commit for 32-bitPaolo Bonzini1-1/+1
2015-10-14x86/efi: Fix multiple GOP device supportKővágó, Zoltán1-2/+6
2015-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2015-10-13KVM: x86: fix SMI to halted VCPUPaolo Bonzini1-0/+3
2015-10-13KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini1-10/+29
2015-10-13KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini1-32/+30