| Commit message (Expand) | Author | Age | Files | Lines |
* | genirq: add support for threaded interrupts to devres | Arjan van de Ven | 2009-03-24 | 2 | -9/+24 |
* | genirq: add threaded interrupt handler support | Thomas Gleixner | 2009-03-24 | 8 | -17/+259 |
* | Merge branch 'cpus4096' into irq/threaded | Thomas Gleixner | 2009-03-23 | 533 | -19004/+20099 |
|\ |
|
| * | cpumask: remove cpumask allocation from idle_balance, fix | Rusty Russell | 2009-03-19 | 1 | -1/+1 |
| * | numa, cpumask: move numa_node_id default implementation to topology.h, fix | Stephen Rothwell | 2009-03-19 | 2 | -0/+3 |
| * | cpumask: remove cpumask allocation from idle_balance | Rusty Russell | 2009-03-19 | 1 | -17/+18 |
| * | x86: cpumask: x86 mmio-mod.c use cpumask_var_t for downed_cpus | Rusty Russell | 2009-03-18 | 1 | -6/+13 |
| * | x86: cpumask: update 32-bit APM not to mug current->cpus_allowed | Rusty Russell | 2009-03-18 | 1 | -103/+145 |
| * | x86: microcode: cleanup | Ingo Molnar | 2009-03-18 | 3 | -87/+97 |
| * | x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.c | Rusty Russell | 2009-03-18 | 1 | -45/+61 |
| * | cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crash | Rusty Russell | 2009-03-18 | 3 | -3/+13 |
| * | numa, cpumask: move numa_node_id default implementation to topology.h | Rusty Russell | 2009-03-13 | 3 | -6/+6 |
| * | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -1/+1 |
| * | Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust... | Ingo Molnar | 2009-03-13 | 38 | -336/+246 |
| |\ |
|
| | * | cpumask: remove x86 cpumask_t uses. | Rusty Russell | 2009-03-13 | 6 | -13/+13 |
| | * | cpumask: use cpumask_var_t in uv_flush_tlb_others. | Rusty Russell | 2009-03-13 | 1 | -2/+7 |
| | * | cpumask: remove cpumask_t assignment from vector_allocation_domain() | Rusty Russell | 2009-03-13 | 4 | -4/+8 |
| | * | cpumask: make Xen use the new operators. | Rusty Russell | 2009-03-13 | 1 | -2/+2 |
| | * | cpumask: clean up summit's send_IPI functions | Rusty Russell | 2009-03-13 | 1 | -7/+3 |
| | * | cpumask: use new cpumask functions throughout x86 | Rusty Russell | 2009-03-13 | 9 | -27/+26 |
| | * | x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_... | Rusty Russell | 2009-03-13 | 2 | -30/+0 |
| | * | cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 2 | -8/+27 |
| | * | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 2009-03-13 | 4 | -28/+24 |
| | * | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 2009-03-13 | 5 | -94/+83 |
| | * | cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node | Rusty Russell | 2009-03-13 | 2 | -67/+0 |
| | * | x86: arch_send_call_function_ipi_mask | Rusty Russell | 2009-03-13 | 1 | -2/+3 |
| | * | cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.c | Rusty Russell | 2009-03-13 | 1 | -4/+6 |
| | * | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t | Rusty Russell | 2009-03-13 | 9 | -21/+32 |
| | * | cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t | Rusty Russell | 2009-03-13 | 1 | -5/+6 |
| | * | cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t. | Rusty Russell | 2009-03-13 | 1 | -4/+6 |
| | * | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:... | Rusty Russell | 2009-03-13 | 1 | -2/+0 |
| | * | cpumask: remove cpu_coregroup_map: x86 | Rusty Russell | 2009-03-13 | 2 | -6/+0 |
| | * | cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86 | Rusty Russell | 2009-03-13 | 2 | -6/+0 |
| | * | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86 | Rusty Russell | 2009-03-13 | 2 | -2/+2 |
| | * | cpumask: replace node_to_cpumask with cpumask_of_node. | Rusty Russell | 2009-03-13 | 8 | -17/+13 |
| | * | cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor... | Rusty Russell | 2009-03-13 | 2 | -5/+5 |
| * | | Merge commit 'v2.6.29-rc8' into cpus4096 | Ingo Molnar | 2009-03-13 | 73 | -410/+884 |
| |\ \
| | |/
| |/| |
|
| * | | Merge branch 'x86/core' into cpus4096 | Ingo Molnar | 2009-03-11 | 3225 | -54516/+93891 |
| |\ \ |
|
| | | \ | |
| | | \ | |
| | | \ | |
| | | \ | |
| | *---. \ | Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core | Ingo Molnar | 2009-03-11 | 320 | -3656/+6530 |
| | |\ \ \ \ |
|
| | | | * | | | x86, mce: use round_jiffies() instead round_jiffies_relative() | KOSAKI Motohiro | 2009-03-10 | 1 | -2/+2 |
| | | * | | | | x86, kexec: x86_64: add kexec jump support for x86_64 | Huang Ying | 2009-03-10 | 5 | -44/+197 |
| | | * | | | | x86, kexec: x86_64: add identity map for pages at image->start | Huang Ying | 2009-03-10 | 1 | -0/+42 |
| | | * | | | | x86, kexec: fix kexec x86 coding style | Huang Ying | 2009-03-10 | 4 | -30/+50 |
| | | | | | | | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | | \ \ \ | |
| | | *-----------. \ \ \ | Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', ... | Ingo Molnar | 2009-03-10 | 143 | -2156/+2069 |
| | | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | * | | | | x86: UV: remove uv_flush_tlb_others() WARN_ON | Cliff Wickman | 2009-03-08 | 1 | -2/+0 |
| | | | | | | | | | * | | | | percpu: finer grained locking to break deadlock and allow atomic free | Tejun Heo | 2009-03-07 | 1 | -37/+124 |
| | | | | | | | | | * | | | | percpu: move fully free chunk reclamation into a work | Tejun Heo | 2009-03-07 | 1 | -10/+38 |
| | | | | | | | | | * | | | | percpu: move chunk area map extension out of area allocation | Tejun Heo | 2009-03-07 | 1 | -48/+60 |
| | | | | | | | | | * | | | | percpu: replace pcpu_realloc() with pcpu_mem_alloc() and pcpu_mem_free() | Tejun Heo | 2009-03-07 | 1 | -43/+42 |
| | | | | | | | | | * | | | | x86, percpu: setup reserved percpu area for x86_64 | Tejun Heo | 2009-03-06 | 2 | -32/+40 |