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/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
2019-04-12
2
-0
/
+11
*
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+13
*
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+22
*
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-2
/
+21
*
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-12
10
-72
/
+184
*
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-85
/
+54
*
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
2019-04-12
2
-13
/
+92
*
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
2019-04-11
1
-1
/
+19
*
x86/fpu: Update xstate's PKRU value on write_pkru()
Sebastian Andrzej Siewior
2019-04-11
1
-2
/
+19
*
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
2019-04-11
1
-1
/
+11
*
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
2019-04-11
1
-5
/
+14
*
x86/entry: Add TIF_NEED_FPU_LOAD
Sebastian Andrzej Siewior
2019-04-11
2
-0
/
+10
*
x86/fpu: Eager switch PKRU state
Rik van Riel
2019-04-11
4
-4
/
+31
*
x86/pkeys: Don't check if PKRU is zero before writing it
Sebastian Andrzej Siewior
2019-04-11
1
-7
/
+0
*
x86/fpu: Only write PKRU if it is different from current
Sebastian Andrzej Siewior
2019-04-11
1
-0
/
+7
*
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2019-04-11
3
-5
/
+11
*
x86/fpu: Use a feature number instead of mask in two more helpers
Sebastian Andrzej Siewior
2019-04-10
5
-32
/
+30
*
x86/fpu: Make __raw_xsave_addr() use a feature number instead of mask
Sebastian Andrzej Siewior
2019-04-10
1
-11
/
+11
*
x86/fpu: Add an __fpregs_load_activate() internal helper
Rik van Riel
2019-04-10
2
-8
/
+25
*
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2019-04-10
3
-21
/
+1
*
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
12
-121
/
+53
*
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-10
1
-4
/
+0
*
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-09
1
-27
/
+8
*
x86/fpu: Always init the state in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
3
-7
/
+2
*
x86/fpu: Remove preempt_disable() in fpu__clear()
Sebastian Andrzej Siewior
2019-04-09
1
-2
/
+0
*
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
2019-04-09
4
-31
/
+2
*
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-09
3
-29
/
+18
*
x86/fpu: Fix __user annotations
Jann Horn
2019-04-03
2
-5
/
+5
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-31
9
-55
/
+138
|
\
|
*
KVM: x86: update %rip after emulating IO
Sean Christopherson
2019-03-28
2
-10
/
+27
|
*
x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init
Vitaly Kuznetsov
2019-03-28
1
-2
/
+7
|
*
kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs
Xiaoyao Li
2019-03-28
1
-1
/
+2
|
*
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
Sean Christopherson
2019-03-28
4
-14
/
+13
|
*
kvm: mmu: Used range based flushing in slot_handle_level_range
Ben Gardon
2019-03-28
1
-2
/
+5
|
*
KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()
Wei Yang
2019-03-28
3
-8
/
+4
|
*
kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fi...
Krish Sadhukhan
2019-03-28
1
-0
/
+5
|
*
KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation)
Singh, Brijesh
2019-03-28
4
-3
/
+45
|
*
KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size'
Sean Christopherson
2019-03-28
3
-18
/
+28
|
*
KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPT
Sean Christopherson
2019-03-28
1
-4
/
+9
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-31
8
-22
/
+19
|
\
\
|
*
|
x86/realmode: Make set_real_mode_mem() static inline
Matteo Croce
2019-03-29
3
-10
/
+7
|
*
|
x86/cpufeature: Fix __percpu annotation in this_cpu_has()
Jann Horn
2019-03-28
1
-2
/
+3
|
*
|
x86/mm: Don't exceed the valid physical address space
Ralph Campbell
2019-03-28
1
-1
/
+1
|
*
|
x86/retpolines: Disable switch jump tables when retpolines are enabled
Daniel Borkmann
2019-03-28
1
-2
/
+6
|
*
|
x86/realmode: Don't leak the trampoline kernel address
Matteo Croce
2019-03-27
1
-2
/
+0
|
*
|
x86/boot: Fix incorrect ifdeffery scope
Baoquan He
2019-03-27
1
-2
/
+2
|
*
|
x86/resctrl: Remove unused variable
Peng Hao
2019-03-24
1
-3
/
+0
|
|
/
*
/
x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
Thomas Gleixner
2019-03-28
1
-7
/
+1
|
/
*
x86/gart: Exclude GART aperture from kcore
Kairui Song
2019-03-23
1
-7
/
+13
*
Merge branch 'x86/cpu' into x86/urgent
Thomas Gleixner
2019-03-22
1
-16
/
+15
|
\
[next]