summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
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-2526-370/+700
|\ \ \
| | | * 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-143-14/+16
| | | * 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
| * | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-191-1/+1
| * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-1/+141
| * | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-137/+181
| * | | x86: MSI start irq numbering from nr_irqs_gsiYinghai Lu2008-12-082-8/+18
| * | | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-083-7/+7
| * | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-086-113/+197
| | |/ | |/|
| * | x86: fix early panic with boot option "nosmp"Andi Kleen2008-12-041-0/+3
| * | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-036-31/+70
| |\ \
| | * | 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
| | |/
| | * 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-2312-38/+58
| | | |\ | |_|_|/ |/| | |
| | | * 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-306-65/+53
| | |\ \
| | * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2008-11-302-4/+31
| | |\ \ \
| | | * | | [CPUFREQ] powernow-k8: ignore out-of-range PstateStatus valueAndreas Herrmann2008-11-252-4/+31
| |_|/ / / |/| | | |
| | * | | kvm_setup_secondary_clock() is cpuinitAl Viro2008-11-301-1/+1
| | * | | enable_IR_x2apic() needs to be __initAl Viro2008-11-301-1/+1
| |/ / / |/| | |
| * | | x86: fix broken flushing in GART nofullflush pathJoerg Roedel2008-12-031-0/+2
| |/ /
| * | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1
| * | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
| * | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
| * | Merge commit 'v2.6.28-rc6' into x86/urgentIngo Molnar2008-11-211-0/+14
| |\ \ | |/ / |/| |
| * | x86: fixing __cpuinit/__init tangle, xsave_cntxt_init()Rakib Mullick2008-11-201-1/+1
| * | x86: fix __cpuinit/__init tangle in init_thread_xstate()Rakib Mullick2008-11-201-1/+1
* | | x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
|/ /
* | x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
* | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-186-25/+8
|\ \
| * | AMD IOMMU: check for next_bit also in unmapped areaJoerg Roedel2008-11-181-1/+1
| * | AMD IOMMU: fix fullflush comparison lengthJoerg Roedel2008-11-181-1/+1
| * | AMD IOMMU: enable device isolation per defaultJoerg Roedel2008-11-181-1/+1
| * | AMD IOMMU: add parameter to disable device isolationJoerg Roedel2008-11-181-0/+2
OpenPOWER on IntegriCloud