summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-12x86: fix apic.c build error on latest gitJaswinder Singh Rajput1-0/+1
2009-01-06Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar1-10/+8
2009-01-04x86: apic.c fix style problemsJaswinder Singh Rajput1-8/+6
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2009-01-03x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis1-2/+2
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis1-17/+5
2009-01-02Merge branch 'linus' into x86/cleanupsIngo Molnar1-16/+18
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+18
2008-12-30x86: apic.c: xapic_icr_read and x2apic_icr_read should be staticJaswinder Singh Rajput1-2/+2
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell1-84/+59
2008-12-29Merge branch 'linus' into x86/cleanupsIngo Molnar1-1/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2008-12-27x86: apic.c x2apic_preenabled and disable_x2apic should be staticJaswinder Singh1-2/+2
2008-12-23x86: fix lguest used_vectors breakage, -v2Yinghai Lu1-2/+0
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar1-10/+3
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar1-73/+54
2008-12-23Merge branch 'x86/apic' into x86/irqIngo Molnar1-67/+54
2008-12-23Merge commit 'v2.6.28-rc9' into x86/apicIngo Molnar1-1/+1
2008-12-18x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis1-8/+12
2008-12-18Merge branch 'x86/apic' into cpus4096Ingo Molnar1-67/+54
2008-12-16x86: Use cpumask accessors code for possible/present maps.Mike Travis1-2/+2
2008-12-16x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis1-1/+1
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-3/+3
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-4/+4
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto1-10/+3
2008-12-12x86: kill #ifdef for exit_idle()Hiroshi Shimamoto1-6/+0
2008-12-12tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker1-1/+2
2008-11-30enable_IR_x2apic() needs to be __initAl Viro1-1/+1
2008-11-11x86: apic reset counter on shutdownThomas Gleixner1-0/+1
2008-11-10x86: apic - use pr_ macros for loggingCyrill Gorcunov1-63/+53
2008-11-10x86: apic - calibrate_APIC_clock remove redundant irq-enable-disableCyrill Gorcunov1-4/+0
2008-10-16x86: apic - unify APIC_DIVISORCyrill Gorcunov1-6/+2
2008-10-16x86: io-apic - interrupt remapping fixCyrill Gorcunov1-3/+10
2008-10-16x86: apic - fix unused vars warning in calibrate_APIC_clockCyrill Gorcunov1-34/+47
2008-10-16x86: apic - skip writting ESR register if we dont have onCyrill Gorcunov1-1/+1
2008-10-16x86: apic - lapic_setup_esr does not handle esr_disable - fix itCyrill Gorcunov1-30/+33
2008-10-16x86: print out apic id in hex formatYinghai Lu1-1/+1
2008-10-16x86: lapic address print out like io apic addrYinghai Lu1-1/+1
2008-10-16x86: apic - unify smp_spurious/error_interrupt declarationCyrill Gorcunov1-8/+0
2008-10-16x86: let 64 bit to use 32 bit calibrate_apic_clockYinghai Lu1-86/+2
2008-10-16x86: rename apic_32.c and apic_64.c to apic.cYinghai Lu1-0/+2311