- 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 12 years ago
- d872818 x86/apic/x2apic: Use multiple cluster members for the irq destination only with the explicit affinity by Suresh Siddha · 13 years ago
- 1ac322d x86/apic/x2apic: Limit the vector reservation to the user specified mask by Suresh Siddha · 13 years ago
- b39f25a x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain membership by Suresh Siddha · 13 years ago
- a5a3915 x86/apic: Eliminate cpu_mask_to_apicid() operation by Alexander Gordeev · 13 years ago
- cac4afb x86/x2apic/cluster: Vector_allocation_domain() should return a value by Alexander Gordeev · 13 years ago
- 4988a40 x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_mask by Alexander Gordeev · 13 years ago
- ff16432 x86/apic: Make cpu_mask_to_apicid() operations return error code by Alexander Gordeev · 13 years ago
- bf721d3 x86/apic: Factor out default target_cpus() operation by Alexander Gordeev · 13 years ago
- 49d0c7a x86/apic: Trivial whitespace fixes by Alexander Gordeev · 13 years ago
- 0b8255e x86/x2apic/cluster: Use all the members of one cluster specified in the smp_affinity mask for the interrupt destination by Suresh Siddha · 13 years ago
- 0ab711a x86/apic: Implement EIO micro-optimization by Michael S. Tsirkin · 13 years ago
- 2a43195 x86/apic: Add apic->eoi_write() callback by Michael S. Tsirkin · 13 years ago
- b7157ac x86/apic: Add separate apic_id_valid() functions for selected apic drivers by Steffen Persvold · 13 years ago
- fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 13 years ago
- 1a8880a x86, apic: Make apic drivers static 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
- 79deb8e x86, x2apic: Move the common bits to x2apic.h by Cyrill Gorcunov · 14 years ago
- 9d0fa6c x86, x2apic: Minimize IPI register writes using cluster groups by Cyrill Gorcunov · 14 years ago
- a39d1f3 x86, x2apic: Track the x2apic cluster sibling map by Cyrill Gorcunov · 14 years ago
- a27d0b5 x86, x2apic: Remove duplicate code for IPI mask routines by Suresh Siddha · 14 years ago
- 9ebd680 x86, apic: Use probe routines to simplify apic selection by Suresh Siddha · 14 years ago
- 89e5dc2 x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() 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
- 087d7e5 x86: Fix MSI-X initialization by using online_mask for x2apic target_cpus by Yinghai Lu · 15 years ago
- d8c7eb3 x86: Don't use current_cpu_data in x2apic phys_pkg_id by Yinghai Lu · 15 years ago
- 2de1f33 x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be static by Jaswinder Singh Rajput · 16 years ago
- ce4e240 x86: add x2apic_wrmsr_fence() to x2apic flush tlb paths by Suresh Siddha · 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
- ef1f87a x86: select x2apic ops in early apic probe only if x2apic mode is enabled by Suresh Siddha · 16 years ago
- f62bae5 x86, apic: move APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/genx2apic_cluster.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
- 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
- 3d5f597 x86, smp: remove ->restore_NMI_vector() by Ingo Molnar · 16 years ago
- abfa584 x86: set ->trampoline_phys_low/high on 64-bit too 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
- ca6c8ed x86, apic: refactor ->get_apic_id() & GET_APIC_ID() by Ingo Molnar · 16 years ago
- d4c9a9f x86, apic: unify phys_pkg_id() by Ingo Molnar · 16 years ago
- a27a621 x86: refactor ->check_phys_apicid_present() subarch methods by Ingo Molnar · 16 years ago
- a21769a4 x86, apic: clean up ->cpu_present_to_apicid() by Ingo Molnar · 16 years ago
- 2e867b1 x86, apic: remove no_balance_irq and no_ioapic_check flags 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
- f8987a1 x86, genapic: rename int_delivery_mode, et. al. by Ingo Molnar · 16 years ago
- 504a3c3a x86: clean up apic_x2apic_cluster by Ingo Molnar · 16 years ago
- 7d87d53 x86: use logical apicid in x2apic_cluster's x2apic_cpu_mask_to_apicid_and() by Suresh Siddha · 16 years ago
- a775a38 x86: fix cpu_mask_to_apicid_and to include cpu_online_mask by Mike Travis · 16 years ago
- bcda016 x86: cosmetic changes apic-related files. by Mike Travis · 16 years ago
- 6eeb7c5 x86: update add-cpu_mask_to_apicid_and to use struct cpumask* by Mike Travis · 16 years ago
- 95d313c x86: Add cpu_mask_to_apicid_and by Mike Travis · 16 years ago
- e798673 x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers by Mike Travis · 16 years ago
- 2caa371 x86: fix section mismatch warning - apic_x2apic_cluster by Marcin Slusarz · 16 years ago
- 9042763 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
- e17941b x86: use x2apic id reported by cpuid during topology discovery by Suresh Siddha · 16 years ago
- d25ae38 x86: add apic probe for genapic 64bit - fix by Yinghai Lu · 16 years ago
- 1b9b89e x86: add apic probe for genapic 64bit, v2 by Yinghai Lu · 16 years ago
- f910a9d x86: make 64bit have get_apic_id by Yinghai Lu · 17 years ago
- 12a67cf x64, x2apic/intr-remap: x2apic cluster mode support by Suresh Siddha · 17 years ago