summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2019-01-26x86/topology: Use total_cpus for max logical packages calculationHui Wang
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-07-03x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan
2018-06-21x86/topology: Provide topology_smt_supported()Thomas Gleixner
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...Ingo Molnar
2018-05-17x86/speculation: Handle HT correctly on AMDThomas Gleixner
2018-05-06x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov
2018-04-26x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam
2018-04-17x86,sched: Allow topologies where NUMA nodes share an LLCAlison Schofield
2018-02-23x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava
2018-02-13x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-14x86/platform: Control warm reset setup via legacy feature flagJan Kiszka
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-12-12x86/headers: Remove duplicate #includesPravin Shedge
2017-12-07x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava
2017-11-28x86/idt: Load idt early in start_secondaryChunyu Hu
2017-11-17x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava
2017-11-17x86/topology: Avoid wasting 128k for package id arrayAndi Kleen
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-11-07x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski
2017-10-30x86/paravirt: Set up the virt_spin_lock_key after static keys get initializedDou Liyang
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner
2017-09-25x86/smpboot: Set online before setting up vectorsThomas Gleixner
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang
2017-09-25x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang
2017-09-25x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang
2017-09-25x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang
2017-09-25x86/apic: Split local APIC timer setup from the APIC setupDou Liyang
2017-09-17x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan