Home
last modified time | relevance | path

Searched +full:make +full:- +full:git +full:- +full:archive (Results 1 – 24 of 24) sorted by relevance

/linux/scripts/
H A DMakefile.package1 # SPDX-License-Identifier: GPL-2.0-only
7 # Git
8 # ---------------------------------------------------------------------------
10 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null
12 .tmp_HEAD: check-git FORCE
15 PHONY += check-git
16 check-git:
17 @if ! $(srctree)/scripts/check-git; then \
18 echo >&2 "error: creating source package requires git repository"; \
22 git-config-tar.gz = -c tar.tar.gz.command="$(KGZIP)"
[all …]
H A Dcheck-uapi.sh2 # SPDX-License-Identifier: GPL-2.0-only
5 set -o errexit
6 set -o pipefail
11 $name - check for UAPI header stability across Git commits
13 By default, the script will check to make sure the latest commit (or current
15 check against additional commit ranges with the -b and -p options.
20 Usage: $name [-b BASE_REF] [-p PAST_REF] [-j N] [-l ERROR_LOG] [-i] [-q] [-v]
23 -b BASE_REF Base git reference to use for comparison. If unspecified or empty,
26 -p PAST_REF Compare BASE_REF to PAST_REF (e.g. -p v6.1). If unspecified or empty,
29 -j JOBS Number of checks to run in parallel (default: number of CPU cores).
[all …]
H A Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
38 my $git = 0;
51 $gitroot = ".git" if !defined($gitroot);
69 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
72 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE
73 # git output parsing needs US English output, so first set backtick child process LANGUAGE
74 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
88 -q, --quiet quiet
[all …]
/linux/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa
3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 02337aec715c25dae7ff2479d986f831c77fe536
5 UPSTREAM_REPO: https://gitlab.freedesktop.org/drm/kernel.git
6 TARGET_BRANCH: drm-next
10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git
13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs
14 MESA_TEMPLATES_COMMIT: &ci-templates-commit c6aeb16f86e32525fa630fb99c66c4f3e62fc3cb
16 CI_PRE_CLONE_SCRIPT: |-
17 set -o xtrace
18-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT…
[all …]
/linux/Documentation/driver-api/early-userspace/
H A Dearly_userspace_support.rst5 Last update: 2004-12-20 tlh
15 - gen_init_cpio, a program that builds a cpio-format archive
16 containing a root filesystem image. This archive is compressed, and
18 - initramfs, a chunk of code that unpacks the compressed cpio image
20 - klibc, a userspace C library, currently packaged separately, that is
23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
24 format, and is documented in the file "buffer-format.txt". There are
26 archive to be used as the image or have the kernel build process build
29 CPIO ARCHIVE method
30 -------------------
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh2 # SPDX-License-Identifier: GPL-2.0+
5 # unconditionally does three-minute runs on each scenario in CFLIST,
6 # taking advantage of all available CPUs and trusting the "make" utility.
9 # might grow some command-line arguments.
11 # Usage: kvm-check-branches.sh commit1 commit2..commit3 commit4 ...
14 # specification of commits is needed, please use "git rev-list" to
19 # This script creates a yyyy.mm.dd-hh.mm.ss-group entry in the "res"
21 # moves them under the yyyy.mm.dd-hh.mm.ss-group entry, each in its own
31 if ! git status > /dev/null 2>&1
33 echo '!!!' This script needs to run in a git archive. 1>&2
[all …]
/linux/scripts/package/
H A Dgen-diff-patch2 # SPDX-License-Identifier: GPL-2.0-only
4 set -eu
8 mkdir -p "$(dirname "${diff_patch}")"
10 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
12 if [ ! -s "${diff_patch}" ] ||
13 [ -z "$(git -C "${srctree:-.}" ls-files --other --exclude-standard | head -n1)" ]; then
17 # The source tarball, which is generated by 'git archive', contains everything
18 # you committed in the repository. If you have local diff ('git diff HEAD'),
23 # - You modified a source file to add #include "new-header.h"
24 # but forgot to add new-header.h
[all …]
/linux/Documentation/translations/zh_TW/process/
H A Dhowto.rst1 .. SPDX-License-Identifier: GPL-2.0
5 .. include:: ../disclaimer-zh_TW.rst
11 英文版維護者: Greg Kroah-Hartman <greg@kroah.com>
32 ----
44 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
46 - "Practical C Programming" by Steve Oualline [O'Reilly]
48 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall]
65 --------
70 :ref:`Documentation/translations/zh_TW/process/license-rules.rst <tw_kernel_licensing>`
75 https://www.gnu.org/licenses/gpl-faq.html
[all …]
H A Dsubmitting-patches.rst1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 .. include:: ../disclaimer-zh_TW.rst
7 :Original: Documentation/process/submitting-patches.rst
10 - 鍾宇 TripleX Chung <xxx.phy@gmail.com>
11 - 時奎亮 Alex Shi <alexs@kernel.org>
12 - 吳想成 Wu XiangCheng <bobwxc@email.cn>
15 - 李陽 Li Yang <leoyang.li@nxp.com>
16 - 王聰 Wang Cong <xiyou.wangcong@gmail.com>
17 - 胡皓文 Hu Haowen <2023002089@link.tyut.edu.cn>
28 參見: Documentation/translations/zh_CN/process/development-process.rst 。
[all …]
/linux/Documentation/translations/zh_CN/process/
H A Dhowto.rst3 .. include:: ../disclaimer-zh_CN.rst
9 英文版维护者: Greg Kroah-Hartman <greg@kroah.com>
29 ----
41 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
43 - "Practical C Programming" by Steve Oualline [O'Reilly]
45 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall]
62 --------
67 :ref:`Documentation/translations/zh_CN/process/license-rules.rst <cn_kernel_licensing>`
72 https://www.gnu.org/licenses/gpl-faq.html
76 ----
[all …]
H A Dsubmitting-patches.rst1 .. SPDX-License-Identifier: GPL-2.0-or-later
3 .. include:: ../disclaimer-zh_CN.rst
7 :Original: Documentation/process/submitting-patches.rst
10 - 钟宇 TripleX Chung <xxx.phy@gmail.com>
11 - 时奎亮 Alex Shi <alexs@kernel.org>
12 - 吴想成 Wu XiangCheng <bobwxc@email.cn>
15 - 李阳 Li Yang <leoyang.li@nxp.com>
16 - 王聪 Wang Cong <xiyou.wangcong@gmail.com>
27 参见: Documentation/translations/zh_CN/process/development-process.rst 。
28 Documentation/translations/zh_CN/process/submit-checklist.rst 给出了一系列
[all …]
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py2 # SPDX-License-Identifier: GPL-2.0
26 _EXCLUDE_DIRS = ['.git', 'Documentation', 'include', 'tools']
29 """Sets up and parses command-line arguments.
35 output: Where to write the compile-commands JSON file.
43 parser.add_argument('-d', '--directory', type=str, default='.',
48 parser.add_argument('-
112 cmdfiles_for_a(archive, ar) global() argument
[all...]
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches2 This is a version of Documentation/process/submitting-patches.rst into Japanese.
3 This document is maintained by Keiichi KII <k-keiichi@bx.jp.nec.com>
18 linux-2.6.39/Documentation/process/submitting-patches.rst の和訳
22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
24 Matsukura さん <nbh--mats at nifty dot com>
37 コードを投稿する前に、Documentation/process/submit-checklist.rst の項目リストに目
40 --------------------------------------------
42 --------------------------------------------
44 1) 「 diff -up 」
45 ------------
[all …]
/linux/Documentation/process/
H A Dhowto.rst6 This is the be-all, end-all document on this topic. It contains
18 ------------
27 The kernel is written mostly in C, with some architecture-dependent
30 you plan to do low-level development for that architecture. Though they
34 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
35 - "Practical C Programming" by Steve Oualline [O'Reilly]
36 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall]
60 ------------
65 described in :ref:`Documentation/process/license-rules.rst <kernel_licensing>`.
72 https://www.gnu.org/licenses/gpl-faq.html
[all …]
/linux/Documentation/translations/ko_KR/process/
H A Dhowto.rst16 ----------------------------------
29 ----------------------------------
46 ----
56 여러분이 특정 아키텍쳐의 low-level 개발을 할 것이 아니라면
61 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
62 - "Practical C Programming" by Steve Oualline [O'Reilly]
63 - "C: A Reference Manual" by Harbison and Steele [Prentice Hall]
84 ---------
90 :ref:`Documentation/process/license-rules.rst <kernel_licensing>` 에 설명되어
97 https://www.gnu.org/licenses/gpl-faq.html
[all …]
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dreporting-issues.rst1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0)
5 .. include:: ../disclaimer-zh_TW.rst
7 :Original: Documentation/admin-guide/reporting-issues.rst
48 在報告中寫上它的提交ID並抄送sign-off-by鏈中的所有人。
141 ----------------------------------
165 ----------------------------------
210 以明智的方式提問 <http://www.catb.org/esr/faqs/smart-questions.html>`_ ,
211 和 `如何提出好問題 <https://jvns.ca/blog/good-questions/>`_ 。
217 ----------------------------
254 -------------------------
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dreporting-issues.rst1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0)
5 .. include:: ../disclaimer-zh_CN.rst
7 :Original: Documentation/admin-guide/reporting-issues.rst
47 在报告中写上它的提交ID并抄送sign-off-by链中的所有人。
140 ----------------------------------
164 ----------------------------------
209 以明智的方式提问 <http://www.catb.org/esr/faqs/smart-questions.html>`_ ,
210 和 `如何提出好问题 <https://jvns.ca/blog/good-questions/>`_ 。
216 ----------------------------
253 -------------------------
[all …]
/linux/Documentation/translations/sp_SP/process/
H A Dhowto.rst1 .. include:: ../disclaimer-sp.rst
21 ------------
38 - "The C Programming Language" de Kernighan e Ritchie [Prentice Hall]
39 - "Practical C Programming" de Steve Oualline [O'Reilly]
40 - "C: A Reference Manual" de Harbison and Steele [Prentice Hall]
63 ------------------
73 https://www.gnu.org/licenses/gpl-faq.html
76 --------------
84 a mtk.manpages@gmail.com, y CC la lista linux-api@vger.kernel.org.
89 :ref:`Documentation/admin-guide/README.rst <readme>`
[all …]
/linux/Documentation/admin-guide/
H A Dreporting-regressions.rst1 .. SPDX-License-Identifier: (GPL-2.0+ OR CC-BY-4.0)
13 for kernel developers are left to Documentation/process/handling-regressions.rst.
24 #. Report your issue as outlined in Documentation/admin-guide/reporting-issues.rst,
30 #. Optional, but recommended: when sending or forwarding your report, make the
34 #regzbot introduced: v5.13..v5.14-rc1
42 --------------------
61 using ``make olddefconfig``, as explained in more detail below.
69 provides to the userland. It thus does not apply to kernel-internal interfaces
77 Documentation/admin-guide/reporting-issues.rst, it already describes the
83 `regzbot's web-interface <https://linux-regtracking.leemhuis.info/regzbot/>`_.
[all …]
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh2 # SPDX-License-Identifier: GPL-2.0
9 # 3) Run tbench benchmark comparative test on acpi-cpufreq kernel driver.
23 git_name="git-2.15.1"
25 gitsource_url="https://github.com/git/git/archive/refs/tags/v2.15.1.tar.gz"
28 # $1: governor, $2: round, $3: des-perf, $4: freq, $5: load, $6: time $7: energy, $8: PPW
31 echo "$1, $2, $3, $4, $5, $6, $7, $8" | tee -a $OUTFILE_GIT.csv > /dev/null 2>&1
37 if [ -f $OUTFILE_GIT.csv ]; then
38 sed -i '/Comprison(%)/d' $OUTFILE_GIT.csv
39 sed -i "/$(scaling_name)/d" $OUTFILE_GIT.csv
46 if [ -f $OUTFILE_GIT.csv ]; then
[all …]
/linux/init/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
8 - Re-run Kconfig when the compiler is updated
13 - Ensure full rebuild when the compiler is updated
14 include/linux/compiler-version.h contains this option in the comment
16 auto-generated dependency. When the compiler is updated, syncconfig
20 def_bool $(success,test "$(cc-name)" = GCC)
24 default $(cc-version) if CC_IS_GCC
28 def_bool $(success,test "$(cc-name)" = Clang)
32 default $(cc-version) if CC_IS_CLANG
36 def_bool $(success,test "$(as-name)" = GNU)
[all …]
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
13 CBUILD := $(shell gcc -dumpmachine)
14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/
21 KERNEL_BUILD_PATH := $(BUILD_PATH)/kernel$(if $(findstring yes,$(DEBUG_KERNEL)),-debug)
28 $(1)_NAME := $(2)-$$($(1)_VERSION)
36 mkdir -
[all...]
/linux/Documentation/admin-guide/cifs/
H A Dusage.rst18 MS-SMB2 (for detailed SMB2/SMB3/SMB3.1.1 protocol specification)
36 (e.g. /usr/src/linux-2.5.73)
37 2) make menuconfig (or make xconfig)
40 5) make
47 type ``make modules_install`` (or if you prefer, manually copy the file to
48 the modules directory e.g. /lib/modules/6.3.0-060300-generic/kernel/fs/smb/client/cifs.ko).
52 would simply type ``make install``).
57 required, mount.cifs is recommended. Most distros include a ``cifs-utils``
63 found at cifs-utils.git on git.samba.org
122 mounts, unless umount is invoked with -i (which will avoid invoking a umount
[all …]
/linux/drivers/video/fbdev/
H A Dsm712fb.c15 * License. See the file COPYING in the main directory of this archive for
75 .height = -1,
76 .width = -1,
889 chan >>= 16 - bf->length; in chan_to_field()
890 return chan << bf->offset; in chan_to_field()
895 struct smtcfb_info *sfb = info->par; in smtc_blank()
902 switch (sfb->chip_id) { in smtc_blank()
971 return -EINVAL; in smtc_blank()
984 sfb = info->par; in smtc_setcolreg()
989 switch (sfb->fb->fix.visual) { in smtc_setcolreg()
[all …]