summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86, mce: fix ifdef for 64bit thermal apic vector clear on shutdownAndi Kleen2009-02-171-1/+1
* x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-031-1/+1
* x86: put trigger in to detect mismatched apic versionsMike Travis2009-01-181-0/+5
* x86: avoid early crash in disable_local_APIC()Jan Beulich2009-01-151-0/+4
* x86: fix apic.c build error on latest gitJaswinder Singh Rajput2009-01-121-0/+1
*-. Merge branches 'x86/cleanups', 'x86/mpparse', 'x86/numa' and 'x86/uv' into x8...Ingo Molnar2009-01-061-10/+8
|\ \
| | * Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-2/+2
| | |\ | |/ / |/| |
| | * x86: cleanup some remaining usages of NR_CPUS where s/b nr_cpu_idsMike Travis2009-01-031-2/+2
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-17/+5
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-301-84/+59
| | | |\
| * | | | x86: apic.c fix style problemsJaswinder Singh Rajput2009-01-041-8/+6
|/ / / /
* | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-021-16/+18
|\ \ \ \
| * \ \ \ Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-16/+18
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | x86: fix lguest used_vectors breakage, -v2Yinghai Lu2008-12-231-2/+0
| | * | x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis2008-12-181-8/+12
| | * | Merge branch 'x86/apic' into cpus4096Ingo Molnar2008-12-181-67/+54
| | |\ \
| | * | | x86: Use cpumask accessors code for possible/present maps.Mike Travis2008-12-161-2/+2
| | * | | x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis2008-12-161-1/+1
| | * | | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-3/+3
| | | |/ | | |/|
| | * | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-4/+4
* | | | x86: apic.c: xapic_icr_read and x2apic_icr_read should be staticJaswinder Singh Rajput2008-12-301-2/+2
* | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-12-291-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-1/+2
| |\ \ \
| | * | | tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker2008-12-121-1/+2
| | |/ /
* | | | x86: apic.c x2apic_preenabled and disable_x2apic should be staticJaswinder Singh2008-12-271-2/+2
|/ / /
* | | Merge branch 'x86/irq' into x86/coreIngo Molnar2008-12-231-10/+3
|\ \ \
| * \ \ Merge branch 'x86/apic' into x86/irqIngo Molnar2008-12-231-67/+54
| |\ \ \
| * | | | x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto2008-12-121-10/+3
| | |/ / | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-73/+54
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| | | * | x86: kill #ifdef for exit_idle()Hiroshi Shimamoto2008-12-121-6/+0
| |_|/ / |/| | |
| * | | Merge commit 'v2.6.28-rc9' into x86/apicIngo Molnar2008-12-231-1/+1
| |\ \ \ | |/ / / |/| | / | | |/ | |/|
| * | x86: apic reset counter on shutdownThomas Gleixner2008-11-111-0/+1
| * | x86: apic - use pr_ macros for loggingCyrill Gorcunov2008-11-101-63/+53
| * | x86: apic - calibrate_APIC_clock remove redundant irq-enable-disableCyrill Gorcunov2008-11-101-4/+0
| |/
* | enable_IR_x2apic() needs to be __initAl Viro2008-11-301-1/+1
|/
* x86: apic - unify APIC_DIVISORCyrill Gorcunov2008-10-161-6/+2
* x86: io-apic - interrupt remapping fixCyrill Gorcunov2008-10-161-3/+10
* x86: apic - fix unused vars warning in calibrate_APIC_clockCyrill Gorcunov2008-10-161-34/+47
* x86: apic - skip writting ESR register if we dont have onCyrill Gorcunov2008-10-161-1/+1
* x86: apic - lapic_setup_esr does not handle esr_disable - fix itCyrill Gorcunov2008-10-161-30/+33
* x86: print out apic id in hex formatYinghai Lu2008-10-161-1/+1
* x86: lapic address print out like io apic addrYinghai Lu2008-10-161-1/+1
* x86: apic - unify smp_spurious/error_interrupt declarationCyrill Gorcunov2008-10-161-8/+0
* x86: let 64 bit to use 32 bit calibrate_apic_clockYinghai Lu2008-10-161-86/+2
* x86: rename apic_32.c and apic_64.c to apic.cYinghai Lu2008-10-161-0/+2311
OpenPOWER on IntegriCloud