index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
special_insns.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_tdx_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-03-12
1
-2
/
+7
|
\
|
*
x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument
Kai Huang
2024-02-22
1
-2
/
+7
*
|
x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>
Thomas Gleixner
2024-03-04
1
-2
/
+2
|
/
*
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-10
1
-1
/
+1
*
x86/shstk: Introduce routines modifying shstk
Rick Edgecombe
2023-08-03
1
-0
/
+13
*
Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-02-21
1
-21
/
+0
|
\
|
*
x86/gsseg: Move load_gs_index() to its own new header file
H. Peter Anvin (Intel)
2023-01-12
1
-21
/
+0
|
*
x86/gsseg: Make asm_load_gs_index() take an u16
H. Peter Anvin (Intel)
2023-01-12
1
-1
/
+1
*
|
cpuidle, xenpv: Make more PARAVIRT_XXL noinstr clean
Peter Zijlstra
2023-01-13
1
-2
/
+2
*
|
cpuidle, mwait: Make the mwait code noinstr clean
Peter Zijlstra
2023-01-13
1
-1
/
+1
*
|
cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
Peter Zijlstra
2023-01-13
1
-1
/
+1
|
/
*
x86/fpu: Add a helper to prepare AMX state for low-power CPU idle
Chang S. Bae
2022-07-19
1
-0
/
+9
*
x86/asm: Merge load_gs_index()
Brian Gerst
2022-04-14
1
-3
/
+4
*
x86/asm: Fix SETZ size enqcmds() build failure
Kees Cook
2021-09-22
1
-1
/
+1
*
x86/pkru: Remove xstate fiddling from write_pkru()
Thomas Gleixner
2021-06-23
1
-13
/
+1
*
x86: Remove dynamic NOP selection
Peter Zijlstra
2021-03-15
1
-2
/
+2
*
x86/asm: Add a missing __iomem annotation in enqcmds()
Dave Jiang
2021-01-08
1
-1
/
+1
*
x86/asm: Annotate movdir64b()'s dst argument with __iomem
Dave Jiang
2021-01-08
1
-2
/
+2
*
Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-13
1
-13
/
+15
|
\
|
*
x86/asm: Replace __force_order with a memory clobber
Arvind Sankar
2020-10-01
1
-13
/
+15
*
|
Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-12
1
-0
/
+64
|
\
\
|
*
|
x86/asm: Add an enqcmds() wrapper for the ENQCMDS instruction
Dave Jiang
2020-10-07
1
-0
/
+42
|
*
|
x86/asm: Carve out a generic movdir64b() helper for general usage
Dave Jiang
2020-10-07
1
-0
/
+22
|
|
/
*
/
x86/cpu: Use SERIALIZE in sync_core() when available
Ricardo Neri
2020-08-17
1
-0
/
+6
|
/
*
x86/cpu: Refactor sync_core() for readability
Ricardo Neri
2020-07-27
1
-1
/
+0
*
x86/entry: __always_inline CR2 for noinstr
Peter Zijlstra
2020-06-11
1
-4
/
+4
*
x86/entry: Disable interrupts for native_load_gs_index() in C code
Thomas Gleixner
2020-06-11
1
-2
/
+12
*
x86/paravirt: Drop {read,write}_cr8() hooks
Andrew Cooper
2019-07-22
1
-24
/
+0
*
x86/asm: Move native_write_cr0/4() out of line
Thomas Gleixner
2019-07-10
1
-39
/
+2
*
x86/asm: Pin sensitive CR0 bits
Kees Cook
2019-06-22
1
-1
/
+14
*
x86/asm: Pin sensitive CR4 bits
Kees Cook
2019-06-22
1
-1
/
+21
*
x86/fpu: Only write PKRU if it is different from current
Sebastian Andrzej Siewior
2019-04-11
1
-0
/
+7
*
x86/pkeys: Provide *pkru() helpers
Sebastian Andrzej Siewior
2019-04-11
1
-3
/
+9
*
x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-8
/
+3
*
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-2
/
+7
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
2017-09-13
1
-5
/
+5
*
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
1
-3
/
+7
*
x86/fpu: Remove clts()
Andy Lutomirski
2016-11-01
1
-11
/
+0
*
x86/fpu: Remove stts()
Andy Lutomirski
2016-11-01
1
-2
/
+0
*
x86/asm: Get rid of __read_cr4_safe()
Andy Lutomirski
2016-09-30
1
-15
/
+7
*
x86/insn: remove pcommit
Dan Williams
2016-07-23
1
-46
/
+0
*
x86: pkey: introduce write_pkru() for KVM
Xiao Guangrong
2016-03-22
1
-0
/
+16
*
x86/mm/pkeys: Add functions to fetch PKRU
Dave Hansen
2016-02-18
1
-0
/
+22
*
x86/mm: Add kerneldoc comments for pcommit_sfence()
Ross Zwisler
2015-05-11
1
-0
/
+38
*
x86/asm: Add support for the CLWB instruction
Ross Zwisler
2015-04-03
1
-0
/
+14
*
Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
Ingo Molnar
2015-03-04
1
-3
/
+3
|
\
|
*
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
2015-02-04
1
-3
/
+3
*
|
x86/asm: Add support for the pcommit instruction
Ross Zwisler
2015-02-20
1
-0
/
+10
|
/
*
x86: Add support for the clflushopt instruction
Ross Zwisler
2014-02-27
1
-0
/
+8
[next]