summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/x2apic_uv_x.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17x86/platform/uv: Remove support for UV1 platform from x2apic_uv_xsteve.wahl@hpe.com1-96/+26
2020-05-23x86/apic/uv: Remove code for unused distributed GRU modeSteve Wahl1-58/+1
2020-05-07x86/platform/uv: Unexport uv_apicid_hibitsChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove _uv_hub_info_check()Christoph Hellwig1-6/+0
2020-05-07x86/platform/uv: Simplify uv_send_IPI_one()Christoph Hellwig1-5/+14
2020-05-07x86/platform/uv: Mark uv_min_hub_revision_id staticChristoph Hellwig1-2/+1
2020-05-07x86/platform/uv: Mark is_uv_hubless() staticChristoph Hellwig1-2/+1
2020-01-17x86/apic/uv: Avoid unused variable warningArnd Bergmann1-37/+6
2019-10-07x86/platform/uv: Check EFI Boot to set reboot typeMike Travis1-6/+12
2019-10-07x86/platform/uv: Decode UVsystab InfoMike Travis1-2/+10
2019-10-07x86/platform/uv: Add UV Hubbed/Hubless Proc FS FilesMike Travis1-1/+92
2019-10-07x86/platform/uv: Setup UV functions for Hubless UV SystemsMike Travis1-3/+17
2019-10-07x86/platform/uv: Return UV Hubless System TypeMike Travis1-9/+18
2019-10-07x86/platform/uv: Save OEM_ID from ACPI MADT probeMike Travis1-1/+15
2019-07-25x86/apic/uv: Make x2apic_extra_bits staticThomas Gleixner1-1/+1
2019-07-25x86/apic: Cleanup the include mazeThomas Gleixner1-24/+4
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+4
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov1-2/+2
2018-07-30x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang1-2/+2
2018-06-21x86/platform/UV: Add kernel parameter to set memory block sizemike.travis@hpe.com1-0/+11
2018-06-21x86/platform/UV: Use new set memory block size functionmike.travis@hpe.com1-3/+46
2018-04-10x86/apic: Fix signedness bug in APIC ID validity checksLi RongQing1-1/+1
2018-02-13x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com1-3/+12
2018-01-16x86/platform/UV: Fix GAM MMR references in the UV x2apic codeMike Travis1-46/+37
2018-01-16x86/platform/UV: Add references to access fixed UV4A HUB MMRsMike Travis1-0/+2
2018-01-16x86/platform/UV: Fix UV4A support on new Intel ProcessorsMike Travis1-3/+11
2018-01-14x86/platform: Control warm reset setup via legacy feature flagJan Kiszka1-0/+1
2017-11-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+43
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-13/+4
2017-10-24x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com1-1/+1
2017-10-17x86/platform/UV: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-10-16x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com1-0/+43
2017-09-25x86/apic: Remove unused callbacksThomas Gleixner1-14/+0
2017-09-25x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner1-0/+6
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner1-1/+0
2017-09-25x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner1-1/+1
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-2/+3
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-5/+3
2017-06-22x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner1-15/+4
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2017-03-22x86/platform/uv: Fix calculation of Global Physical AddressMike Travis1-1/+2
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar1-260/+288
2017-02-01x86/platform/UV: Add Support for UV4 Hubless NMIstravis@sgi.com1-0/+2
2017-02-01x86/platform/UV: Add Support for UV4 Hubless systemstravis@sgi.com1-2/+28
2017-02-01x86/platform/UV: Clean up the UV APIC codeIngo Molnar1-256/+244
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar1-0/+1
2017-01-14x86/platform/UV: Fix 2 socket config problemMike Travis1-1/+5
2017-01-14x86/platform/UV: Fix panic with missing UVsystab supportMike Travis1-8/+16
2016-11-24x86/apic/uv: Silence a shift wrapping warningDan Carpenter1-2/+2
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+6