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-19 20:18:36 linux-kernel [PATCH 75/79] [PATCH] introduce smpboot_clear_io_apic
2008-03-19 20:18:07 linux-kernel [PATCH 67/79] [PATCH] merge native_smp_cpus_done
2008-03-19 20:17:00 linux-kernel [PATCH 34/79] [PATCH] move impress_friends and smp_check to cpus_done
2008-03-19 20:16:44 linux-kernel [PATCH 78/79] [PATCH] move apicid mappings to smpboot.c
2008-03-19 20:16:24 linux-kernel [PATCH 33/79] [PATCH] do smp tainting checks in a separate function
2008-03-19 20:15:50 linux-kernel [PATCH 62/79] [PATCH] move stack_start to smp.h
2008-03-19 20:15:26 linux-kernel [PATCH 74/79] [PATCH] change x86_64 sanity checks to match i386.
2008-03-19 20:14:52 linux-kernel [PATCH 0/79] smpboot integration
2008-03-19 20:14:30 linux-kernel [PATCH 72/79] [PATCH] change x86_64 native_smp_prepare_cpus to match i386
2008-03-19 20:14:00 linux-kernel [PATCH 54/79] [PATCH] provide an end_local_APIC_setup function
2008-03-19 20:13:42 linux-kernel [PATCH 38/79] [PATCH] move smp_intr_init away from smpboot_32.c
2008-03-19 20:13:26 linux-kernel [PATCH 32/79] [PATCH] allow user to impress friends.
2008-03-19 20:12:54 linux-kernel [PATCH 31/79] [PATCH] get rid of cpucount
2008-03-19 20:12:38 linux-kernel [PATCH 18/79] [PATCH] isolate sanity checking
2008-03-19 20:12:22 linux-kernel [PATCH 77/79] [PATCH] merge cpu_exit_clear
2008-03-19 20:11:57 linux-kernel [PATCH 23/79] [PATCH] unify extern masks declaration
2008-03-19 20:11:41 linux-kernel [PATCH 49/79] [PATCH] get rid of commenced mask.
2008-03-19 20:11:25 linux-kernel [PATCH 43/79] [PATCH] call nmi_watchdog_default in i386
2008-03-19 20:11:03 linux-kernel [PATCH 37/79] [PATCH] include smpboot_hooks.h in smpboot_64.c
2008-03-19 20:10:37 linux-kernel [PATCH 70/79] [PATCH] additions to i386 native_smp_prepare_cpus.
2008-03-19 20:10:04 linux-kernel [PATCH 51/79] [PATCH] don't span a new worker in __smp_prepare_cpu
2008-03-19 20:09:39 linux-kernel [PATCH 52/79] [PATCH] modify smp_callin in x86_64 to look like i386
2008-03-19 20:09:21 linux-kernel [PATCH 47/79] [PATCH] do not zap_low_mappings in __smp_prepare_cpus
2008-03-19 20:08:50 linux-kernel [PATCH 60/79] [PATCH] add callin tests to cpu_up
2008-03-19 20:08:34 linux-kernel [PATCH 19/79] [PATCH] isolate logic to disable smp
2008-03-19 20:08:16 linux-kernel [PATCH 40/79] [PATCH] wipe get_nmi_reason out of nmi_64.h
2008-03-19 20:07:48 linux-kernel [PATCH 59/79] [PATCH] change wakeup_secondary name
2008-03-19 20:07:00 linux-kernel [PATCH 57/79] [PATCH] call do_boot_cpu directly from native_cpu_up
2008-03-19 20:06:48 linux-kernel [PATCH 03/79] [PATCH] use apic_*_around instead of apic_write in x86_64
2008-03-19 20:06:32 linux-kernel [PATCH 42/79] [PATCH] call check_nmi_watchdog explicitly in native_smp_cpus_done
2008-03-19 20:06:15 linux-kernel [PATCH 36/79] [PATCH] include mach_wakecpu.h in smpboot_64
2008-03-19 20:05:47 linux-kernel [PATCH 55/79] [PATCH] calibrate delay with irqs enabled
2008-03-19 20:04:34 linux-kernel [PATCH 68/79] [PATCH] use physical id when disabling smp
2008-03-19 20:03:11 linux-kernel [PATCH 44/79] [PATCH] don't initialize sibling and core maps during preparation
2008-03-19 20:02:45 linux-kernel [PATCH 17/79] [PATCH] add barriers statement
2008-03-19 20:02:25 linux-kernel [PATCH 73/79] [PATCH] add extra sanity check
2008-03-19 20:01:59 linux-kernel [PATCH 25/79] [PATCH] initialize map pointers in setup_32.c
2008-03-19 20:01:38 linux-kernel [PATCH 45/79] [PATCH] fix apic acking of irqs
2008-03-19 20:01:18 linux-kernel [PATCH 29/79] [PATCH] fill bios cpu to apicid maps
2008-03-19 20:00:46 linux-kernel [PATCH 71/79] [PATCH] assign nr_ioapics = 0 in smpboot_hooks.h
2008-03-19 20:00:07 linux-kernel [PATCH 39/79] [PATCH] don't set maps in native_smp_prepare_boot_cpu()
2008-03-19 19:59:39 linux-kernel [PATCH 35/79] [PATCH] add subarch support (for headers) to x86_64
2008-03-19 19:59:11 linux-kernel [PATCH 20/79] [PATCH] do tests before do_boot_cpu in i386
2008-03-19 19:58:49 linux-kernel [PATCH 26/79] [PATCH] make node to apic mapping declarations unconditional
2008-03-19 19:58:16 linux-kernel [PATCH 04/79] [PATCH] use start_ipi_hook in x86_64
2008-03-19 19:57:53 linux-kernel [PATCH 16/79] [PATCH] use APIC_INTEGRATED tests in x86_64
2008-03-19 19:57:33 linux-kernel [PATCH 27/79] [PATCH] fix alloc_bootmem_pages_node macro
2008-03-19 19:56:57 linux-kernel [PATCH 22/79] [PATCH] move assignment of CPU_PREPARE before do_boot_cpu
2008-03-19 19:56:43 linux-kernel [PATCH 05/79] [PATCH] add an smp_apply_quirks to smpboot_32.c
2008-03-19 19:56:22 linux-kernel [PATCH 13/79] [PATCH] move setup_secondary_clock a little bit down in the function
2008-03-19 19:56:05 linux-kernel [PATCH 01/79] [PATCH] change var types in __inquire_remote_apic