aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner3-5/+4
2023-08-09x86/apic/64: Uncopypaste probingThomas Gleixner1-10/+11
2023-08-09x86/apic/x2apic: Share all common IPI functionsThomas Gleixner4-44/+28
2023-08-09x86/apic/uv: Get rid of wrapper callbacksThomas Gleixner1-6/+1
2023-08-09x86/apic: Move safe wait_icr_idle() next to apic_mem_wait_icr_idle()Thomas Gleixner6-23/+22
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner5-17/+0
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner5-12/+0
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner6-13/+9
2023-08-09x86/apic/ipi: Tidy up the code and fixup commentsThomas Gleixner2-44/+32
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner11-61/+11
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner12-34/+9
2023-08-09x86/ioapic/32: Decrapify phys_id_present_map operationThomas Gleixner1-4/+1
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner9-16/+5
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner10-74/+24
2023-08-09x86/apic/32: Remove bigsmp_cpu_present_to_apicid()Thomas Gleixner1-9/+1
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner6-68/+41
2023-08-09x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner2-23/+0
2023-08-09x86/apic: Mop up early_per_cpu() abuseThomas Gleixner1-1/+1
2023-08-09x86/apic/ipi: Code cleanupThomas Gleixner1-16/+7
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner3-65/+9
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner4-38/+2
2023-08-09x86/apic: Get rid of apic_physThomas Gleixner1-9/+10
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner9-21/+0
2023-08-09x86/apic: Nuke another processor checkThomas Gleixner1-17/+0
2023-08-09x86/apic: Sanitize num_processors handlingThomas Gleixner2-21/+6
2023-08-09x86/apic: Sanitize APIC address setupThomas Gleixner2-28/+12
2023-08-09x86/apic: Split register_apic_address()Thomas Gleixner1-8/+14
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner2-19/+19
2023-08-09x86/of: Fix the APIC address registrationThomas Gleixner1-9/+5
2023-08-09x86/apic: Remove mpparse 'apicid' variableDave Hansen1-4/+1
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner6-30/+12
2023-08-09x86/apic: Register boot CPU APIC earlyThomas Gleixner1-70/+50
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner2-73/+33
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner9-55/+0
2023-08-09x86/apic: Remove unused max_physical_apicidThomas Gleixner1-8/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner8-16/+12
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner5-12/+4
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner3-13/+13
2023-08-09x86/apic: Rename disable_apicThomas Gleixner5-17/+17
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner1-1/+1
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)2-0/+21
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior2-8/+1
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-9/+184
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-3/+234
2023-08-07x86/head_64: Store boot_params pointer in callee save registerArd Biesheuvel1-20/+12
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner2-21/+78
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-4/+4
2023-08-05x86/resctrl: make pseudo_lock_class a static const structureIvan Orlov1-20/+21
2023-08-05x86/MSR: make msr_class a static const structureIvan Orlov1-15/+16