summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-261-10/+0
*---. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-2547-439/+806
|\ \ \
| | | * x86: disable X86_PTRACE_BTSIngo Molnar2008-12-241-0/+1
| | | * x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2008-12-202-5/+20
| | | * Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-182-2/+7
| | | |\
| | | | * AMD IOMMU: panic if completion wait loop failsJoerg Roedel2008-12-171-2/+3
| | | | * AMD IOMMU: set cmd buffer pointers to zero manuallyJoerg Roedel2008-12-171-0/+4
| | | * | x86 gart: don't complain if no AMD GART foundBjorn Helgaas2008-12-181-3/+1
| | | * | x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen2008-12-161-3/+0
| | | |/
| | | * AMD IOMMU: allocate rlookup_table with __GFP_ZEROJoerg Roedel2008-12-161-1/+2
| | | * x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-144-15/+23
| | | * x86: fix default_spin_lock_flags() prototypeIngo Molnar2008-12-081-1/+2
| | | * AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel2008-12-081-1/+2
| | | * AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel2008-12-081-1/+1
| | | * AMD IOMMU: fix typo in commentJoerg Roedel2008-12-081-2/+2
| | | * AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel2008-12-081-1/+1
| | | * AMD IOMMU: fix iommu_map_page functionJoerg Roedel2008-12-081-1/+1
| * | | x86, sparseirq: clean up Kconfig entryIngo Molnar2008-12-251-3/+7
| * | | x86: turn CONFIG_SPARSE_IRQ off by defaultIngo Molnar2008-12-251-1/+0
| * | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-192-2/+2
| * | | sparseirq: fix !SMP building, #2Yinghai Lu2008-12-171-1/+1
| * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-172-1/+150
| * | | sparseirq: fix !SMP && !PCI_MSI && !HT_IRQ buildYinghai Lu2008-12-091-1/+1
| * | | sparseirq: fix typo in !CONFIG_IO_APIC caseIngo Molnar2008-12-081-5/+2
| * | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-137/+181
| * | | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-083-9/+19
| * | | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-084-7/+9
| * | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-088-113/+216
| | |/ | |/|
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-047-39/+41
| |\ \
| | * | x86: fix early panic with boot option "nosmp"Andi Kleen2008-12-041-0/+3
| | * | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-12-032-3/+6
| | |\ \
| | | * | x86/oprofile: fix Intel cpu family 6 detectionWilliam Cohen2008-12-031-3/+2
| | | * | oprofile: fix CPU unplug panic in ppro_stop()Eric Dumazet2008-12-031-0/+4
| | | |/
| | * | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-0310-47/+84
| | |\ \
| | | * | AMD IOMMU: fix possible race while accessing iommu->need_syncJoerg Roedel2008-12-031-20/+13
| | | * | AMD IOMMU: set device table entry for aliased devicesJoerg Roedel2008-12-031-0/+3
| | | * | AMD IOMMU: struct amd_iommu remove padding on 64 bitRichard Kennedy2008-12-031-12/+12
| | | |/
| | * | x86: fix broken flushing in GART nofullflush pathJoerg Roedel2008-12-031-0/+2
| | * | x86: fix dma_mapping_error for 32bit x86Thomas Bogendoerfer2008-11-291-4/+2
| * | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-041-1/+1
| |\ \ \
| | * | | sched: don't export sched_mc_power_savings in laptopsMahesh Salgaonkar2008-12-011-1/+1
| | | |/ | | |/|
| * | | Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-023-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | KVM: MMU: avoid creation of unreachable pages in the shadowMarcelo Tosatti2008-11-261-0/+1
| | * | KVM: MMU: fix sync of ptes addressed at owner pagetableMarcelo Tosatti2008-11-231-1/+1
| | * | KVM: VMX: Fix interrupt loss during race with NMIAvi Kivity2008-11-231-1/+3
| |/ / |/| |
| * | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-5/+21
| |\ \
| | * \ Merge commit 'v2.6.28-rc6' into irq/urgentIngo Molnar2008-11-2327-49/+161
| | |\ \ | |_|/ / |/| | |
| | * | x86: apic honour irq affinity which was set in early bootThomas Gleixner2008-11-091-5/+21
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-3012-101/+87
| |\ \ \ | | | |/ | | |/|
| | * | x86: always define DECLARE_PCI_UNMAP* macrosJoerg Roedel2008-11-271-14/+0
OpenPOWER on IntegriCloud