Glauber Costa ([email protected])

Number of posts: 722 (1.1 per day)
First post: 2006-11-01 13:51:09
Last post: 2008-08-20 15:07:50

Date List Subject
2008-03-03 17:18:43 linux-kernel [PATCH 12/52] move disabled_cpus to common header
2008-03-03 17:18:26 linux-kernel [PATCH 11/52] unify smp_cpus_done
2008-03-03 17:17:58 linux-kernel [PATCH 15/52] remove export for smp_call_function_mask.
2008-03-03 17:17:42 linux-kernel [PATCH 10/52] unify smp_prepare_cpus
2008-03-03 17:17:27 linux-kernel [PATCH 09/52] unify prepare_boot_cpu
2008-03-03 17:17:03 linux-kernel [PATCH 08/52] unify __cpu_up.
2008-03-03 17:16:44 linux-kernel [PATCH 06/52] merge smp_send_reschedule
2008-03-03 17:16:25 linux-kernel [PATCH 03/52] merge extern variables definitions
2008-03-03 17:15:54 linux-kernel [PATCH 07/52] unify smp_call_function_mask
2008-03-03 17:15:30 linux-kernel [PATCH 05/52] move smp_ops extern declaration to common header
2008-03-03 17:15:00 linux-kernel [PATCH 04/52] define smp_ops in common header
2008-03-03 17:14:42 linux-kernel [PATCH 01/52] commonize smp.h
2008-03-03 17:14:28 linux-kernel [PATCH 02/52] merge extern function definitions
2008-03-03 17:14:01 linux-kernel [PATCH 0/52] First attempt at smp integration
2008-02-22 15:17:36 linux-kernel [PATCH] make c_idle.work have a static address.
2008-02-21 21:26:16 linux-kernel Re: [PATCH 0/2] onlining cpus can break lockdep
2008-02-21 20:51:28 linux-kernel [PATCH 1/2] turn c_idle into a pointer
2008-02-21 20:49:51 linux-kernel [PATCH 0/2] onlining cpus can break lockdep
2008-02-21 20:49:18 linux-kernel [PATCH 2/2] make work have a static address in do_boot_cpu()
2008-02-19 20:13:14 linux-kernel [PATCH] trivial: fix typo at tick-broadcast.c
2008-02-19 02:49:19 linux-kernel [PATCH 4/4] [PATCH] remove goto statement
2008-02-19 02:16:04 linux-kernel Re: [PATCH 4/4] remove goto statement
2008-02-18 21:05:18 linux-kernel [PATCH 3/4] provide error handling for unclean objects
2008-02-18 21:04:53 linux-kernel [PATCH 4/4] remove goto statement
2008-02-18 21:04:38 linux-kernel [PATCH 2/4] use pr->cdev as a condition for cleanup
2008-02-18 21:04:22 linux-kernel [PATCH 1/4] make cdev attribuition the last step
2008-02-18 21:03:22 linux-kernel [PATCH 0/4] Avoid panic in case of buggy bios
2008-02-15 20:13:48 linux-kernel [PATCH] remove is_processor_present prototype
2008-02-15 20:13:29 linux-kernel [PATCH] use ACPI_DEBUG_PRINT instead of printk
2008-02-11 19:30:31 linux-kernel [PATCH 2/5] [PATCH] make vsmp_init void, instead of static int
2008-02-11 19:29:59 linux-kernel [PATCH 4/5] [PATCH] introduce paravirt helpers
2008-02-11 19:29:38 linux-kernel [PATCH 3/5] [PATCH] call vsmp_init explicitly
2008-02-11 19:29:25 linux-kernel [PATCH 5/5] [PATCH] use the paravirt helpers
2008-02-11 19:25:39 linux-kernel [PATCH 1/5] Change vsmp compile dependency
2008-02-11 19:23:04 linux-kernel [PATCH 0/5] Make vsmp a paravirt client
2008-01-28 22:34:17 linux-kernel Re: [PATCH] fill in missing pv_mmu_ops entries for PAGETABLE_LEVELS >= 3
2008-01-19 02:01:36 linux-kernel [PATCH 6/6] export __supported_pte_mask
2008-01-19 02:01:19 linux-kernel [PATCH 5/6] export check_tsc_unstable
2008-01-19 02:00:55 linux-kernel [PATCH 4/6] use __PAGE_KERNEL instead of _PAGE_KERNEL
2008-01-19 02:00:42 linux-kernel [PATCH 3/6] explicitly use sched.h include
2008-01-19 01:59:59 linux-kernel [PATCH 2/6] explicitly use hrtimer.h include
2008-01-19 01:59:45 linux-kernel [PATCH 1/6] explicitly use ktime.h include
2008-01-19 01:59:24 linux-kernel [PATCH 0/6] lguest patches for compiling x86_64
2008-01-18 20:07:52 linux-kernel [PATCH 9/10] provide __parainstructions section
2008-01-18 20:07:29 linux-kernel [PATCH 10/10] change function orders in paravirt.h
2008-01-18 20:06:58 linux-kernel [PATCH 6/10] provide read and write cr8 paravirt hooks
2008-01-18 20:06:39 linux-kernel [PATCH 7/10] fill pv_cpu_ops structure with cr8 fields
2008-01-18 20:06:27 linux-kernel [PATCH 8/10] add asm_offset PARAVIRT constants
2008-01-18 20:06:00 linux-kernel [PATCH 5/10] puts read and write cr8 into pv_cpu_ops
2008-01-18 20:05:42 linux-kernel [PATCH 1/10] add missing parameter for lookup_address
2008-01-18 20:05:17 linux-kernel [PATCH 3/10] provide a native_init_IRQ function to x86_64