summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/apic.c
AgeCommit message (Expand)Author
2009-11-23x86: apic: Remove not needed #ifdefYinghai Lu
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
2009-04-19x86, intr-remap: enable interrupt remapping earlyWeidong Han
2009-04-17Merge branch 'linus' into x86/apicIngo Molnar
2009-04-13x86: fix function definitions after: x86: apic - introduce imcr_ helpersAlexander van Heukelum
2009-04-12x86: apic - introduce dummy apic operationsCyrill Gorcunov
2009-04-12x86: apic - introduce imcr_ helpersCyrill Gorcunov
2009-04-07x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi
2009-04-07Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-04-06Merge branch 'linus' into perfcounters/core-v2Ingo Molnar
2009-04-03Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu
2009-03-17x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha
2009-03-17x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar
2009-02-25Merge branch 'x86/core' into x86/mce2H. Peter Anvin