| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-11 | x86/xen: eliminate some private header files | Juergen Gross | 1 | -2/+0 |
| 2024-02-15 | x86/cpu/topology: Let XEN/PV use topology from CPUID/MADT | Thomas Gleixner | 1 | -7/+7 |
| 2024-02-15 | x86/apic: Remove the pointless writeback of boot_cpu_physical_apicid | Thomas Gleixner | 1 | -7/+0 |
| 2024-02-15 | x86/apic: Remove unused phys_pkg_id() callback | Thomas Gleixner | 1 | -6/+0 |
| 2023-10-10 | x86/apic: Use u32 for [gs]et_apic_id() | Thomas Gleixner | 1 | -2/+2 |
| 2023-10-10 | x86/apic: Use u32 for phys_pkg_id() | Thomas Gleixner | 1 | -1/+1 |
| 2023-10-10 | x86/apic: Use u32 for cpu_present_to_apicid() | Thomas Gleixner | 1 | -1/+1 |
| 2023-10-10 | x86/cpu: Encapsulate topology information in cpuinfo_x86 | Thomas Gleixner | 1 | -1/+1 |
| 2023-08-09 | x86/xen/apic: Mark apic __ro_after_init | Thomas Gleixner | 1 | -15/+13 |
| 2023-08-09 | x86/xen/apic: Use standard apic driver mechanism for Xen PV | Juergen Gross | 1 | -11/+0 |
| 2023-08-09 | x86/apic: Provide common init infrastructure | Thomas Gleixner | 1 | -7/+3 |
| 2023-08-09 | x86/apic: Remove pointless arguments from [native_]eoi_write() | Thomas Gleixner | 1 | -1/+6 |
| 2023-08-09 | x86/apic: Sanitize APIC ID range validation | Thomas Gleixner | 1 | -6/+0 |
| 2023-08-09 | x86/apic: Add max_apic_id member | Thomas Gleixner | 1 | -0/+1 |
| 2023-08-09 | x86/apic: Allow apic::safe_wait_icr_idle() to be NULL | Thomas Gleixner | 1 | -6/+0 |
| 2023-08-09 | x86/apic: Allow apic::wait_icr_idle() to be NULL | Thomas Gleixner | 1 | -5/+0 |
| 2023-08-09 | x86/apic: Mop up apic::apic_id_registered() | Thomas Gleixner | 1 | -6/+0 |
| 2023-08-09 | x86/apic: Mop up *setup_apic_routing() | Thomas Gleixner | 1 | -1/+0 |
| 2023-08-09 | x86/apic: Nuke apic::apicid_to_cpu_present() | Thomas Gleixner | 1 | -1/+0 |
| 2023-08-09 | x86/apic: Nuke empty init_apic_ldr() callbacks | Thomas Gleixner | 1 | -1/+0 |
| 2023-08-09 | x86/apic: Remove check_phys_apicid_present() | Thomas Gleixner | 1 | -1/+0 |
| 2023-08-09 | x86/apic: Nuke unused apic::inquire_remote_apic() | Thomas Gleixner | 1 | -7/+0 |
| 2022-03-15 | arch:x86:xen: Remove unnecessary assignment in xen_apic_read() | jianchunfu | 1 | -1/+1 |
| 2020-10-28 | x86/apic: Cleanup destination mode | Thomas Gleixner | 1 | -2/+1 |
| 2020-10-28 | x86/apic: Get rid of apic:: Dest_logical | Thomas Gleixner | 1 | -3/+1 |
| 2020-08-14 | Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -17/+0 |
| 2020-08-11 | x86/xen: remove 32-bit Xen PV guest support | Juergen Gross | 1 | -17/+0 |
| 2020-08-06 | locking/seqlock, headers: Untangle the spaghetti monsterlocking-urgent-2020-08-10 | Peter Zijlstra | 1 | -0/+1 |
| 2020-08-06 | x86/headers: Remove APIC headers from <asm/smp.h> | Ingo Molnar | 1 | -0/+1 |
| 2018-04-12 | Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready | Ingo Molnar | 1 | -1/+1 |
| 2018-04-10 | x86/apic: Fix signedness bug in APIC ID validity checks | Li RongQing | 1 | -1/+1 |
| 2018-02-17 | x86/apic: Rename variables and functions related to x86_io_apic_ops | Baoquan He | 1 | -1/+1 |
| 2017-12-15 | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2017-12-12 | x86/Xen: don't report ancient LAPIC version | Jan Beulich | 1 | -1/+1 |
| 2017-11-07 | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-25 | x86/apic: Remove unused callbacks | Thomas Gleixner | 1 | -2/+0 |
| 2017-09-25 | x86/apic: Add replacement for cpu_mask_to_apicid() | Thomas Gleixner | 1 | -0/+1 |
| 2017-09-25 | x86/apic: Get rid of apic->target_cpus | Thomas Gleixner | 1 | -1/+0 |
| 2017-09-25 | x86/apic: Sanitize return value of apic.set_apic_id() | Thomas Gleixner | 1 | -1/+1 |
| 2017-06-22 | x86/apic: Move cpumask and to core code | Thomas Gleixner | 1 | -1/+1 |
| 2017-01-29 | x86/xen: Fix APIC id mismatch warning on Intel | Mohit Gambhir | 1 | -1/+1 |
| 2016-07-15 | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 1 | -1/+0 |
| 2016-03-25 | xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op | Boris Ostrovsky | 1 | -2/+10 |
| 2015-12-21 | xen: rename dom0_op to platform_op | Stefano Stabellini | 1 | -1/+1 |
| 2015-08-20 | xen/PMU: Intercept PMU-related MSR and APIC accesses | Boris Ostrovsky | 1 | -1/+4 |
| 2015-08-20 | xen/PMU: Initialization code for Xen PMU | Boris Ostrovsky | 1 | -0/+3 |
| 2015-03-16 | x86/xen/apic: WARN with details. | Konrad Rzeszutek Wilk | 1 | -1/+1 |
| 2015-03-16 | x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs | Konrad Rzeszutek Wilk | 1 | -0/+180 |
| 2012-08-21 | xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. | Konrad Rzeszutek Wilk | 1 | -1/+2 |
| 2012-05-18 | x86/xen/apic: Add missing #include <xen/xen.h> | Ingo Molnar | 1 | -1/+4 |
| 2012-05-01 | xen/apic: implement io apic read with hypercall | Lin Ming | 1 | -0/+13 |
| 2012-05-01 | xen/x86: Implement x86_apic_ops | Konrad Rzeszutek Wilk | 1 | -0/+17 |