index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
apic
/
apic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-10-10
x86/apic: Use u32 for APIC IDs in global data
Thomas Gleixner
1
-8
/
+8
2023-10-10
x86/apic: Use BAD_APICID consistently
Thomas Gleixner
1
-4
/
+2
2023-10-10
x86/apic: Fake primary thread mask for XEN/PV
Thomas Gleixner
1
-0
/
+11
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
1
-1
/
+1
2023-08-09
x86/apic: Provide common init infrastructure
Thomas Gleixner
1
-30
/
+1
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
1
-5
/
+5
2023-08-09
x86/apic: Remove pointless arguments from [native_]eoi_write()
Thomas Gleixner
1
-4
/
+4
2023-08-09
x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()
Thomas Gleixner
1
-17
/
+0
2023-08-09
x86/apic: Consolidate wait_icr_idle() implementations
Thomas Gleixner
1
-6
/
+0
2023-08-09
x86/apic: Mop up apic::apic_id_registered()
Thomas Gleixner
1
-5
/
+2
2023-08-09
x86/apic: Mop up *setup_apic_routing()
Thomas Gleixner
1
-1
/
+3
2023-08-09
x86/apic: Nuke empty init_apic_ldr() callbacks
Thomas Gleixner
1
-2
/
+5
2023-08-09
x86/apic/32: Decrapify the def_bigsmp mechanism
Thomas Gleixner
1
-0
/
+3
2023-08-09
x86/apic/32: Remove x86_cpu_to_logical_apicid
Thomas Gleixner
1
-31
/
+0
2023-08-09
x86/apic/32: Sanitize logical APIC ID handling
Thomas Gleixner
1
-2
/
+2
2023-08-09
x86/apic: Get rid of apic_phys
Thomas Gleixner
1
-9
/
+10
2023-08-09
x86/apic: Sanitize num_processors handling
Thomas Gleixner
1
-3
/
+6
2023-08-09
x86/apic: Sanitize APIC address setup
Thomas Gleixner
1
-19
/
+10
2023-08-09
x86/apic: Split register_apic_address()
Thomas Gleixner
1
-8
/
+14
2023-08-09
x86/apic: Make some APIC init functions bool
Thomas Gleixner
1
-18
/
+18
2023-08-09
x86/apic: Remove the pointless APIC version check
Thomas Gleixner
1
-15
/
+4
2023-08-09
x86/apic: Register boot CPU APIC early
Thomas Gleixner
1
-70
/
+50
2023-08-09
x86/apic: Consolidate boot_cpu_physical_apicid initialization sites
Thomas Gleixner
1
-70
/
+32
2023-08-09
x86/apic: Remove unused max_physical_apicid
Thomas Gleixner
1
-8
/
+0
2023-08-09
x86/apic: Get rid of hard_smp_processor_id()
Thomas Gleixner
1
-5
/
+0
2023-08-09
x86/apic: Remove pointless x86_bios_cpu_apicid
Thomas Gleixner
1
-4
/
+1
2023-08-09
x86/apic/ioapic: Rename skip_ioapic_setup
Thomas Gleixner
1
-6
/
+6
2023-08-09
x86/apic: Rename disable_apic
Thomas Gleixner
1
-11
/
+11
2023-05-29
x86/smp: Initialize cpu_primary_thread_mask late
Thomas Gleixner
1
-1
/
+17
2023-05-15
x86/smpboot: Support parallel startup of secondary CPUs
David Woodhouse
1
-1
/
+1
2023-05-15
x86/apic: Save the APIC virtual base address
Thomas Gleixner
1
-0
/
+4
2023-05-15
x86/apic: Provide cpu_primary_thread mask
Thomas Gleixner
1
-11
/
+9
2023-04-07
x86/apic: Fix atomic update of offset in reserve_eilvt_offset()
Uros Bizjak
1
-3
/
+2
2022-12-02
x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOS
Mateusz Jończyk
1
-5
/
+8
2022-08-31
x86/apic: Don't disable x2APIC if locked
Daniel Sneddon
1
-4
/
+40
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-5
/
+0
2022-07-29
profile: setup_profiling_timer() is moslty not implemented
Ben Dooks
1
-5
/
+0
2022-06-24
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
1
-1
/
+1
2022-05-23
Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+12
2022-05-04
x86: Fix return value of __setup handlers
Randy Dunlap
1
-1
/
+1
2022-05-01
x86/apic: Do apic driver probe for "nosmp" use case
Kuppuswamy Sathyanarayanan
1
-3
/
+2
2022-04-13
x86/apic: Clarify i82489DX bit overlap in APIC_LVT0
Thomas Gleixner
1
-1
/
+10
2022-04-07
x86/acpi/x86/boot: Add multiprocessor wake-up support
Kuppuswamy Sathyanarayanan
1
-0
/
+10
2021-08-10
x86: Add support for 0x22/0x23 port I/O configuration space
Maciej W. Rozycki
1
-6
/
+3
2021-05-29
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
1
-0
/
+1
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-0
/
+5
2021-03-19
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
1
-0
/
+5
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-5
/
+5
[next]