summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-04-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-14/+16
2009-04-24Merge branch 'cpufreq' into releaseLen Brown1-14/+16
2009-04-22KVM: Unregister cpufreq notifier on unloadJan Kiszka1-0/+3
2009-04-22KVM: x86: release time_page on vcpu destructionJoerg Roedel1-0/+5
2009-04-22KVM: MMU: disable global page optimizationMarcelo Tosatti1-1/+1
2009-04-21FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells4-6/+6
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm7-9/+19
2009-04-20Separate out common fstatat code into vfs_fstatatOleg Drokin1-14/+5
2009-04-19acpi-cpufreq: Do not let get_measured perf depend on internal variableThomas Renninger1-3/+4
2009-04-19acpi-cpufreq: style-only: add parens to math expressionThomas Renninger1-1/+1
2009-04-19acpi-cpufreq: Cleanup: Use printk_onceThomas Renninger1-6/+2
2009-04-19x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perfPallipadi, Venkatesh1-5/+10
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2-8/+10
2009-04-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-218/+117
2009-04-16Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds6-64/+154
2009-04-17x86: fix microcode driver newly spewing warningsDmitry Adamushko1-2/+0
2009-04-17x86, PAT: Remove page granularity tracking for vm_insert_pfn mapsPallipadi, Venkatesh1-79/+19
2009-04-16x86: UV BAU distribution and payload MMRsCliff Wickman1-3/+9
2009-04-15x86: disable X86_PTRACE_BTS for nowIngo Molnar1-0/+1
2009-04-15acpi-cpufreq: fix 'smp_call_function_many()' confusionLinus Torvalds1-0/+6
2009-04-14x86 microcode: revert some work_on_cpuHugh Dickins1-22/+11
2009-04-14x86: UV: BAU partition-relative distribution mapCliff Wickman1-3/+16
2009-04-13Fix quilt merge error in acpi-cpufreq.cLinus Torvalds1-1/+1
2009-04-14x86: pci-swiotlb.c swiotlb_dma_ops should be staticJaswinder Singh Rajput1-1/+1
2009-04-13Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-59/+160
2009-04-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-19/+57
2009-04-13cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.cAndrew Morton1-15/+9
2009-04-12x86: add linux kernel support for YMM stateSuresh Siddha4-2/+15
2009-04-12x86: fix wrong section of pat_disable & make it staticMarcin Slusarz1-1/+1
2009-04-12x86: Fix section mismatches in mpparseRakib Mullick1-3/+4
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu6-18/+24
2009-04-10x86, PAT: Remove duplicate memtype reserve in devmem mmapSuresh Siddha2-62/+2
2009-04-10x86, PAT: Consolidate code in pat_x_mtrr_type() and reserve_memtype()Suresh Siddha2-23/+15
2009-04-10x86, PAT: Changing memtype to WC ensuring no WB aliasvenkatesh.pallipadi@intel.com1-1/+8
2009-04-10x86, PAT: Handle faults cleanly in set_memory_ APIsvenkatesh.pallipadi@intel.com1-48/+65
2009-04-10x86, PAT: Change order of cpa and free in set_memory_wbvenkatesh.pallipadi@intel.com1-4/+7
2009-04-10x86, CPA: Change idmap attribute before ioremap attribute setupSuresh Siddha1-3/+4
2009-04-10x86: Document get_user_pages_fast()Andy Grover1-0/+16
2009-04-10x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han1-1/+4
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu4-6/+7
2009-04-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+35
2009-04-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+4
2009-04-09x86: cpu_debug remove execute permissionJaswinder Singh Rajput2-0/+0
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker2-1/+4
2009-04-08xen: add FIX_TEXT_POKE to fixmapJeremy Fitzhardinge1-0/+3
2009-04-08xen: clean up gate trap/interrupt constantsJeremy Fitzhardinge1-3/+3
2009-04-08xen: set _PAGE_NX in __supported_pte_mask before pagetable constructionJeremy Fitzhardinge1-1/+6
2009-04-08xen/mmu: weaken flush_tlb_other testJeremy Fitzhardinge1-2/+2
2009-04-08xen/mmu: some early pagetable cleanupsJeremy Fitzhardinge2-14/+28
2009-04-08Xen: Add virt_to_pfn helper functionAlex Nixon1-1/+2