File tree 35 files changed +35
-119
lines changed
35 files changed +35
-119
lines changed Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
4
5
* This header defines architecture specific interfaces, x86 version
5
- *
6
- * This work is licensed under the terms of the GNU GPL, version 2. See
7
- * the COPYING file in the top-level directory.
8
- *
9
6
*/
10
7
11
8
#ifndef _ASM_X86_KVM_HOST_H
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/* CPU virtualization extensions handling
2
3
*
3
4
* This should carry the code for handling CPU virtualization extensions
8
9
* Copyright (C) 2008, Red Hat Inc.
9
10
*
10
11
* Contains code from KVM, Copyright (C) 2006 Qumranet, Inc.
11
- *
12
- * This work is licensed under the terms of the GNU GPL, version 2. See
13
- * the COPYING file in the top-level directory.
14
12
*/
15
13
#ifndef _ASM_X86_VIRTEX_H
16
14
#define _ASM_X86_VIRTEX_H
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
* cpuid support routines
6
7
*
7
8
* Copyright 2011 Red Hat, Inc. and/or its affiliates.
8
9
* Copyright IBM Corporation, 2008
9
- *
10
- * This work is licensed under the terms of the GNU GPL, version 2. See
11
- * the COPYING file in the top-level directory.
12
- *
13
10
*/
14
11
15
12
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
4
5
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
5
- *
6
- * This work is licensed under the terms of the GNU GPL, version 2. See
7
- * the COPYING file in the top-level directory.
8
- *
9
6
*/
10
7
#include <linux/kvm_host.h>
11
8
#include <linux/debugfs.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/******************************************************************************
2
3
* emulate.c
3
4
*
14
15
* Avi Kivity <avi@qumranet.com>
15
16
* Yaniv Kamay <yaniv@qumranet.com>
16
17
*
17
- * This work is licensed under the terms of the GNU GPL, version 2. See
18
- * the COPYING file in the top-level directory.
19
- *
20
18
* From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4
21
19
*/
22
20
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* KVM Microsoft Hyper-V emulation
3
4
*
15
16
* Amit Shah <amit.shah@qumranet.com>
16
17
* Ben-Ami Yassour <benami@il.ibm.com>
17
18
* Andrey Smetanin <asmetanin@virtuozzo.com>
18
- *
19
- * This work is licensed under the terms of the GNU GPL, version 2. See
20
- * the COPYING file in the top-level directory.
21
- *
22
19
*/
23
20
24
21
#include "x86.h"
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* KVM Microsoft Hyper-V emulation
3
4
*
15
16
* Amit Shah <amit.shah@qumranet.com>
16
17
* Ben-Ami Yassour <benami@il.ibm.com>
17
18
* Andrey Smetanin <asmetanin@virtuozzo.com>
18
- *
19
- * This work is licensed under the terms of the GNU GPL, version 2. See
20
- * the COPYING file in the top-level directory.
21
- *
22
19
*/
23
20
24
21
#ifndef __ARCH_X86_KVM_HYPERV_H__
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
2
3
/*
3
4
* Local APIC virtualization
13
14
* Yaozu (Eddie) Dong <eddie.dong@intel.com>
14
15
*
15
16
* Based on Xen 3.1 code, Copyright (c) 2004, Intel Corporation.
16
- *
17
- * This work is licensed under the terms of the GNU GPL, version 2. See
18
- * the COPYING file in the top-level directory.
19
17
*/
20
18
21
19
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
12
13
* Authors:
13
14
* Yaniv Kamay <yaniv@qumranet.com>
14
15
* Avi Kivity <avi@qumranet.com>
15
- *
16
- * This work is licensed under the terms of the GNU GPL, version 2. See
17
- * the COPYING file in the top-level directory.
18
- *
19
16
*/
20
17
21
18
#include "irq.h"
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* mmu_audit.c:
3
4
*
11
12
* Avi Kivity <avi@qumranet.com>
12
13
* Marcelo Tosatti <mtosatti@redhat.com>
13
14
* Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
14
- *
15
- * This work is licensed under the terms of the GNU GPL, version 2. See
16
- * the COPYING file in the top-level directory.
17
- *
18
15
*/
19
16
20
17
#include <linux/ratelimit.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* vMTRR implementation
3
4
*
11
12
* Marcelo Tosatti <mtosatti@redhat.com>
12
13
* Paolo Bonzini <pbonzini@redhat.com>
13
14
* Xiao Guangrong <guangrong.xiao@linux.intel.com>
14
- *
15
- * This work is licensed under the terms of the GNU GPL, version 2. See
16
- * the COPYING file in the top-level directory.
17
15
*/
18
16
19
17
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Support KVM gust page tracking
3
4
*
8
9
*
9
10
* Author:
10
11
* Xiao Guangrong <guangrong.xiao@linux.intel.com>
11
- *
12
- * This work is licensed under the terms of the GNU GPL, version 2. See
13
- * the COPYING file in the top-level directory.
14
12
*/
15
13
16
14
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
12
13
* Authors:
13
14
* Yaniv Kamay <yaniv@qumranet.com>
14
15
* Avi Kivity <avi@qumranet.com>
15
- *
16
- * This work is licensed under the terms of the GNU GPL, version 2. See
17
- * the COPYING file in the top-level directory.
18
- *
19
16
*/
20
17
21
18
/*
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine -- Performance Monitoring Unit support
3
4
*
7
8
* Avi Kivity <avi@redhat.com>
8
9
* Gleb Natapov <gleb@redhat.com>
9
10
* Wei Huang <wei@redhat.com>
10
- *
11
- * This work is licensed under the terms of the GNU GPL, version 2. See
12
- * the COPYING file in the top-level directory.
13
- *
14
11
*/
15
12
16
13
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* KVM PMU support for AMD
3
4
*
6
7
* Author:
7
8
* Wei Huang <wei@redhat.com>
8
9
*
9
- * This work is licensed under the terms of the GNU GPL, version 2. See
10
- * the COPYING file in the top-level directory.
11
- *
12
10
* Implementation is based on pmu_intel.c file
13
11
*/
14
12
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
9
10
* Authors:
10
11
* Yaniv Kamay <yaniv@qumranet.com>
11
12
* Avi Kivity <avi@qumranet.com>
12
- *
13
- * This work is licensed under the terms of the GNU GPL, version 2. See
14
- * the COPYING file in the top-level directory.
15
- *
16
13
*/
17
14
18
15
#define pr_fmt (fmt ) "SVM: " fmt
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* KVM PMU support for Intel CPUs
3
4
*
6
7
* Authors:
7
8
* Avi Kivity <avi@redhat.com>
8
9
* Gleb Natapov <gleb@redhat.com>
9
- *
10
- * This work is licensed under the terms of the GNU GPL, version 2. See
11
- * the COPYING file in the top-level directory.
12
- *
13
10
*/
14
11
#include <linux/types.h>
15
12
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
10
11
* Authors:
11
12
* Avi Kivity <avi@qumranet.com>
12
13
* Yaniv Kamay <yaniv@qumranet.com>
13
- *
14
- * This work is licensed under the terms of the GNU GPL, version 2. See
15
- * the COPYING file in the top-level directory.
16
- *
17
14
*/
18
15
19
16
#include <linux/frame.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Kernel-based Virtual Machine driver for Linux
3
4
*
13
14
* Yaniv Kamay <yaniv@qumranet.com>
14
15
* Amit Shah <amit.shah@qumranet.com>
15
16
* Ben-Ami Yassour <benami@il.ibm.com>
16
- *
17
- * This work is licensed under the terms of the GNU GPL, version 2. See
18
- * the COPYING file in the top-level directory.
19
- *
20
17
*/
21
18
22
19
#include <linux/kvm_host.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Minchan Kim <minchan@kernel.org>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
#include <linux/types.h>
9
7
#include <linux/mutex.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/types.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/fs.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/fs.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013, 2014
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/buffer_head.h>
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* Copyright (c) 2013
3
4
* Phillip Lougher <phillip@squashfs.org.uk>
4
- *
5
- * This work is licensed under the terms of the GNU GPL, version 2. See
6
- * the COPYING file in the top-level directory.
7
5
*/
8
6
9
7
#include <linux/kernel.h>
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0-only */
1
2
#ifndef PAGE_ACTOR_H
2
3
#define PAGE_ACTOR_H
3
4
/*
4
5
* Copyright (c) 2013
5
6
* Phillip Lougher <phillip@squashfs.org.uk>
6
- *
7
- * This work is licensed under the terms of the GNU GPL, version 2. See
8
- * the COPYING file in the top-level directory.
9
7
*/
10
8
11
9
#ifndef CONFIG_SQUASHFS_FILE_DIRECT
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0-only
1
2
/*
2
3
* fs/userfaultfd.c
3
4
*
4
5
* Copyright (C) 2007 Davide Libenzi <davidel@xmailserver.org>
5
6
* Copyright (C) 2008-2009 Red Hat, Inc.
6
7
* Copyright (C) 2015 Red Hat, Inc.
7
8
*
8
- * This work is licensed under the terms of the GNU GPL, version 2. See
9
- * the COPYING file in the top-level directory.
10
- *
11
9
* Some part derived from fs/eventfd.c (anon inode setup) and
12
10
* mm/ksm.c (mm hashing).
13
11
*/
You can’t perform that action at this time.
0 commit comments