[PATCH] pass fmode_t to blkdev_put()
[safe/jmp/linux-2.6] / include / asm-x86 / smp.h
2008-10-13 Chuck Ebbertx86: move prefill_possible_map calling early, fix, V2
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/xen
2008-10-06 Ingo MolnarMerge branch 'x86/prototypes' into x86-v28-for-linus...
2008-09-06 Ingo MolnarMerge branches 'x86/tracehook', 'x86/xsave' and 'x86...
2008-09-05 Alex Nixonx86: build fix for !CONFIG_SMP
2008-08-25 Alex Nixonx86: separate generic cpu disabling code from APIC...
2008-08-25 Alex Nixonx86: unify x86_32 and x86_64 play_dead into one function
2008-08-25 Alex Nixonx86_32: clean up play_dead
2008-08-25 Alex Nixonx86: add cpu hotplug hooks into smp_ops
2008-08-14 Ingo MolnarMerge branches 'x86/prototypes', 'x86/x2apic' and ...
2008-07-26 Ingo MolnarMerge branch 'x86/x2apic' into x86/core
2008-07-22 Vegard Nossumx86: consolidate header guards
2008-07-22 Jaswinder Singhx86: process_32.c declare cpu_number before they get...
2008-07-22 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-18 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-16 Jeremy Fitzhardingex86_64: unstatic get_local_pda
2008-07-15 Ingo MolnarMerge branch 'generic-ipi' into generic-ipi-for-linus
2008-07-12 Yinghai Lux86: make read_apic_id return final apicid
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: basic apic ops support
2008-07-12 Suresh Siddhax64, x2apic/intr-remap: introduce read_apic_id() to...
2008-07-08 Ingo Molnarx86: move prefill_possible_map calling early, fix
2008-07-08 Yinghai Lux86: move prefill_possible_map calling early
2008-07-08 Glauber Costax86: move cpu_exit_clear to process_32.c
2008-07-08 Ingo MolnarMerge branch 'x86/numa' into x86/devel
2008-07-08 Mike Travisx86: cleanup early per cpu variables/accesses v4
2008-06-26 Jens Axboex86: convert to generic helpers for IPI function calls
2008-05-25 Yinghai Lux86: extend e820 ealy_res support 32bit
2008-04-24 Ingo Molnar"make namespacecheck" fixes
2008-04-17 Pavel Machekx86: move suspend wakeup code to C
2008-04-17 Alexey Starikovskiyx86: move up & smp variables to setup.c
2008-04-17 Mike Travisx86: clean up non-smp usage of cpu maps
2008-04-17 Ingo Molnarx86: uv fix
2008-04-17 Jack Steinerx86: support for new UV apic
2008-04-17 Jack Steinerx86: change GET_APIC_ID() from an inline function to...
2008-04-17 Glauber Costax86: merge smp_32.h and smp_64.h into smp.h
2008-04-17 Glauber Costax86: merge SMP definitions of smp.h
2008-04-17 Glauber Costax86: merge includes in smp.h
2008-04-17 Glauber Costax86: merge hard/logical_smp_processor_id
2008-04-17 Glauber de Oliveir... x86: integrate do_boot_cpu
2008-04-17 Glauber de Oliveir... x86: change boot_cpu_id to boot_cpu_physical_apicid
2008-04-17 Glauber de Oliveir... x86: move stack_start to smp.h
2008-04-17 Glauber de Oliveir... x86: unify extern masks declaration
2008-04-17 Glauber de Oliveir... x86: merge smp_store_cpu_info
2008-04-17 Glauber de Oliveir... x86: use start_ipi_hook in x86_64
2008-04-17 Glauber Costax86: unify setup_trampoline
2008-04-17 Glauber Costax86: move trampoline arrays extern definition to smp.h
2008-04-17 Glauber Costax86: merge __cpu_disable and cpu_die
2008-04-17 Glauber Costax86: move hotplug related extern definitions to smp.h
2008-04-17 Glauber Costax86: make set_cpu_sibling_map nonstatic
2008-04-17 Glauber Costax86: unify smp_send_stop
2008-04-17 Glauber Costax86: move prefill_possible_map to common file
2008-04-17 Glauber Costax86: move disabled_cpus to common header
2008-04-17 Glauber Costax86: unify smp_cpus_done
2008-04-17 Glauber Costax86: unify smp_prepare_cpus
2008-04-17 Glauber Costax86: unify prepare_boot_cpu
2008-04-17 Glauber Costax86: unify __cpu_up.
2008-04-17 Glauber Costax86: unify smp_call_function_mask
2008-04-17 Glauber Costax86: merge smp_send_reschedule
2008-04-17 Glauber Costax86: move smp_ops extern declaration to common header
2008-04-17 Glauber Costax86: define smp_ops in common header
2008-04-17 Glauber Costax86: merge extern variables definitions
2008-04-17 Glauber Costax86: merge extern function definitions
2008-04-17 Glauber Costax86: commonize smp.h
2007-10-11 Thomas Gleixneri386/x86_64: move headers to include/asm-x86