summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
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 Gleixner7-24/+22
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner7-30/+1
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner7-24/+2
2023-08-09x86/apic: Consolidate wait_icr_idle() implementationsThomas Gleixner7-14/+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 Gleixner13-68/+12
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner14-41/+13
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 Gleixner11-18/+5
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner12-77/+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 Gleixner7-70/+41
2023-08-09x86/apic/32: Remove pointless default_acpi_madt_oem_check()Thomas Gleixner3-24/+3
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 Gleixner4-68/+9
2023-08-09x86/apic/32: Sanitize logical APIC ID handlingThomas Gleixner5-51/+2
2023-08-09x86/apic: Get rid of apic_physThomas Gleixner1-9/+10
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner11-24/+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/xen/pv: Pretend that it found SMP configurationThomas Gleixner1-1/+2
2023-08-09x86/apic: Sanitize APIC address setupThomas Gleixner3-29/+12
2023-08-09x86/apic: Split register_apic_address()Thomas Gleixner1-8/+14
2023-08-09x86/apic: Make some APIC init functions boolThomas Gleixner3-22/+22
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 Gleixner7-31/+13
2023-08-09x86/apic: Register boot CPU APIC earlyThomas Gleixner1-70/+50
2023-08-09x86/apic: Consolidate boot_cpu_physical_apicid initialization sitesThomas Gleixner3-74/+34
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner11-78/+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 Gleixner10-24/+17
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner7-15/+4
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner5-17/+18
2023-08-09x86/apic: Rename disable_apicThomas Gleixner7-20/+20
2023-08-09x86/cpu: Remove unused physid_*() nonsenseThomas Gleixner1-26/+0
2023-08-09x86/cpu: Make identify_boot_cpu() staticThomas Gleixner2-2/+1
2023-08-06tools: Get rid of IRQ_MOVE_CLEANUP_VECTOR from toolsXin Li2-8/+1
2023-08-06x86/vector: Replace IRQ_MOVE_CLEANUP_VECTOR with a timer callbackThomas Gleixner4-29/+78
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner6-11/+11
2023-07-30Linux 6.5-rc4v6.5-rc4Linus Torvalds1-1/+1
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim64-75/+63
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0