summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/uv
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-0/+1
2020-08-03Merge tag 'x86-platform-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-393/+39
2020-07-17x86/platform/uv: Remove uv bios and efi code related to EFI_UV1_MEMMAPsteve.wahl@hpe.com1-158/+1
2020-07-17x86/platform/uv: Remove efi=old_map command line optionsteve.wahl@hpe.com1-14/+0
2020-07-17x86/platform/uv: Remove support for UV1 platform from uv_bausteve.wahl@hpe.com1-2/+2
2020-07-17x86/platform/uv: Remove support for UV1 platform from uv_tlbsteve.wahl@hpe.com1-207/+32
2020-07-17x86/platform/uv: Remove support for UV1 platform from uv_timesteve.wahl@hpe.com1-12/+4
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner1-1/+2
2020-06-11x86/entry: Convert various system vectorsThomas Gleixner1-1/+1
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2020-05-07x86/platform/uv: Unexport symbols only used by x2apic_uv_x.cChristoph Hellwig1-6/+0
2020-05-07x86/platform/uv: Unexport sn_coherency_idChristoph Hellwig1-1/+0
2020-05-07x86/platform/uv: Remove the uv_partition_coherence_id() macroChristoph Hellwig1-1/+1
2020-05-07x86/platform/uv: Mark uv_bios_call() and uv_bios_call_irqsave() staticChristoph Hellwig1-5/+4
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner1-1/+1
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner1-1/+1
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe1-1/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-7/+7
2020-01-22efi/x86: Disallow efi=old_map in mixed modeArd Biesheuvel1-1/+1
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel1-2/+162
2020-01-10efi/x86: Simplify 64-bit EFI firmware call wrapperArd Biesheuvel1-2/+5
2019-10-07x86/platform/uv: Add return code to UV BIOS Init functionMike Travis1-4/+5
2019-09-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2019-09-06x86/platform/uv: Fix kmalloc() NULL check routineAustin Kim1-2/+2
2019-08-08efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel1-4/+6
2019-06-03x86: platform: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner4-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Thomas Gleixner1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-26x86/platform/uv: Fix missing checks of kcalloc() return valuesKangjie Lu1-1/+6
2019-03-07Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+1
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+2
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche1-2/+21
2019-02-15x86/platform/UV: Use efi_enabled() instead of test_bit()Hedi Berriche1-1/+1
2019-02-15x86/platform/UV: Remove uv_bios_call_reentrant()Hedi Berriche1-12/+0
2019-02-15x86/platform/UV: Remove unnecessary #ifdef CONFIG_EFIHedi Berriche1-2/+0
2019-01-16x86/platform/UV: Replace kmalloc() and memset() with k[cz]alloc() callsGustavo A. R. Silva1-6/+2
2018-12-03x86: Fix various typos in commentsIngo Molnar1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+1
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+1
2018-08-02x86/platform/UV: Remove redundant check of p == qColin Ian King1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06x86/platform/uv: Use apic_ack_irq()Thomas Gleixner1-6/+1
2018-06-06x86/platform/uv: Remove extra parenthesesVarsha Rao1-1/+1
2018-03-28x86/platform/uv/BAU: Add APIC idt entryAndrew Banman1-2/+0
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski1-1/+1
2018-01-16x86/platform/uv/BAU: Replace hard-coded values with MMR definitionsAndrew Banman1-1/+2
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1