| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-04-05 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Rusty Russell | 2009-03-31 | 1 | -0/+2 |
| |\ |
|
| | * | Merge branch 'linus' into cpumask-for-linus | Ingo Molnar | 2009-03-30 | 10 | -31/+20 |
| | |\ |
|
| | * | | numa, cpumask: move numa_node_id default implementation to topology.h, fix | Stephen Rothwell | 2009-03-19 | 1 | -0/+2 |
| | * | | Merge commit 'v2.6.29-rc8' into cpus4096 | Ingo Molnar | 2009-03-13 | 1 | -10/+19 |
| | |\ \ |
|
* | | \ \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | trivial: Fix misspelling of firmware | Nick Andrew | 2009-03-30 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Allow rwlocks to re-enable interrupts | Robin Holt | 2009-04-02 | 2 | -0/+4 |
* | | | | | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 | 2 | -2/+2 |
* | | | | | generic debug pagealloc: build fix | Akinobu Mita | 2009-04-02 | 1 | -9/+0 |
* | | | | | mm: use debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 1 | -0/+1 |
* | | | | | generic debug pagealloc | Akinobu Mita | 2009-04-01 | 2 | -1/+5 |
| |/ / /
|/| | | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-30 | 15 | -58/+72 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne... | David S. Miller | 2009-03-29 | 14 | -57/+50 |
| |\ \ \ \ |
|
| | * | | | | cpumask: use mm_cpumask() wrapper: sparc | Rusty Russell | 2009-03-16 | 4 | -18/+19 |
| | * | | | | cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+1 |
| | * | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): sparc | Rusty Russell | 2009-03-16 | 1 | -4/+0 |
| | * | | | | cpumask: remove cpu_coregroup_map: sparc | Rusty Russell | 2009-03-16 | 1 | -1/+0 |
| | * | | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: sparc | Rusty Russell | 2009-03-16 | 4 | -17/+13 |
| | * | | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: spa... | Rusty Russell | 2009-03-16 | 3 | -4/+4 |
| | * | | | | cpumask: Use accessors code.: sparc64 | Rusty Russell | 2009-03-16 | 2 | -3/+3 |
| | * | | | | cpumask: Use accessors code: sparc | Rusty Russell | 2009-03-16 | 3 | -6/+6 |
| | * | | | | cpumask: arch_send_call_function_ipi_mask: sparc | Rusty Russell | 2009-03-16 | 2 | -3/+4 |
| | * | | | | cpumask: Use smp_call_function_many(): sparc64 | Rusty Russell | 2009-03-16 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
| * | | | | sparc64: Fix reset hangs on Niagara systems. | David S. Miller | 2009-03-29 | 1 | -1/+22 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | 3 | -8/+0 |
|\ \ \ \ |
|
| * | | | | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 2 | -3/+0 |
| * | | | | cpumask: remove node_to_first_cpu | Rusty Russell | 2009-03-30 | 1 | -5/+0 |
| |/ / / |
|
* | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -1/+0 |
|/ / / |
|
* | | | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-28 | 3 | -4/+4 |
|\ \ \ |
|
| * | | | sparc64: We need to use compat_sys_ustat() as well. | David S. Miller | 2009-03-27 | 1 | -1/+1 |
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-27 | 3 | -3/+8 |
| |\ \ \ |
|
| | * | | | sparc64: Fix build of timer_interrupt(). | David Miller | 2009-03-26 | 1 | -1/+3 |
| * | | | | sparc64: Fix MM refcount check in smp_flush_tlb_pending(). | David S. Miller | 2009-03-27 | 1 | -2/+2 |
* | | | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 2 | -3/+4 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 2009-03-04 | 3 | -6/+6 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'x86/urgent' into x86/pat | Ingo Molnar | 2009-03-01 | 1 | -0/+1 |
| | |\ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 32 | -409/+621 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-27 | 10 | -44/+70 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 7 | -20/+7 |
| |\ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu | Ingo Molnar | 2009-01-15 | 2 | -3/+4 |
| |\ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|/ / / /
| | | |/| | | | | | | |
|
| | * | | | | | | | | | irq: update all arches for new irq_desc, fix | Mike Travis | 2009-01-15 | 1 | -1/+1 |
| | * | | | | | | | | | irq: update all arches for new irq_desc | Mike Travis | 2009-01-12 | 1 | -2/+3 |
| | |/ / / / / / / / |
|
* | | | | | | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-26 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ \ \ \ | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 4 | -16/+25 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ / /
| | |/| | | | | | | | /
| | | | |_|_|_|_|_|_|/
| | | |/| | | | | | | |
|
| | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ | |
| *---. \ \ \ \ \ \ \ \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ / / / /
| | |/| | | | | | | / / /
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| | | * | | | | | | | | | sparc64: Fix build by using kstat_irqs_cpu() | David Miller | 2009-01-22 | 1 | -1/+1 |
| | | * | | | | | | | | | sparc64: Fix build by including linux/irq.h into time_64.c | David Miller | 2009-01-22 | 1 | -1/+1 |
| | | | |_|_|_|/ / / /
| | | |/| | | | | | | |
|
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
| * | | | | | | | | | | sparc64: Flush TLB before releasing pages. | David S. Miller | 2009-03-26 | 1 | -2/+2 |