summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp_pv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-18/+0
|\
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-18/+0
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-0/+1
|\ \
| * | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
| |/
* / x86/stackprotector: Pre-initialize canary for secondary CPUsBrian Gerst2020-06-181-2/+0
|/
* x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-111-1/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-0/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+0
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+1
* x86/xen: Make the secondary CPU idle tasks reliableMiroslav Benes2020-03-301-1/+2
* x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-101-0/+1
* topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+1
* x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-1/+3
* x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...Christophe Leroy2018-10-221-0/+2
* x86/xen: Add call of speculative_store_bypass_ht_init() to PV pathsJuergen Gross2018-06-211-0/+5
* time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-0/+1
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context()Andy Lutomirski2017-11-021-3/+14
|/
* xen/x86: fix cpu hotplugJuergen Gross2017-07-231-1/+2
* xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora2017-06-131-5/+1
* xen/x86: Call xen_smp_intr_init_pv() on BSPBoris Ostrovsky2017-05-021-1/+1
* x86/xen: remove unused static function from smp_pv.cJuergen Gross2017-05-021-10/+0
* x86/xen: rename some PV-only functions in smp_pv.cVitaly Kuznetsov2017-05-021-14/+14
* x86/xen: split off smp_pv.cVitaly Kuznetsov2017-05-021-0/+500