summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/genapic_flat_64.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar1-389/+0
2009-02-17x86, apic: rename 'genapic' to 'apic'Ingo Molnar1-2/+2
2009-02-17x86, apic: remove ->store_NMI_vector()Ingo Molnar1-2/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-1/+15
2009-01-30x86: seperate default_send_IPI_mask_sequence/allbutself from logicalYinghai Lu1-3/+3
2009-01-28x86: remove mach_apicdef.hIngo Molnar1-1/+0
2009-01-28x86, smp: remove ->restore_NMI_vector()Ingo Molnar1-2/+0
2009-01-28x86: set ->trampoline_phys_low/high on 64-bit tooIngo Molnar1-4/+4
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-10/+14
2009-01-28x86, apic: refactor ->cpu_mask_to_apicid*()Ingo Molnar1-1/+3
2009-01-28x86, apic: refactor ->apic_id_mask & APIC_ID_MASKIngo Molnar1-1/+1
2009-01-28x86, apic: refactor ->get_apic_id() & GET_APIC_ID()Ingo Molnar1-4/+5
2009-01-28x86, apic: unify phys_pkg_id()Ingo Molnar1-3/+3
2009-01-28x86: refactor ->check_phys_apicid_present() subarch methodsIngo Molnar1-2/+2
2009-01-28x86, apic: clean up ->cpu_present_to_apicid()Ingo Molnar1-2/+2
2009-01-28x86, apic: remove no_balance_irq and no_ioapic_check flagsIngo Molnar1-6/+0
2009-01-28x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar1-5/+5
2009-01-28x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar1-6/+6
2009-01-28x86: rename ->ESR_DISABLE to ->disable_esrIngo Molnar1-2/+2
2009-01-28x86, genapic: rename int_delivery_mode, et. al.Ingo Molnar1-4/+4
2009-01-28x86: clean up genapic_phys_flatIngo Molnar1-19/+56
2009-01-28x86: clean up genapic_flatIngo Molnar1-19/+54
2008-12-18x86: fix cpu_mask_to_apicid_and to include cpu_online_maskMike Travis1-1/+3
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-24/+26
2008-12-16x86: update add-cpu_mask_to_apicid_and to use struct cpumask*Mike Travis1-10/+11
2008-12-16x86: Add cpu_mask_to_apicid_andMike Travis1-0/+26
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-26/+50
2008-10-22x86: fix section mismatch warning - apic_physflatMarcin Slusarz1-1/+1
2008-10-22x86: fix section mismatch warning - apic_flatMarcin Slusarz1-1/+1
2008-10-16x86: print out if acpi want physical flat of allYinghai Lu1-1/+3
2008-07-25Merge branch 'linus' into x86/x2apicIngo Molnar1-1/+1
2008-07-22x86: add apic probe for genapic 64bit, v2Yinghai Lu1-0/+26
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis1-1/+1
2008-07-13x86: make 64bit have get_apic_idYinghai Lu1-3/+23
2008-07-12x86: make read_apic_id return final apicidYinghai Lu1-1/+1
2008-07-12x64, x2apic/intr-remap: introcude self IPI to genapic routinesSuresh Siddha1-0/+2
2008-07-12x64, x2apic/intr-remap: introduce read_apic_id() to genapic routinesSuresh Siddha1-1/+13
2008-04-17x86: use cpumask_of_cpu()Akinobu Mita1-4/+1
2008-04-17x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner1-1/+1
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis1-1/+1
2007-10-17x86: remove x86_cpu_to_log_apicidMike Travis1-1/+0
2007-10-11x86_64: move kernelThomas Gleixner1-0/+194