summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20apic, x86: Check if EILVT APIC registers are available (AMD only)Robert Richter1-9/+74
2010-09-15x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha1-3/+0
2010-08-13Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2010-08-05x86, apic: Map the local apic when parsing the MP table.Eric W. Biederman1-1/+1
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-07-16x86: Fix x2apic preenabled system with kexecYinghai Lu1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-8/+33
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-24x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson1-8/+33
2010-04-02x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boardsSuresh Siddha1-0/+2
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2010-02-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan1-4/+4
2010-02-09x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha1-17/+0
2010-02-07x86: Remove trailing spaces in messagesFrans Pop1-1/+1
2010-01-18x86, apic: use logical flat for systems with <= 8 logical cpusSuresh Siddha1-14/+1
2010-01-11Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"Ananth N Mavinakayanahalli1-8/+18
2009-12-11x86: Remove enabling x2apic message for every CPUMike Travis1-1/+1
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2009-11-23x86: apic: Remove not needed #ifdefYinghai Lu1-6/+3
2009-11-16x86: Fix printk format due to variable type changeThomas Gleixner1-1/+1
2009-10-27x86, apic: Clear APIC Timer Initial Count Register on shutdownAndreas Herrmann1-1/+1
2009-10-15x86: apic: Allow noop operations to be called almost at any timeCyrill Gorcunov1-0/+1
2009-10-14x86, apic: Use apic noop driverCyrill Gorcunov1-19/+3
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds1-3/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar1-1/+2
2009-09-20x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov1-1/+1
2009-09-19x86, apic: Use logical flat on intel with <= 8 logical cpusSuresh Siddha1-18/+8
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2009-09-18x86: apic: Convert BUG() to BUG_ON()Daniel Walker1-2/+1
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-1/+2
2009-08-26x86, apic: Slim down stack usage in early_init_lapic_mapping()Cyrill Gorcunov1-6/+2
2009-08-17x86, apic: Move dmar_table_init() out of enable_IR()Yinghai Lu1-9/+13
2009-08-05x86/apic: Enable x2APIC without interrupt remapping under KVMGleb Natapov1-37/+46
2009-08-05x86, apic: Drop redundant bit assignmentCyrill Gorcunov1-1/+0
2009-07-03x86: Remove unused variable disable_x2apicJaswinder Singh Rajput1-2/+0
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-6/+17
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar1-120/+191
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov1-1/+8
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby1-5/+6
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin1-115/+178
2009-05-29perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang1-1/+1
2009-05-28x86, mce: use 64bit machine check code on 32bitAndi Kleen1-2/+2
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra1-2/+0
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-0/+1
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu1-24/+22
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov1-8/+9
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann1-1/+1
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu1-10/+21