summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-07-03Merge 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-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-01Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-12/+13
2009-07-01x86: only clear node_states for 64bitYinghai Lu1-0/+2
2009-06-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus 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/kern...Linus 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-26x86, delay: tsc based udelay should have rdtsc_barrierPallipadi, Venkatesh1-0/+3
2009-06-26x86, setup: correct include file in <asm/boot.h>H. Peter Anvin1-2/+2
2009-06-26x86, setup: Fix typo "CONFIG_x86_64" in <asm/boot.h>Robert P. J. Day1-1/+1
2009-06-26x86, mce: percpu mcheck_timer should be pinnedHidetoshi Seto1-2/+2
2009-06-26x86: 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
2009-06-25Revert "PCI: use ACPI _CRS data by default"Linus Torvalds4-5/+5
2009-06-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-83/+95
2009-06-24x86: Fix uv bau sending buffer initializationCliff Wickman1-7/+2
2009-06-24perf_counter, x86: Set global control MSR correctlyYong Wang1-9/+1
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown6-83/+95
2009-06-24Intel-IOMMU, intr-remap: source-id checkingWeidong Han1-0/+6
2009-06-24x86, mce: Fix mce resume on 32bitHidetoshi Seto1-1/+1
2009-06-23x86: Move init_gbpages() to setup_arch()Pekka J Enberg2-17/+16
2009-06-23Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds3-1/+9
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds5-11/+33
2009-06-22Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Ingo Molnar7-87/+222
2009-06-22x86: ensure percpu lpage doesn't consume too much vmalloc spaceTejun Heo1-3/+15
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo1-19/+50
2009-06-22x86: fix pageattr handling for lpage percpu allocator and re-enable itTejun Heo3-10/+93
2009-06-22x86: reorganize cpa_process_alias()Tejun Heo1-27/+23
2009-06-22x86: prepare setup_pcpu_lpage() for pageattr fixTejun Heo1-25/+33
2009-06-22x86: rename remap percpu first chunk allocator to lpageTejun Heo1-25/+25
2009-06-22x86: fix duplicate free in setup_pcpu_remap() failure pathTejun Heo1-1/+1
2009-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-4/+9
2009-06-22Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-21perf_counter, x8: Fix L1-data-Cache-Store-Referencees for AMDJaswinder Singh Rajput1-1/+1
2009-06-21x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann1-1/+3
2009-06-21x86, 64-bit: Clean up user address maskingLinus Torvalds4-12/+4
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds5-73/+143
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+11
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-2/+9