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
*
Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-11
2
-8
/
+21
|
\
|
*
perf/x86/intel/uncore: Clean up error handling path of iio mapping
Kan Liang
2021-07-02
1
-2
/
+4
|
*
perf/x86/cstate: Add ICELAKE_X and ICELAKE_D support
Zhang Rui
2021-07-02
1
-6
/
+17
*
|
Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-07-10
1
-3
/
+0
|
\
\
|
*
|
kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
Masahiro Yamada
2021-05-26
1
-3
/
+0
*
|
|
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-09
1
-1
/
+1
|
\
\
\
|
*
|
|
um: allow not setting extra rpaths in the linux binary
Johannes Berg
2021-06-17
1
-1
/
+1
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-09
8
-14
/
+13
|
\
\
\
\
|
*
|
|
|
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
2021-07-08
2
-4
/
+4
|
*
|
|
|
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-07-08
3
-5
/
+5
|
*
|
|
|
x86/dumpstack: use %pSb/%pBb for backtrace printing
Stephen Boyd
2021-07-08
1
-1
/
+1
|
*
|
|
|
x86: convert to setup_initial_init_mm()
Kefeng Wang
2021-07-08
1
-4
/
+1
|
*
|
|
|
arch, mm: wire up memfd_secret system call where relevant
Mike Rapoport
2021-07-08
2
-0
/
+2
*
|
|
|
|
Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-07-08
1
-5
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
x86/pci: Return true/false (not 1/0) from bool functions
Yang Li
2021-05-28
1
-5
/
+5
*
|
|
|
|
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-07
30
-1169
/
+1151
|
\
\
\
\
\
|
*
|
|
|
|
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
2021-06-24
1
-0
/
+1
|
*
|
|
|
|
x86/fpu/signal: Let xrstor handle the features to init
Thomas Gleixner
2021-06-23
1
-58
/
+31
|
*
|
|
|
|
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
2021-06-23
1
-34
/
+33
|
*
|
|
|
|
x86/fpu: Return proper error codes from user access functions
Thomas Gleixner
2021-06-23
1
-7
/
+12
|
*
|
|
|
|
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
2021-06-23
1
-54
/
+58
|
*
|
|
|
|
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
2021-06-23
1
-21
/
+15
|
*
|
|
|
|
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
2021-06-23
1
-37
/
+33
|
*
|
|
|
|
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
2021-06-23
1
-3
/
+0
|
*
|
|
|
|
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
2021-06-23
1
-35
/
+41
|
*
|
|
|
|
x86/fpu: Mark init_fpstate __ro_after_init
Thomas Gleixner
2021-06-23
1
-1
/
+1
|
*
|
|
|
|
x86/pkru: Remove xstate fiddling from write_pkru()
Thomas Gleixner
2021-06-23
3
-28
/
+7
|
*
|
|
|
|
x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
Thomas Gleixner
2021-06-23
1
-18
/
+4
|
*
|
|
|
|
x86/fpu: Remove PKRU handling from switch_fpu_finish()
Thomas Gleixner
2021-06-23
1
-30
/
+4
|
*
|
|
|
|
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
4
-3
/
+14
|
*
|
|
|
|
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
3
-14
/
+23
|
*
|
|
|
|
x86/fpu: Add PKRU storage outside of task XSAVE buffer
Dave Hansen
2021-06-23
3
-0
/
+41
|
*
|
|
|
|
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
2021-06-23
3
-2
/
+35
|
*
|
|
|
|
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
5
-17
/
+26
|
*
|
|
|
|
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2021-06-23
2
-24
/
+28
|
*
|
|
|
|
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
2021-06-23
3
-6
/
+4
|
*
|
|
|
|
x86/fpu: Clean up the fpu__clear() variants
Andy Lutomirski
2021-06-23
2
-37
/
+86
|
*
|
|
|
|
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
2021-06-23
3
-4
/
+5
|
*
|
|
|
|
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
2021-06-23
3
-20
/
+1
|
*
|
|
|
|
x86/cpu: Write the default PKRU value when enabling PKE
Thomas Gleixner
2021-06-23
1
-0
/
+2
|
*
|
|
|
|
x86/pkru: Provide pkru_write_default()
Thomas Gleixner
2021-06-23
1
-0
/
+8
|
*
|
|
|
|
x86/pkru: Provide pkru_get_init_value()
Thomas Gleixner
2021-06-23
1
-0
/
+2
|
*
|
|
|
|
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
7
-23
/
+21
|
*
|
|
|
|
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
2021-06-23
5
-16
/
+17
|
*
|
|
|
|
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-23
7
-56
/
+67
|
*
|
|
|
|
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
3
-55
/
+54
|
*
|
|
|
|
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
3
-45
/
+45
|
*
|
|
|
|
x86/fpu: Rename initstate copy functions
Thomas Gleixner
2021-06-23
1
-3
/
+3
|
*
|
|
|
|
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
2021-06-23
3
-7
/
+7
|
*
|
|
|
|
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
2021-06-23
2
-38
/
+34
[next]