aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 13-24/+58
2009-05-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsGravatar Jeremy Fitzhardinge 7-10/+38
2009-05-15kgdb,i386: use address that SP register points to in the exception frameGravatar Jason Wessel 1-1/+2
2009-05-13x86/function-graph: fix constraint for recording old return valueGravatar Steven Rostedt 1-1/+1
2009-05-13xen: use header for EXPORT_SYMBOL_GPLGravatar Randy Dunlap 1-0/+1
2009-05-12x86, 32-bit: fix kernel_trap_sp()Gravatar Masami Hiramatsu 2-4/+5
2009-05-11x86: fix percpu_{to,from}_op()Gravatar Jan Beulich 1-5/+5
2009-05-11KVM: SVM: Remove port 80 passthroughGravatar Avi Kivity 1-1/+0
2009-05-11x86: mtrr: Fix high_width computation when phys-addr is >= 44bitGravatar Yinghai Lu 1-1/+5
2009-05-11KVM: Make EFER reads safe when EFER does not existGravatar Avi Kivity 1-2/+2
2009-05-11KVM: Fix NX support reportingGravatar Avi Kivity 1-1/+1
2009-05-11KVM: SVM: Fix cross vendor migration issue with unusable bitGravatar Andre Przywara 1-2/+5
2009-05-10x86: Fix false positive section mismatch warnings in the apic codeGravatar Sam Ravnborg 1-4/+4
2009-05-08x86: MCE: make cmci_discover_lock irq-safeGravatar Hidetoshi Seto 1-4/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesGravatar Jeremy Fitzhardinge 1-0/+5
2009-05-07x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPGravatar Huang Ying 2-4/+4
2009-05-07x86-64: finish cleanup_highmaps()'s job wrt. _brk_endGravatar Jan Beulich 1-1/+17
2009-05-07x86: fix boot hang in early_reserve_e820()Gravatar Jan Beulich 1-5/+6
2009-05-06x86: Fix a typo in a printk messageGravatar Nikanth Karthikesan 1-1/+1
2009-05-06x86, srat: do not register nodes beyond e820 mapGravatar David Rientjes 1-0/+1
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2009-05-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-14/+18
2009-05-04x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoGravatar Andreas Herrmann 1-1/+1
2009-05-04amd-iommu: fix iommu flag masksGravatar Joerg Roedel 1-8/+8
2009-05-02Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-16/+18
2009-05-01x86: initialize io_bitmap_base on 32bitGravatar Thomas Gleixner 1-0/+2
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLGravatar John Wright 1-5/+7
2009-04-29tracing: x86, mmiotrace: fix range testGravatar Stuart Bennett 1-1/+1
2009-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 5-6/+17
2009-04-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-14/+58
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+3
2009-04-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2009-04-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-14/+16
2009-04-24x86, hpet: Stop soliciting hpet=force users on ICH4MGravatar Len Brown 1-2/+0
2009-04-24Merge branch 'cpufreq' into releaseGravatar Len Brown 1-14/+16
2009-04-23x86: check boundary in setup_node_bootmem()Gravatar Yinghai Lu 1-0/+3
2009-04-22x86/PCI: don't bother with root quirks if _CRS is usedGravatar Yinghai Lu 1-0/+4
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsGravatar Yinghai Lu 4-7/+9
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Gravatar Matthew Wilcox 1-1/+6
2009-04-22x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseGravatar Yinghai Lu 1-3/+3
2009-04-22x86, mce: fix boot logging logicGravatar Andi Kleen 2-4/+6
2009-04-22x86, mce: make polling timer interval per CPUGravatar Andi Kleen 1-12/+12
2009-04-22uv_time: add parameter to uv_read_rtc()Gravatar Coly Li 1-5/+5
2009-04-22x86: hpet: fix periodic mode programming on AMD 81xxGravatar Andreas Herrmann 1-1/+17
2009-04-22KVM: Unregister cpufreq notifier on unloadGravatar Jan Kiszka 1-0/+3
2009-04-22KVM: x86: release time_page on vcpu destructionGravatar Joerg Roedel 1-0/+5
2009-04-22KVM: MMU: disable global page optimizationGravatar Marcelo Tosatti 1-1/+1
2009-04-22Merge commit 'v2.6.30-rc3' into x86/urgentGravatar Ingo Molnar 12-29/+30
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()Gravatar David Howells 4-6/+6