summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/x2apic_uv_x.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-6/+0
2024-02-16x86/apic/uv: Remove the private leaf 0xb parserThomas Gleixner1-43/+9
2024-02-16x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner1-11/+0
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-1/+0
2023-10-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner1-1/+1
2023-09-21x86/platform/uv/apic: Clean up inconsistent indentingYang Li1-1/+1
2023-09-11x86/platform/uv: Use alternate source for socket to node dataSteve Wahl1-6/+5
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-44/+7
2023-08-24x86/platform/uv: Refactor code using deprecated strncpy() interface to use st...Justin Stitt1-3/+2
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-1/+1
2023-08-09x86/apic: Remove pointless NULL initializationsThomas Gleixner1-2/+0
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner1-6/+0
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner1-0/+1
2023-08-09x86/apic/x2apic: Share all common IPI functionsThomas Gleixner1-11/+3
2023-08-09x86/apic/uv: Get rid of wrapper callbacksThomas Gleixner1-6/+1
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner1-1/+0
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner1-1/+0
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner1-6/+0
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner1-5/+0
2023-08-09x86/apic: Mop up early_per_cpu() abuseThomas Gleixner1-1/+1
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner1-1/+0
2023-05-31x86/platform/uv: Update UV[23] platform code for SNCSteve Wahl1-4/+38
2023-05-31x86/platform/uv: Remove remaining BUG_ON() and BUG() callsSteve Wahl1-2/+4
2023-05-31x86/platform/uv: UV support for sub-NUMA clusteringSteve Wahl1-68/+94
2023-05-31x86/platform/uv: Helper functions for allocating and freeing conversion tablesSteve Wahl1-44/+53
2023-05-31x86/platform/uv: When searching for minimums, start at INT_MAX not 99999Steve Wahl1-2/+2
2023-05-31x86/platform/uv: Fix printed information in calc_mmioh_mapSteve Wahl1-6/+7
2022-04-07x86/platform/uv: Log gap hole end sizeMike Travis1-2/+6
2022-04-07x86/platform/uv: Update TSC sync state for UV5Mike Travis1-1/+7
2021-04-16x86/platform/uv: Use x2apic enabled bit as set by BIOS to indicate APIC modeMike Travis1-17/+13
2021-03-08x86/platform/uv: Set section block size for hubless architecturesMike Travis1-0/+3
2020-12-15Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2020-12-15Merge tag 'x86_platform_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+22
2020-12-07x86/platform/uv: Add deprecated messages to /proc info leavesMike Travis1-1/+10
2020-12-07x86/platform/uv: Add kernel interfaces for obtaining system infoMike Travis1-0/+12
2020-12-03x86/platform/uv: Fix UV4 hub revision adjustmentMike Travis1-1/+1
2020-11-13x86/platform/uv: Fix copied UV5 output archtypeMike Travis1-3/+3
2020-11-07x86/platform/uv: Recognize UV5 hubless system identifierMike Travis1-3/+10
2020-11-07x86/platform/uv: Remove spaces from OEM IDsMike Travis1-0/+3
2020-11-07x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis1-2/+5
2020-10-28x86/apic: Cleanup destination modeThomas Gleixner1-1/+1
2020-10-28x86/apic: Get rid of apic:: Dest_logicalThomas Gleixner1-3/+1
2020-10-28x86/apic: Cleanup delivery mode definesThomas Gleixner1-3/+3
2020-10-28x86/apic/uv: Fix inconsistent destination modeThomas Gleixner1-1/+1