summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-05-28x86: enable_update_mptable should be a macroYinghai Lu1-9/+2
2009-05-19x86, io-apic: Don't mark pin_programmed earlyYinghai Lu1-1/+4
2009-05-18x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu3-2/+13
2009-05-18x86, irq: update_mptable needs pci_routeirqYinghai Lu1-0/+7
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu4-5/+11
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu5-43/+64
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu3-25/+28
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar26-82/+163
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov1-8/+9
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann4-7/+31
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu1-10/+21
2009-05-11x86: apic: Check rev 3 fadt correctly for physical_apic bitYinghai Lu1-1/+1
2009-05-11x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu2-130/+104
2009-05-11x86/acpi: move setup io apic routing out of CONFIG_ACPI scopeYinghai Lu2-63/+63
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu3-53/+82
2009-05-11x86/acpi: move pin_programmed bit map to io_apic.cYinghai Lu2-17/+26
2009-05-11x86/acpi: call mp_config_acpi_gsi() in mp_register_gsi()Yinghai Lu2-35/+40
2009-05-11x86: fix alloc_mptable()Yinghai Lu1-16/+9
2009-05-11x86/acpi: remove irq-compression trick on 32-bitYinghai Lu1-58/+7
2009-05-11Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar54-336/+340
2009-05-08x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto1-4/+6
2009-05-08x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge1-0/+5
2009-05-08x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying2-4/+4
2009-05-08x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich1-1/+17
2009-05-08x86: fix boot hang in early_reserve_e820()Jan Beulich1-5/+6
2009-05-06x86: Fix a typo in a printk messageNikanth Karthikesan1-1/+1
2009-05-06x86, srat: do not register nodes beyond e820 mapDavid Rientjes1-0/+1
2009-05-05Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2009-05-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-14/+18
2009-05-04x86: show number of core_siblings instead of thread_siblings in /proc/cpuinfoAndreas Herrmann1-1/+1
2009-05-04amd-iommu: fix iommu flag masksJoerg Roedel1-8/+8
2009-05-03x86: uv - prevent NULL dereference in uv_system_init()Cyrill Gorcunov1-0/+3
2009-05-03x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ONCyrill Gorcunov1-11/+11
2009-05-03Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-16/+18
2009-05-01x86, apic: use pr_ macroCyrill Gorcunov1-1/+1
2009-05-01x86: initialize io_bitmap_base on 32bitThomas Gleixner1-0/+2
2009-05-01Merge branch 'x86/apic' into irq/numaIngo Molnar21-598/+455
2009-05-01x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2-5/+5
2009-04-30x86: gettimeofday() vDSO: fix segfault when tv == NULLJohn Wright1-5/+7
2009-04-29tracing: x86, mmiotrace: fix range testStuart Bennett1-1/+1
2009-04-28x86/irq: change MSI irq_desc to be more numa awareYinghai Lu1-4/+13
2009-04-28irq: change io_apic_set_pci_routing() to use device parameterYinghai Lu1-1/+6
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu4-8/+11
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2-33/+27
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-23/+41
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu3-63/+4
2009-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds5-6/+17
2009-04-27x86: Use dmi check in apic_is_clustered() on 64-bit to mark the TSC unstableYinghai Lu1-27/+59
2009-04-27x86: apic: Remove duplicated macrosYinghai Lu1-7/+0
2009-04-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-14/+58