index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
2017-09-24
4
-22
/
+8
|
*
|
|
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
4
-7
/
+7
|
*
|
|
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
4
-23
/
+11
|
*
|
|
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
2017-09-24
3
-16
/
+5
|
*
|
|
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
2017-09-24
3
-6
/
+74
|
*
|
|
x86/fpu: Simplify __copy_xstate_to_kernel() return values
Ingo Molnar
2017-09-24
1
-12
/
+5
|
*
|
|
x86/fpu: Change 'size_total' parameter to unsigned and standardize the size c...
Ingo Molnar
2017-09-24
1
-17
/
+15
|
*
|
|
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
Ingo Molnar
2017-09-24
2
-24
/
+24
|
*
|
|
x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() funct...
Ingo Molnar
2017-09-24
1
-10
/
+10
|
*
|
|
x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
Ingo Molnar
2017-09-24
1
-5
/
+5
|
*
|
|
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
2017-09-24
3
-17
/
+16
|
*
|
|
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
2017-09-24
3
-20
/
+9
|
*
|
|
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
2017-09-24
3
-17
/
+8
|
*
|
|
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
2017-09-24
3
-10
/
+109
|
*
|
|
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-09-24
4
-7
/
+7
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-24
17
-66
/
+87
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-09-23
12
-42
/
+39
|
*
|
|
x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs
Andy Lutomirski
2017-09-17
1
-6
/
+7
|
*
|
|
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2017-09-17
2
-8
/
+8
|
*
|
|
x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code
Andy Lutomirski
2017-09-17
1
-2
/
+19
|
*
|
|
x86/mm: Factor out CR3-building code
Andy Lutomirski
2017-09-17
2
-10
/
+16
*
|
|
|
Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-22
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
xen: x86: mark xen_find_pt_base as __init
Arnd Bergmann
2017-09-15
1
-1
/
+1
*
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-09-22
12
-156
/
+184
|
\
\
\
\
\
|
*
|
|
|
|
crypto: x86/twofish - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-6
/
+6
|
*
|
|
|
|
crypto: sha512-avx2 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-36
/
+39
|
*
|
|
|
|
crypto: x86/sha256-ssse3 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-8
/
+7
|
*
|
|
|
|
crypto: x86/sha256-avx2 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-15
/
+7
|
*
|
|
|
|
crypto: x86/sha256-avx - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-8
/
+7
|
*
|
|
|
|
crypto: x86/sha1-ssse3 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-6
/
+5
|
*
|
|
|
|
crypto: x86/sha1-avx2 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-3
/
+1
|
*
|
|
|
|
crypto: x86/des3_ede - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-6
/
+9
|
*
|
|
|
|
crypto: x86/cast6 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-16
/
+34
|
*
|
|
|
|
crypto: x86/cast5 - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-17
/
+30
|
*
|
|
|
|
crypto: x86/camellia - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-13
/
+13
|
*
|
|
|
|
crypto: x86/blowfish - Fix RBP usage
Josh Poimboeuf
2017-09-20
1
-22
/
+26
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-20
2
-20
/
+27
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
2017-09-19
1
-12
/
+21
|
*
|
|
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
2017-09-19
1
-5
/
+1
|
*
|
|
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
2017-09-19
1
-3
/
+5
|
|
/
/
*
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-09-17
1
-0
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
x86/cpu/AMD: Fix erratum 1076 (CPB bit)
Borislav Petkov
2017-09-15
1
-0
/
+11
*
|
|
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-16
3
-8
/
+14
|
\
\
\
|
*
|
|
um: remove a stray tab
Dan Carpenter
2017-09-13
1
-1
/
+1
|
*
|
|
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
2017-09-13
2
-7
/
+13
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2017-09-16
7
-93
/
+168
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properly
Jim Mattson
2017-09-15
1
-59
/
+75
|
*
|
|
kvm: vmx: Handle VMLAUNCH/VMRESUME failure properly
Jim Mattson
2017-09-15
1
-6
/
+8
|
*
|
|
kvm: nVMX: Remove nested_vmx_succeed after successful VM-entry
Jim Mattson
2017-09-15
1
-7
/
+9
|
*
|
|
kvm,x86: Fix apf_task_wake_one() wq serialization
Davidlohr Bueso
2017-09-15
1
-1
/
+1
[prev]
[next]