index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylak...
Rik van Riel
2
-0
/
+45
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
5
-43
/
+1
2017-09-24
x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
Ingo Molnar
2
-8
/
+2
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
4
-10
/
+17
2017-09-24
x86/fpu: Split the state handling in fpu__drop()
Ingo Molnar
1
-6
/
+13
2017-09-24
x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
Ingo Molnar
1
-0
/
+2
2017-09-24
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
4
-22
/
+8
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
4
-7
/
+7
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
4
-23
/
+11
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
3
-16
/
+5
2017-09-24
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
3
-6
/
+74
2017-09-24
x86/fpu: Simplify __copy_xstate_to_kernel() return values
Ingo Molnar
1
-12
/
+5
2017-09-24
x86/fpu: Change 'size_total' parameter to unsigned and standardize the size c...
Ingo Molnar
1
-17
/
+15
2017-09-24
x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
Ingo Molnar
2
-24
/
+24
2017-09-24
x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() funct...
Ingo Molnar
1
-10
/
+10
2017-09-24
x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
Ingo Molnar
1
-5
/
+5
2017-09-24
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
3
-17
/
+16
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
3
-20
/
+9
2017-09-24
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
3
-17
/
+8
2017-09-24
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
3
-10
/
+109
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
4
-7
/
+7
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
12
-42
/
+39
2017-09-22
Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2017-09-22
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
12
-156
/
+184
2017-09-22
KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
Ladi Prosek
1
-8
/
+8
2017-09-21
x86/xen: clean up clang build warning
Colin Ian King
1
-2
/
+2
2017-09-20
crypto: x86/twofish - Fix RBP usage
Josh Poimboeuf
1
-6
/
+6
2017-09-20
crypto: sha512-avx2 - Fix RBP usage
Josh Poimboeuf
1
-36
/
+39
2017-09-20
crypto: x86/sha256-ssse3 - Fix RBP usage
Josh Poimboeuf
1
-8
/
+7
2017-09-20
crypto: x86/sha256-avx2 - Fix RBP usage
Josh Poimboeuf
1
-15
/
+7
2017-09-20
crypto: x86/sha256-avx - Fix RBP usage
Josh Poimboeuf
1
-8
/
+7
2017-09-20
crypto: x86/sha1-ssse3 - Fix RBP usage
Josh Poimboeuf
1
-6
/
+5
2017-09-20
crypto: x86/sha1-avx2 - Fix RBP usage
Josh Poimboeuf
1
-3
/
+1
2017-09-20
crypto: x86/des3_ede - Fix RBP usage
Josh Poimboeuf
1
-6
/
+9
2017-09-20
crypto: x86/cast6 - Fix RBP usage
Josh Poimboeuf
1
-16
/
+34
2017-09-20
crypto: x86/cast5 - Fix RBP usage
Josh Poimboeuf
1
-17
/
+30
2017-09-20
crypto: x86/camellia - Fix RBP usage
Josh Poimboeuf
1
-13
/
+13
2017-09-20
crypto: x86/blowfish - Fix RBP usage
Josh Poimboeuf
1
-22
/
+26
2017-09-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+27
2017-09-19
KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interrupt
Haozhong Zhang
1
-12
/
+21
2017-09-19
KVM: VMX: do not change SN bit in vmx_update_pi_irte()
Haozhong Zhang
1
-5
/
+1
2017-09-19
KVM: x86: Fix the NULL pointer parameter in check_cr_write()
Yu Zhang
1
-3
/
+5
2017-09-17
x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUs
Andy Lutomirski
1
-6
/
+7
2017-09-17
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2
-8
/
+8
2017-09-17
x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code
Andy Lutomirski
1
-2
/
+19
2017-09-17
x86/mm: Factor out CR3-building code
Andy Lutomirski
2
-10
/
+16
2017-09-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+11
2017-09-16
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-8
/
+14
2017-09-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-93
/
+168
2017-09-15
xen: x86: mark xen_find_pt_base as __init
Arnd Bergmann
1
-1
/
+1
[prev]
[next]