aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/apic/ipi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2023-10-24x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner1-0/+8
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-2/+3
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-99/+77
2023-08-09x86/apic: Wrap IPI calls into helper functionsDave Hansen1-8/+8
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner1-2/+17
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner1-3/+3
2023-08-09x86/apic/ipi: Tidy up the code and fixup commentsThomas Gleixner1-42/+32
2023-08-09x86/apic/ipi: Code cleanupThomas Gleixner1-16/+7
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner1-27/+9
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner1-1/+1
2023-07-31x86/apic: Hide unused safe_smp_processor_id() on 32-bit UPArnd Bergmann1-0/+2
2022-06-24KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit1-1/+1
2020-10-28x86/apic: Replace pointless apic:: Dest_logical usageThomas Gleixner1-3/+3
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-0/+1
2019-07-25x86/apic: Share common IPI helpersThomas Gleixner1-15/+15
2019-07-25x86/apic: Remove the shorthand decision logicThomas Gleixner1-24/+3
2019-07-25x86/smp: Enhance native_send_call_func_ipi()Thomas Gleixner1-13/+11
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner1-0/+40
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner1-0/+12
2019-07-25x86/apic: Add static key to Control IPI shorthandsThomas Gleixner1-1/+23
2019-07-25x86/apic: Move no_ipi_broadcast() out of 32bitThomas Gleixner1-2/+27
2019-07-25x86/apic: Add NMI_VECTOR wait to IPI shorthandThomas Gleixner1-1/+4
2019-07-25x86/apic: Remove dest argument from __default_send_IPI_shortcut()Thomas Gleixner1-8/+7
2019-07-25x86/apic: Consolidate the apic local headersThomas Gleixner1-2/+12
2019-07-25x86/apic: Move ipi header into apic directoryThomas Gleixner1-1/+2
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner1-15/+2
2019-07-25x86/apic: Move IPI inlines into ipi.cThomas Gleixner1-3/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko1-0/+60
2015-11-05x86/apic: Provide default send single IPI wrapperThomas Gleixner1-0/+8
2015-11-05x86/apic: Implement default single target IPI functionThomas Gleixner1-0/+10
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones1-1/+1
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo1-4/+4
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo1-2/+2
2009-08-24Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar1-0/+3
2009-08-21x86: don't send an IPI to the empty set of CPU'sLinus Torvalds1-0/+3
2009-07-10x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro helperCyrill Gorcunov1-1/+1
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar1-0/+164