index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
apic.h
Age
Commit message (
Expand
)
Author
2023-08-09
x86/apic: Turn on static calls
Thomas Gleixner
2023-08-09
x86/apic: Provide static call infrastructure for APIC callbacks
Thomas Gleixner
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
2023-08-09
x86/apic: Mark all hotpath APIC callback wrappers __always_inline
Thomas Gleixner
2023-08-09
x86/apic: Replace acpi_wake_cpu_handler_update() and apic_set_eoi_cb()
Thomas Gleixner
2023-08-09
x86/apic: Provide apic_update_callback()
Thomas Gleixner
2023-08-09
x86/apic: Provide common init infrastructure
Thomas Gleixner
2023-08-09
x86/apic: Wrap apic->native_eoi() into a helper
Thomas Gleixner
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
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: Wrap APIC ID validation into an inline
Thomas Gleixner
2023-08-09
x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()
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: Consolidate wait_icr_idle() implementations
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: Nuke empty init_apic_ldr() callbacks
Thomas Gleixner
2023-08-09
x86/apic/32: Remove pointless default_acpi_madt_oem_check()
Thomas Gleixner
2023-08-09
x86/apic/32: Sanitize logical APIC ID handling
Thomas Gleixner
2023-08-09
x86/apic: Remove check_phys_apicid_present()
Thomas Gleixner
2023-08-09
x86/apic: Make some APIC init functions bool
Thomas Gleixner
2023-08-09
x86/apic: Consolidate boot_cpu_physical_apicid initialization sites
Thomas Gleixner
2023-08-09
x86/apic: Nuke unused apic::inquire_remote_apic()
Thomas Gleixner
2023-08-09
x86/apic: Get rid of hard_smp_processor_id()
Thomas Gleixner
2023-08-09
x86/apic: Remove pointless x86_bios_cpu_apicid
Thomas Gleixner
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
2023-05-15
x86/smpboot: Support parallel startup of secondary CPUs
David Woodhouse
2023-05-15
x86/apic: Provide cpu_primary_thread mask
Thomas Gleixner
2023-05-15
x86/smpboot: Remove the CPU0 hotplug kludge
Thomas Gleixner
2022-12-02
x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOS
Mateusz Jończyk
2022-07-29
profile: setup_profiling_timer() is moslty not implemented
Ben Dooks
2022-04-07
x86/acpi/x86/boot: Add multiprocessor wake-up support
Kuppuswamy Sathyanarayanan
2022-04-07
x86/boot: Add a trampoline for booting APs via firmware handoff
Sean Christopherson
2021-05-29
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
2020-10-28
x86/apic: Always provide irq_compose_msi_msg() method for vector domain
David Woodhouse
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: Cleanup delivery mode defines
Thomas Gleixner
2020-10-28
x86/apic: Fix x2apic enablement without interrupt remapping
David Woodhouse
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-09-16
x86/msi: Move compose message callback where it belongs
Thomas Gleixner
2020-06-11
x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
Thomas Gleixner
2020-06-11
x86/entry: Convert various system vectors
Thomas Gleixner
2020-02-01
x86/apic/msi: Plug non-maskable MSI affinity race
Thomas Gleixner
[next]