Searched +full:alpine +full:- +full:build +full:- +full:testing (Results 1 – 9 of 9) sorted by relevance
/linux-6.15/drivers/gpu/drm/ci/ |
D | build.yml | 1 .build: 3 - .container+build-rules 4 stage: build-only 7 - artifacts 9 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 11 .build:arm32: 13 - .build 14 - .use-debian/arm64_build 16 - aarch64 22 .build:arm64: [all …]
|
D | test.yml | 1 .lava-test: 3 - .container+build-rules 6 - !reference [.scheduled_pipeline-rules, rules] 7 - !reference [.collabora-farm-rules, rules] 8 - when: on_success 10 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 11 - rm -rf install 12 - tar -xf artifacts/install.tar 13 - mv -n install/* artifacts/. 14 # Override it with our lava-submit.sh script [all …]
|
D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 7d3062470f3ccc6cb40540e772e902c7e2248024 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 d5aa3941aa03c2f716595116354fb81eb8012acb 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… 19 bash download-git-cache.sh [all …]
|
/linux-6.15/tools/testing/selftests/hid/ |
D | vmtest.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 set -u 5 set -e 8 ARCH="$(uname -m)" 11 QEMU_BINARY=qemu-system-x86_64 22 B2C_URL="https://gitlab.freedesktop.org/gfx-ci/boot2container/-/raw/main/vm2c.py" 24 LOG_FILE_BASE="$(date +"hid_selftests.%Y-%m-%d_%H-%M-%S")" 27 CONTAINER_IMAGE="registry.freedesktop.org/bentiss/hid/fedora/39:2023-11-22.1" 30 DEFAULT_COMMAND="pip3 install hid-tools; make -C tools/testing/selftests TARGETS=${TARGETS} run_tes… 35 Usage: $0 [-j N] [-s] [-b] [-d <output_dir>] -- [<command>] [all …]
|
/linux-6.15/arch/arm/ |
D | Makefile | 5 # architecture-specific flags and dependencies. 11 # Copyright (C) 1995-2001 by Russell King 13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro 15 LDFLAGS_vmlinux += --be8 16 KBUILD_LDFLAGS_MODULE += --be8 19 GZFLAGS :=-9 20 #KBUILD_CFLAGS +=-pipe 23 KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) 26 KBUILD_CFLAGS += $(call cc-option,-mno-fdpic) 33 MMUEXT := -nommu [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 163 The ARM series is a line of low-power-consumption RISC chip designs 165 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer 166 manufactured, but legacy ARM-based PC hardware remains popular in 177 supported in LLD until version 14. The combined range is -/+ 256 MiB, 179 this feature when doing compile testing. 270 Patch phys-to-virt and virt-to-phys translation functions at 274 This can only be used with non-XIP MMU kernels where the base 320 bool "MMU-based Paged Memory Management Support" 323 Select if you want MMU-based virtualised addressing space [all …]
|
/linux-6.15/Documentation/process/ |
D | adding-syscalls.rst | 9 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`. 13 ------------------------ 18 kernel, there are other possibilities -- choose what fits best for your 21 - If the operations involved can be made to look like a filesystem-like 26 - If the new functionality involves operations where the kernel notifies 30 - However, operations that don't map to 31 :manpage:`read(2)`/:manpage:`write(2)`-like operations 35 - If you're just exposing runtime system information, a new node in sysfs 41 - If the operation is specific to a particular file or file descriptor, then 47 - If the operation is specific to a particular task or process, then an [all …]
|
/linux-6.15/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|
D | CREDITS | 1 This is at least a partial credits-file of people that have 4 scripts. The fields are: name (N), email (E), web-address 6 snail-mail address (S). 10 ---------- 51 D: in-kernel DRM Maintainer 76 E: tim_alpaerts@toyota-motor-europe.com 80 S: B-2610 Wilrijk-Antwerpen 85 W: http://www-stu.christs.cam.ac.uk/~aia21/ 106 D: Maintainer of ide-cd and Uniform CD-ROM driver, 107 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update. [all …]
|