data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <fcntl.h> #include <signal.h> #include <linux/falloc.h> #include <sys/ioctl.h> #include <sys/mou...
arch/um/os-Linux/file.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdlib.h> #include <string.h> #include <unistd.h> #include <errno.h> #include <sched.h> #include <pthread.h> #include <linux/limits.h> #include <sys/socket.h> #include <sys/wait.h> #include <ke...
arch/um/os-Linux/helper.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __UM_OS_LINUX_INTERNAL_H #define __UM_OS_LINUX_INTERNAL_H #include <mm_id.h> #include <stub-data.h> #include <signal.h> /* * elf_aux.c */ void scan_elf_aux(char **envp); /* * mem.c */ void check_tmpexec(void); /* * signal.c */ extern __thread int signals_enabled;...
arch/um/os-Linux/internal.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 - Cambridge Greys Ltd * Copyright (C) 2011 - 2014 Cisco Systems Inc * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdlib.h> #include <errno.h> #include <sys/epoll.h> #include <signal.h> #include <string.h> #include <...
arch/um/os-Linux/irq.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <signal.h> #include <string.h> #include <sys/resource.h> #inclu...
arch/um/os-Linux/main.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <stddef.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <string.h> #include <sys/stat.h> #include <sys/mman.h> #include <sys/vfs.h> #include...
arch/um/os-Linux/mem.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <signal.h> #include <fcntl.h> #include <limits.h> #include <lin...
arch/um/os-Linux/process.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2004 PathScale, Inc * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <errno.h> #include <string.h> #include <sys/ptrace.h> #include <sysdep/ptrace.h> #include <sysdep/ptrace_user.h> #include <registers.h> #include <stdlib.h> ...
arch/um/os-Linux/registers.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <poll.h> #include <pty.h> #include <sched.h> #include <signal.h> #include <string.h> #include <sys/epoll.h> #include <asm/unistd.h> #inc...
arch/um/os-Linux/sigio.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) * Copyright (C) 2004 PathScale, Inc * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdlib.h> #include <stdarg...
arch/um/os-Linux/signal.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2025 Ant Group * Author: Tiwei Bie <tiwei.btw@antgroup.com> */ #include <errno.h> #include <pthread.h> #include <signal.h> #include <kern_util.h> #include <um_malloc.h> #include <init.h> #include <os.h> #include <smp.h> #include "internal.h" struct cpu_thread_...
arch/um/os-Linux/smp.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2021 Benjamin Berg <benjamin@sipsolutions.net> * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <sched.h> #in...
arch/um/os-Linux/start_up.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2015 Anton Ivanov (aivanov@{brocade.com,kot-begemot.co.uk}) * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) * Copyright (C) 2012-2014 Cisco Systems * Copyright (C) 2000 - 2007 Jeff Dike (jdike{addtoit,linux.intel}.com) */ #include <stddef.h> #include <uni...
arch/um/os-Linux/time.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <kern_util.h> #include <os.h> struct grantpt_info { int fd; int res; int err; }; static void grantpt_cb(void *a...
arch/um/os-Linux/tty.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdio.h> #include <stdlib.h> #include <dirent.h> #include <errno.h> #include <fcntl.h> #include <signal.h> #include <string.h> #include <unistd.h> #include <sys/stat.h> #include <init.h> #inclu...
arch/um/os-Linux/umid.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #define __NO_FORTIFY #include <linux/types.h> #include <linux/module.h> /* * This file exports some critical string functions and compiler * built-in functions (where calls are emitted by the compiler * itself that we cannot avoid even in kernel code) to modules. * * "_user.c" ...
arch/um/os-Linux/user_syms.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <signal.h> #include <string.h> #include <termios.h> #include <sys/wait.h> #include <sys/mman.h> ...
arch/um/os-Linux/util.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2021 Benjamin Berg <benjamin@sipsolutions.net> * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stddef.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/mman.h> #include <init.h> #include <as-layout....
arch/um/os-Linux/skas/mem.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2021 Benjamin Berg <benjamin@sipsolutions.net> * Copyright (C) 2015 Thomas Meyer (thomas@m3y3r.de) * Copyright (C) 2002- 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) */ #include <stdlib.h> #include <stdbool.h> #include <unistd.h> #include <sched.h> #includ...
arch/um/os-Linux/skas/process.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007-2008 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ----------------------------...
arch/x86/boot/a20.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * Original APM BIOS checking by S...
arch/x86/boot/apm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* ----------------------------------------------------------------------- * * Copyright 2009-2014 Intel Corporation; author H. Peter Anvin * * ----------------------------------------------------------------------- */ /* * "Glove box" for BIOS calls. Avoids the ...
arch/x86/boot/bioscall.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Very simp...
arch/x86/boot/bitops.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ------------------------------...
arch/x86/boot/boot.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Simple comma...
arch/x86/boot/cmdline.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* ----------------------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ #include <linux...
arch/x86/boot/copy.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007-2008 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * arch/x8...
arch/x86/boot/cpu.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Check for ob...
arch/x86/boot/cpucheck.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/types.h> #include "bitops.h" #include <asm/processor-flags.h> #include <asm/msr-index.h> #include "cpuflags.h" struct cpu_features cpu; u32 cpu_vendor[3]; static bool loaded_flags; static int has_fpu(void) { u16 fcw = -1, fsw = -1; unsigned long cr0; asm volat...
arch/x86/boot/cpuflags.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_CPUFLAGS_H #define BOOT_CPUFLAGS_H #include <asm/cpufeatures.h> #include <asm/processor-flags.h> struct cpu_features { int level; /* Family, or 64 for x86-64 */ int family; /* Family, always */ int model; u32 flags[NCAPINTS]; }; extern struct cpu_features cpu...
arch/x86/boot/cpuflags.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_CTYPE_H #define BOOT_CTYPE_H static inline int isdigit(int ch) { return (ch >= '0') && (ch <= '9'); } static inline int isxdigit(int ch) { if (isdigit(ch)) return true; if ((ch >= 'a') && (ch <= 'f')) return true; return (ch >= 'A') && (ch <= 'F'); } #end...
arch/x86/boot/ctype.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Serial port routines for use during early boot reporting. This code is * included from both the compressed kernel and the regular kernel. */ #include "boot.h" #define DEFAULT_SERIAL_PORT 0x3f8 /* ttyS0 */ #define DLAB 0x80 #define TXR 0 /* Transmit regi...
arch/x86/boot/early_serial_console.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/edd.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * header.S * * Copyright (C) 1991, 1992 Linus Torvalds * * Based on bootsect.S and setup.S * modified by more people than can be counted * * Rewritten as a common file by H. Peter Anvin (Apr 2007) * * BIG FAT NOTE: We're in real mode using 64k segments. Therefore seg...
arch/x86/boot/header.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_IO_H #define BOOT_IO_H #include <asm/shared/io.h> #undef inb #undef inw #undef inl #undef outb #undef outw #undef outl struct port_io_ops { u8 (*f_inb)(u16 port); void (*f_outb)(u8 v, u16 port); void (*f_outw)(u16 v, u16 port); }; extern struct port_io_ops pio_...
arch/x86/boot/io.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/main.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/memory.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* ----------------------------------------------------------------------- * * * Copyright 2008 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * This is a host program to preprocess the CPU strings ...
arch/x86/boot/mkcpustr.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Prepare the ...
arch/x86/boot/pm.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* ----------------------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * The actua...
arch/x86/boot/pmjump.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Oh, it's a w...
arch/x86/boot/printf.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-or-later /* ----------------------------------------------------------------------- * * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ----------------------------------------------------------------------- */ /* * Simple helper function for initializing a regist...
arch/x86/boot/regs.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Very basic s...
arch/x86/boot/string.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_STRING_H #define BOOT_STRING_H /* Undef any of these macros coming from string_32.h. */ #undef memcpy #undef memset #undef memcmp void *memcpy(void *dst, const void *src, size_t len); void *memmove(void *dst, const void *src, size_t len); void *memset(void *dst, int...
arch/x86/boot/string.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/tty.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Kernel versi...
arch/x86/boot/version.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* ----------------------------------------------------------------------- * * * Copyright 1999-2007 H. Peter Anvin - All Rights Reserved * * ----------------------------------------------------------------------- */ #ifndef BOOT_VESA_H #define BOOT_VESA_H typedef...
arch/x86/boot/vesa.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/video-bios.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007-2008 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * arch/i3...
arch/x86/boot/video-mode.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/video-vesa.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/video-vga.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * Copyright 2009 Intel Corporation; author H. Peter Anvin * * ---------------------------------...
arch/x86/boot/video.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* -*- linux-c -*- ------------------------------------------------------- * * * Copyright (C) 1991, 1992 Linus Torvalds * Copyright 2007 rPath, Inc. - All Rights Reserved * * ----------------------------------------------------------------------- */ /* * Header fi...
arch/x86/boot/video.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #define BOOT_CTYPE_H #include "misc.h" #include "error.h" #include "../string.h" #include "efi.h" #include <asm/bootparam.h> #include <linux/numa.h> /* * Longest parameter of 'acpi=' is 'copy_dsdt', plus an extra '\0' * for termination. */ #define MAX_ACPI_ARG_LENGTH 10 /* * ...
arch/x86/boot/compressed/acpi.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include "misc.h" #include <asm/bootparam.h> static unsigned long fs; static inline void set_fs(unsigned long seg) { fs = seg << 4; /* shift it back */ } typedef unsigned long addr_t; static inline char rdfs8(addr_t addr) { return *((char *)(fs + addr)); } #include "../cmdline.c...
arch/x86/boot/compressed/cmdline.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include "../cpuflags.c" bool has_cpuflag(int flag) { get_cpuflags(); return test_bit(flag, cpu.flags); }
arch/x86/boot/compressed/cpuflags.c
null
null
null
null
null
source
linux
#include "misc.h" /* This might be accessed before .bss is cleared, so use .data instead. */ int early_serial_base __section(".data"); #include "../early_serial_console.c"
arch/x86/boot/compressed/early_serial_console.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Helpers for early access to EFI configuration table. * * Originally derived from arch/x86/boot/compressed/acpi.c */ #include "misc.h" #include <asm/bootparam.h> /** * efi_get_type - Given a pointer to boot_params, determine the type of EFI environment. * * @bp: ...
arch/x86/boot/compressed/efi.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_COMPRESSED_EFI_H #define BOOT_COMPRESSED_EFI_H #if defined(_LINUX_EFI_H) || defined(_ASM_X86_EFI_H) #error Please do not include kernel proper namespace headers #endif typedef guid_t efi_guid_t __aligned(__alignof__(u32)); #define EFI_GUID(a, b, c, d...) (efi_guid_...
arch/x86/boot/compressed/efi.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * Callers outside of misc.c need access to the error reporting routines, * but the *_putstr() functions need to stay in misc.c because of how * memcpy() and memmove() are defined for the compressed boot environment. */ #include "misc.h" #include "error.h" void warn(const char...
arch/x86/boot/compressed/error.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_COMPRESSED_ERROR_H #define BOOT_COMPRESSED_ERROR_H #include <linux/compiler.h> void warn(const char *m); void error(char *m) __noreturn; void panic(const char *fmt, ...) __noreturn __cold; #endif /* BOOT_COMPRESSED_ERROR_H */
arch/x86/boot/compressed/error.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/boot/head.S * * Copyright (C) 1991, 1992, 1993 Linus Torvalds */ /* * head.S contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x00001000, which is also where * the page directory will exist. The startup code will be overwrit...
arch/x86/boot/compressed/head_32.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/boot/head.S * * Copyright (C) 1991, 1992, 1993 Linus Torvalds */ /* * head.S contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x00001000, which is also where * the page directory will exist. The startup code will be overwrit...
arch/x86/boot/compressed/head_64.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * This code is used on x86_64 to create page table identity mappings on * demand by building up a new set of page tables (or appending to the * existing ones), and then switching over to them when ready. * * Copyright (C) 2015-2016 Yinghai Lu * Copyright (C) 2016 Kees...
arch/x86/boot/compressed/ident_map_64.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include <asm/trap_pf.h> #include <asm/segment.h> #include <asm/trapnr.h> #include "misc.h" static void set_idt_entry(int vector, void (*handler)(void)) { unsigned long address = (unsigned long)handler; gate_desc entry; memset(&entry, 0, sizeof(entry)); entry.offset_low ...
arch/x86/boot/compressed/idt_64.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Early IDT handler entry points * * Copyright (C) 2019 SUSE * * Author: Joerg Roedel <jroedel@suse.de> */ #include <asm/segment.h> /* For ORIG_RAX */ #include "../../entry/calling.h" .macro EXCEPTION_HANDLER name function error_code=0 SYM_FUNC_START(\name) /* B...
arch/x86/boot/compressed/idt_handlers_64.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * kaslr.c * * This contains the routines needed to generate a reasonable level of * entropy to choose a randomized kernel base address offset in support * of Kernel Address Space Layout Randomization (KASLR). Additionally * handles walking the physical memory maps (and track...
arch/x86/boot/compressed/kaslr.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/bootparam.h> .section ".rodata.kernel_info", "a" .global kernel_info kernel_info: /* Header, Linux top (structure). */ .ascii "LToP" /* Size. */ .long kernel_info_var_len_data - kernel_info /* Size total. */ .long kernel_info_end - kernel_info /* Maxima...
arch/x86/boot/compressed/kernel_info.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only #include "error.h" #include "misc.h" #include "tdx.h" #include "sev.h" #include <asm/shared/tdx.h> /* * accept_memory() and process_unaccepted_memory() called from EFI stub which * runs before decompressor and its early_tdx_detect(). * * Enumerate TDX directly from the ear...
arch/x86/boot/compressed/mem.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0-only */ /* * AMD Memory Encryption Support * * Copyright (C) 2017 Advanced Micro Devices, Inc. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ #include <linux/linkage.h> #include <asm/processor-flags.h> #include <asm/msr.h> #include <asm/asm-offsets.h> #include <asm/seg...
arch/x86/boot/compressed/mem_encrypt.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * misc.c * * This is a collection of several routines used to extract the kernel * which includes KASLR relocation, decompression, ELF parsing, and * relocation processing. Additionally included are the screen and serial * output functions and related debugging support funct...
arch/x86/boot/compressed/misc.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_COMPRESSED_MISC_H #define BOOT_COMPRESSED_MISC_H /* * Special hack: we have to be careful, because no indirections are allowed here, * and paravirt_ops is a kind of one. As it will only run in baremetal anyway, * we just keep it from happening. (This list needs to...
arch/x86/boot/compressed/misc.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* ----------------------------------------------------------------------- * * * Copyright (C) 2009 Intel Corporation. All rights reserved. * * H. Peter Anvin <hpa@linux.intel.com> * * ----------------------------------------------------------------------- * * Outputs ...
arch/x86/boot/compressed/mkpiggy.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include "misc.h" #include <asm/bootparam.h> #include <asm/bootparam_utils.h> #include <asm/e820/types.h> #include <asm/pgtable.h> #include <asm/processor.h> #include "../string.h" #include "efi.h" #define BIOS_START_MIN 0x20000U /* 128K, less than this is insane */ #define BIOS_ST...
arch/x86/boot/compressed/pgtable_64.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Embed SBAT data in the kernel. */ .pushsection ".sbat", "a", @progbits .incbin CONFIG_EFI_SBAT_FILE .popsection
arch/x86/boot/compressed/sbat.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include "misc.h" #include "error.h" #include "sev.h" #include <linux/kernel.h> #include <linux/string.h> #include <asm/insn.h> #include <asm/pgtable_types.h> #include <asm/ptrace.h> #include <asm/sev.h> #include <asm/trapnr.h> #include <asm/trap_pf.h> #include <asm/fpu/xcr.h> #de...
arch/x86/boot/compressed/sev-handle-vc.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * AMD Encrypted Register State Support * * Author: Joerg Roedel <jroedel@suse.de> */ /* * misc.h needs to be first because it knows how to include the other kernel * headers in the pre-decompression code in a way that does not break * compilation. */ #include "misc.h" #i...
arch/x86/boot/compressed/sev.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * AMD SEV header for early boot related functions. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ #ifndef BOOT_COMPRESSED_SEV_H #define BOOT_COMPRESSED_SEV_H #ifdef CONFIG_AMD_MEM_ENCRYPT #include <asm/shared/msr.h> void snp_accept_memory(phys_addr_t start, phys_...
arch/x86/boot/compressed/sev.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * This provides an optimized implementation of memcpy, and a simplified * implementation of memset and memmove. These are used here because the * standard kernel runtime versions are not yet available and we don't * trust the gcc built-in implementations as they may do unexpec...
arch/x86/boot/compressed/string.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include "../cpuflags.h" #include "../string.h" #include "../io.h" #include "error.h" #include <vdso/limits.h> #include <uapi/asm/vmx.h> #include <asm/shared/tdx.h> /* Called from __tdx_hypercall() for unrecoverable failure */ void __tdx_hypercall_failed(void) { error("TDVMCALL ...
arch/x86/boot/compressed/tdx.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef BOOT_COMPRESSED_TDX_H #define BOOT_COMPRESSED_TDX_H #include <linux/types.h> #ifdef CONFIG_INTEL_TDX_GUEST void early_tdx_detect(void); #else static inline void early_tdx_detect(void) { }; #endif #endif /* BOOT_COMPRESSED_TDX_H */
arch/x86/boot/compressed/tdx.h
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm-generic/vmlinux.lds.h> OUTPUT_FORMAT(CONFIG_OUTPUT_FORMAT) #undef i386 #include <asm/cache.h> #include <asm/page_types.h> #ifdef CONFIG_X86_64 OUTPUT_ARCH(i386:x86-64) ENTRY(startup_64) #else OUTPUT_ARCH(i386) ENTRY(startup_32) #endif SECTIONS { /* Be careful p...
arch/x86/boot/compressed/vmlinux.lds.S
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2014, 2015 Intel Corporation; author Matt Fleming * * Early support for invoking 32-bit EFI services from a 64-bit kernel. * * Because this thunking occurs before ExitBootServices() we have to * restore the firmware's 32-bit GDT and IDT before we make EFI ...
arch/x86/boot/startup/efi-mixed.S
null
null
null
null
null
source
linux
/* * The symbols below are functions that are implemented by the startup code, * but called at runtime by the SEV code residing in the core kernel. */ PROVIDE(early_set_pages_state = __pi_early_set_pages_state); PROVIDE(early_snp_set_memory_private = __pi_early_snp_set_memory_private); PROVIDE(early_snp_set_memory_...
arch/x86/boot/startup/exports.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/linkage.h> #include <linux/types.h> #include <asm/desc.h> #include <asm/init.h> #include <asm/setup.h> #include <asm/sev.h> #include <asm/trapnr.h> /* * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is * used until the idt_table takes ...
arch/x86/boot/startup/gdt_idt.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <linux/linkage.h> #include <asm/segment.h> #include <asm/boot.h> #include <asm/msr.h> #include <asm/processor-flags.h> /* * This is the 32-bit trampoline that will be copied over to low memory. It * will be called using the ordinary 64-bit calling convention from code...
arch/x86/boot/startup/la57toggle.S
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #include <linux/init.h> #include <linux/linkage.h> #include <linux/types.h> #include <linux/kernel.h> #include <linux/pgtable.h> #include <asm/init.h> #include <asm/sections.h> #include <asm/setup.h> #include <asm/sev.h> extern pmd_t early_dynamic_pgts[EARLY_DYNAMIC_PAGE_TABLES][P...
arch/x86/boot/startup/map_kernel.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 /* * AMD Encrypted Register State Support * * Author: Joerg Roedel <jroedel@suse.de> * * This file is not compiled stand-alone. It contains code shared * between the pre-decompression boot code and the running Linux kernel * and is included directly into both code-bases. */ ...
arch/x86/boot/startup/sev-shared.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Memory Encryption Support * * Copyright (C) 2019 SUSE * * Author: Joerg Roedel <jroedel@suse.de> */ #define pr_fmt(fmt) "SEV: " fmt #include <linux/percpu-defs.h> #include <linux/cc_platform.h> #include <linux/printk.h> #include <linux/mm_types.h> #include <linu...
arch/x86/boot/startup/sev-startup.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Memory Encryption Support * * Copyright (C) 2016 Advanced Micro Devices, Inc. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ /* * Since we're dealing with identity mappings, physical and virtual * addresses are the same, so override these defines which a...
arch/x86/boot/startup/sme.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * Confidential Computing Platform Capability checks * * Copyright (C) 2021 Advanced Micro Devices, Inc. * Copyright (C) 2024 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. * * Author: Tom Lendacky <thomas.lendacky@amd.com> */ #include <linux/export.h> #inc...
arch/x86/coco/core.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Memory Encryption Support * * Copyright (C) 2019 SUSE * * Author: Joerg Roedel <jroedel@suse.de> */ #define pr_fmt(fmt) "SEV: " fmt #include <linux/sched/debug.h> /* For show_regs() */ #include <linux/percpu-defs.h> #include <linux/cc_platform.h> #include <linux...
arch/x86/coco/sev/core.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __X86_COCO_SEV_INTERNAL_H__ #define __X86_COCO_SEV_INTERNAL_H__ #define DR7_RESET_VALUE 0x400 extern u64 sev_hv_features; extern u64 sev_secrets_pa; /* #VC handler runtime per-CPU data */ struct sev_es_runtime_data { struct ghcb ghcb_page; /* * Reserve one p...
arch/x86/coco/sev/internal.h
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Memory Encryption Support * * Copyright (C) 2019 SUSE * * Author: Joerg Roedel <jroedel@suse.de> */ #define pr_fmt(fmt) "SEV: " fmt #include <linux/bug.h> #include <linux/kernel.h> #include <asm/cpu_entry_area.h> #include <asm/msr.h> #include <asm/ptrace.h> #in...
arch/x86/coco/sev/noinstr.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * SVSM support code */ #include <linux/types.h> #include <asm/sev.h> #include "internal.h" /* For early boot SVSM communication */ struct svsm_ca boot_svsm_ca_page __aligned(PAGE_SIZE); SYM_PIC_ALIAS(boot_svsm_ca_page); /* * SVSM related information: * During boot,...
arch/x86/coco/sev/svsm.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0-only /* * AMD Memory Encryption Support * * Copyright (C) 2019 SUSE * * Author: Joerg Roedel <jroedel@suse.de> */ #define pr_fmt(fmt) "SEV: " fmt #include <linux/sched/debug.h> /* For show_regs() */ #include <linux/cc_platform.h> #include <linux/printk.h> #include <linux/mm_t...
arch/x86/coco/sev/vc-handle.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #ifndef __BOOT_COMPRESSED #define has_cpuflag(f) cpu_feature_enabled(f) #endif static enum es_result vc_check_opcode_bytes(struct es_em_ctxt *ctxt, unsigned long exit_code) { unsigned int opcode = (unsigned int)ctxt->insn.opcode.value; u8 modrm = ctxt->i...
arch/x86/coco/sev/vc-shared.c
null
null
null
null
null
source
linux
// SPDX-License-Identifier: GPL-2.0 #undef pr_fmt #define pr_fmt(fmt) "tdx: " fmt #include <linux/array_size.h> #include <linux/printk.h> #include <asm/tdx.h> #define DEF_TDX_ATTR_NAME(_name) [TDX_ATTR_##_name##_BIT] = __stringify(_name) static __initdata const char *tdx_attributes[] = { DEF_TDX_ATTR_NAME(DEBU...
arch/x86/coco/tdx/debug.c
null
null
null
null
null
source
linux
/* SPDX-License-Identifier: GPL-2.0 */ #include <asm/asm-offsets.h> #include <asm/asm.h> #include <linux/linkage.h> #include <linux/errno.h> #include "../../virt/vmx/tdx/tdxcall.S" .section .noinstr.text, "ax" /* * __tdcall() - Used by TDX guests to request services from the TDX * module (does not include VMM se...
arch/x86/coco/tdx/tdcall.S
null
null
null
null
null
source
linux
#include <asm/tdx.h> #include <asm/pgtable.h> static unsigned long try_accept_one(phys_addr_t start, unsigned long len, enum pg_level pg_level) { unsigned long accept_size = page_level_size(pg_level); struct tdx_module_args args = {}; u8 page_size; if (!IS_ALIGNED(start, accept_size)) return 0; if (le...
arch/x86/coco/tdx/tdx-shared.c
null
null
null
null
null