aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* genirq: add threaded interrupt handler supportThomas Gleixner2009-03-24
* Merge branch 'cpus4096' into irq/threadedThomas Gleixner2009-03-23
|\
| * cpumask: remove cpumask allocation from idle_balance, fixRusty Russell2009-03-19
| * numa, cpumask: move numa_node_id default implementation to topology.h, fixStephen Rothwell2009-03-19
| * cpumask: remove cpumask allocation from idle_balanceRusty Russell2009-03-19
| * x86: cpumask: x86 mmio-mod.c use cpumask_var_t for downed_cpusRusty Russell2009-03-18
| * x86: cpumask: update 32-bit APM not to mug current->cpus_allowedRusty Russell2009-03-18
| * x86: microcode: cleanupIngo Molnar2009-03-18
| * x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.cRusty Russell2009-03-18
| * cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell2009-03-18
| * numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell2009-03-13
| * cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-13
| * Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar2009-03-13
| |\
| | * cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-13
| | * cpumask: use cpumask_var_t in uv_flush_tlb_others.Rusty Russell2009-03-13
| | * cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell2009-03-13
| | * cpumask: make Xen use the new operators.Rusty Russell2009-03-13
| | * cpumask: clean up summit's send_IPI functionsRusty Russell2009-03-13
| | * cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-13
| | * x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2009-03-13
| | * cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2009-03-13
| | * cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-13
| | * x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell2009-03-13
| | * cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-03-13
| | * x86: arch_send_call_function_ipi_maskRusty Russell2009-03-13
| | * cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.cRusty Russell2009-03-13
| | * cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-13
| | * cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell2009-03-13
| | * cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t.Rusty Russell2009-03-13
| | * cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-03-13
| | * cpumask: remove cpu_coregroup_map: x86Rusty Russell2009-03-13
| | * cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell2009-03-13
| | * cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2009-03-13
| | * cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell2009-03-13
| | * cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell2009-03-13
| * | Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar2009-03-13
| |\ \ | | |/ | |/|
| * | Merge branch 'x86/core' into cpus4096Ingo Molnar2009-03-11
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/coreIngo Molnar2009-03-11
| | |\ \ \ \
| | | | * | | x86, mce: use round_jiffies() instead round_jiffies_relative()KOSAKI Motohiro2009-03-11
| | | * | | | x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying2009-03-10
| | | * | | | x86, kexec: x86_64: add identity map for pages at image->startHuang Ying2009-03-10
| | | * | | | x86, kexec: fix kexec x86 coding styleHuang Ying2009-03-10
| | | | | | |
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | | \ \ \
| | | *-----------. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ...Ingo Molnar2009-03-10
| | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | x86: UV: remove uv_flush_tlb_others() WARN_ONCliff Wickman2009-03-08
| | | | | | | | | | * | | | percpu: finer grained locking to break deadlock and allow atomic freeTejun Heo2009-03-07
| | | | | | | | | | * | | | percpu: move fully free chunk reclamation into a workTejun Heo2009-03-06
| | | | | | | | | | * | | | percpu: move chunk area map extension out of area allocationTejun Heo2009-03-06
| | | | | | | | | | * | | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free()Tejun Heo2009-03-06
| | | | | | | | | | * | | | x86, percpu: setup reserved percpu area for x86_64Tejun Heo2009-03-06
| | | | | | | | | | * | | | percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo2009-03-06