aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches6-17/+16
2009-07-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2-20/+13
2009-07-08x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTORPeter Chubb1-1/+1
2009-07-06[CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2-20/+13
2009-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds14-49/+37
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-37/+30
2009-07-06Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+12
2009-07-06gcov: exclude code operating in userspace from profilingPeter Oberparleiter1-0/+2
2009-07-04x86: fix usage of bios intcall()Akinobu Mita2-4/+3
2009-07-04intel-iommu: Restore DMAR_BROKEN_GFX_WA option for broken graphics driversDavid Woodhouse1-0/+12
2009-07-03Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgentIngo Molnar1-4/+9
2009-07-03x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2-6/+0
2009-07-03x86: Remove unused variable disable_x2apicJaswinder Singh Rajput1-2/+0
2009-07-03x86, kvm: Fix section mismatches in kvm.cRakib Mullick1-1/+1
2009-07-03x86: Add missing annotation to arch/x86/lib/copy_user_64.S::copy_to_userMike Galbraith1-0/+1
2009-07-03x86: Fix fixmap page order for FIX_TEXT_POKE0,1Mathieu Desnoyers1-2/+2
2009-07-02Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-14/+3
2009-07-02x86: add boundary check for 32bit res before expand e820 resource to alignmentYinghai Lu1-6/+10
2009-07-02x86: fix power-of-2 round_up/round_down macrosLinus Torvalds1-2/+9
2009-07-02amd-iommu: set evt_buf_size correctlyJoerg Roedel1-0/+2
2009-07-02amd-iommu: handle alias entries correctly in init codeJoerg Roedel1-4/+7
2009-07-02x86: Fix printk call in print_local_apic()Ingo Molnar1-18/+13
2009-07-01Fix pci_unmap_addr() et al on i386.David Woodhouse1-1/+1
2009-07-01intel-iommu: Make iommu=pt work on i386 tooDavid Woodhouse1-1/+1
2009-07-01x86: Declare check_efer() before it gets usedJaswinder Singh Rajput1-0/+1
2009-07-01x86: Mark device_nb as static and fix NULL noiseJaswinder Singh Rajput1-2/+2
2009-07-01x86: Remove double declaration of MSR_P6_EVNTSEL0 and MSR_P6_EVNTSEL1Jaswinder Singh Rajput1-4/+0
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+13
2009-06-30x86: only clear node_states for 64bitYinghai Lu1-0/+2
2009-07-01x86: Fix fixmap orderingJan Beulich1-3/+3
2009-06-30x86: Fix symbol annotation for arch/x86/lib/clear_page_64.S::clear_page_cMike Galbraith1-3/+2
2009-06-30x86/PCI: get root CRS before scanning childrenYinghai Lu2-25/+15
2009-06-30x86/PCI: fix boundary checking when using root CRSYinghai Lu1-12/+15
2009-06-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+0
2009-06-29intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WADavid Woodhouse1-13/+2
2009-06-29perf_counter, x86: Update x86_pmu after WARN()Yinghai Lu1-2/+2
2009-06-28Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-5/+21
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-113/+246
2009-06-28KVM: shut up uninit compiler warning in paging_tmpl.hJaswinder Singh Rajput1-1/+1
2009-06-28KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah1-0/+1
2009-06-28KVM: VMX: Handle vmx instruction vmexitsAvi Kivity1-0/+15
2009-06-28KVM: kvm/x86_emulate.c toggle_interruptibility() should be staticJaswinder Singh Rajput1-1/+1
2009-06-28KVM: MMU: Allow 4K ptes with bit 7 (PAT) setAvi Kivity1-3/+3
2009-06-28Revert "x86: cap iomem_resource to addressable physical memory"H. Peter Anvin1-3/+0
2009-06-25x86, delay: tsc based udelay should have rdtsc_barrierPallipadi, Venkatesh1-0/+3
2009-06-25x86, setup: correct include file in <asm/boot.h>H. Peter Anvin1-2/+2
2009-06-25x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h>Robert P. J. Day1-1/+1
2009-06-25x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto1-2/+2
2009-06-25x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff2-0/+4
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra2-0/+9