index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
2021-06-23
3
-8
/
+8
|
*
|
|
|
|
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-90
/
+47
|
*
|
|
|
|
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
4
-6
/
+7
|
*
|
|
|
|
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
2021-06-23
3
-9
/
+9
|
*
|
|
|
|
x86/math-emu: Rename frstor()
Thomas Gleixner
2021-06-23
3
-3
/
+3
|
*
|
|
|
|
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
2021-06-23
3
-21
/
+13
|
*
|
|
|
|
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
Thomas Gleixner
2021-06-23
2
-4
/
+4
|
*
|
|
|
|
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
2021-06-23
4
-21
/
+26
|
*
|
|
|
|
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
2021-06-23
3
-61
/
+8
|
*
|
|
|
|
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
2021-06-23
1
-5
/
+6
|
*
|
|
|
|
x86/kvm: Avoid looking up PKRU in XSAVE buffer
Dave Hansen
2021-06-23
1
-21
/
+24
|
*
|
|
|
|
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2021-06-23
2
-19
/
+4
|
*
|
|
|
|
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
2021-06-23
3
-28
/
+22
|
*
|
|
|
|
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
2021-06-23
3
-24
/
+19
|
*
|
|
|
|
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
2021-06-23
2
-81
/
+0
|
*
|
|
|
|
x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
Thomas Gleixner
2021-06-23
1
-10
/
+20
|
*
|
|
|
|
x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
Thomas Gleixner
2021-06-23
1
-3
/
+8
|
*
|
|
|
|
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
2021-06-23
3
-14
/
+42
|
*
|
|
|
|
x86/fpu: Clean up fpregs_set()
Andy Lutomirski
2021-06-23
1
-15
/
+16
|
*
|
|
|
|
x86/fpu: Fail ptrace() requests that try to set invalid MXCSR values
Andy Lutomirski
2021-06-23
1
-2
/
+3
|
*
|
|
|
|
x86/fpu: Rewrite xfpregs_set()
Andy Lutomirski
2021-06-23
1
-14
/
+23
|
*
|
|
|
|
x86/fpu: Simplify PTRACE_GETREGS code
Dave Hansen
2021-06-23
2
-24
/
+6
|
*
|
|
|
|
x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-3
/
+16
|
*
|
|
|
|
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
3
-35
/
+25
|
*
|
|
|
|
x86/fpu: Limit xstate copy size in xstateregs_set()
Thomas Gleixner
2021-06-23
1
-1
/
+1
|
*
|
|
|
|
x86/fpu: Move inlines where they belong
Thomas Gleixner
2021-06-23
2
-14
/
+15
|
*
|
|
|
|
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2021-06-23
2
-31
/
+0
|
*
|
|
|
|
x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
Thomas Gleixner
2021-06-23
4
-16
/
+5
|
*
|
|
|
|
x86/fpu: Make xfeatures_mask_all __ro_after_init
Thomas Gleixner
2021-06-23
1
-13
/
+15
|
*
|
|
|
|
x86/fpu: Mark various FPU state variables __ro_after_init
Thomas Gleixner
2021-06-23
2
-7
/
+11
|
*
|
|
|
|
x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
Thomas Gleixner
2021-06-23
2
-11
/
+0
|
*
|
|
|
|
x86/fpu: Fix copy_xstate_to_kernel() gap handling
Thomas Gleixner
2021-06-23
1
-44
/
+61
|
*
|
|
|
|
Merge x86/urgent into x86/fpu
Borislav Petkov
2021-06-23
52
-332
/
+593
|
|
\
\
\
\
\
|
*
|
|
|
|
|
x86/fpu: Add address range checks to copy_user_to_xstate()
Andy Lutomirski
2021-06-09
1
-3
/
+3
|
*
|
|
|
|
|
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
2021-05-19
1
-4
/
+20
|
*
|
|
|
|
|
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
2021-05-19
3
-2
/
+11
|
*
|
|
|
|
|
x86/signal: Introduce helpers to get the maximum signal frame size
Chang S. Bae
2021-05-19
5
-2
/
+83
*
|
|
|
|
|
|
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-07-03
2
-0
/
+235
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
trace/osnoise: Fix 'no previous prototype' warnings
Daniel Bristot de Oliveira
2021-06-28
1
-3
/
+0
|
*
|
|
|
|
|
|
trace: Add osnoise tracer
Daniel Bristot de Oliveira
2021-06-26
2
-0
/
+238
*
|
|
|
|
|
|
|
Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2021-07-02
1
-15
/
+0
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
asm-generic: use asm-generic/unaligned.h for most architectures
Arnd Bergmann
2021-05-10
1
-15
/
+0
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
11
-41
/
+31
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
kprobes: remove duplicated strong free_insn_page in x86 and s390
Barry Song
2021-07-01
1
-6
/
+0
|
*
|
|
|
|
|
|
|
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
5
-0
/
+6
|
*
|
|
|
|
|
|
|
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-07-01
1
-2
/
+0
|
*
|
|
|
|
|
|
|
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
2021-07-01
1
-2
/
+0
|
*
|
|
|
|
|
|
|
mm: generalize ZONE_[DMA|DMA32]
Kefeng Wang
2021-07-01
1
-13
/
+2
|
*
|
|
|
|
|
|
|
mm/thp: make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
Anshuman Khandual
2021-07-01
1
-1
/
+1
|
*
|
|
|
|
|
|
|
mm: sparsemem: use huge PMD mapping for vmemmap pages
Muchun Song
2021-07-01
1
-6
/
+2
[prev]
[next]