aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2008-10-20Update email addresses.Dave Jones
2008-10-20Update .gitignore files for generated targetsLinus Torvalds
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-18Export kmap_atomic_pfn for DRM-GEM.Eric Anholt
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-10-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86, AMD IOMMU: convert driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel
2008-10-16x86: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-16sysfs: crash debuggingAndrew Morton
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-15KVM: Move device assignment logic to common codeXiantao Zhang
2008-10-15KVM: Device Assignment: Move vtd.c from arch/x86/kvm/ to virt/kvm/Zhang xiantao
2008-10-15KVM: VMX: enable invlpg exiting if EPT is disabledMarcelo Tosatti
2008-10-15KVM: x86: Silence various LAPIC-related host kernel messagesJan Kiszka
2008-10-15KVM: Device Assignment: Map mmio pages into VT-d page tableWeidong Han
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti
2008-10-15KVM: MMU: add "oos_shadow" parameter to disable oosMarcelo Tosatti
2008-10-15KVM: MMU: speed up mmu_unsync_walkMarcelo Tosatti
2008-10-15KVM: MMU: out of sync shadow coreMarcelo Tosatti
2008-10-15KVM: MMU: mmu_convert_notrap helperMarcelo Tosatti
2008-10-15KVM: MMU: awareness of new kvm_mmu_zap_page behaviourMarcelo Tosatti
2008-10-15KVM: MMU: mmu_parent_walkMarcelo Tosatti
2008-10-15KVM: x86: trap invlpgMarcelo Tosatti
2008-10-15KVM: MMU: sync roots on mmu reloadMarcelo Tosatti
2008-10-15KVM: MMU: mode specific sync_pageMarcelo Tosatti
2008-10-15KVM: MMU: do not write-protect large mappingsMarcelo Tosatti
2008-10-15KVM: MMU: move local TLB flush to mmu_set_spteMarcelo Tosatti
2008-10-15KVM: MMU: split mmu_set_spteMarcelo Tosatti
2008-10-15KVM: MMU: flush remote TLBs on large->normal entry overwriteMarcelo Tosatti
2008-10-15x86: pvclock: fix shadowed variable warningHarvey Harrison
2008-10-15KVM: don't enter guest after SIPI was received by a CPUGleb Natapov
2008-10-15KVM: x86.c make kvm_load_realmode_segment staticHarvey Harrison
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti
2008-10-15KVM: Device Assignment: Free device structures if IRQ allocation failsAmit Shah
2008-10-15KVM: Device Assignment with VT-dBen-Ami Yassour
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar