aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2012-01-12x86: Get rid of 'dubious one-bit signed bitfield' sprase warningAnton Vorontsov
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-01-11Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-11Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-06Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2012-01-06x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-01-06x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas
2012-01-06x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-01-04x86: Fix atomic64_xxx_cx8() functionsEric Dumazet
2012-01-04x86: Fix and improve cmpxchg_double{,_local}()Jan Beulich
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity
2011-12-27KVM: Add generic RDPMC supportAvi Kivity
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov
2011-12-27Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3Avi Kivity
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong
2011-12-27KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong
2011-12-23x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOSYinghai Lu
2011-12-23x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remappingYinghai Lu
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki
2011-12-21perf events: Enable raw event support for Intel unhalted_reference_cycles eventStephane Eranian
2011-12-21x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'Kevin Winchester