x86: fix apic.c build error on latest git
[safe/jmp/linux-2.6] / arch / x86 / kernel / apic.c
2009-01-12 Jaswinder Singh... x86: fix apic.c build error on latest git
2009-01-06 Ingo MolnarMerge branches 'x86/cleanups', 'x86/mpparse', 'x86...
2009-01-04 Jaswinder Singh... x86: apic.c fix style problems
2009-01-03 Linus TorvaldsMerge branch 'cpus4096-for-linus-3' of git://git./linux...
2009-01-03 Mike Travisx86: cleanup some remaining usages of NR_CPUS where...
2009-01-03 Mike TravisMerge branch 'master' of git://git./linux/kernel/git...
2009-01-02 Ingo MolnarMerge branch 'linus' into x86/cleanups
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-30 Jaswinder Singh... x86: apic.c: xapic_icr_read and x2apic_icr_read should...
2008-12-29 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-29 Ingo MolnarMerge branch 'linus' into x86/cleanups
2008-12-28 Linus TorvaldsMerge branch 'tracing-core-for-linus' of git://git...
2008-12-27 Jaswinder Singhx86: apic.c x2apic_preenabled and disable_x2apic should...
2008-12-23 Yinghai Lux86: fix lguest used_vectors breakage, -v2
2008-12-23 Ingo MolnarMerge branch 'x86/irq' into x86/core
2008-12-23 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeat...
2008-12-23 Ingo MolnarMerge branch 'x86/apic' into x86/irq
2008-12-23 Ingo MolnarMerge commit 'v2.6.28-rc9' into x86/apic
2008-12-18 Mike Travisx86: use possible_cpus=NUM to extend the possible cpus...
2008-12-18 Ingo MolnarMerge branch 'x86/apic' into cpus4096
2008-12-17 Mike Travisx86: Use cpumask accessors code for possible/present...
2008-12-17 Mike Travisx86: prepare for cpumask iterators to only go to nr_cpu_ids
2008-12-17 Mike Travisx86 smp: modify send_IPI_mask interface to accept cpuma...
2008-12-13 Rusty Russellcpumask: convert struct clock_event_device to cpumask...
2008-12-12 Hiroshi Shimamotox86: hardirq: introduce inc_irq_stat()
2008-12-12 Hiroshi Shimamotox86: kill #ifdef for exit_idle()
2008-12-12 Frederic Weisbeckertracing/function-graph-tracer: annotate do_IRQ and...
2008-11-30 Al Viroenable_IR_x2apic() needs to be __init
2008-11-11 Thomas Gleixnerx86: apic reset counter on shutdown
2008-11-10 Cyrill Gorcunovx86: apic - use pr_ macros for logging
2008-11-10 Cyrill Gorcunovx86: apic - calibrate_APIC_clock remove redundant irq...
2008-10-16 Cyrill Gorcunovx86: apic - unify APIC_DIVISOR
2008-10-16 Cyrill Gorcunovx86: io-apic - interrupt remapping fix
2008-10-16 Cyrill Gorcunovx86: apic - fix unused vars warning in calibrate_APIC_clock
2008-10-16 Cyrill Gorcunovx86: apic - skip writting ESR register if we dont have on
2008-10-16 Cyrill Gorcunovx86: apic - lapic_setup_esr does not handle esr_disable...
2008-10-16 Yinghai Lux86: print out apic id in hex format
2008-10-16 Yinghai Lux86: lapic address print out like io apic addr
2008-10-16 Cyrill Gorcunovx86: apic - unify smp_spurious/error_interrupt declaration
2008-10-16 Yinghai Lux86: let 64 bit to use 32 bit calibrate_apic_clock
2008-10-16 Yinghai Lux86: rename apic_32.c and apic_64.c to apic.c