aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/genx2apic_uv_x.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-643/+0
* x86, apic: rename 'genapic' to 'apic'Ingo Molnar2009-02-171-1/+1
* x86, apic: remove ->store_NMI_vector()Ingo Molnar2009-02-171-1/+0
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86: fold apic_ops into genapicYinghai Lu2009-02-171-1/+8
* x86, UV: set full apicid in uv_hub_send_ipiDimitri Sivanich2009-02-131-5/+4
* x86, smp: remove ->restore_NMI_vector()Ingo Molnar2009-01-281-1/+0
* x86: set ->trampoline_phys_low/high on 64-bit tooIngo Molnar2009-01-281-2/+2
* x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-9/+12
* x86, apic: refactor ->cpu_mask_to_apicid*()Ingo Molnar2009-01-281-6/+8
* x86, apic: refactor ->get_apic_id() & GET_APIC_ID()Ingo Molnar2009-01-281-3/+3
* x86, apic: unify phys_pkg_id()Ingo Molnar2009-01-281-2/+2
* x86: refactor ->check_phys_apicid_present() subarch methodsIngo Molnar2009-01-281-1/+1
* x86, apic: clean up ->cpu_present_to_apicid()Ingo Molnar2009-01-281-1/+1
* x86, apic: remove no_balance_irq and no_ioapic_check flagsIngo Molnar2009-01-281-3/+0
* x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar2009-01-281-1/+1
* x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar2009-01-281-2/+2
* x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar2009-01-281-1/+1
* x86, genapic: rename int_delivery_mode, et. al.Ingo Molnar2009-01-281-2/+2
* x86: clean up apic_x2apic_uv_xIngo Molnar2009-01-281-19/+55
* x86: uv cleanupTejun Heo2009-01-211-0/+1
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-17/+44
|\
| * x86: fix cpu_mask_to_apicid_and to include cpu_online_maskMike Travis2008-12-181-1/+3
| * x86: cosmetic changes apic-related files.Mike Travis2008-12-161-12/+12
| * x86: update add-cpu_mask_to_apicid_and to use struct cpumask*Mike Travis2008-12-161-5/+5
| * x86: Add cpu_mask_to_apicid_andMike Travis2008-12-161-0/+16
| * x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-17/+26
* | x86: UV fix for global physical addressesJack Steiner2008-12-161-2/+1
* | x86: fix arch/x86/kernel/genx2apic_uv_x.c build warning when !CONFIG_HOTPLUG_CPURichard A. Holden III2008-11-201-1/+1
* | Merge branch 'linus' into x86/uvIngo Molnar2008-11-201-4/+3
|\ \ | |/
| * x86/uv: memory allocation at initializationCliff Wickman2008-10-271-4/+3
* | x86, UV: fix redundant creation of sgi_uvCliff Wickman2008-11-111-0/+2
* | x86/uv: update SCIR driver to use the idle_cpu() functionMike Travis2008-10-271-2/+2
* | x86/uv: provide a System Activity Indicator driverMike Travis2008-10-271-0/+102
* | Merge commit 'v2.6.28-rc2' into x86/uvIngo Molnar2008-10-271-1/+1
|\ \ | |/
| * x86: fix section mismatch warning - apic_x2apic_uv_xMarcin Slusarz2008-10-221-1/+1
* | x86, uv: use consistent names for region size and conherence id on x86 and ia64Russ Anderson2008-10-221-2/+2
|/
* x86: Add UV partition call v4Russ Anderson2008-10-161-6/+8
* x86: Add UV bios call infrastructure v4Russ Anderson2008-10-161-0/+1
* x86, uv: fix ordering of calls to uv_system_init & uv_cpu_initJack Steiner2008-10-161-17/+17
* x86, UV: new UV genapic functions for x2apicJack Steiner2008-10-131-6/+4
* x86, uv: fix for size of hub mappingsJack Steiner2008-10-131-6/+7
* Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-2/+68
|\
| * Merge branch 'linus' into x86/x2apicIngo Molnar2008-08-111-0/+1
| |\
| * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-2/+2
| |\ \ | | |/
| * | x86: move declaring x2apic_extra_bitsYinghai Lu2008-07-241-0/+2
| * | arch/x86/kernel/genx2apic_uv_x.c: Removed duplicated includeHuang Weiyi2008-07-231-1/+0
| * | x86: add apic probe for genapic 64bit, v2Yinghai Lu2008-07-221-1/+31
| * | Merge branch 'x86/uv' into x86/x2apicIngo Molnar2008-07-181-0/+23
| |\ \
| * | | x86: make 64bit have get_apic_idYinghai Lu2008-07-131-3/+20