Age | Commit message (Expand) | Author |
2023-11-21 | x86/apic: Drop apic::delivery_mode | Andrew Cooper |
2023-10-24 | x86/apic: Provide apic_force_nmi_on_cpu() | Thomas Gleixner |
2023-08-09 | x86/apic: Remove pointless arguments from [native_]eoi_write() | Thomas Gleixner |
2023-08-09 | x86/apic: Sanitize APIC ID range validation | Thomas Gleixner |
2023-08-09 | x86/apic: Prepare x2APIC for using apic::max_apic_id | Thomas Gleixner |
2023-08-09 | x86/apic: Add max_apic_id member | Thomas Gleixner |
2023-08-09 | x86/apic/x2apic: Share all common IPI functions | Thomas Gleixner |
2023-08-09 | x86/apic: Allow apic::safe_wait_icr_idle() to be NULL | Thomas Gleixner |
2023-08-09 | x86/apic: Allow apic::wait_icr_idle() to be NULL | Thomas Gleixner |
2023-08-09 | x86/apic: Mop up apic::apic_id_registered() | Thomas Gleixner |
2023-08-09 | x86/apic: Mop up *setup_apic_routing() | Thomas Gleixner |
2023-08-09 | x86/apic: Nuke apic::apicid_to_cpu_present() | Thomas Gleixner |
2023-08-09 | x86/apic: Remove check_phys_apicid_present() | Thomas Gleixner |
2023-08-09 | x86/apic: Nuke unused apic::inquire_remote_apic() | Thomas Gleixner |
2023-03-21 | x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel | David Woodhouse |
2021-10-29 | x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask() | Eric Dumazet |
2021-02-04 | x86/apic: Add extra serialization for non-serializing MSRs | Dave Hansen |
2020-10-28 | x86/apic: Cleanup destination mode | Thomas Gleixner |
2020-10-28 | x86/apic: Get rid of apic:: Dest_logical | Thomas Gleixner |
2020-10-28 | x86/apic: Replace pointless apic:: Dest_logical usage | Thomas Gleixner |
2020-10-28 | x86/apic: Cleanup delivery mode defines | Thomas Gleixner |
2019-10-15 | x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpu | Sean Christopherson |
2019-07-25 | x86/apic/x2apic: Implement IPI shorthands support | Thomas Gleixner |
2019-07-25 | x86/apic: Consolidate the apic local headers | Thomas Gleixner |
2019-07-25 | x86/apic: Cleanup the include maze | Thomas Gleixner |
2019-06-23 | x86/apic: Use non-atomic operations when possible | Nadav Amit |
2018-05-17 | x86/apic/x2apic: Initialize cluster ID properly | Thomas Gleixner |
2017-12-29 | x86/apic: Switch all APICs to Fixed delivery mode | Thomas Gleixner |
2017-11-07 | Merge branch 'linus' into x86/apic, to resolve conflicts | Ingo Molnar |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-27 | x86/apic: Use dead_cpu instead of current CPU when cleaning up | Borislav Petkov |
2017-09-25 | x86/apic: Remove unused callbacks | Thomas Gleixner |
2017-09-25 | x86/apic: Add replacement for cpu_mask_to_apicid() | Thomas Gleixner |
2017-09-25 | x86/apic: Get rid of apic->target_cpus | Thomas Gleixner |
2017-09-25 | x86/apic/x2apic: Simplify cluster management | Thomas Gleixner |
2017-09-25 | x86/apic: Deinline x2apic functions | Thomas Gleixner |
2017-06-22 | x86/apic: Implement effective irq mask update | Thomas Gleixner |
2017-06-22 | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid() | Thomas Gleixner |
2017-06-22 | x86/apic: Move cpumask and to core code | Thomas Gleixner |
2017-06-22 | x86/apic: Move online masking to core code | Thomas Gleixner |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner |
2016-09-08 | Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicity | Ingo Molnar |
2016-08-11 | x86/apic/x2apic, smp/hotplug: Don't use before alloc in x2apic_cluster_probe() | Sebastian Andrzej Siewior |
2016-08-10 | x86: Apply more __ro_after_init and const | Kees Cook |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2016-07-15 | x86/x2apic: Convert to CPU hotplug state machine | Sebastian Andrzej Siewior |
2016-07-15 | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang |
2015-11-05 | x86/apic: Implement single target IPI function for x2apic_cluster | Linus Torvalds |
2015-09-01 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-08-17 | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deasserted | Len Brown |