aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner1-1/+6
2019-07-22x86/realmode: Remove trampoline_statusPingfan Liu1-5/+0
2019-07-17Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized"Zhenzhong Duan1-2/+1
2019-07-10x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner1-13/+1
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+69
2019-06-22x86/asm: Pin sensitive CR4 bitsKees Cook1-1/+7
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Thomas Gleixner1-3/+1
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown1-0/+22
2019-05-23x86/topology: Define topology_logical_die_id()Len Brown1-0/+45
2019-05-23x86/topology: Add CPUID.1F multi-die/package supportLen Brown1-0/+2
2019-05-06Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-04-19x86/smpboot: Rename match_die() to match_pkg()Len Brown1-3/+3
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner1-3/+12
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2019-02-18x86/smpboot: Remove unused phys_id variableShaokun Zhang1-6/+1
2018-12-18x86/topology: Use total_cpus for max logical packages calculationHui Wang1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-09-27x86/smpboot: Do not use BSP INIT delay and MWAIT to idle on DhyanaPu Wen1-1/+3
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner1-0/+5
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-03x86/mm/32: Initialize the CR4 shadow before __flush_tlb_all()Zhenzhong Duan1-0/+5
2018-06-21x86/topology: Provide topology_smt_supported()Thomas Gleixner1-0/+8
2018-06-21x86/smp: Provide topology_is_primary_thread()Thomas Gleixner1-0/+9
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2018-05-19Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes and avoid conflictsIngo Molnar1-5/+42
2018-05-17x86/speculation: Handle HT correctly on AMDThomas Gleixner1-0/+5
2018-05-06x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov1-7/+0
2018-04-26x86/smpboot: Don't use mwait_play_dead() on AMD systemsYazen Ghannam1-0/+2
2018-04-17x86,sched: Allow topologies where NUMA nodes share an LLCAlison Schofield1-5/+40
2018-02-23x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operationsSamuel Neves1-0/+1
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava1-2/+8
2018-02-13x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physical CPUMasayoshi Mizuma1-1/+0
2018-01-30Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2018-01-14x86/platform: Control warm reset setup via legacy feature flagJan Kiszka1-2/+2
2017-12-31Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+1
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner1-5/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-2/+1
2017-12-12x86/headers: Remove duplicate #includesPravin Shedge1-1/+0
2017-12-07x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava1-2/+2
2017-11-28x86/idt: Load idt early in start_secondaryChunyu Hu1-1/+1
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/kernel/git/tip/tipLinus Torvalds1-67/+32
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4