| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, apic: move APIC drivers to arch/x86/kernel/apic/* | Ingo Molnar | 2009-02-17 | 1 | -389/+0 |
* | x86, apic: rename 'genapic' to 'apic' | Ingo Molnar | 2009-02-17 | 1 | -2/+2 |
* | x86, apic: remove ->store_NMI_vector() | Ingo Molnar | 2009-02-17 | 1 | -2/+0 |
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -1/+1 |
* | x86: fold apic_ops into genapic | Yinghai Lu | 2009-02-17 | 1 | -1/+15 |
* | x86: seperate default_send_IPI_mask_sequence/allbutself from logical | Yinghai Lu | 2009-01-30 | 1 | -3/+3 |
* | x86: remove mach_apicdef.h | Ingo Molnar | 2009-01-28 | 1 | -1/+0 |
* | x86, smp: remove ->restore_NMI_vector() | Ingo Molnar | 2009-01-28 | 1 | -2/+0 |
* | x86: set ->trampoline_phys_low/high on 64-bit too | Ingo Molnar | 2009-01-28 | 1 | -4/+4 |
* | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 2009-01-28 | 1 | -10/+14 |
* | x86, apic: refactor ->cpu_mask_to_apicid*() | Ingo Molnar | 2009-01-28 | 1 | -1/+3 |
* | 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/+5 |
* | x86, apic: unify phys_pkg_id() | Ingo Molnar | 2009-01-28 | 1 | -3/+3 |
* | x86: refactor ->check_phys_apicid_present() subarch methods | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, apic: clean up ->cpu_present_to_apicid() | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, apic: remove no_balance_irq and no_ioapic_check flags | Ingo Molnar | 2009-01-28 | 1 | -6/+0 |
* | x86, apic: rename genapic::apic_destination_logical to genapic::dest_logical | Ingo Molnar | 2009-01-28 | 1 | -5/+5 |
* | x86: clean up the APIC_DEST_LOGICAL logic | Ingo Molnar | 2009-01-28 | 1 | -6/+6 |
* | x86: rename ->ESR_DISABLE to ->disable_esr | Ingo Molnar | 2009-01-28 | 1 | -2/+2 |
* | x86, genapic: rename int_delivery_mode, et. al. | Ingo Molnar | 2009-01-28 | 1 | -4/+4 |
* | x86: clean up genapic_phys_flat | Ingo Molnar | 2009-01-28 | 1 | -19/+56 |
* | x86: clean up genapic_flat | Ingo Molnar | 2009-01-28 | 1 | -19/+54 |
* | x86: fix cpu_mask_to_apicid_and to include cpu_online_mask | Mike Travis | 2008-12-18 | 1 | -1/+3 |
* | x86: cosmetic changes apic-related files. | Mike Travis | 2008-12-16 | 1 | -24/+26 |
* | x86: update add-cpu_mask_to_apicid_and to use struct cpumask* | Mike Travis | 2008-12-16 | 1 | -10/+11 |
* | x86: Add cpu_mask_to_apicid_and | Mike Travis | 2008-12-16 | 1 | -0/+26 |
* | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers | Mike Travis | 2008-12-16 | 1 | -26/+50 |
* | x86: fix section mismatch warning - apic_physflat | Marcin Slusarz | 2008-10-22 | 1 | -1/+1 |
* | x86: fix section mismatch warning - apic_flat | Marcin Slusarz | 2008-10-22 | 1 | -1/+1 |
* | x86: print out if acpi want physical flat of all | Yinghai Lu | 2008-10-16 | 1 | -1/+3 |
* | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-25 | 1 | -1/+1 |
|\ |
|
| * | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.c | Mike Travis | 2008-07-20 | 1 | -1/+1 |
* | | x86: add apic probe for genapic 64bit, v2 | Yinghai Lu | 2008-07-22 | 1 | -0/+26 |
* | | x86: make 64bit have get_apic_id | Yinghai Lu | 2008-07-13 | 1 | -3/+23 |
* | | x86: make read_apic_id return final apicid | Yinghai Lu | 2008-07-12 | 1 | -1/+1 |
* | | x64, x2apic/intr-remap: introcude self IPI to genapic routines | Suresh Siddha | 2008-07-12 | 1 | -0/+2 |
* | | x64, x2apic/intr-remap: introduce read_apic_id() to genapic routines | Suresh Siddha | 2008-07-12 | 1 | -1/+13 |
|/ |
|
* | x86: use cpumask_of_cpu() | Akinobu Mita | 2008-04-17 | 1 | -4/+1 |
* | x86: change GET_APIC_ID() from an inline function to an out-of-line function | Jack Steiner | 2008-04-17 | 1 | -1/+1 |
* | x86: convert cpu_to_apicid to be a per cpu variable | Mike Travis | 2007-10-19 | 1 | -1/+1 |
* | x86: remove x86_cpu_to_log_apicid | Mike Travis | 2007-10-17 | 1 | -1/+0 |
* | x86_64: move kernel | Thomas Gleixner | 2007-10-11 | 1 | -0/+194 |