index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
smp_32.c
Age
Commit message (
Expand
)
Author
2008-04-17
x86: get rid of smp_32.c and smp_64.c
Glauber Costa
2008-04-17
x86: create tlb files
Glauber Costa
2008-04-17
x86: create ipi.c
Glauber Costa
2008-04-17
x86: create smp.c
Glauber Costa
2008-04-17
x86: add reboot_force test to native_smp_send_stop
Glauber Costa
2008-04-17
x86: make stop_this_cpu looks exactly equal in both arches
Glauber Costa
2008-04-17
x86: change x86_64 smp_call_function_mask to look alike i386
Glauber Costa
2008-01-30
x86: voluntary leave_mm before entering ACPI C3
Venki Pallipadi
2008-01-30
x86: remove all definitions with fastcall
Harvey Harrison
2008-01-30
x86: prevent dereferencing non-allocated per_cpu variables
Mike Travis
2007-10-27
x86: export smp_ops to allow modular build of KVM
Thomas Gleixner
2007-10-27
Revert "i386: export i386 smp_call_function_mask() to modules"
Thomas Gleixner
2007-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-10-20
spelling fixes: arch/i386/
Simon Arlott
2007-10-19
x86: convert cpuinfo_x86 array to a per_cpu array
Mike Travis
2007-10-19
x86: convert cpu_to_apicid to be a per cpu variable
Mike Travis
2007-10-17
x86: expand /proc/interrupts to include missing vectors, v2
Joe Korty
2007-10-17
i386: export i386 smp_call_function_mask() to modules
Laurent Vivier
2007-10-11
i386: move kernel
Thomas Gleixner