summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86, tls: Interpret an all-zero struct user_desc as "no segment"Andy Lutomirski2015-01-221-0/+13
* x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski2015-01-221-7/+2
* x86, mpx: Fix potential performance issue on unmapsDave Hansen2015-01-221-1/+19
* x86/xen: Override ACPI IRQ management callback __acpi_unregister_gsiJiang Liu2015-01-201-0/+1
* Merge tag 'pr-20141223-x86-vdso' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-01-011-2/+4
|\
| * x86, vdso: Use asm volatile in __getcpuAndy Lutomirski2014-12-231-2/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2014-12-201-4/+4
|\ \ | |/ |/|
| * x86/spinlock: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2014-12-181-4/+4
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-195-59/+71
|\ \
| * | x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu2014-12-161-0/+2
| * | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-162-34/+19
| * | x86, irq: Move PCI MSI related code from io_apic.c into msi.cJiang Liu2014-12-162-4/+3
| * | x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner2014-12-161-1/+2
| * | x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu2014-12-161-13/+16
| * | x86, irq: Introduce helpers to access struct irq_cfgJiang Liu2014-12-161-0/+2
| * | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()Jiang Liu2014-12-161-2/+2
| * | x86, irq: Refine hw_irq.h to prepare for irqdomain supportJiang Liu2014-12-161-43/+51
| * | x86, irq: Convert irq_2_pin list to generic listYinghai Lu2014-12-161-1/+1
| * | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-161-1/+1
| * | x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu2014-12-161-0/+1
| * | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu2014-12-161-0/+1
| * | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2014-12-161-2/+2
| * | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2014-12-161-2/+2
| * | x86: Avoid building unused IRQ entry stubsJan Beulich2014-12-162-1/+8
| * | x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-162-3/+2
| * | x86, irq: Provide empty send_cleanup_vector() stub for UP buildsJiang Liu2014-12-161-0/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-191-0/+7
|\ \ \
| * | | x86/tls: Don't validate lm in set_thread_area() after allAndy Lutomirski2014-12-181-0/+7
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-12-184-4/+43
|\ \ \ \
| * | | | KVM: move APIC types to arch/x86/Paolo Bonzini2014-12-181-0/+10
| * | | | kvm: vmx: add MSR logic for XSAVESWanpeng Li2014-12-051-0/+1
| * | | | kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li2014-12-052-1/+7
| * | | | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li2014-12-052-0/+2
| * | | | kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-241-1/+1
| * | | | KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-241-23/+0
| * | | | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-0/+23
| * | | | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-0/+16
| * | | | 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
| | |_|/ | |/| |
* | | | Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...Linus Torvalds2014-12-162-14/+51
|\ \ \ \
| * | | | xen: introduce helper functions to do safe read and write accessesJuergen Gross2014-12-081-1/+15
| * | | | xen: switch to linear virtual mapped sparse p2m listJuergen Gross2014-12-041-4/+16
| * | | | xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross2014-12-041-6/+20
| * | | | x86: Introduce function to get pmd entry pointerJuergen Gross2014-12-041-0/+1
| * | | | xen: Delay invalidating extra memoryJuergen Gross2014-12-041-0/+3
| * | | | xen: Delay remapping memory of pv-domainJuergen Gross2014-12-041-1/+0
OpenPOWER on IntegriCloud