Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | x86/arch_prctl: Add ARCH_[GET|SET]_CPUID | Kyle Huey | 1 | -8/+10 |
2017-03-20 | x86/cpufeature: Detect CPUID faulting support | Kyle Huey | 1 | -1/+23 |
2017-03-20 | x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES | Kyle Huey | 1 | -4/+4 |
2017-03-08 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+0 |
2017-03-02 | sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interface | Peter Zijlstra | 1 | -4/+0 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-21 | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+44 |
2017-02-05 | x86/cpufeature: Enable RING3MWAIT for Knights Mill | Piotr Luc | 1 | -1/+8 |
2017-02-04 | x86/cpufeature: Enable RING3MWAIT for Knights Landing | Grzegorz Andrejczuk | 1 | -0/+37 |
2017-02-01 | Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch | Ingo Molnar | 1 | -8/+3 |
2017-01-20 | sched/clock: Fix hotplug crash | Peter Zijlstra | 1 | -2/+4 |
2017-01-10 | x86/microcode/intel: Add a helper which gives the microcode revision | Borislav Petkov | 1 | -8/+3 |
2017-01-10 | x86/microcode: Use native CPUID to tickle out microcode revision | Borislav Petkov | 1 | -1/+1 |
2016-08-01 | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2016-07-20 | x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUs | Peter Zijlstra | 1 | -0/+5 |
2016-07-14 | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2016-06-08 | Merge branch 'x86/urgent' into x86/cpu, to pick up dependency | Ingo Molnar | 1 | -3/+40 |
2016-05-20 | Merge branch 'linus' into x86/urgent, to refresh the tree | Ingo Molnar | 1 | -7/+7 |
2016-05-20 | x86/mm/mpx: Work around MPX erratum SKD046 | Dave Hansen | 1 | -0/+37 |
2016-05-17 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2016-05-17 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+6 |
2016-05-10 | x86/cpu: Correct comments and messages in P4 erratum 037 handling code | Borislav Petkov | 1 | -4/+3 |
2016-05-10 | x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n | Thomas Gleixner | 1 | -1/+1 |
2016-04-22 | x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work around | Luis R. Rodriguez | 1 | -1/+1 |
2016-04-13 | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 1 | -1/+1 |
2016-03-31 | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 1 | -3/+3 |
2016-03-31 | x86/cpufeature: Remove cpu_has_xmm2 | Borislav Petkov | 1 | -1/+1 |
2016-03-31 | x86/cpufeature: Remove cpu_has_clflush | Borislav Petkov | 1 | -1/+1 |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2016-02-29 | x86/topology: Create logical package id | Thomas Gleixner | 1 | -0/+13 |
2016-02-03 | x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...) | Chen Yucong | 1 | -5/+5 |
2016-01-30 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 1 | -1/+1 |
2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 1 | -1/+2 |
2015-11-07 | x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for Merrifield | Andy Shevchenko | 1 | -0/+1 |
2015-07-21 | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resume | Laura Abbott | 1 | -15/+32 |
2015-02-22 | x86/cpu/intel: Fix trivial typo in intel_tlb_table[] | Yannick Guerrini | 1 | -2/+2 |
2015-01-11 | x86, CPU: Fix trivial printk formatting issues with dmesg | Steven Honeyman | 1 | -4/+2 |
2014-10-29 | x86: Don't enable F00F workaround on Intel Quark processors | Dave Jones | 1 | -2/+3 |
2014-10-08 | x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache() | Bryan O'Donoghue | 1 | -1/+16 |
2014-09-24 | x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 instead | Bryan O'Donoghue | 1 | -0/+15 |
2014-08-05 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -26/+0 |
2014-08-05 | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -2/+2 |
2014-07-31 | x86/mm: Rip out complicated, out-of-date, buggy TLB flushing | Dave Hansen | 1 | -26/+0 |
2014-07-23 | x86, cpu: Fix cache topology for early P4-SMT | Peter Zijlstra | 1 | -11/+11 |
2014-06-19 | x86, cpufeature: Convert more "features" to bugs | Borislav Petkov | 1 | -2/+2 |
2014-04-03 | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -4/+0 |
2014-03-21 | x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pent... | Chris Bainbridge | 1 | -0/+19 |
2014-03-14 | x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematic | H. Peter Anvin | 1 | -3/+7 |
2014-03-14 | x86, Intel: Convert to the new bit access MSR accessors | Borislav Petkov | 1 | -23/+7 |
2014-02-27 | x86, platforms: Remove NUMAQ | H. Peter Anvin | 1 | -4/+0 |