- 2f078b9 x86, apic: Remove enable_apic_mode callback by David Rientjes · 10 years ago
- 11a8318 x86, apic: Remove setup_portio_remap callback by David Rientjes · 10 years ago
- e76661b x86, apic: Remove multi_timer_check callback by David Rientjes · 10 years ago
- 658ffd7 x86, apic: Remove check_apicid_present callback by David Rientjes · 10 years ago
- c460b5d x86, apic: Remove mps_oem_check callback by David Rientjes · 10 years ago
- 300eddf x86, apic: Remove smp_callin_clear_local_apic callback by David Rientjes · 10 years ago
- 6ab1b27 x86, apic: Replace trampoline physical addresses with defaults by David Rientjes · 10 years ago
- 465822c x86/apic: Switch wait_for_init_deassert() to a bool flag by David Rientjes · 11 years ago
- a5a3915 x86/apic: Eliminate cpu_mask_to_apicid() operation by Alexander Gordeev · 13 years ago
- 9d8e106 x86/apic: Factor out default vector_allocation_domain() operation by Alexander Gordeev · 13 years ago
- 6398268 x86/apic: Factor out default cpu_mask_to_apicid() operations by Alexander Gordeev · 13 years ago
- bf721d3 x86/apic: Factor out default target_cpus() operation by Alexander Gordeev · 13 years ago
- 2a43195 x86/apic: Add apic->eoi_write() callback by Michael S. Tsirkin · 13 years ago
- fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 13 years ago
- 838312b apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches by Jan Beulich · 13 years ago
- 1a8880a x86, apic: Make apic drivers static by Suresh Siddha · 14 years ago
- 69c252f x86, apic: Clean up bigsmp apic selection code by Suresh Siddha · 14 years ago
- 107e0e0 x86, apic: Introduce .apicdrivers section to find the list of apic drivers by Suresh Siddha · 14 years ago
- 84914ed0 x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optional by Tejun Heo · 14 years ago
- 89e5dc2 x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() by Tejun Heo · 14 years ago
- 12bf24a x86: Implement x86_32_early_logical_apicid() for bigsmp_32 by Tejun Heo · 14 years ago
- acb8bc0 x86: Add apic->x86_32_early_logical_apicid() by Tejun Heo · 14 years ago
- 7632611 x86: Kill apic->cpu_to_logical_apicid() by Tejun Heo · 14 years ago
- 18374d8 x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system by Suresh Siddha · 15 years ago
- 7abc075 x86: apic: Do not use stacked physid_mask_t by Cyrill Gorcunov · 15 years ago
- e11dada x86: apic namespace cleanup by Thomas Gleixner · 15 years ago
- 4f06289 cpumask: use new cpumask functions throughout x86 by Rusty Russell · 16 years ago
- 9694cd6 x86_32: apic/bigsmp_32, de-inline functions by Jiri Slaby · 16 years ago
- 1f5bcab x86: apic: simplify secondary CPU wakeup methods by Ingo Molnar · 16 years ago
- 2b6163b x86: remove update_apic from x86_quirks by Yinghai Lu · 16 years ago
- 2a05180 x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/bigsmp_32.c]
- be163a1 x86, apic: rename 'genapic' to 'apic' by Ingo Molnar · 16 years ago
- ab6fb7c x86, apic: remove ->store_NMI_vector() by Ingo Molnar · 16 years ago
- 2f205bc x86, apic: clean up the cpu_2_logical_apiciddeclaration by Ingo Molnar · 16 years ago
- 7731319 x86, apic: clean up arch/x86/kernel/bigsmp_32.c by Ingo Molnar · 16 years ago
- 5c615fe x86, apic: remove stale references to APIC_DEFINITION by Ingo Molnar · 16 years ago
- 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
- c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 16 years ago
- 6b64ee0 x86, apic, 32-bit: add self-IPI methods by Ingo Molnar · 16 years ago
- 43f3989 x86: seperate default_send_IPI_mask_sequence/allbutself from logical by Yinghai Lu · 16 years ago
- 9f4187f x86, bigsmp: consolidate header code by Ingo Molnar · 16 years ago
- b3daa3a x86, bigsmp: consolidate code by Ingo Molnar · 16 years ago[Renamed from arch/x86/mach-generic/bigsmp.c]
- fb5b33c x86: eliminate asm/mach-*/mach_mpparse.h by Ingo Molnar · 16 years ago
- 0939e4f x86, smp: eliminate asm/mach-default/mach_wakecpu.h by Ingo Molnar · 16 years ago
- 25dc004 x86, smp: refactor ->inquire_remote_apic() methods by Ingo Molnar · 16 years ago
- 3d5f597 x86, smp: remove ->restore_NMI_vector() by Ingo Molnar · 16 years ago
- 7bd06ec x86, smp: refactor ->store/restore_NMI_vector() methods by Ingo Molnar · 16 years ago
- 333344d x86, smp: refactor ->smp_callin_clear_local_apic() methods by Ingo Molnar · 16 years ago
- a965936 x86, smp: refactor ->wait_for_init_deassert() by Ingo Molnar · 16 years ago
- 6f177c0 x86, smp: clean up ->trampoline_phys_low/high handling by Ingo Molnar · 16 years ago
- dac5f41 x86, apic: untangle the send_IPI_*() jungle by Ingo Molnar · 16 years ago
- debccb3 x86, apic: refactor ->cpu_mask_to_apicid*() by Ingo Molnar · 16 years ago
- 94af187 x86, apic: get rid of *_APIC_ID_MASK definitions by Ingo Molnar · 16 years ago
- 5b81272 x86, apic: refactor ->apic_id_mask & APIC_ID_MASK by Ingo Molnar · 16 years ago
- ca6c8ed x86, apic: refactor ->get_apic_id() & GET_APIC_ID() by Ingo Molnar · 16 years ago
- 9c76424 x86: consolidate the ->mps_oem_check() code by Ingo Molnar · 16 years ago
- cb8cc44 x86, apic: refactor ->phys_pkg_id() by Ingo Molnar · 16 years ago
- 4904033 x86: refactor ->enable_apic_mode() subarch methods by Ingo Molnar · 16 years ago
- a27a621 x86: refactor ->check_phys_apicid_present() subarch methods by Ingo Molnar · 16 years ago
- d83093b x86: refactor ->setup_portio_remap() subarch methods by Ingo Molnar · 16 years ago
- 8058714 x86, apic: clean up ->apicid_to_cpu_present() by Ingo Molnar · 16 years ago
- a21769a4 x86, apic: clean up ->cpu_present_to_apicid() by Ingo Molnar · 16 years ago
- 5257c51 x86, apic: clean up ->cpu_to_logical_apicid() by Ingo Molnar · 16 years ago
- 3f57a31 x86, apic: clean up ->apicid_to_node() by Ingo Molnar · 16 years ago
- 33a201f x86, apic: streamline the ->multi_timer_check() quirk by Ingo Molnar · 16 years ago
- 72ce016 x86, apic: clean up ->setup_apic_routing() by Ingo Molnar · 16 years ago
- d190cb8 x86, apic: clean up ->ioapic_phys_id_map() by Ingo Molnar · 16 years ago
- a5c4329 x86, apic: clean up ->init_apic_ldr() by Ingo Molnar · 16 years ago
- e2d40b1 x86, apic: clean up ->vector_allocation_domain() by Ingo Molnar · 16 years ago
- 2e867b1 x86, apic: remove no_balance_irq and no_ioapic_check flags by Ingo Molnar · 16 years ago
- d1d7cae x86, apic: clean up check_apicid*() callbacks by Ingo Molnar · 16 years ago
- bdb1a9b x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical by Ingo Molnar · 16 years ago
- 0b06e73 x86: clean up the APIC_DEST_LOGICAL logic by Ingo Molnar · 16 years ago
- 08125d3 x86: rename ->ESR_DISABLE to ->disable_esr by Ingo Molnar · 16 years ago
- f6f52ba x86: clean up esr_disable() methods by Ingo Molnar · 16 years ago
- 0a9cc20 x86, apic: clean up target_cpus methods by Ingo Molnar · 16 years ago
- d8a3539 x86, apic: remove BIGSMP_IRQ_DELIVERY_MODE and BIGSMP_IRQ_DEST_MODE by Ingo Molnar · 16 years ago
- 9b5bc8d x86, apic: remove IRQ_DEST_MODE / IRQ_DELIVERY_MODE by Ingo Molnar · 16 years ago
- f8987a1 x86, genapic: rename int_delivery_mode, et. al. by Ingo Molnar · 16 years ago
- 7ed248d x86: clean up apic->apic_id_registered() methods by Ingo Molnar · 16 years ago
- 306db03 x86: clean up apic->acpi_madt_oem_check methods by Ingo Molnar · 16 years ago
- d26b6d6 x86, genapic: cleanup 32-bit apic_bigsmp template by Ingo Molnar · 16 years ago
- e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
- 569712b x86: fix wakeup_cpu with numaq/es7000, v2 by Yinghai Lu · 16 years ago
- 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 16 years ago
- 1176fa9 x86: mach-bigsmp to bigsmp by Yinghai Lu · 16 years ago
- 4696ca5 x86: mach_apicdef.h need to include before smp.h by Yinghai Lu · 17 years ago
- d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
- e0da336 x86: introduce max_physical_apicid for bigsmp switching by Yinghai Lu · 17 years ago
- 637cba0 x86: coding style fixes to arch/x86/mach-generic/bigsmp.c by Paolo Ciarrocchi · 17 years ago
- 19ad7ae Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 17 years ago
- c750a66 i386: move mach-generic by Thomas Gleixner · 17 years ago[Renamed from arch/i386/mach-generic/bigsmp.c]
- 1855256 drivers/firmware: const-ify DMI API and internals by Jeff Garzik · 17 years ago
- af669c9 i386 bigsmp: section mismatch fixes by William Lee Irwin III · 18 years ago
- e319af1 [PATCH] i386: Add __init to probe_bigsmp by Prarit Bhargava · 18 years ago
- e96763d [PATCH] i386: make apic probe function non-init by Vivek Goyal · 18 years ago
- 874c4fe [PATCH] i386: Allow to use GENERICARCH for UP kernels by Andi Kleen · 18 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- 911a62d [PATCH] x86: sutomatically enable bigsmp when we have more than 8 CPUs by Venkatesh Pallipadi · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago