summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-300/+633
2011-07-23Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-5085/+0
2011-07-23Merge branch 'for-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-6/+5
2011-07-23Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2-53/+18
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-30/+43
2011-07-23Merge branch 'stable/drivers' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1/+87
2011-07-23Merge branch 'stable/pci.cleanups.v1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-212/+164
2011-07-23Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2011-07-22asm-generic: move archictures to common delay.hJonas Bonn1-24/+1
2011-07-22x86/PCI: Preserve existing pci=bfsort whitelist for Dell systemsNarendra_K@Dell.com1-7/+7
2011-07-22x86/PCI: quirks: Use pci_dev->revisiontip-bot for Sergei Shtylyov1-3/+2
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-22x86/PCI: config space accessor functions should not ignore the segment argumentJan Beulich5-2/+14
2011-07-22x86/PCI: reduce severity of host bridge window conflict warningsBjorn Helgaas1-4/+3
2011-07-22x86/PCI: select direct access mode for mmconfig optionShaohua Li1-1/+1
2011-07-22lguest: Fix translation count about wikipedia's cpuid pageAdrian Knoth1-1/+1
2011-07-22lguest: Fix three simple typos in commentsAdrian Knoth2-2/+2
2011-07-22lguest: update commentsRusty Russell3-13/+27
2011-07-22lguest: remove remaining vmcallRusty Russell1-6/+2
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell3-9/+12
2011-07-22x86-64, vdso: Do not allocate memory for the vDSOAndy Lutomirski2-21/+19
2011-07-22clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin2-2/+4
2011-07-21x86: Make Dell Latitude E6420 use reboot=pciH. Peter Anvin1-0/+8
2011-07-21x86: Make Dell Latitude E5420 use reboot=pciDaniel J Blueman1-0/+8
2011-07-21x86, perf: Make copy_from_user_nmi() a library functionRobert Richter5-74/+48
2011-07-21x86, perf: P4 PMU - Fix typos in comments and style cleanupCyrill Gorcunov2-37/+31
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-21kexec, x86: Fix incorrect jump back address if not preserving contextHuang Ying2-0/+4
2011-07-21x86, config: Introduce an INTEL_MID configurationAlan Cox1-2/+13
2011-07-21x86, quirks: Use pci_dev->revisionSergei Shtylyov1-3/+2
2011-07-21x86, smpboot: Mark the names[] array in __inquire_remote_apic() as constGreg Dietsche1-1/+1
2011-07-21x86: Serialize EFI time accesses on rtc_lockJan Beulich1-6/+33
2011-07-21x86: Serialize SMP bootup CMOS accesses on rtc_lockJan Beulich1-0/+8
2011-07-21x86: Fix write lock scalability 64-bit issueJan Beulich6-28/+73
2011-07-21x86: Unify rwsem assembly implementationJan Beulich3-98/+60
2011-07-21x86: Unify rwlock assembly implementationJan Beulich6-90/+56
2011-07-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+9
2011-07-19xen/multicall: move *idx fields to start of mc_bufferJeremy Fitzhardinge1-1/+1
2011-07-19xen/multicall: special-case singleton hypercallsJeremy Fitzhardinge1-5/+22
2011-07-19xen/multicalls: add unlikely around slowpath in __xen_mc_entry()Jeremy Fitzhardinge1-2/+2
2011-07-19xen/multicalls: disable MC_DEBUGJeremy Fitzhardinge1-2/+2
2011-07-19xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge1-9/+44
2011-07-19xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge1-15/+27
2011-07-19xen/trace: add tlb flush tracepointsJeremy Fitzhardinge1-0/+8
2011-07-19xen/trace: add segment desc tracingJeremy Fitzhardinge1-1/+15
2011-07-19xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge1-0/+4
2011-07-19xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge1-2/+8
2011-07-19xen/trace: add mmu tracepointsJeremy Fitzhardinge1-2/+24
2011-07-19xen/trace: add multicall tracingJeremy Fitzhardinge5-8/+123