summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-101-2/+2
* x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-101-1/+1
* x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-1/+1
* x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
* x86/xen/apic: Mark apic __ro_after_initThomas Gleixner2023-08-091-15/+13
* x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2023-08-091-11/+0
* x86/apic: Provide common init infrastructureThomas Gleixner2023-08-091-7/+3
* x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner2023-08-091-1/+6
* x86/apic: Sanitize APIC ID range validationThomas Gleixner2023-08-091-6/+0
* x86/apic: Add max_apic_id memberThomas Gleixner2023-08-091-0/+1
* x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner2023-08-091-6/+0
* x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner2023-08-091-5/+0
* x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner2023-08-091-6/+0
* x86/apic: Mop up *setup_apic_routing()Thomas Gleixner2023-08-091-1/+0
* x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner2023-08-091-1/+0
* x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner2023-08-091-1/+0
* x86/apic: Remove check_phys_apicid_present()Thomas Gleixner2023-08-091-1/+0
* x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner2023-08-091-7/+0
* arch:x86:xen: Remove unnecessary assignment in xen_apic_read()jianchunfu2022-03-151-1/+1
* x86/apic: Cleanup destination modeThomas Gleixner2020-10-281-2/+1
* x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner2020-10-281-3/+1
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-17/+0
|\
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-17/+0
* | locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-061-0/+1
* | x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
|/
* Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is readyIngo Molnar2018-04-121-1/+1
|\
| * x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-1/+1
* | x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing2018-04-101-1/+1
|/
* Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
|\
| * x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
* | Merge branch 'linus' into x86/apic, to 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/apic: Remove unused callbacksThomas Gleixner2017-09-251-2/+0
* | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+1
* | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-1/+0
* | x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
|/
* x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-1/+1
* x86/xen: Fix APIC id mismatch warning on IntelMohit Gambhir2017-01-291-1/+1
* x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang2016-07-151-1/+0
* xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC opBoris Ostrovsky2016-03-251-2/+10
* xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-1/+1
* xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky2015-08-201-1/+4
* xen/PMU: Initialization code for Xen PMUBoris Ostrovsky2015-08-201-0/+3
* x86/xen/apic: WARN with details.Konrad Rzeszutek Wilk2015-03-161-1/+1
* x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUsKonrad Rzeszutek Wilk2015-03-161-0/+180
* xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.Konrad Rzeszutek Wilk2012-08-211-1/+2
* x86/xen/apic: Add missing #include <xen/xen.h>Ingo Molnar2012-05-181-1/+4
* xen/apic: implement io apic read with hypercallLin Ming2012-05-011-0/+13
* xen/x86: Implement x86_apic_opsKonrad Rzeszutek Wilk2012-05-011-0/+17