aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic.c
AgeCommit message (Expand)Author
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu
2008-12-18x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis
2008-12-18Merge branch 'x86/apic' into cpus4096Ingo Molnar
2008-12-16x86: Use cpumask accessors code for possible/present maps.Mike Travis
2008-12-16x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell
2008-11-30enable_IR_x2apic() needs to be __initAl Viro
2008-11-11x86: apic reset counter on shutdownThomas Gleixner
2008-11-10x86: apic - use pr_ macros for loggingCyrill Gorcunov
2008-11-10x86: apic - calibrate_APIC_clock remove redundant irq-enable-disableCyrill Gorcunov
2008-10-16x86: apic - unify APIC_DIVISORCyrill Gorcunov
2008-10-16x86: io-apic - interrupt remapping fixCyrill Gorcunov
2008-10-16x86: apic - fix unused vars warning in calibrate_APIC_clockCyrill Gorcunov
2008-10-16x86: apic - skip writting ESR register if we dont have onCyrill Gorcunov
2008-10-16x86: apic - lapic_setup_esr does not handle esr_disable - fix itCyrill Gorcunov
2008-10-16x86: print out apic id in hex formatYinghai Lu
2008-10-16x86: lapic address print out like io apic addrYinghai Lu
2008-10-16x86: apic - unify smp_spurious/error_interrupt declarationCyrill Gorcunov
2008-10-16x86: let 64 bit to use 32 bit calibrate_apic_clockYinghai Lu
2008-10-16x86: rename apic_32.c and apic_64.c to apic.cYinghai Lu