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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
x86/fpu: Remove fpu::state
Thomas Gleixner
1
-4
/
+0
2021-10-20
x86/fpu/core: Convert to fpstate
Thomas Gleixner
3
-23
/
+25
2021-10-20
x86/fpu/signal: Convert to fpstate
Thomas Gleixner
1
-14
/
+16
2021-10-20
x86/fpu/regset: Convert to fpstate
Thomas Gleixner
1
-13
/
+14
2021-10-20
x86/fpu: Replace KVMs xstate component clearing
Thomas Gleixner
2
-1
/
+13
2021-10-20
x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstate
Thomas Gleixner
2
-7
/
+7
2021-10-20
x86/fpu: Convert fpstate_init() to struct fpstate
Thomas Gleixner
4
-31
/
+31
2021-10-20
x86/fpu: Provide struct fpstate
Thomas Gleixner
3
-3
/
+18
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy to user
Thomas Gleixner
1
-0
/
+18
2021-10-20
x86: dt: Use of_get_cpu_hwid()
Rob Herring
1
-3
/
+2
2021-10-20
exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit
Eric W. Biederman
1
-3
/
+0
2021-10-20
x86/fpu: Provide a proper function for ex_handler_fprestore()
Thomas Gleixner
2
-0
/
+7
2021-10-20
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
9
-9
/
+8
2021-10-20
x86/fpu: Mop up the internal.h leftovers
Thomas Gleixner
2
-0
/
+4
2021-10-20
x86/sev: Include fpu/xcr.h
Thomas Gleixner
1
-1
/
+1
2021-10-20
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
3
-3
/
+1
2021-10-20
x86/fpu: Move fpstate functions to api.h
Thomas Gleixner
1
-0
/
+3
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
4
-1
/
+11
2021-10-20
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
4
-0
/
+88
2021-10-20
x86/fpu: Make WARN_ON_FPU() private
Thomas Gleixner
2
-0
/
+8
2021-10-20
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
4
-0
/
+111
2021-10-20
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
2
-0
/
+175
2021-10-20
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
1
-0
/
+23
2021-10-20
x86/fpu: Clean up CPU feature tests
Thomas Gleixner
3
-0
/
+14
2021-10-20
x86/fpu: Move context switch and exit to user inlines into sched.h
Thomas Gleixner
4
-3
/
+4
2021-10-20
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
3
-1
/
+12
2021-10-20
x86/fpu: Rework copy_xstate_to_uabi_buf()
Thomas Gleixner
2
-8
/
+29
2021-10-20
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
2
-3
/
+38
2021-10-20
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
3
-6
/
+26
2021-10-20
x86/fpu/xstate: Mark all init only functions __init
Thomas Gleixner
1
-5
/
+5
2021-10-20
x86/fpu/xstate: Provide and use for_each_xfeature()
Thomas Gleixner
1
-33
/
+23
2021-10-20
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
4
-24
/
+43
2021-10-20
x86/fpu: Do not inherit FPU context for kernel and IO worker threads
Thomas Gleixner
1
-11
/
+26
2021-10-20
x86/process: Clone FPU in copy_thread()
Thomas Gleixner
1
-1
/
+3
2021-10-20
x86/fpu: Remove pointless memset in fpu_clone()
Thomas Gleixner
1
-6
/
+0
2021-10-20
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
2
-25
/
+0
2021-10-20
x86/fpu: Restrict xsaves()/xrstors() to independent states
Thomas Gleixner
1
-15
/
+7
2021-10-20
x86/fpu: Update stale comments
Thomas Gleixner
1
-10
/
+3
2021-10-20
x86/fpu: Remove pointless argument from switch_fpu_finish()
Thomas Gleixner
2
-4
/
+2
2021-10-19
x86/ftrace: Remove fault protection code in prepare_ftrace_return
Steven Rostedt (VMware)
1
-35
/
+3
2021-10-19
x86/ftrace: Remove extra orig rax move
Jiri Olsa
1
-1
/
+0
2021-10-19
x86/sev: Carve out HV call's return value verification
Borislav Petkov
1
-24
/
+29
2021-10-18
gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
Andreas Gruenbacher
1
-4
/
+3
2021-10-18
x86/pci/probe_roms: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
1
-1
/
+1
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
10
-46
/
+145
2021-10-16
x86/fpu: Mask out the invalid MXCSR bits properly
Borislav Petkov
1
-1
/
+1
2021-10-15
sched: Add cluster scheduler level for x86
Tim Chen
3
-1
/
+47
2021-10-15
sched: Add wrapper for get_wchan() to keep task blocked
Kees Cook
1
-4
/
+1
2021-10-15
x86: Fix get_wchan() to support the ORC unwinder
Qi Zheng
1
-48
/
+3
2021-10-10
Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-11
/
+96
[prev]
[next]