index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
ipi.c
Age
Commit message (
Expand
)
Author
2022-06-24
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
2020-10-28
x86/apic: Replace pointless apic:: Dest_logical usage
Thomas Gleixner
2020-08-06
x86/headers: Remove APIC headers from <asm/smp.h>
Ingo Molnar
2019-07-25
x86/apic: Share common IPI helpers
Thomas Gleixner
2019-07-25
x86/apic: Remove the shorthand decision logic
Thomas Gleixner
2019-07-25
x86/smp: Enhance native_send_call_func_ipi()
Thomas Gleixner
2019-07-25
x86/smp: Move smp_function_call implementations into IPI code
Thomas Gleixner
2019-07-25
x86/apic: Provide and use helper for send_IPI_allbutself()
Thomas Gleixner
2019-07-25
x86/apic: Add static key to Control IPI shorthands
Thomas Gleixner
2019-07-25
x86/apic: Move no_ipi_broadcast() out of 32bit
Thomas Gleixner
2019-07-25
x86/apic: Add NMI_VECTOR wait to IPI shorthand
Thomas Gleixner
2019-07-25
x86/apic: Remove dest argument from __default_send_IPI_shortcut()
Thomas Gleixner
2019-07-25
x86/apic: Consolidate the apic local headers
Thomas Gleixner
2019-07-25
x86/apic: Move ipi header into apic directory
Thomas Gleixner
2019-07-25
x86/apic: Cleanup the include maze
Thomas Gleixner
2019-07-25
x86/apic: Move IPI inlines into ipi.c
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-07-14
x86/kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-04-13
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
2016-03-08
x86/apic: Deinline __default_send_IPI_*, save ~200 bytes
Denys Vlasenko
2015-11-05
x86/apic: Provide default send single IPI wrapper
Thomas Gleixner
2015-11-05
x86/apic: Implement default single target IPI function
Thomas Gleixner
2014-01-06
x86: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-01-24
x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()
Dave Jones
2011-01-28
x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id
Tejun Heo
2011-01-28
x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only
Tejun Heo
2009-08-24
Merge commit 'v2.6.31-rc7' into x86/cleanups
Ingo Molnar
2009-08-21
x86: don't send an IPI to the empty set of CPU's
Linus Torvalds
2009-07-10
x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...
Cyrill Gorcunov
2009-02-17
x86, apic: move APIC drivers to arch/x86/kernel/apic/*
Ingo Molnar