| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, summit: consolidate code | Ingo Molnar | 2009-01-28 | 4 | -339/+0 |
* | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 2009-01-28 | 1 | -8/+8 |
* | x86, apic: refactor ->cpu_mask_to_apicid*() | Ingo Molnar | 2009-01-28 | 1 | -8/+13 |
* | x86, apic: get rid of *_APIC_ID_MASK definitions | Ingo Molnar | 2009-01-28 | 1 | -2/+0 |
* | x86, apic: refactor ->apic_id_mask & APIC_ID_MASK | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: refactor ->get_apic_id() & GET_APIC_ID() | Ingo Molnar | 2009-01-28 | 1 | -4/+2 |
* | x86: consolidate the ->mps_oem_check() code | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, apic: refactor ->phys_pkg_id() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: unify phys_pkg_id() | Ingo Molnar | 2009-01-28 | 1 | -2/+3 |
* | x86: refactor ->enable_apic_mode() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -4/+0 |
* | x86: refactor ->check_phys_apicid_present() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86: refactor ->setup_portio_remap() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: clean up ->apicid_to_cpu_present() | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, apic: clean up ->cpu_present_to_apicid() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: clean up ->cpu_to_logical_apicid() | Ingo Molnar | 2009-01-28 | 1 | -4/+4 |
* | x86, apic: clean up ->apicid_to_node() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: streamline the ->multi_timer_check() quirk | Ingo Molnar | 2009-01-28 | 1 | -5/+0 |
* | x86, apic: clean up ->setup_apic_routing() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: clean up ->ioapic_phys_id_map() | Ingo Molnar | 2009-01-28 | 1 | -1/+2 |
* | x86, apic: clean up ->init_apic_ldr() | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: remove no_balance_irq and no_ioapic_check flags | Ingo Molnar | 2009-01-28 | 1 | -2/+0 |
* | x86, apic: clean up check_apicid*() callbacks | Ingo Molnar | 2009-01-28 | 1 | -2/+3 |
* | x86: clean up esr_disable() methods | Ingo Molnar | 2009-01-28 | 1 | -1/+0 |
* | x86, apic: clean up / remove TARGET_CPUS | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: clean up target_cpus methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86, apic: remove SUMMIT_IRQ_DELIVERY_MODE and SUMMIT_IRQ_DEST_MODE | Ingo Molnar | 2009-01-28 | 1 | -3/+0 |
* | x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, genapic: rename int_delivery_mode, et. al. | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86: clean up apic->apic_id_registered() methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | x86: clean up apic->acpi_madt_oem_check methods | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-10 | 1 | -1/+1 |
|\ |
|
| *-. | Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8... | Ingo Molnar | 2009-01-06 | 2 | -35/+9 |
| |\ \ |
|
| | * | | x86: rename mp_config_table to mpc_table | Jaswinder Singh Rajput | 2009-01-04 | 1 | -1/+1 |
| |/ / |
|
* | / | x86: fix x86_32 builds for summit and es7000 arch's | Mike Travis | 2009-01-06 | 1 | -0/+1 |
| |/
|/| |
|
* | | x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_ids | Mike Travis | 2009-01-03 | 1 | -34/+8 |
|/ |
|
* | x86: fix cpu_mask_to_apicid_and to include cpu_online_mask | Mike Travis | 2008-12-18 | 1 | -13/+17 |
* | x86: update add-cpu_mask_to_apicid_and to use struct cpumask* | Mike Travis | 2008-12-16 | 1 | -9/+9 |
* | x86: Add cpu_mask_to_apicid_and | Mike Travis | 2008-12-16 | 1 | -0/+39 |
* | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers | Mike Travis | 2008-12-16 | 2 | -10/+11 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-22 | 4 | -0/+331 |