summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-3/+3
|\
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
* | Merge branch 'linus' into x86/urgentIngo Molnar2009-09-201-1/+2
|\ \ | |/
| * Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-1/+2
| |\
| | * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-1/+2
* | | x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov2009-09-201-1/+1
* | | x86, apic: Use logical flat on intel with <= 8 logical cpusSuresh Siddha2009-09-191-18/+8
* | | x86: apic: Convert BUG() to BUG_ON()Daniel Walker2009-09-181-2/+1
|/ /
* | x86, apic: Slim down stack usage in early_init_lapic_mapping()Cyrill Gorcunov2009-08-261-6/+2
* | x86, apic: Move dmar_table_init() out of enable_IR()Yinghai Lu2009-08-171-9/+13
* | x86/apic: Enable x2APIC without interrupt remapping under KVMGleb Natapov2009-08-051-37/+46
* | x86, apic: Drop redundant bit assignmentCyrill Gorcunov2009-08-051-1/+0
|/
* x86: Remove unused variable disable_x2apicJaswinder Singh Rajput2009-07-031-2/+0
* Merge branch 'linus' into x86/mce3Ingo Molnar2009-06-111-6/+17
|\
| * Merge branch 'linus' into perfcounters/coreIngo Molnar2009-06-111-120/+191
| |\
| | * x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov2009-06-071-1/+8
| | * x86, apic: Restore irqs on fail pathsJiri Slaby2009-06-021-5/+6
| * | perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang2009-05-291-1/+1
| * | perf_counter: x86: Remove interrupt throttlePeter Zijlstra2009-05-251-2/+0
| * | perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras2009-05-221-0/+1
| * | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-291-0/+6
| |\ \
| * \ \ Merge branch 'linus' into perfcounters/coreIngo Molnar2009-04-071-8/+62
| |\ \ \
| * \ \ \ Merge branch 'linus' into perfcounters/core-v2Ingo Molnar2009-04-061-12/+23
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/core' into perfcounters/coreIngo Molnar2009-02-261-10/+2
| |\ \ \ \ \
| * | | | | | Merge branch 'x86/apic' into perfcounters/coreIngo Molnar2009-02-171-0/+4
* | | | | | | Merge branch 'irq/numa' into x86/mce3H. Peter Anvin2009-06-011-115/+178
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-121-24/+22
| * | | | | | x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov2009-05-111-8/+9
| * | | | | | x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann2009-05-111-1/+1
| * | | | | | x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-111-10/+21
| * | | | | | x86, apic: use pr_ macroCyrill Gorcunov2009-05-011-1/+1
| * | | | | | x86: Use dmi check in apic_is_clustered() on 64-bit to mark the TSC unstableYinghai Lu2009-04-271-27/+59
| * | | | | | x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC()Suresh Siddha2009-04-221-2/+0
| * | | | | | x86: x2apic, IR: Clean up panic() with nox2apic boot optionSuresh Siddha2009-04-211-2/+6
| * | | | | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha2009-04-211-37/+12
| * | | | | | x86, intr-remap: fix x2apic/intr-remap resumeWeidong Han2009-04-191-6/+9
| * | | | | | x86, intr-remap: enable interrupt remapping earlyWeidong Han2009-04-191-40/+36
| * | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-04-171-0/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | x86: fix function definitions after: x86: apic - introduce imcr_ helpersAlexander van Heukelum2009-04-131-2/+2
| * | | | | | x86: apic - introduce dummy apic operationsCyrill Gorcunov2009-04-121-0/+24
| * | | | | | x86: apic - introduce imcr_ helpersCyrill Gorcunov2009-04-121-4/+25
| | |_|_|_|/ | |/| | | |
* | | | | | x86, mce: use 64bit machine check code on 32bitAndi Kleen2009-05-281-2/+2
| |/ / / / |/| | | |
* | | | | x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2009-04-071-0/+6
|/ / / /
* | | | Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-031-8/+62
| |_|/ |/| |
* | | x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha2009-03-171-5/+6
* | | x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha2009-03-171-7/+2
* | | Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-02-241-0/+15
| |/ |/|
* | x86: refactor x86_quirks supportIngo Molnar2009-02-231-1/+0
* | Merge branch 'linus' into x86/apicIngo Molnar2009-02-221-1/+1
* | x86: select x2apic ops in early apic probe only if x2apic mode is enabledSuresh Siddha2009-02-221-8/+1
|/
OpenPOWER on IntegriCloud