summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/ipi.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-1/+1
* x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner2020-10-281-3/+3
* x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-0/+1
* x86/apic: Share common IPI helpersThomas Gleixner2019-07-251-15/+15
* x86/apic: Remove the shorthand decision logicThomas Gleixner2019-07-251-24/+3
* x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner2019-07-251-13/+11
* x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-251-0/+40
* x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner2019-07-251-0/+12
* x86/apic: Add static key to Control IPI shorthandsThomas Gleixner2019-07-251-1/+23
* x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner2019-07-251-2/+27
* x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner2019-07-251-1/+4
* x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner2019-07-251-8/+7
* x86/apic: Consolidate the apic local headersThomas Gleixner2019-07-251-2/+12
* x86/apic: Move ipi header into apic directoryThomas Gleixner2019-07-251-1/+2
* x86/apic: Cleanup the include mazeThomas Gleixner2019-07-251-15/+2
* x86/apic: Move IPI inlines into ipi.cThomas Gleixner2019-07-251-3/+13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko2016-03-081-0/+60
* x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-051-0/+8
* x86/apic: Implement default single target IPI functionThomas Gleixner2015-11-051-0/+10
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones2013-01-241-1/+1
* x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo2011-01-281-4/+4
* x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2011-01-281-2/+2
* Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar2009-08-241-0/+3
|\
| * x86: don't send an IPI to the empty set of CPU'sLinus Torvalds2009-08-211-0/+3
* | x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov2009-07-101-1/+1
|/
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-0/+164