index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
x86/fpu: Simplify copy_kernel_to_xregs_booting()
Ingo Molnar
2
-2
/
+3
2015-05-27
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Ingo Molnar
3
-11
/
+11
2015-05-27
x86/fpu: Remove error return values from copy_kernel_to_*regs() functions
Ingo Molnar
2
-31
/
+14
2015-05-27
x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()
Ingo Molnar
3
-7
/
+7
2015-05-27
x86/fpu: Add debugging checks to all copy_kernel_to_*() functions
Ingo Molnar
1
-8
/
+20
2015-05-27
x86/fpu: Add debugging check to fpu__restore()
Ingo Molnar
1
-0
/
+2
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_write()
Ingo Molnar
1
-32
/
+19
2015-05-27
x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
Ingo Molnar
3
-5
/
+5
2015-05-27
x86/fpu: Optimize fpu__activate_fpstate_read()
Ingo Molnar
1
-4
/
+1
2015-05-27
x86/fpu: Split out the fpu__activate_fpstate_read() method
Ingo Molnar
3
-3
/
+33
2015-05-27
x86/fpu: Fix FPU register read access to the current task
Ingo Molnar
3
-25
/
+32
2015-05-25
x86/fpu: Micro-optimize the copy_xregs_to_kernel*() and copy_kernel_to_xregs*...
Ingo Molnar
1
-14
/
+23
2015-05-25
x86/fpu: Improve the initialization logic of 'err' around xstate_fault() cons...
Ingo Molnar
1
-6
/
+6
2015-05-25
x86/fpu: Improve xstate_fault() handling
Ingo Molnar
1
-10
/
+10
2015-05-25
x86/fpu: Rename xstate related 'fx' references to 'xstate'
Ingo Molnar
1
-12
/
+12
2015-05-25
x86/fpu: Fix fpu__init_system_xstate() comments
Ingo Molnar
1
-8
/
+2
2015-05-25
x86/fpu: Move the xstate copying functions into fpu/internal.h
Ingo Molnar
2
-192
/
+192
2015-05-25
Merge branch 'linus' into x86/fpu
Ingo Molnar
20
-51
/
+116
2015-05-25
x86/fpu: Fix FPU state save area alignment bug
Ingo Molnar
1
-1
/
+6
2015-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2015-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-12
/
+13
2015-05-22
ARM: zynq: DT: Use the zynq binding with macb
Nathan Sullivan
1
-2
/
+2
2015-05-22
x86/fpu, crypto: Fix AVX2 feature tests
Ingo Molnar
2
-0
/
+9
2015-05-22
crypto: s390/ghash - Fix incorrect ghash icv buffer handling.
Harald Freudenberger
1
-12
/
+13
2015-05-21
Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2015-05-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-15
/
+60
2015-05-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
3
-11
/
+12
2015-05-20
kvm/fpu: Enable eager restore kvm FPU for MPX
Liang Li
4
-2
/
+27
2015-05-20
Revert "KVM: x86: drop fpu_activate hook"
Paolo Bonzini
3
-0
/
+3
2015-05-20
kvm: fix crash in kvm_vcpu_reload_apic_access_page
Andrea Arcangeli
1
-0
/
+2
2015-05-20
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
2
-2
/
+19
2015-05-20
x86/fpu: Disable XSAVES* support for now
Ingo Molnar
1
-0
/
+15
2015-05-20
x86/fpu/init: Clean up and comment the __setup() functions
Ingo Molnar
1
-10
/
+25
2015-05-20
x86/fpu/init: Move __setup() functions to fpu/init.c
Ingo Molnar
2
-36
/
+37
2015-05-20
x86/fpu/xstate: Use explicit parameter in xstate_fault()
Ingo Molnar
1
-14
/
+20
2015-05-19
Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
4
-11
/
+30
2015-05-19
x86/fpu: Reorganize fpu/internal.h
Ingo Molnar
2
-75
/
+87
2015-05-19
x86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
Ingo Molnar
5
-12
/
+58
2015-05-19
x86/fpu: Fix the 'nofxsr' boot parameter to also clear X86_FEATURE_FXSR_OPT
Ingo Molnar
1
-8
/
+9
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
4
-9
/
+6
2015-05-19
x86/fpu/init: Propagate __init annotations
Ingo Molnar
3
-12
/
+12
2015-05-19
x86/fpu/xstate: Clean up setup_xstate_comp() call
Ingo Molnar
3
-6
/
+2
2015-05-19
x86/fpu: Clean up xstate feature reservation
Ingo Molnar
1
-5
/
+10
2015-05-19
x86/fpu/xstate: Don't assume the first zero xfeatures zero bit means the end
Ingo Molnar
1
-8
/
+9
2015-05-19
x86/fpu: Move debugging check from kernel_fpu_begin() to __kernel_fpu_begin()
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Document the various fpregs state formats
Ingo Molnar
1
-2
/
+33
2015-05-19
x86/fpu: Change fpu->fpregs_active from 'int' to 'char', add lazy switching c...
Ingo Molnar
3
-18
/
+79
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
14
-82
/
+82
2015-05-19
x86/fpu: Factor out the FPU regset code into fpu/regset.c
Ingo Molnar
4
-354
/
+360
2015-05-19
x86/fpu: Factor out fpu/signal.c
Ingo Molnar
4
-393
/
+409
[next]