index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
1425
-7272
/
+15690
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-21
Linux 5.13-rc7
v5.13-rc7
Linus Torvalds
1
-2
/
+2
2021-06-20
Merge tag 'sched_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-19
/
+25
2021-06-20
Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+35
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-20
Merge tag 'perf-tools-fixes-for-v5.13-2021-06-19' of git://git.kernel.org/pub...
Linus Torvalds
6
-13
/
+16
2021-06-19
Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-12
/
+12
2021-06-19
Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2
-4
/
+11
2021-06-19
tools headers UAPI: Sync linux/in.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+3
2021-06-19
tools headers UAPI: Sync asm-generic/unistd.h with the kernel original
Arnaldo Carvalho de Melo
1
-2
/
+1
2021-06-19
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+0
2021-06-19
perf test: Fix non-bash issue with stat bpf counters
Ian Rogers
1
-2
/
+2
2021-06-19
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
1
-1
/
+2
[next]