index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-24
KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCB
Jim Mattson
2
-0
/
+4
2021-06-24
x86/resctrl: Fix kernel-doc in internal.h
Fabio M. De Francesco
1
-7
/
+14
2021-06-24
x86/resctrl: Fix kernel-doc in pseudo_lock.c
Fabio M. De Francesco
1
-2
/
+8
2021-06-24
perf/x86/intel/lbr: Zero the xstate buffer on allocation
Thomas Gleixner
1
-1
/
+2
2021-06-23
x86/fpu/signal: Let xrstor handle the features to init
Thomas Gleixner
1
-58
/
+31
2021-06-23
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
1
-34
/
+33
2021-06-23
x86/fpu: Return proper error codes from user access functions
Thomas Gleixner
1
-7
/
+12
2021-06-23
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
1
-54
/
+58
2021-06-23
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
1
-20
/
+14
2021-06-23
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
1
-37
/
+33
2021-06-23
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
1
-3
/
+0
2021-06-23
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
1
-35
/
+41
2021-06-23
x86/fpu: Mark init_fpstate __ro_after_init
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/pkru: Remove xstate fiddling from write_pkru()
Thomas Gleixner
3
-28
/
+7
2021-06-23
x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
Thomas Gleixner
1
-18
/
+4
2021-06-23
x86/fpu: Remove PKRU handling from switch_fpu_finish()
Thomas Gleixner
1
-30
/
+4
2021-06-23
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
4
-3
/
+14
2021-06-23
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
3
-14
/
+23
2021-06-23
x86/fpu: Add PKRU storage outside of task XSAVE buffer
Dave Hansen
3
-0
/
+41
2021-06-23
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
3
-2
/
+35
2021-06-23
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
5
-17
/
+26
2021-06-23
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2
-24
/
+28
2021-06-23
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
3
-6
/
+4
2021-06-23
x86/fpu: Clean up the fpu__clear() variants
Andy Lutomirski
2
-37
/
+86
2021-06-23
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
3
-4
/
+5
2021-06-23
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
3
-20
/
+1
2021-06-23
x86/cpu: Write the default PKRU value when enabling PKE
Thomas Gleixner
1
-0
/
+2
2021-06-23
x86/pkru: Provide pkru_write_default()
Thomas Gleixner
1
-0
/
+8
2021-06-23
x86/pkru: Provide pkru_get_init_value()
Thomas Gleixner
1
-0
/
+2
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
7
-23
/
+21
2021-06-23
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
5
-16
/
+17
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
7
-56
/
+67
2021-06-23
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
3
-55
/
+54
2021-06-23
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
3
-45
/
+45
2021-06-23
x86/fpu: Rename initstate copy functions
Thomas Gleixner
1
-3
/
+3
2021-06-23
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
3
-7
/
+7
2021-06-23
perf/x86/intel: Fix instructions:ppp support in Sapphire Rapids
Kan Liang
1
-1
/
+3
2021-06-23
perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire Rapids
Kan Liang
1
-0
/
+2
2021-06-23
perf/x86/intel: Fix fixed counter check warning for some Alder Lake
Kan Liang
1
-2
/
+7
2021-06-23
perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBS
Like Xu
1
-6
/
+14
2021-06-23
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
2
-38
/
+34
2021-06-23
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
3
-8
/
+8
2021-06-23
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
1
-90
/
+47
2021-06-23
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
4
-6
/
+7
2021-06-23
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
3
-9
/
+9
2021-06-23
x86/math-emu: Rename frstor()
Thomas Gleixner
3
-3
/
+3
2021-06-23
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
3
-21
/
+13
2021-06-23
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
Thomas Gleixner
2
-4
/
+4
2021-06-23
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
4
-21
/
+26
2021-06-23
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
3
-61
/
+8
[prev]
[next]