index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
process_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/resctl: fix scheduler confusion with 'current'
Linus Torvalds
2023-03-11
1
-1
/
+1
*
x86: kmsan: skip shadow checks in __switch_to()
Alexander Potapenko
2022-10-03
1
-0
/
+1
*
x86/prctl: Remove pointless task argument
Thomas Gleixner
2022-05-13
1
-2
/
+2
*
x86: Remove toolchain check for X32 ABI capability
Masahiro Yamada
2022-03-15
1
-1
/
+1
*
x86/fpu: Move context switch and exit to user inlines into sched.h
Thomas Gleixner
2021-10-20
1
-1
/
+1
*
x86/fpu: Remove pointless argument from switch_fpu_finish()
Thomas Gleixner
2021-10-20
1
-2
/
+1
*
x86/fpu: Add PKRU storage outside of task XSAVE buffer
Dave Hansen
2021-06-23
1
-0
/
+25
*
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-23
1
-0
/
+1
*
x86/irq: Sanitize irq stack tracking
Thomas Gleixner
2021-02-10
1
-1
/
+1
*
x86: Reclaim TIF_IA32 and TIF_X32
Gabriel Krisman Bertazi
2020-10-26
1
-6
/
+0
*
x86/mm: Convert mmu context ia32_compat into a proper flags field
Gabriel Krisman Bertazi
2020-10-26
1
-6
/
+11
*
x86/elf: Use e_machine to select start_thread for x32
Gabriel Krisman Bertazi
2020-10-26
1
-3
/
+2
*
x86/fsgsbase: Replace static_cpu_has() with boot_cpu_has()
Borislav Petkov
2020-08-24
1
-4
/
+4
*
x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task
Eric Dumazet
2020-08-14
1
-1
/
+1
*
Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-04
1
-16
/
+123
|
\
|
*
x86/fsgsbase: Fix Xen PV support
Andy Lutomirski
2020-07-01
1
-6
/
+18
|
*
x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbase
Andy Lutomirski
2020-07-01
1
-2
/
+2
|
*
x86/process/64: Use FSGSBASE instructions on thread copy and ptrace
Chang S. Bae
2020-06-18
1
-2
/
+4
|
*
x86/process/64: Use FSBSBASE in switch_to() if available
Andy Lutomirski
2020-06-18
1
-6
/
+28
|
*
x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASE
Thomas Gleixner
2020-06-18
1
-6
/
+9
|
*
x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions
Chang S. Bae
2020-06-18
1
-0
/
+68
*
|
x86/dumpstack: Add log_lvl to __show_regs()
Dmitry Safonov
2020-07-22
1
-25
/
+26
*
|
x86/dumpstack: Add log_lvl to show_iret_regs()
Dmitry Safonov
2020-07-22
1
-1
/
+1
|
/
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
x86/resctrl: Rename asm/resctrl_sched.h to asm/resctrl.h
Reinette Chatre
2020-05-06
1
-1
/
+1
*
x86: Remove unneeded includes
Brian Gerst
2020-03-21
1
-1
/
+0
*
x86: Remove force_iret()
Brian Gerst
2020-01-08
1
-1
/
+0
*
x86/iopl: Remove legacy IOPL option
Thomas Gleixner
2019-11-16
1
-11
/
+0
*
x86/process: Unify copy_thread_tls()
Thomas Gleixner
2019-11-16
1
-75
/
+0
*
x86/process: Delete useless check for dead process with LDT
Jann Horn
2019-07-17
1
-11
/
+1
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-6
/
+5
|
\
|
*
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-12
1
-2
/
+3
|
*
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
1
-2
/
+2
|
*
x86/fpu: Remove fpu__restore()
Sebastian Andrzej Siewior
2019-04-09
1
-3
/
+1
*
|
sched/x86_64: Don't save flags on context switch
Peter Zijlstra
2019-04-03
1
-7
/
+0
*
|
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
2019-04-03
1
-0
/
+8
|
/
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-12-26
1
-3
/
+2
|
\
|
*
Merge branch 'x86/urgent' into x86/mm, to pick up dependent fix
Ingo Molnar
2018-12-17
1
-7
/
+3
|
|
\
|
*
|
x86/oops: Show the correct CS value in show_regs()
Andy Lutomirski
2018-11-22
1
-3
/
+2
*
|
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-26
1
-1
/
+1
|
\
\
\
|
*
|
|
x86: Fix various typos in comments
Ingo Molnar
2018-12-03
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-12-26
1
-2
/
+2
|
\
\
\
|
*
|
|
x86/resctrl: Rename the RDT functions and definitions
Babu Moger
2018-11-22
1
-1
/
+1
|
*
|
|
x86/resctrl: Rename and move rdt files to a separate directory
Babu Moger
2018-11-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
x86/fsgsbase/64: Fix the base write helper functions
Chang S. Bae
2018-12-18
1
-44
/
+55
|
|
/
|
/
|
*
|
x86/process: Consolidate and simplify switch_to_xtra() code
Thomas Gleixner
2018-11-28
1
-7
/
+3
|
/
*
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
2018-11-01
1
-2
/
+2
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-2
/
+0
|
\
[next]