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
2018-05-02
x86/cpu: Restore CPUID_8000_0008_EBX reload
Thomas Gleixner
1
-1
/
+5
2018-04-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+20
2018-04-10
x86/cpu: Prevent cpuinfo_x86::x86_phys_bits adjustment corruption
Kirill A. Shutemov
1
-12
/
+20
2018-03-16
x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE
Vitaly Kuznetsov
1
-1
/
+2
2018-02-17
x86/CPU: Check CPU feature bits after microcode upgrade
Borislav Petkov
1
-0
/
+20
2018-02-17
x86/CPU: Add a microcode loader callback
Borislav Petkov
1
-0
/
+10
2018-02-15
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
1
-1
/
+1
2018-02-15
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
1
-4
/
+4
2018-02-02
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
1
-2
/
+2
2018-01-30
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
David Woodhouse
1
-0
/
+21
2018-01-30
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
1
-3
/
+28
2018-01-26
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
1
-5
/
+43
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
1
-4
/
+0
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
1
-0
/
+4
2018-01-06
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+3
2018-01-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-03
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-01-03
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+8
2017-12-23
x86/mm/pti: Force entry through trampoline when PTI active
Thomas Gleixner
1
-1
/
+4
2017-12-23
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
Thomas Gleixner
1
-0
/
+4
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-97
/
+3
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
1
-94
/
+0
2017-12-22
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
1
-7
/
+7
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-46
/
+124
2017-12-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
1
-3
/
+3
2017-12-17
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
1
-10
/
+19
2017-12-17
x86/entry: Clean up the SYSENTER_stack code
Andy Lutomirski
1
-11
/
+3
2017-12-17
x86/entry/64: Move the IST stacks into struct cpu_entry_area
Andy Lutomirski
1
-32
/
+42
2017-12-17
x86/entry/64: Create a per-CPU SYSCALL entry trampoline
Andy Lutomirski
1
-1
/
+14
2017-12-17
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
1
-2
/
+4
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
1
-6
/
+35
2017-12-17
x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
Andy Lutomirski
1
-0
/
+21
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
1
-4
/
+4
2017-12-17
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...
Andy Lutomirski
1
-7
/
+7
2017-12-17
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
1
-1
/
+3
2017-11-14
x86/umip: Print a line in the boot log that UMIP has been enabled
Ricardo Neri
1
-0
/
+2
2017-11-13
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2017-11-08
x86/umip: Enable User-Mode Instruction Prevention at runtime
Ricardo Neri
1
-1
/
+24
2017-11-02
x86/entry/64: Stop initializing TSS.sp0 at boot
Andy Lutomirski
1
-3
/
+10
2017-11-02
x86/entry/64: Pass SP0 directly to load_sp0()
Andy Lutomirski
1
-2
/
+2
2017-10-17
x86/fpu: Parse clearcpuid= as early XSAVE argument
Andi Kleen
1
-9
/
+7
2017-10-03
x86/boot: Spell out "boot CPU" for BP
Jean Delvare
1
-2
/
+2
2017-09-17
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
1
-0
/
+8
2017-09-13
x86/mm/64: Initialize CR4.PCIDE early
Andy Lutomirski
1
-42
/
+7
2017-09-06
x86/mm: Document how CR4.PCIDE restore works
Andy Lutomirski
1
-0
/
+13
2017-09-06
x86/mm: Reinitialize TLB state on hotplug and resume
Andy Lutomirski
1
-0
/
+2
[next]