summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: mark get_cpu_leaves() with __cpuinit annotationSergio Luis2008-12-291-1/+1
* x86: export vector_used_by_percpu_irqIngo Molnar2008-12-231-0/+3
* x86: use logical apicid in x2apic_cluster's x2apic_cpu_mask_to_apicid_and()Suresh Siddha2008-12-231-3/+3
* x86: fix lguest used_vectors breakage, -v2Yinghai Lu2008-12-237-20/+43
* x86: fix warning in arch/x86/kernel/io_apic.cIngo Molnar2008-12-191-1/+1
* x86: use possible_cpus=NUM to extend the possible cpus allowedMike Travis2008-12-182-12/+33
* x86: fix cpu_mask_to_apicid_and to include cpu_online_maskMike Travis2008-12-188-41/+52
* Merge branch 'x86/apic' into cpus4096Ingo Molnar2008-12-182-74/+90
|\
| * 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
| * Merge commit 'v2.6.28-rc4' into x86/apicIngo Molnar2008-11-10668-3885/+70290
| |\
| * | x86, NMI watchdog: disable NMIs on LVT0 in case NMI watchdog is not workingAristeu Rozanski2008-10-271-7/+11
| * | x86, NMI watchdog: add support to enable and disable IOAPIC NMIAristeu Rozanski2008-10-271-0/+25
* | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-182-2/+3
|\ \ \
| * \ \ Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-172-2/+3
| |\ \ \
| | * | | powerpc: Fix corruption error in rh_alloc_fixed()Guillaume Knispel2008-12-171-0/+1
| | * | | powerpc/fsl-booke: Fix the miss interrupt restoreDave Liu2008-12-171-2/+2
* | | | | x86: update io_apic.c to the new cpumask codeIngo Molnar2008-12-171-2/+3
* | | | | Merge branch 'x86/crashdump' into cpus4096Ingo Molnar2008-12-176-211/+203
|\ \ \ \ \
| * | | | | x86: disable IRQs before doing anything on nmi_shootdown_cpus()Eduardo Habkost2008-11-121-0/+1
| * | | | | x86: make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APICEduardo Habkost2008-11-121-1/+12
| * | | | | x86: move nmi_shootdown_cpus() to reboot.cEduardo Habkost2008-11-122-76/+83
| * | | | | x86 kdump: make nmi_shootdown_cpus() non-staticEduardo Habkost2008-11-122-2/+6
| * | | | | x86 kdump: make kdump_nmi_callback() a function ptr on crash_nmi_callback()Eduardo Habkost2008-11-121-3/+8
| * | | | | x86 kdump: create kdump_nmi_shootdown_cpus()Eduardo Habkost2008-11-121-2/+9
| * | | | | x86 kdump: move crashing_cpu assignment to nmi_shootdown_cpus()Eduardo Habkost2008-11-121-3/+5
| * | | | | x86 kdump: extract kdump-specific code from crash_nmi_callback()Eduardo Habkost2008-11-121-11/+20
| * | | | | Merge branch 'linus' into x86/crashdumpIngo Molnar2008-11-12562-4924/+71343
| |\ \ \ \ \
| * | | | | | kexec/i386: setup kexec page table in CHuang Ying2008-10-313-141/+49
| * | | | | | kexec/i386: allocate page table pages dynamicallyHuang Ying2008-10-312-21/+60
| * | | | | | kexec/i386: remove PAGE_SIZE alignment from relocate_kernelHuang Ying2008-10-311-1/+0
* | | | | | | Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-172-2/+151
|\ \ \ \ \ \ \
| * | | | | | | sparseirq: fix !SMP building, #2Yinghai Lu2008-12-171-1/+1
| * | | | | | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-172-1/+150
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/travis...Ingo Molnar2008-12-1746-508/+824
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: Introduce topology_core_cpumask()/topology_thread_cpumask()Mike Travis2008-12-161-0/+2
| * | | | | | | | x86: xen: use smp_call_function_many()Mike Travis2008-12-161-5/+15
| * | | | | | | | x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.cMike Travis2008-12-161-53/+55
| * | | | | | | | x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.cMike Travis2008-12-161-22/+19
| * | | | | | | | 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-164-5/+5
| * | | | | | | | x86: Set CONFIG_NR_CPUS even on UPMike Travis2008-12-161-3/+3
| * | | | | | | | x86: cosmetic changes apic-related files.Mike Travis2008-12-1616-129/+127
| * | | | | | | | x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-164-15/+17
| * | | | | | | | xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-163-5/+9
| * | | | | | | | x86: Update io_apic.c to use new cpumask APIMike Travis2008-12-161-157/+145
| * | | | | | | | x86: update add-cpu_mask_to_apicid_and to use struct cpumask*Mike Travis2008-12-1611-58/+60
| * | | | | | | | x86: Add cpu_mask_to_apicid_andMike Travis2008-12-1612-0/+198
| * | | | | | | | x86: move and enhance debug printk for nr_cpu_ids etc.Mike Travis2008-12-161-6/+11
OpenPOWER on IntegriCloud