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-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
2018-09-03
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
1
-1
/
+1
2018-09-03
x86/paravirt: Use a single ops structure
Juergen Gross
1
-1
/
+1
2018-08-27
x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
Andi Kleen
1
-0
/
+1
2018-08-14
Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2018-08-14
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-21
/
+35
2018-08-13
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-20
/
+20
2018-08-06
xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
M. Vefa Bicakci
1
-1
/
+1
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-0
/
+3
2018-08-03
x86/speculation: Support Enhanced IBRS on future CPUs
Sai Praneeth
1
-0
/
+3
2018-07-20
x86/entry/32: Enter the kernel via trampoline stack
Joerg Roedel
1
-2
/
+3
2018-07-20
x86/CPU: Call detect_nopl() only on the BSP
Borislav Petkov
1
-6
/
+4
2018-07-20
x86/jump_label: Initialize static branching early
Pavel Tatashin
1
-18
/
+20
2018-06-23
x86/mm: Fix 'no5lvl' handling
Kirill A. Shutemov
1
-0
/
+3
2018-06-21
x86/cpu/common: Provide detect_ht_early()
Thomas Gleixner
1
-10
/
+14
[next]