index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
common.c
Age
Commit message (
Expand
)
Author
2018-02-22
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
2018-02-22
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
2018-02-13
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
2018-02-13
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
David Woodhouse
2018-02-13
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
2018-02-13
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
2018-01-23
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
2018-01-17
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2018-01-17
x86/retpoline: Add initial retpoline support
David Woodhouse
2018-01-17
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2018-01-17
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
2018-01-17
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
2018-01-17
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
Thomas Gleixner
2018-01-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
2018-01-17
x86/cpu: Factor out application of forced CPU caps
Andy Lutomirski
2018-01-05
x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
Borislav Petkov
2018-01-05
kaiser: add "nokaiser" boot option, using ALTERNATIVE
Hugh Dickins
2018-01-05
kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
Hugh Dickins
2018-01-05
kaiser: enhanced by kernel and user PCIDs
Hugh Dickins
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
2018-01-02
x86/mm: Enable CR4.PCIDE on supported systems
Andy Lutomirski
2018-01-02
x86/mm: Add the 'nopcid' boot option to turn off PCID
Andy Lutomirski
2017-02-14
x86/CPU/AMD: Bring back Compute Unit ID
Borislav Petkov
2017-01-19
x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...
Lukasz Odzioba
2017-01-12
x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6
Andy Lutomirski
2017-01-09
x86/smpboot: Make logical package management more robust
Thomas Gleixner
2016-11-09
x86/cpu: Deal with broken firmware (VMWare/XEN)
Thomas Gleixner
2016-10-03
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-09-30
x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUID
Andy Lutomirski
2016-09-08
Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity
Ingo Molnar
2016-08-24
x86/entry: Remove outdated comment about SYSCALL targets
Borislav Petkov
2016-08-18
x86/dumpstack: Remove 64-byte gap at end of irq stack
Josh Poimboeuf
2016-08-10
x86: Apply more __ro_after_init and const
Kees Cook
2016-08-01
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-15
x86/smp: Remove stack_smp_processor_id()
Andy Lutomirski
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-05-20
Merge branch 'linus' into x86/urgent, to refresh the tree
Ingo Molnar
2016-05-20
x86/mm/mpx: Work around MPX erratum SKD046
Dave Hansen
2016-05-16
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-05-16
x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeys
Dave Hansen
2016-05-12
x86/cpu: Add detection of AMD RAS Capabilities
Yazen Ghannam
2016-04-29
x86/segments/64: When loadsegment(fs, ...) fails, clear the base
Andy Lutomirski
2016-04-13
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
Borislav Petkov
2016-04-13
x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()
Andy Lutomirski
2016-04-13
x86/cpu: Probe the behavior of nulling out a segment at boot time
Andy Lutomirski
2016-03-29
x86/cpu: Do the feature test first in enable_sep_cpu()
Borislav Petkov
2016-03-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-21
perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
Vikas Shivappa
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[next]