| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm/numa: Open code function early_get_boot_cpu_id() | Baoquan He | 2016-08-15 | 1 | -0/+3 |
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+0 |
* | x86/cpufeature: Use enum cpuid_leafs instead of magic numbers | Huaitong Han | 2016-02-01 | 1 | -1/+1 |
* | x86: Cleanup irq_domain ops | Thomas Gleixner | 2015-04-24 | 1 | -8/+1 |
* | x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces | Jiang Liu | 2015-04-24 | 1 | -2/+4 |
* | x86, apic: Remove mps_oem_check callback | David Rientjes | 2014-07-31 | 1 | -3/+0 |
* | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 2014-06-21 | 1 | -0/+1 |
* | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 2014-06-21 | 1 | -1/+3 |
* | x86, mpparse, irq: Provide basic irqdomain support | Jiang Liu | 2014-06-21 | 1 | -1/+9 |
* | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 2014-06-21 | 1 | -1/+1 |
* | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu | 2014-06-21 | 1 | -51/+44 |
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2012-05-29 | 1 | -1/+0 |
|\ |
|
| * | x86, realmode: Move ACPI wakeup to unified realmode code | Jarkko Sakkinen | 2012-05-08 | 1 | -1/+0 |
* | | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -4/+6 |
* | | MCA: delete all remaining traces of microchannel bus support. | Paul Gortmaker | 2012-05-17 | 1 | -8/+3 |
|/ |
|
* | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2011-12-20 | 1 | -8/+4 |
|\ |
|
| * | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 | 1 | -4/+2 |
| * | x86: Use __memblock_alloc_base() in early_reserve_e820() | Tejun Heo | 2011-07-14 | 1 | -4/+2 |
* | | x86/mpparse: Account for bus types other than ISA and PCI | Bjorn Helgaas | 2011-12-05 | 1 | -1/+1 |
|/ |
|
* | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 2011-05-20 | 1 | -1/+1 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-05-19 | 1 | -1/+1 |
|\ |
|
| * | x86, mpparse: Put check_slot() into .init section | Rakib Mullick | 2011-04-04 | 1 | -1/+1 |
* | | Merge commit 'v2.6.39-rc6' into x86/cleanups | Ingo Molnar | 2011-05-07 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC context | Rakib Mullick | 2011-03-22 | 1 | -4/+4 |
* | | x86, mpparse: Remove unnecessary variable | Rakib Mullick | 2011-03-24 | 1 | -3/+1 |
|/ |
|
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -2/+2 |
* | x86: Further simplify mp_irq info handling | Feng Tang | 2010-12-09 | 1 | -32/+6 |
* | x86: Unify 3 similar ways of saving mp_irqs info | Feng Tang | 2010-12-09 | 1 | -53/+3 |
* | x86, apic: Remove early_init_lapic_mapping() | Yinghai Lu | 2010-12-09 | 1 | -6/+2 |
* | x86, apic: Unify identical register_lapic_address() functions | Yinghai Lu | 2010-12-09 | 1 | -13/+1 |
* | Merge commit 'v2.6.36-rc3' into x86/memblock | Ingo Molnar | 2010-08-31 | 1 | -0/+16 |
|\ |
|
| * | x86, apic: Map the local apic when parsing the MP table. | Eric W. Biederman | 2010-08-05 | 1 | -0/+16 |
* | | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -2/+3 |
|/ |
|
* | x86, irq: Rename gsi_end gsi_top, and fix off by one errors | Eric W. Biederman | 2010-06-09 | 1 | -1/+1 |
* | x86, ioapic: In mpparse use mp_register_ioapic | Eric W. Biederman | 2010-05-04 | 1 | -24/+1 |
* | x86: Handle overlapping mptables | Andi Kleen | 2010-04-01 | 1 | -2/+2 |
* | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 2010-02-09 | 1 | -7/+0 |
* | x86: Use find_e820() instead of hard coded trampoline address | Yinghai Lu | 2009-12-11 | 1 | -3/+0 |
* | x86: Move find_smp_config() earlier and avoid bootmem usage | Yinghai Lu | 2009-11-24 | 1 | -32/+12 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-09-18 | 1 | -51/+24 |
|\ |
|
| * | x86: Move get/find_smp_config to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -31/+2 |
| * | x86: Move oem_bus_info to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -6/+8 |
| * | x86: Move mpc_oem_pci_bus to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -2/+2 |
| * | x86: Move smp_read_mpc_oem to x86_init_ops. | Thomas Gleixner | 2009-08-27 | 1 | -4/+4 |
| * | x86: Move mpc_apic_id to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -4/+6 |
| * | x86: Sanitize smp_record and move it to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -4/+2 |
* | | x86, ioapic: Define IO_APIC_DEFAULT_PHYS_BASE constant | Cyrill Gorcunov | 2009-08-26 | 1 | -5/+5 |
|/ |
|
* | x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabled | Yinghai Lu | 2009-05-18 | 1 | -1/+1 |
* | x86, irq: update_mptable needs pci_routeirq | Yinghai Lu | 2009-05-18 | 1 | -0/+7 |
* | x86: fix alloc_mptable() | Yinghai Lu | 2009-05-11 | 1 | -16/+9 |