summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq/sparseirq' into cpus4096Ingo Molnar2008-12-1710-14/+317
|\
| * sparseirq: fix !SMP building, #2Yinghai Lu2008-12-172-1/+2
| * x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-178-8/+313
| * proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro2008-12-161-5/+2
* | 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
| * | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-1630-273/+380
| * | x86: enable MAXSMPMike Travis2008-12-161-3/+4
* | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-1738-229/+334
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-12-161-0/+6
| |\ \
| | * | ieee1394: add quirk fix for Freecom HDDStefan Richter2008-12-141-0/+6
| * | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-162-9/+68
| |\ \ \
| | * | | pata_hpt366: no ATAPI DMATejun Heo2008-12-161-1/+3
| | * | | pata_hpt366: fix cable detection,Tejun Heo2008-12-161-2/+6
| | * | | libata: fix Seagate NCQ+FLUSH blacklistTejun Heo2008-12-161-6/+59
| * | | | Merge branch 'sh/for-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-12-162-1/+3
| |\ \ \ \
| | * | | | sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.Paul Mundt2008-12-161-0/+2
| | * | | | sh: maple: Do not pass SLAB_POISON to kmem_cache_create()Matt Fleming2008-12-161-1/+1
| * | | | | 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
| | |/ / / /
| * | | | | mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro2008-12-161-1/+1
| | |/ / / | |/| | |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-156-7/+8
| |\ \ \ \
| | * | | | [ARM] 5348/1: fix documentation wrt location of the alignment trap interfaceNicolas Pitre2008-12-151-1/+1
| | * | | | [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-1511-156/+164
| |\ \ \ \ \
| | * | | | | Phonet: keep TX queue disabled when the device is offRĂ©mi Denis-Courmont2008-12-151-5/+22
| | * | | | | SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0
| | * | | | | netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
| | * | | | | netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
| | * | | | | e1000e: fix double release of mutexJeff Kirsher2008-12-111-2/+7
| | * | | | | IA64: HP_SIMETH needs to depend upon NETAlexander Beregalov2008-12-101-0/+1
| | * | | | | netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-092-0/+9
OpenPOWER on IntegriCloud