summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-141-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-091-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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-211-2/+1
|\
| * x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com2017-02-011-2/+1
* | x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-051-3/+9
|/
* x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner2016-12-151-4/+4
* x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-32/+19
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+0
|\
| * x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
| * x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov2016-12-091-1/+0
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-1/+1
|\ \
| * | Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar2016-11-011-7/+9
| |\|