summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+2
| * | x86: xen: use smp_call_function_many()Mike Travis2008-12-171-5/+15
| * | x86: use work_on_cpu in x86/kernel/cpu/mcheck/mce_amd_64.cMike Travis2008-12-171-53/+55
| * | x86: Remove cpumask games in x86/kernel/cpu/intel_cacheinfo.cMike Travis2008-12-171-22/+19
| * | x86: Use cpumask accessors code for possible/present maps.Mike Travis2008-12-171-2/+2
| * | x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis2008-12-174-5/+5
| * | x86: Set CONFIG_NR_CPUS even on UPMike Travis2008-12-171-3/+3
| * | x86: cosmetic changes apic-related files.Mike Travis2008-12-1716-129/+127
| * | x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-174-15/+17
| * | xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-173-5/+9
| * | x86: Update io_apic.c to use new cpumask APIMike Travis2008-12-171-157/+145
| * | x86: update add-cpu_mask_to_apicid_and to use struct cpumask*Mike Travis2008-12-1711-58/+60
| * | x86: Add cpu_mask_to_apicid_andMike Travis2008-12-1712-0/+198
| * | x86: move and enhance debug printk for nr_cpu_ids etc.Mike Travis2008-12-171-6/+11
| * | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-1730-273/+380
| * | x86: enable MAXSMPMike Travis2008-12-171-3/+4
* | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-1715-26/+53
|\ \ \ | |/ / |/| |
| * | Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-12-161-0/+2
| |\ \
| | * | sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.Paul Mundt2008-12-161-0/+2
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-12-163-5/+17
| |\ \ \
| | * | | powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
| | * | | powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen2008-12-161-5/+11
| | * | | powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King2008-12-161-0/+3
| | |/ /
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-165-6/+7
| |\ \ \
| | * | | [ARM] Ensure linux/hardirqs.h is included where requiredRussell King2008-12-152-0/+2
| | * | | [ARM] fix kernel-doc syntaxRandy Dunlap2008-12-141-3/+2
| | * | | [ARM] arch/arm/common/sa1111.c: Correct error handling codeJulia Lawall2008-12-141-1/+1
| | * | | [ARM] 5341/2: there is no copy_page on nommu ARMNicolas Pitre2008-12-111-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-161-0/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | IA64: HP_SIMETH needs to depend upon NETAlexander Beregalov2008-12-111-0/+1
| * | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-151-0/+3
| |\ \ \ \
| | * | | | powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-141-0/+3
| * | | | | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-154-15/+23
* | | | | | x86: fix build error with post-merge of tip/cpus4096 and rr-for-ingo/master.Mike Travis2008-12-161-2/+2
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2008-12-16110-308/+213
|\ \ \ \ \ \
| * \ \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-1391-1645/+2749
| |\ \ \ \ \ \
| * | | | | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-1347-53/+53
| * | | | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-1333-119/+120
| * | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-135-7/+7
| * | | | | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-1332-125/+27
* | | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-165-437/+639
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds2008-12-131-0/+1
| |\ \ \ \ \ \
| | * | | | | | powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer2008-12-111-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | MIPS: IP32: Update defconfigDavid Daney2008-12-121-436/+624
| * | | | | | MIPS: Add missing calls to plat_unmap_dma_mem.David Daney2008-12-121-0/+3
| * | | | | | MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev2008-12-121-1/+1