index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
2021-06-23
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
1
-5
/
+6
2021-06-23
x86/kvm: Avoid looking up PKRU in XSAVE buffer
Dave Hansen
1
-21
/
+24
2021-06-23
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2
-19
/
+4
2021-06-23
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
3
-28
/
+22
2021-06-23
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
3
-24
/
+19
2021-06-23
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
2
-81
/
+0
2021-06-23
x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
Thomas Gleixner
1
-10
/
+20
2021-06-23
x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
Thomas Gleixner
1
-3
/
+8
2021-06-23
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
3
-14
/
+42
2021-06-23
x86/fpu: Clean up fpregs_set()
Andy Lutomirski
1
-15
/
+16
2021-06-23
x86/fpu: Fail ptrace() requests that try to set invalid MXCSR values
Andy Lutomirski
1
-2
/
+3
2021-06-23
x86/fpu: Rewrite xfpregs_set()
Andy Lutomirski
1
-14
/
+23
2021-06-23
x86/fpu: Simplify PTRACE_GETREGS code
Dave Hansen
2
-24
/
+6
2021-06-23
x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
Thomas Gleixner
1
-3
/
+16
2021-06-23
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
3
-35
/
+25
2021-06-23
x86/fpu: Limit xstate copy size in xstateregs_set()
Thomas Gleixner
1
-1
/
+1
2021-06-23
x86/fpu: Move inlines where they belong
Thomas Gleixner
2
-14
/
+15
2021-06-23
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2
-31
/
+0
2021-06-23
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
4
-16
/
+5
2021-06-23
x86/fpu: Make xfeatures_mask_all __ro_after_init
Thomas Gleixner
1
-13
/
+15
2021-06-23
x86/fpu: Mark various FPU state variables __ro_after_init
Thomas Gleixner
2
-7
/
+11
2021-06-23
x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
Thomas Gleixner
2
-11
/
+0
2021-06-23
x86/fpu: Fix copy_xstate_to_kernel() gap handling
Thomas Gleixner
1
-44
/
+61
2021-06-23
Merge x86/urgent into x86/fpu
Borislav Petkov
177
-714
/
+1216
2021-06-22
x86/fpu: Make init_fpstate correct with optimized XSAVE
Thomas Gleixner
2
-25
/
+46
2021-06-22
x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
Thomas Gleixner
1
-18
/
+8
2021-06-20
Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-24
/
+56
2021-06-20
Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-7
/
+7
2021-06-19
Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-10
/
+10
2021-06-19
Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-2
/
+2
2021-06-19
riscv: dts: fu740: fix cache-controller interrupts
David Abdurachmanov
1
-1
/
+1
2021-06-19
riscv: Ensure BPF_JIT_REGION_START aligned with PMD size
Jisheng Zhang
2
-4
/
+3
2021-06-19
riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' name
Jisheng Zhang
1
-4
/
+4
2021-06-18
Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+44
2021-06-18
Merge tag 'arc-5.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-1
/
+45
2021-06-18
x86/mm: Avoid truncating memblocks for SGX memory
Fan Du
1
-1
/
+7
2021-06-18
PCI: Add AMD RS690 quirk to enable 64-bit DMA
Mikel Rychliski
1
-0
/
+44
[next]