LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2008-03-19 19:46:16
linux-kernel
[PATCH 15/79] [PATCH] provide APIC_INTEGRATED definition for x86_64
2008-03-19 19:44:46
linux-kernel
[PATCH 06/79] [PATCH] decouple call to print_cpu_info from smp_store_cpu_info
2008-03-19 19:44:25
linux-kernel
[PATCH 02/79] [PATCH] add loglevel to printks
2008-03-19 19:41:36
linux-kernel
[PATCH 07/79] [PATCH] provide specialized identification routines for x86_64
2008-03-19 19:41:10
linux-kernel
[PATCH 14/79] [PATCH] move state update out of ipi_lock
2008-03-19 19:40:49
linux-kernel
[PATCH 12/79] [PATCH] don't call local_irq_enable before entering idle
2008-03-19 19:40:20
linux-kernel
[PATCH 09/79] [PATCH] call identify_secondary_cpu in smp_store_cpu_info
2008-03-19 19:39:54
linux-kernel
[PATCH 08/79] [PATCH] use identify_boot_cpu
2008-03-19 19:39:27
linux-kernel
[PATCH] build fix for smp
2008-03-18 09:44:22
linux-kernel
Re: + x86-vsmp-build-fixes.patch added to -mm tree
2008-03-17 21:33:58
linux-kernel
[PATCH] vsmp build fixes
2008-03-05 17:45:54
linux-kernel
[PATCH 1/1] export native versions of machine_ops functions
2008-03-03 17:34:26
linux-kernel
[PATCH 37/52] use remove_from_maps in cpu_disable
2008-03-03 17:33:53
linux-kernel
[PATCH 34/52] move sibling functions to common file
2008-03-03 17:33:39
linux-kernel
[PATCH 50/52] provide an end_local_APIC_setup function
2008-03-03 17:33:04
linux-kernel
[PATCH 52/52] merge smp_callin
2008-03-03 17:32:44
linux-kernel
[PATCH 51/52] make map_cpu_to_logical_apicid nonstatic
2008-03-03 17:32:28
linux-kernel
[PATCH 49/52] wrap esr setting up in i386 in lapic_setup_esr
2008-03-03 17:31:57
linux-kernel
[PATCH 47/52] leave irqs enabled while calibrating delay.
2008-03-03 17:31:38
linux-kernel
[PATCH 48/52] modify x86_64 smp_callin so it looks like i386
2008-03-03 17:31:15
linux-kernel
[PATCH 26/52] create tlb files
2008-03-03 17:30:48
linux-kernel
[PATCH 27/52] get rid of smp_32.c and smp_64.c
2008-03-03 17:30:22
linux-kernel
[PATCH 18/52] provide __smp_call_function
2008-03-03 17:29:51
linux-kernel
[PATCH 22/52] add reboot_force test to native_smp_send_stop
2008-03-03 17:29:33
linux-kernel
[PATCH 23/52] unify smp_send_stop
2008-03-03 17:29:11
linux-kernel
[PATCH 20/52] provide hlt_works function.
2008-03-03 17:28:47
linux-kernel
[PATCH 46/52] use cpu_relax instead of rep_nop
2008-03-03 17:28:31
linux-kernel
[PATCH 42/52] adapt voyager's trampoline_base
2008-03-03 17:28:13
linux-kernel
[PATCH 45/52] use wait_for_init_deassert in x86_64
2008-03-03 17:27:42
linux-kernel
[PATCH 43/52] adapt voyager's setup_trampoline
2008-03-03 17:27:20
linux-kernel
[PATCH 44/52] unify setup_trampoline
2008-03-03 17:26:48
linux-kernel
[PATCH 41/52] move trampoline arrays extern definition to smp.h
2008-03-03 17:26:29
linux-kernel
[PATCH 40/52] make x86_64 accept the max_cpus parameter
2008-03-03 17:26:10
linux-kernel
[PATCH 39/52] merge __cpu_disable and cpu_die
2008-03-03 17:25:47
linux-kernel
[PATCH 38/52] do not clear cpu_online_map
2008-03-03 17:24:57
linux-kernel
[PATCH 35/52] move cpu_coregroup_map to common file
2008-03-03 17:24:37
linux-kernel
[PATCH 36/52] remove vector_lock around cpu_online_map
2008-03-03 17:23:48
linux-kernel
[PATCH 25/52] create ipi.c
2008-03-03 17:23:29
linux-kernel
[PATCH 31/52] make set_cpu_sibling_map nonstatic
2008-03-03 17:23:05
linux-kernel
[PATCH 32/52] make remove_siblinginfo non-static
2008-03-03 17:22:46
linux-kernel
[PATCH 33/52] move hotplug related extern definitions to smp.h
2008-03-03 17:22:28
linux-kernel
[PATCH 29/52] adjust types in smpcommon_32.c
2008-03-03 17:21:56
linux-kernel
[PATCH 30/52] move equal types to common file
2008-03-03 17:21:42
linux-kernel
[PATCH 28/52] remove cpu_llc_id from processor.h
2008-03-03 17:21:26
linux-kernel
[PATCH 24/52] create smp.c
2008-03-03 17:20:56
linux-kernel
[PATCH 17/52] create smpcommon.c
2008-03-03 17:20:39
linux-kernel
[PATCH 19/52] change x86_64 smp_call_function_mask to look alike i386
2008-03-03 17:20:12
linux-kernel
[PATCH 21/52] make stop_this_cpu looks exactly equal in both arches
2008-03-03 17:19:50
linux-kernel
[PATCH 16/52] remove irqs disabled warning.
2008-03-03 17:19:31
linux-kernel
[PATCH 14/52] move prefill_possible_map to common file
2008-03-03 17:18:58
linux-kernel
[PATCH 13/52] use disabled_cpus in i386