aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/ipi.c
AgeCommit message (Expand)Author
2019-07-25x86/apic: Share common IPI helpersThomas Gleixner
2019-07-25x86/apic: Remove the shorthand decision logicThomas Gleixner
2019-07-25x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner
2019-07-25x86/apic: Add static key to Control IPI shorthandsThomas Gleixner
2019-07-25x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner
2019-07-25x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner
2019-07-25x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner
2019-07-25x86/apic: Move ipi header into apic directoryThomas Gleixner
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner
2019-07-25x86/apic: Move IPI inlines into ipi.cThomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko
2015-11-05x86/apic: Provide default send single IPI wrapperThomas Gleixner
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo
2009-08-24Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar
2009-08-21x86: don't send an IPI to the empty set of CPU'sLinus Torvalds
2009-07-10x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar