index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/asm: Move native_write_cr0/4() out of line
Thomas Gleixner
2019-07-10
1
-16
/
+56
*
Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-08
1
-0
/
+1
|
\
|
*
x86/topology: Define topology_logical_die_id()
Len Brown
2019-05-23
1
-0
/
+1
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-08
1
-0
/
+20
|
\
\
|
*
|
x86/asm: Pin sensitive CR4 bits
Kees Cook
2019-06-22
1
-0
/
+20
*
|
|
x86/fsgsbase: Revert FSGSBASE support
Thomas Gleixner
2019-07-03
1
-22
/
+0
*
|
|
x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
Andi Kleen
2019-06-22
1
-1
/
+3
*
|
|
x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit
Andy Lutomirski
2019-06-22
1
-18
/
+14
*
|
|
x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
Andy Lutomirski
2019-06-22
1
-0
/
+24
*
|
|
x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions
Fenghua Yu
2019-06-20
1
-0
/
+6
*
|
|
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
2019-06-20
1
-23
/
+15
*
|
|
x86/cpufeatures: Carve out CQM features retrieval
Borislav Petkov
2019-06-20
1
-27
/
+33
|
/
/
*
/
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-14
1
-50
/
+71
|
\
|
*
x86/speculation/mds: Add BUG_MSBDS_ONLY
Thomas Gleixner
2019-03-06
1
-8
/
+12
|
*
x86/speculation/mds: Add basic bug infrastructure for MDS
Andi Kleen
2019-03-06
1
-9
/
+16
|
*
x86/speculation: Consolidate CPU whitelists
Thomas Gleixner
2019-03-06
1
-50
/
+60
*
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-07
1
-0
/
+5
|
\
\
|
*
|
x86/pkeys: Add PKRU value to init_fpstate
Sebastian Andrzej Siewior
2019-04-12
1
-0
/
+5
|
|
/
*
|
Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-05-06
1
-17
/
+0
|
\
\
|
*
|
PM / arch: x86: Rework the MSR_IA32_ENERGY_PERF_BIAS handling
Rafael J. Wysocki
2019-04-07
1
-17
/
+0
|
|
/
*
|
Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-05-06
1
-50
/
+10
|
\
\
|
*
|
x86/irq/64: Split the IRQ stack into its own pages
Andy Lutomirski
2019-04-17
1
-4
/
+4
|
*
|
x86/irq/64: Init hardirq_stack_ptr during CPU hotplug
Thomas Gleixner
2019-04-17
1
-3
/
+1
|
*
|
x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptr
Thomas Gleixner
2019-04-17
1
-1
/
+1
|
*
|
x86/exceptions: Split debug IST stack
Thomas Gleixner
2019-04-17
1
-11
/
+0
|
*
|
x86/exceptions: Disconnect IST index and stack order
Thomas Gleixner
2019-04-17
1
-5
/
+5
|
*
|
x86/cpu: Remove orig_ist array
Thomas Gleixner
2019-04-17
1
-6
/
+0
|
*
|
x86/cpu: Prepare TSS.IST setup for guard pages
Thomas Gleixner
2019-04-17
1
-28
/
+7
|
*
|
x86/exceptions: Add structs for exception stacks
Thomas Gleixner
2019-04-17
1
-1
/
+1
|
*
|
x86/exceptions: Make IST index zero based
Thomas Gleixner
2019-04-17
1
-2
/
+2
|
|
/
*
/
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-1
/
+1
|
/
*
x86/umip: Make the UMIP activated message generic
Lendacky, Thomas
2018-12-05
1
-1
/
+1
*
x86/umip: Print UMIP line only once
Borislav Petkov
2018-12-03
1
-1
/
+1
*
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
2018-11-03
1
-1
/
+1
|
\
|
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+1
*
|
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-10-29
1
-2
/
+2
|
/
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-13
/
+3
|
\
|
*
x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATION
zhong jiang
2018-09-15
1
-3
/
+2
|
*
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
2018-09-12
1
-11
/
+2
*
|
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-2
/
+2
|
\
\
|
*
|
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-1
/
+1
|
*
|
x86/paravirt: Use a single ops structure
Juergen Gross
2018-09-03
1
-1
/
+1
|
|
/
*
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-1
/
+4
|
\
\
|
*
|
x86/bugs: Add Hygon Dhyana to the respective mitigation machinery
Pu Wen
2018-09-27
1
-0
/
+1
|
*
|
x86/CPU: Change query logic so CPUID is enabled before testing
Matthew Whitehead
2018-09-22
1
-1
/
+3
|
|
/
*
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-0
/
+24
|
\
\
|
*
|
x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...
Ingo Molnar
2018-10-08
1
-2
/
+2
|
*
|
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
Chang S. Bae
2018-10-08
1
-0
/
+24
|
|
/
*
/
x86/cpu: Sanitize FAM6_ATOM naming
Peter Zijlstra
2018-10-02
1
-14
/
+14
|
/
[next]