summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-7/+0
|\
| * 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/+0
* | | 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/+0
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-301-1/+0
|\
| * x86/headers: Remove duplicate #includesPravin Shedge2017-12-121-1/+0
* | 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/+0
|\ \
| * | x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner2017-12-311-9/+0
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-5/+1
|\| |
| * | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-5/+1
| * | Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-2/+1
| |\ \
* | | | 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/+10
* | | x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-171-44/+29
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-67/+32
|\ \ \
| * | | 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/+0
| * | | x86/apic: Initialize interrupt mode after timer initDou Liyang2017-09-251-4/+3
| * | | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-1/+1
| * | | x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-48/+9
| * | | x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang2017-09-251-12/+2
| * | | x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-1/+11
| * | | x86/apic: Split local APIC timer setup from the APIC setupDou Liyang2017-09-251-0/+5
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\ \ \ \
| * | | | x86/boot: Spell out "boot CPU" for BPJean Delvare2017-10-031-1/+1
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-2/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski2017-11-021-2/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+4
|\ \ \ | |_|/ |/| |
| * | x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-1/+1
| * | x86/paravirt: Set up the virt_spin_lock_key after static keys get initializedDou Liyang2017-10-301-1/+2
| * | locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross2017-10-101-0/+2
| |/
* / x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin2017-11-071-5/+6
|/
* x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski2017-09-171-6/+7
* x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski2017-09-131-3/+5
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* x86/smpboot: Unbreak CPU0 hotplugVitaly Kuznetsov2017-08-101-13/+17
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-1/+0
|\
| * x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski2017-06-221-1/+0
* | x86/smp: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
|/
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1