summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-17x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava1-45/+10
2017-11-17x86/topology: Avoid wasting 128k for package id arrayAndi Kleen1-44/+29
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-67/+32
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2017-11-08x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-11-07x86/smpboot: Make optimization of delay calibration work correctlyPavel Tatashin1-5/+6
2017-11-02x86/entry/32: Fix cpu_current_top_of_stack initialization at bootAndy Lutomirski1-2/+1
2017-10-30x86/paravirt: Set up the virt_spin_lock_key after static keys get initializedDou Liyang1-1/+2
2017-10-10locking/paravirt: Use new static key for controlling call of virt_spin_lock()Juergen Gross1-0/+2
2017-10-03x86/boot: Spell out "boot CPU" for BPJean Delvare1-1/+1
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-1/+1
2017-09-25x86/smpboot: Set online before setting up vectorsThomas Gleixner1-5/+5
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-1/+2
2017-09-25x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner1-1/+0
2017-09-25x86/apic: Initialize interrupt mode after timer initDou Liyang1-4/+3
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang1-1/+1
2017-09-25x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang1-48/+9
2017-09-25x86/apic: Unify interrupt mode setup for SMP-capable systemDou Liyang1-12/+2
2017-09-25x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang1-1/+11
2017-09-25x86/apic: Split local APIC timer setup from the APIC setupDou Liyang1-0/+5
2017-09-17x86/mm/32: Load a sane CR3 before cpu_init() on secondary CPUsAndy Lutomirski1-6/+7
2017-09-13x86/mm/64: Initialize CR4.PCIDE earlyAndy Lutomirski1-3/+5
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-10x86/smpboot: Unbreak CPU0 hotplugVitaly Kuznetsov1-13/+17
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2017-06-22x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski1-1/+0
2017-05-23x86/smp: Adjust system_state checkThomas Gleixner1-1/+1
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2017-02-05x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov1-3/+9
2017-02-01x86/platform/UV: Ensure uv_system_init is called when necessarytravis@sgi.com1-2/+1
2016-12-15x86/smpboot: Prevent false positive out of bounds cpumask access warningThomas Gleixner1-4/+4
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-32/+19
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-12-12Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+35
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov1-1/+0
2016-11-24x86/sched: Add SD_ASYM_PACKING flags to x86 ITMT CPUTim Chen1-4/+24
2016-11-24x86/topology: Define x86's arch_update_cpu_topologyTim Chen1-0/+11
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar1-7/+9
2016-11-01Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar1-7/+9
2016-10-26kernel/smp: Make the SMP boot message common on all archesMichael Ellerman1-8/+0