summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get ini...Zhenzhong Duan2019-07-171-2/+1Star
* x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-101-13/+1Star
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-0/+69
|\
| * topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+22
| * x86/topology: Define topology_logical_die_id()Len Brown2019-05-231-0/+45
| * x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-0/+2
* | x86/asm: Pin sensitive CR4 bitsKees Cook2019-06-221-1/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Thomas Gleixner2019-05-241-3/+1Star
|/
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-071-3/+3
|\
| * x86/smpboot: Rename match_die() to match_pkg()Len Brown2019-04-191-3/+3
* | x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-3/+12
|/
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-081-6/+1Star
|\
| * x86/smpboot: Remove unused phys_id variableShaokun Zhang2019-02-181-6/+1Star
* | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-1/+2
|/
* x86/topology: Use total_cpus for max logical packages calculationHui Wang2018-12-181-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* x86/smpboot: Do not use BSP INIT delay and MWAIT to idle on DhyanaPu Wen2018-09-271-1/+3
* Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-0/+5
|\
| * x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan2018-07-031-0/+5
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* | x86/topology: Provide topology_smt_supported()Thomas Gleixner2018-06-211-0/+8
* | x86/smp: Provide topology_is_primary_thread()Thomas Gleixner2018-06-211-0/+9
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-7/+0Star
|\
| * Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar2018-05-191-5/+42
| |\
| * | x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-061-7/+0Star
* | | x86/speculation: Handle HT correctly on AMDThomas Gleixner2018-05-171-0/+5
| |/ |/|
* | x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam2018-04-261-0/+2
* | x86,sched: Allow topologies where NUMA nodes share an LLCAlison Schofield2018-04-171-5/+40
|/
* x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
* x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-171-2/+8
* x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma2018-02-131-1/+0Star
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+0Star
|\
| * x86/headers: Remove duplicate #includesPravin Shedge2017-12-121-1/+0Star
* | x86/platform: Control warm reset setup via legacy feature flagJan Kiszka2018-01-141-2/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-311-9/+0Star
|\ \
| * | x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner2017-12-311-9/+0Star
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-5/+1Star
|\| |
| * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-5/+1Star
| * | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-2/+1Star
| |\ \
* | | | x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava2017-12-071-2/+2
| |_|/ |/| |
* | | x86/idt: Load idt early in start_secondaryChunyu Hu2017-11-281-1/+1
* | | x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10Star
* | | x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-171-44/+29Star
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-141-67/+32Star
|\ \ \
| * | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-1/+1
| * | | x86/smpboot: Set online before setting up vectorsThomas Gleixner2017-09-251-5/+5
| * | | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-1/+2
| * | | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-1/+0Star
| * | | x86/apic: Initialize interrupt mode after timer initDou Liyang2017-09-251-4/+3Star
| * | | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-1/+1