aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2015-09-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-8/+25
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand1-0/+1
2015-09-25KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini1-1/+1
2015-09-25KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini1-6/+17
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini1-1/+2
2015-09-22x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin1-0/+10
2015-09-21KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2-0/+3
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+4
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-17/+10
2015-09-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-09-18kvm: svm: reset mmu on VCPU resetIgor Mammedov1-0/+1
2015-09-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-27/+72
2015-09-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+5
2015-09-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+14
2015-09-17x86/pci/dma: Fix gfp flags for coherent DMA memory allocationJunichi Nomura1-1/+1
2015-09-16x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse1-7/+10
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner3-14/+9
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-3/+1
2015-09-16KVM: vmx: fix VPID is 0000H in non-root operationWanpeng Li1-0/+2
2015-09-16KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2-0/+2
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-0/+1
2015-09-14x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li1-0/+7
2015-09-14x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner1-2/+3
2015-09-14x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross1-1/+0
2015-09-14x86/ldt: Fix small LDT allocation for XenJan Beulich1-2/+2
2015-09-14x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar1-11/+12
2015-09-13perf/x86/intel: Fix constraint accessPeter Zijlstra1-1/+4
2015-09-13x86/cpu: Print family/model/stepping in hexBorislav Petkov1-2/+2
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2-0/+2
2015-09-11perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the new logicAlexander Shishkin1-0/+1
2015-09-11locking/qspinlock/x86: Only emit the test-and-set fallback when building guest supportPeter Zijlstra1-1/+2
2015-09-11locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra1-4/+12
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-146/+45
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+7
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-19/+54
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig2-13/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-1/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-11/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2-53/+12
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-44/+7
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young11-20/+21
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-24/+6
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-08x86: use generic early mem copyMark Salter1-21/+1
2015-09-08mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-2/+4
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds9-156/+176