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