summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2010-04-14lguest: stop using KVM hypercall mechanismRusty Russell3-38/+54
2010-04-13Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar6-28/+67
2010-04-08perf: Fix unsafe frame rewinding with hot regs fetchingFrederic Weisbecker1-2/+6
2010-04-08x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas1-2/+1
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar94-43/+125
2010-04-08Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-19/+53
2010-04-07x86/gart: Disable GART explicitly before initializationJoerg Roedel2-1/+17
2010-04-07Merge branch 'amd-iommu/fixes' into iommu/fixesJoerg Roedel4-27/+50
2010-04-07x86/amd-iommu: use for_each_pci_devChris Wright1-1/+1
2010-04-07Revert "x86: disable IOMMUs on kernel crash"Chris Wright1-6/+0
2010-04-07x86/amd-iommu: warn when issuing command to uninitialized cmd bufferChris Wright3-2/+5
2010-04-07x86/amd-iommu: enable iommu before attaching devicesChris Wright1-2/+3
2010-04-06perf, x86: Enable Nehalem-EX supportVince Weaver1-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo10-59/+137
2010-04-04perf: Drop the frame reliablity checkFrederic Weisbecker1-2/+1
2010-04-02x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boardsSuresh Siddha1-0/+2
2010-04-02perf, x86: Add Nehalem programming quirk to WestmerePeter Zijlstra1-0/+2
2010-04-02perf, x86: Fix __initconst vs constPeter Zijlstra4-11/+11
2010-04-02perf, x86: Fix up the ANY flag stuffPeter Zijlstra5-51/+74
2010-04-02perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter5-89/+45
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter7-65/+65
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar18-81/+219
2010-04-02perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin2-5/+44
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra2-36/+52
2010-04-02x86: Move notify_cpu_starting() callback to a later stagePeter Zijlstra1-2/+2
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2-3/+1
2010-04-02x86: Increase CONFIG_NODES_SHIFT max to 10David Rientjes1-2/+2
2010-04-02ibft, x86: Change reserve_ibft_region() to find_ibft_region()Yinghai Lu1-2/+12
2010-04-02x86, hpet: Fix bug in RTC emulationAlok Kataria1-0/+1
2010-04-02x86, hpet: Erratum workaround for read after write of HPET comparatorPallipadi, Venkatesh1-1/+7
2010-04-02x86: Handle overlapping mptablesAndi Kleen1-2/+2
2010-04-01x86,kgdb: Always initialize the hw breakpoint attributeJason Wessel1-1/+1
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-2/+0
2010-04-01x86: Make e820_remove_range to handle all covered caseYinghai Lu1-4/+20
2010-03-30x86-32, resume: do a global tlb flush in S4 resumeShaohua Li1-8/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo86-22/+70
2010-03-30x86: don't include slab.h from arch/x86/include/asm/pgtable_32.hTejun Heo1-1/+0
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryYinghai Lu4-12/+37
2010-03-29x86: Make smp_locks end with page alignmentYinghai Lu1-1/+1
2010-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-9/+18
2010-03-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-12/+61
2010-03-26perf, x86: Add Nehelem PMU programming errata workaroundPeter Zijlstra4-10/+45
2010-03-26x86, ptrace: Fix block-stepPeter Zijlstra6-9/+53
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra20-2747/+9
2010-03-26perf, x86: Clean up debugctlmsr bit definitionsPeter Zijlstra3-26/+17
2010-03-26x86, perf: Add raw events support for the P4 PMUCyrill Gorcunov2-631/+806
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas1-3/+6
2010-03-25x86/PCI: remove redundant warningsBjorn Helgaas1-5/+0