aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)Author
2010-07-16x86: Fix x2apic preenabled system with kexecYinghai Lu
2010-05-24x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson
2010-04-02x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boardsSuresh Siddha
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-02-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2010-02-19x86, pic: Make use of legacy_pic abstractionJacob Pan
2010-02-09x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUsSuresh Siddha
2010-02-07x86: Remove trailing spaces in messagesFrans Pop
2010-01-18x86, apic: use logical flat for systems with <= 8 logical cpusSuresh Siddha
2010-01-11Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"Ananth N Mavinakayanahalli
2009-12-11x86: Remove enabling x2apic message for every CPUMike Travis
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-23x86: apic: Remove not needed #ifdefYinghai Lu
2009-11-16x86: Fix printk format due to variable type changeThomas Gleixner
2009-10-27x86, apic: Clear APIC Timer Initial Count Register on shutdownAndreas Herrmann
2009-10-15x86: apic: Allow noop operations to be called almost at any timeCyrill Gorcunov
2009-10-14x86, apic: Use apic noop driverCyrill Gorcunov
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-20Merge branch 'linus' into x86/urgentIngo Molnar
2009-09-20x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov
2009-09-19x86, apic: Use logical flat on intel with <= 8 logical cpusSuresh Siddha
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-09-18x86: apic: Convert BUG() to BUG_ON()Daniel Walker
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner
2009-08-26x86, apic: Slim down stack usage in early_init_lapic_mapping()Cyrill Gorcunov
2009-08-17x86, apic: Move dmar_table_init() out of enable_IR()Yinghai Lu
2009-08-05x86/apic: Enable x2APIC without interrupt remapping under KVMGleb Natapov
2009-08-05x86, apic: Drop redundant bit assignmentCyrill Gorcunov
2009-07-03x86: Remove unused variable disable_x2apicJaswinder Singh Rajput
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby
2009-06-01Merge branch 'irq/numa' into x86/mce3H. Peter Anvin
2009-05-29perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang
2009-05-28x86, mce: use 64bit machine check code on 32bitAndi Kleen
2009-05-25perf_counter: x86: Remove interrupt throttlePeter Zijlstra
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu
2009-05-01x86, apic: use pr_ macroCyrill Gorcunov
2009-04-29Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-27x86: Use dmi check in apic_is_clustered() on 64-bit to mark the TSC unstableYinghai Lu
2009-04-22x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC()Suresh Siddha
2009-04-21x86: x2apic, IR: Clean up panic() with nox2apic boot optionSuresh Siddha
2009-04-21x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha
2009-04-19x86, intr-remap: fix x2apic/intr-remap resumeWeidong Han