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