| Commit message (Expand) | Author | Age | Files | Lines |
* | xen: fix multicall debug data referencing | Juergen Gross | 2024-07-23 | 1 | -0/+1 |
* | x86/xen: eliminate some private header files | Juergen Gross | 2024-07-11 | 1 | -3/+0 |
* | x86/xen/smp_pv: Register the boot CPU APIC properly | Thomas Gleixner | 2024-05-02 | 1 | -2/+2 |
* | x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT | Thomas Gleixner | 2024-02-15 | 1 | -5/+8 |
* | x86/xen/smp_pv: Count number of vCPUs early | Thomas Gleixner | 2024-02-15 | 1 | -0/+14 |
* | x86/xen/smp_pv: Register fake APICs | Thomas Gleixner | 2024-02-15 | 1 | -27/+10 |
* | x86/mpparse: Switch to new init callbacks | Thomas Gleixner | 2024-02-15 | 1 | -10/+1 |
* | x86/xen/smp_pv: Prepare for separate mpparse callbacks | Thomas Gleixner | 2024-02-15 | 1 | -2/+9 |
* | x86/mpparse: Rename default_find_smp_config() | Thomas Gleixner | 2024-02-15 | 1 | -1/+1 |
* | x86/xen/smp_pv: Remove cpudata fiddling | Thomas Gleixner | 2024-02-15 | 1 | -3/+0 |
* | x86/xen/pv: Pretend that it found SMP configuration | Thomas Gleixner | 2023-08-09 | 1 | -1/+2 |
* | x86/apic/ioapic: Rename skip_ioapic_setup | Thomas Gleixner | 2023-08-09 | 1 | -1/+1 |
* | Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-07-09 | 1 | -0/+1 |
|\ |
|
| * | x86/xen: Fix secondary processors' FPU initialization | Juergen Gross | 2023-07-05 | 1 | -0/+1 |
* | | Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-06-28 | 1 | -1/+0 |
|\ \ |
|
| * | | x86: xen: add missing prototypes | Arnd Bergmann | 2023-06-26 | 1 | -1/+0 |
| |/ |
|
* | | x86/smpboot: Enable split CPU startup | Thomas Gleixner | 2023-05-15 | 1 | -2/+2 |
* | | x86/smpboot: Switch to hotplug core state synchronization | Thomas Gleixner | 2023-05-15 | 1 | -17/+22 |
* | | x86/xen/smp_pv: Remove wait for CPU online | Thomas Gleixner | 2023-05-15 | 1 | -5/+5 |
* | | x86/smpboot: Move synchronization masks to SMP boot code | Thomas Gleixner | 2023-05-15 | 1 | -3/+0 |
|/ |
|
* | x86/xen: mark xen_pv_play_dead() as __noreturn | Juergen Gross | 2023-02-13 | 1 | -2/+2 |
* | x86/xen: don't let xen_pv_play_dead() return | Juergen Gross | 2023-02-13 | 1 | -11/+2 |
* | x86/xen: Fix memory leak in xen_smp_intr_init{_pv}() | Xiu Jianfeng | 2022-12-05 | 1 | -6/+6 |
* | smp: add set_nr_cpu_ids() | Yury Norov | 2022-09-20 | 1 | -1/+1 |
* | x86/xen: Allow to retry if cpu_initialize_context() failed. | Boris Ostrovsky | 2022-04-12 | 1 | -1/+4 |
* | xen: fix is_xen_pmu() | Juergen Gross | 2022-03-25 | 1 | -1/+1 |
* | x86/Xen: streamline (and fix) PV CPU enumeration | Jan Beulich | 2022-02-03 | 1 | -20/+6 |
* | x86/smp: Factor out parts of native_smp_prepare_cpus() | Boris Ostrovsky | 2021-11-11 | 1 | -10/+2 |
* | x86/xen: Remove redundant irq_enter/exit() invocations | Thomas Gleixner | 2021-11-02 | 1 | -2/+0 |
* | xen/x86: drop redundant zeroing from cpu_initialize_context() | Jan Beulich | 2021-09-20 | 1 | -4/+0 |
* | xen: remove stray preempt_disable() from PV AP startup code | Juergen Gross | 2021-09-01 | 1 | -1/+0 |
* | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-08-14 | 1 | -18/+0 |
|\ |
|
| * | x86/xen: remove 32-bit Xen PV guest support | Juergen Gross | 2020-08-11 | 1 | -18/+0 |
* | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-08-11 | 1 | -0/+1 |
|\ \ |
|
| * | | x86/headers: Remove APIC headers from <asm/smp.h> | Ingo Molnar | 2020-08-06 | 1 | -0/+1 |
| |/ |
|
* / | x86/stackprotector: Pre-initialize canary for secondary CPUs | Brian Gerst | 2020-06-18 | 1 | -2/+0 |
|/ |
|
* | x86/entry: Switch XEN/PV hypercall entry to IDTENTRY | Thomas Gleixner | 2020-06-11 | 1 | -1/+2 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -0/+1 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | x86: Fix early boot crash on gcc-10, third try | Borislav Petkov | 2020-05-15 | 1 | -0/+1 |
* | x86/xen: Make the secondary CPU idle tasks reliable | Miroslav Benes | 2020-03-30 | 1 | -1/+2 |
* | x86/asm: Move native_write_cr0/4() out of line | Thomas Gleixner | 2019-07-10 | 1 | -0/+1 |
* | topology: Create core_cpus and die_cpus sysfs attributes | Len Brown | 2019-05-23 | 1 | -0/+1 |
* | x86/irq/32: Handle irq stack allocation failure proper | Thomas Gleixner | 2019-04-17 | 1 | -1/+3 |
* | x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star... | Christophe Leroy | 2018-10-22 | 1 | -0/+2 |
* | x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths | Juergen Gross | 2018-06-21 | 1 | -0/+5 |
* | time: tick-sched: Reorganize idle tick management code | Rafael J. Wysocki | 2018-04-05 | 1 | -0/+1 |
* | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() | Andy Lutomirski | 2017-11-02 | 1 | -3/+14 |
|/ |
|