# SPDX-License-Identifier: GPL-2.0-only obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o obj-$(CONFIG_X86_64) += hv_apic.o obj-$(CONFIG_HYPERV_VTL_MODE) += hv_vtl.o mshv_vtl_asm.o $(obj)/mshv_vtl_asm.o: $(obj)/mshv-asm-offsets.h $(obj)/mshv-asm-offsets.h: $(obj)/mshv-asm-offsets.s FORCE $(call filechk,offsets,__MSHV_ASM_OFFSETS_H__) ifdef CONFIG_X86_64 obj-$(CONFIG_PARAVIRT_SPINLOCKS) += hv_spinlock.o ifdef CONFIG_MSHV_ROOT CFLAGS_REMOVE_hv_trampoline.o += -pg CFLAGS_hv_trampoline.o += -fno-stack-protector obj-$(CONFIG_CRASH_DUMP) += hv_crash.o hv_trampoline.o endif endif targets += mshv-asm-offsets.s clean-files += mshv-asm-offsets.h d class='form'>
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/lib/xz
AgeCommit message (Expand)Author
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin
2021-10-19lib/xz: Validate the value before assigning it to an enum variableLasse Collin
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner