| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Merge tag 'x86-cpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | -12/+2 |
| 2020-06-18 | x86/stackprotector: Pre-initialize canary for secondary CPUs | Brian Gerst | -12/+2 |
| 2020-06-15 | x86, sched: Bail out of frequency invariance if turbo_freq/base_freq gives 0 | Giovanni Gherdovich | -2/+9 |
| 2020-06-15 | x86, sched: Bail out of frequency invariance if turbo frequency is unknown | Giovanni Gherdovich | -2/+4 |
| 2020-06-15 | x86, sched: check for counters overflow in frequency invariant accounting | Giovanni Gherdovich | -5/+28 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | -1/+1 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | -1/+1 |
| 2020-06-01 | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -8/+9 |
| 2020-06-01 | Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | -2/+2 |
| 2020-05-15 | x86: Fix early boot crash on gcc-10, third try | Borislav Petkov | -0/+8 |
| 2020-05-07 | cpu/hotplug: Remove disable_nonboot_cpus() | Qais Yousef | -2/+2 |
| 2020-04-22 | x86, sched: Move check for CPU type to caller function | Giovanni Gherdovich | -4/+2 |
| 2020-04-22 | x86, sched: Don't enable static key when starting secondary CPUs | Peter Zijlstra (Intel) | -7/+14 |
| 2020-04-22 | x86, sched: Account for CPUs with less than 4 cores in freq. invariance | Giovanni Gherdovich | -3/+8 |
| 2020-04-22 | x86, sched: Bail out of frequency invariance if base frequency is unknown | Giovanni Gherdovich | -0/+9 |
| 2020-04-13 | x86/smpboot: Remove the last ICPU() macro | Borislav Petkov | -8/+9 |
| 2020-03-31 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -1/+1 |
| 2020-03-30 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -1/+289 |
| 2020-03-24 | x86/kernel: Convert to new CPU match macros | Thomas Gleixner | -1/+1 |
| 2020-02-16 | x86: Fix a handful of typos | Martin Molnar | -1/+1 |
| 2020-01-28 | x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency in... | Giovanni Gherdovich | -5/+10 |
| 2020-01-28 | x86, sched: Add support for frequency invariance on ATOM | Giovanni Gherdovich | -6/+21 |
| 2020-01-28 | x86, sched: Add support for frequency invariance on ATOM_GOLDMONT* | Giovanni Gherdovich | -4/+8 |
| 2020-01-28 | x86, sched: Add support for frequency invariance on XEON_PHI_KNL/KNM | Giovanni Gherdovich | -3/+46 |
| 2020-01-28 | x86, sched: Add support for frequency invariance on SKYLAKE_X | Giovanni Gherdovich | -13/+53 |
| 2020-01-28 | x86, sched: Add support for frequency invariance | Giovanni Gherdovich | -1/+182 |
| 2019-09-17 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -1/+6 |
| 2019-07-25 | x86/hotplug: Silence APIC and NMI when CPU is dead | Thomas Gleixner | -1/+6 |
| 2019-07-22 | x86/realmode: Remove trampoline_status | Pingfan Liu | -5/+0 |
| 2019-07-17 | Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini... | Zhenzhong Duan | -2/+1 |
| 2019-07-10 | x86/asm: Move native_write_cr0/4() out of line | Thomas Gleixner | -13/+1 |
| 2019-07-08 | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -0/+69 |
| 2019-06-22 | x86/asm: Pin sensitive CR4 bits | Kees Cook | -1/+7 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82 | Thomas Gleixner | -3/+1 |
| 2019-05-23 | topology: Create core_cpus and die_cpus sysfs attributes | Len Brown | -0/+22 |
| 2019-05-23 | x86/topology: Define topology_logical_die_id() | Len Brown | -0/+45 |
| 2019-05-23 | x86/topology: Add CPUID.1F multi-die/package support | Len Brown | -0/+2 |
| 2019-05-06 | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -3/+3 |
| 2019-04-19 | x86/smpboot: Rename match_die() to match_pkg() | Len Brown | -3/+3 |
| 2019-04-17 | x86/irq/32: Handle irq stack allocation failure proper | Thomas Gleixner | -3/+12 |
| 2019-03-07 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -6/+1 |
| 2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | -1/+2 |
| 2019-02-18 | x86/smpboot: Remove unused phys_id variable | Shaokun Zhang | -6/+1 |
| 2018-12-18 | x86/topology: Use total_cpus for max logical packages calculation | Hui Wang | -1/+1 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | -1/+1 |
| 2018-09-27 | x86/smpboot: Do not use BSP INIT delay and MWAIT to idle on Dhyana | Pu Wen | -1/+3 |
| 2018-08-05 | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner | -0/+5 |
| 2018-08-05 | x86: Don't include linux/irq.h from asm/hardirq.h | Nicolai Stange | -0/+1 |
| 2018-07-03 | x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all() | Zhenzhong Duan | -0/+5 |
| 2018-06-21 | x86/topology: Provide topology_smt_supported() | Thomas Gleixner | -0/+8 |