index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-x86
Age
Commit message (
Expand
)
Author
Lines
2008-09-06
x86-64: eliminate dead code
Jan Beulich
-5
/
+0
2008-09-06
x86_32: signal: introduce signal_fault()
Hiroshi Shimamoto
-2
/
+2
2008-09-06
Merge branch 'x86/cleanups' into x86/signal
Ingo Molnar
-7
/
+11
2008-09-06
Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signal
Ingo Molnar
-984
/
+1834
2008-09-05
x86: add NOPL as a synthetic CPU feature bit
H. Peter Anvin
-6
/
+13
2008-09-05
x86: blacklist DMAR on Intel G31/G33 chipsets
David Woodhouse
-0
/
+1
2008-09-05
x86, tracehook: clean up implementation of syscall_get_error()
Petr Tesarik
-1
/
+2
2008-09-05
Merge branch 'linus' into x86/tracehook
Ingo Molnar
-46
/
+82
2008-09-05
x86: build fix for !CONFIG_SMP
Alex Nixon
-9
/
+10
2008-09-05
x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious
Jeremy Fitzhardinge
-0
/
+2
2008-09-05
x86: ticket spin locks: reduce instruction dependencies
Jan Beulich
-7
/
+7
2008-09-05
x86: ticket spin locks: factor out more common code
Jan Beulich
-26
/
+16
2008-09-05
x86: ticket spin locks: fix asm constraints
Jan Beulich
-3
/
+3
2008-09-05
Merge branch 'x86/alternatives' into x86/core
Ingo Molnar
-6
/
+6
2008-09-05
x86: make detect_ht depend on CONFIG_X86_HT
Yinghai Lu
-4
/
+0
2008-09-05
Merge branch 'x86/x2apic' into x86/core
Ingo Molnar
-0
/
+2
2008-09-05
Merge branch 'x86/cpu' into x86/core
Ingo Molnar
-1
/
+36
2008-09-05
Merge branch 'x86/xsave' into x86/core
Ingo Molnar
-18
/
+354
2008-09-04
x86: make (early)_identify_cpu more the same between 32bit and 64 bit
Yinghai Lu
-1
/
+1
2008-09-04
Merge branch 'x86/debug' into x86/cpu
Ingo Molnar
-0
/
+35
2008-09-04
Merge branch 'x86/cpu' into x86/x2apic
H. Peter Anvin
-36
/
+69
2008-09-04
Merge branch 'x86/cpu' into x86/xsave
H. Peter Anvin
-82
/
+203
2008-09-04
x86: split e820 reserved entries record to late v2
Yinghai Lu
-0
/
+1
2008-09-04
Merge branch 'linus' into x86/core
H. Peter Anvin
-1
/
+1
2008-09-04
Merge branch 'x86/cpu' into x86/core
H. Peter Anvin
-81
/
+172
2008-09-04
Merge branch 'linus' into x86/x2apic
Ingo Molnar
-46
/
+82
2008-08-28
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-13
/
+14
2008-08-27
x86: cpufeature: fix SMX flag
H. Peter Anvin
-1
/
+1
2008-08-27
x86: <asm/cpufeature.h>: clean up overlong lines, whitespace
H. Peter Anvin
-5
/
+6
2008-08-27
x86: cpufeature: add Intel features from CPUID and AVX specs
H. Peter Anvin
-0
/
+12
2008-08-27
x86: generate names for /proc/cpuinfo from <asm/cpufeature.h>
H. Peter Anvin
-32
/
+54
2008-08-27
Merge branch 'x86/urgent' into x86/cpu
H. Peter Anvin
-45
/
+81
2008-08-25
Merge branch 'x86/urgent' into x86/cleanups
H. Peter Anvin
-14
/
+16
2008-08-25
x86: msr: fix bogus return values from rdmsr_safe/wrmsr_safe
H. Peter Anvin
-8
/
+8
2008-08-25
x86: msr: propagate errors from smp_call_function_single()
H. Peter Anvin
-5
/
+6
2008-08-25
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+3
2008-08-25
x86: add X86_FEATURE_XMM4_2 definitions
Austin Zhang
-0
/
+2
2008-08-25
KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot
Eduardo Habkost
-1
/
+1
2008-08-25
Merge branch 'linus' into x86/urgent
Ingo Molnar
-1
/
+0
2008-08-25
Merge branch 'x86/urgent' into x86/cleanups
Ingo Molnar
-5
/
+4
2008-08-25
x86: separate generic cpu disabling code from APIC writes in cpu_disable
Alex Nixon
-0
/
+1
2008-08-25
x86: unify x86_32 and x86_64 play_dead into one function
Alex Nixon
-0
/
+1
2008-08-25
x86_32: clean up play_dead
Alex Nixon
-1
/
+6
2008-08-25
x86: add cpu hotplug hooks into smp_ops
Alex Nixon
-4
/
+24
2008-08-25
Merge branch 'linus' into x86/xen
Ingo Molnar
-6
/
+3
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
-1
/
+0
2008-08-23
x86 MCE: Fix CPU hotplug problem with multiple multicore AMD CPUs
Rafael J. Wysocki
-0
/
+1
2008-08-23
x86: use cpuid vector 0xb when available for detecting cpu topology
Suresh Siddha
-0
/
+2
2008-08-23
Merge branch 'x86/cpu' into x86/x2apic
Ingo Molnar
-10
/
+78
2008-08-22
x86: fix section mismatch warning - uv_cpu_init
Marcin Slusarz
-0
/
+2
[prev]
[next]