Searched +full:- +full:- +full:kernel +full:- +full:url (Results 1 – 25 of 167) sorted by relevance
1234567
| /third_party/libinput/doc/user/dot/ |
| D | seats-sketch.gv | 8 kernel [label="Kernel"]; 10 event0 [URL="\ref libinput_event"]; 11 event1 [URL="\ref libinput_event"]; 12 event2 [URL="\ref libinput_event"]; 13 event3 [URL="\ref libinput_event"]; 15 pseat0 [label="phys seat0"; URL="\ref libinput_seat_get_physical_name"]; 16 pseat1 [label="phys seat1"; URL="\ref libinput_seat_get_physical_name"]; 18 lseatA [label="logical seat A"; URL="\ref libinput_seat_get_logical_name"]; 19 lseatB [label="logical seat B"; URL="\ref libinput_seat_get_logical_name"]; 20 lseatC [label="logical seat C"; URL="\ref libinput_seat_get_logical_name"]; [all …]
|
| /third_party/ltp/ |
| D | .gitmodules | 1 [submodule "testcases/kernel/mce-test"] 2 path = testcases/kernel/mce-test 3 url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git 4 [submodule "tools/sparse/sparse-src"] 5 path = tools/sparse/sparse-src 6 url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git 9 url = https://github.com/linux-test-project/kirk.git 10 [submodule "tools/ltx/ltx-src"] 11 path = tools/ltx/ltx-src 12 url = https://github.com/linux-test-project/ltx.git
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 3 set -e 4 set -x 6 # Try to use the kernel and rootfs built in mainline first, so we're more 8 if wget -q --method=HEAD "https://${BASE_SYSTEM_MAINLINE_HOST_PATH}/done"; then 14 rm -rf results 15 mkdir -p results/job-rootfs-overlay/ 17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/ 23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh [all …]
|
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 65 # General metadata and permissions, plus also inexplicably kernel arguments 78 "depthcharge-action": { 88 # URLs to our kernel rootfs to boot from, both generated by the base 94 'kernel': { 95 'url': '{}/{}'.format(args.kernel_url_prefix, args.kernel_image_name), 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 103 deploy['kernel']['type'] = args.kernel_image_type 106 'url': '{}/{}.dtb'.format(args.kernel_url_prefix, args.dtb) [all …]
|
| /third_party/libfuse/ |
| D | README.OpenSource | 4 "License" : "GPL-2.0", 6 "Version Number" : "fuse-3.16.1", 8 "Upstream URL" : "https://github.com/libfuse/libfuse/releases/tag/fuse-3.16.1", 9 … : "libfuse provides the reference implementation for communicating with the FUSE kernel module." 15 "Version Number" : "fuse-3.16.1", 17 "Upstream URL" : "https://github.com/libfuse/libfuse/releases/tag/fuse-3.16.1", 18 … : "libfuse provides the reference implementation for communicating with the FUSE kernel module."
|
| /third_party/ltp/docparse/ |
| D | testinfo.pl | 2 # SPDX-License-Identifier: GPL-2.0-or-later 4 # Copyright (c) 2020-2021 Petr Vorel <pvorel@suse.cz> 15 # tags which expect git tree, also need constant for URL 16 our @TAGS_GIT = ("linux-git", "linux-stable-git", "glibc-git", "musl-git"); 19 use constant LINUX_GIT_URL => "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/c… 20 use constant LINUX_STABLE_GIT_URL => "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.… 22 use constant MUSL_GIT_URL => "https://git.musl-libc.org/cgit/musl/commit/src/linux/clone.c?id="; 23 use constant CVE_DB_URL => "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-"; 52 // -*- mode:doc; -*- 78 if ('known-fail') { [all …]
|
| /third_party/f2fs-tools/ |
| D | README.OpenSource | 3 "Name" : "f2fs-tools", 4 "License" : "GPL-2.0", 7 "Owner" : "Jaegeuk Kim <jaegeuk@kernel.org>", 8 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/… 9 …"Description" : "The f2fs-tools package contains the utilities for handling the f2fs fil…
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 19 .set-image-base-tag: 21 - .set-image 22 - .incorporate-base-tag+templates-commit [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/mlock/ |
| D | mlock04.c | 1 // SPDX-License-Identifier: GPL-2.0 13 * url see https://www.spinics.net/lists/kernel/msg1141090.html 18 * apply successfully with the lastest 38-rc2 kernel." 20 * This bug was fixed by kernel 25 * causing mlock to fail with a permission problem on unfixed kernel. 34 static int fd = -1, file_len = 40960; 55 if (fd > -1) in cleanup() 65 {"linux-git", "fdf4c587a793"},
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| D | cros-servo.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ]; then 12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 if [ -z "$BM_SERIAL_EC" ]; then 18 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 23 if [ ! -d /nfs ]; then 28 if [ ! -d /tftp ]; then 34 if [ -z "$BM_KERNEL" ]; then 35 echo "Must set BM_KERNEL to your board's kernel FIT image" 39 if [ -z "$BM_ROOTFS" ]; then [all …]
|
| D | poe-powered.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ]; then 12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 if [ -z "$BM_POE_ADDRESS" ]; then 18 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment" 23 if [ -z "$BM_POE_INTERFACE" ]; then 24 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment" 29 if [ -z "$BM_POWERUP" ]; then 30 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" 35 if [ -z "$BM_POWERDOWN" ]; then [all …]
|
| /third_party/libnl/ |
| D | libnl3.spec | 4 Summary: Providing APIs to netlink protocol based Linux kernel interfaces 6 URL: http://www.infradead.org/~tgr/libnl/ 7 Source: https://github.com/thom311/libnl/releases/download/libnl3_7_0/libnl-3.7.0.tar.gz 9 Patch6000: backport-prevent-segfault-in-af_request_type.patch 10 Patch6001: backport-fix-bridge-info-parsing.patch 12 Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch 14 patch6002: backport-add-some-tests-about-addr-class-rule-neigh-qdisc.patch 15 patch6003: backport-clear-XFRM_SP_ATTR_TMPL-when-removing-the-last-template.patch 16 patch6004: backport-fix-reference-counters-of-sa-selector-addresses.patch 17 patch6005: backport-do-not-use-static-array-indices-for-buffer.patch [all …]
|
| D | README.OpenSource | 6 "Version Number": "3.7.0-2.oe2203sp3", 8 …"Upstream URL": "https://repo.openeuler.org/openEuler-22.03-LTS-SP3/source/Packages/libnl3-3.7.0-2… 9 "Description": "Providing APIs to netlink protocol based Linux kernel interfaces."
|
| /third_party/node/doc/api/ |
| D | dgram.md | 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!-- name=dgram --> 9 <!-- source_link=lib/dgram.js --> 60 <!-- YAML 62 --> 73 <!-- YAML 75 --> 82 <!-- YAML 84 --> [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | bare-metal.rst | 1 Bare-metal CI 4 The bare-metal scripts run on a system with gitlab-runner and Docker, 5 connected to potentially multiple bare-metal boards that run tests of 6 Mesa. Currently "fastboot", "ChromeOS Servo", and POE-powered devices are 16 ----------------------- 18 This testing requires power control of the DUTs by the gitlab-runner 22 We require access to the console output from the gitlab-runner system, 27 The boards need to be able to have a kernel/initramfs supplied by the 28 gitlab-runner system, since Mesa often needs to update the kernel either for new 29 DRM functionality, or to fix kernel bugs. [all …]
|
| D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of build systems, configurations and platforms 17 - Sanity checks (``meson test``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces 30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``, [all …]
|
| D | kernel.rst | 1 Upreving Linux Kernel 4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel 6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of 7 side-effects since many devices from different platforms are involved in the 10 Kernel repository 11 ----------------- 13 The Linux Kernel used in the Gitlab CI is stored at the following repository: 14 https://gitlab.freedesktop.org/gfx-ci/linux 16 It is common that Mesa kernel brings some patches that were not merged on the 17 Linux mainline, that is why Mesa has its own kernel version which should be used [all …]
|
| D | LAVA.rst | 8 kernel during development), and our workloads can easily take down 9 boards when mistakes are made (kernel oopses, OOMs that take out 12 Mesa-LAVA software architecture 13 ------------------------------- 15 The gitlab-runner will run on some host that has access to the LAVA 16 lab, with tags like "mesa-ci-x86-64-lava-$DEVICE_TYPE" to control only 18 gitlab-runner spawns a Docker container with lavacli in it, and 23 For a job, it will deploy the kernel, device tree, and the ramdisk 26 Deploying a new Mesa-LAVA lab 27 ----------------------------- [all …]
|
| /third_party/ltp/doc/ |
| D | Maintainer-Patch-Review-Checklist.asciidoc | 21 * Compile the patch with default and non-default configurations. 22 - Use sanitizers e.g. undefined behaviour, address. 23 - Compile on non-x86 24 - Compile on x86 with -m32 27 - Use single vCPU 28 - Use many vCPUs and enable NUMA 29 - Restrict RAM to < 1GB. 31 * Run effected tests on non-x86 machine in general 32 * Run reproducers on a kernel where the bug is present 33 * Run tests with "-i0" [all …]
|
| /third_party/libunwind/libunwind/doc/ |
| D | unw_is_signal_frame.tex | 8 …nw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_… 23 asynchronous interruption. For UNIX and UNIX-like platforms, such 24 frames are normally created by the kernel when delivering a signal. 25 In a kernel-environment, a signal frame might, for example, correspond 30 that are normally treated as scratch (``caller-saved'') registers. 36 not. Otherwise, a negative value of one of the error-codes below is 41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use 62 David Mosberger-Tang\\ 64 WWW: \URL{http://www.nongnu.org/libunwind/}.
|
| /third_party/node/ |
| D | BUILDING.md | 13 * [Supported platforms](#supported-platforms) 16 * [Platform list](#platform-list) 17 * [Supported toolchains](#supported-toolchains) 18 * [Official binary platforms and toolchains](#official-binary-platforms-and-toolchains) 19 * [OpenSSL asm support](#openssl-asm-support) 20 * [Previous versions of this document](#previous-versions-of-this-document) 21 * [Building Node.js on supported platforms](#building-nodejs-on-supported-platforms) 22 * [Note about Python](#note-about-python) 23 * [Unix and macOS](#unix-and-macos) 24 * [Unix prerequisites](#unix-prerequisites) [all …]
|
| /third_party/rust/crates/linux-raw-sys/ |
| D | README.OpenSource | 3 "Name": "linux-raw-sys", 4 "License": "Apache-2.0_WITH_LLVM-exception, Apache License 2.0, MIT", 5 "License File": "LICENSE-Apache-2.0_WITH_LLVM-exception, LICENSE-MIT", 8 "Upstream URL": "https://github.com/sunfishcode/linux-raw-sys", 9 … "Description": "A Rust library that provides bindings to the Linux kernel's raw device interface."
|
| /third_party/ltp/testcases/kernel/mem/thp/ |
| D | thp04.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * CVE-2017-1000405 18 * More details see the following URL 19 * https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0 21 * On old kernel such as 4.9, it has fixed the Dirty Cow bug but a similar check 23 * of memory backed by transparent huge pages cause an infinite loop in the kernel. 25 * It is also a regression test about kernel 36 static int writefd = -1, readfd = -1; 47 MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in alloc_zero_page() 52 if (TST_RET == -1 && TST_ERR == EINVAL) { in alloc_zero_page() [all …]
|
| /third_party/icu/ |
| D | .appveyor.yml | 11 - c:\icu-ci-cache 14 # - The VS2017 build is disabled (commented out) below, as we build both VS2015 and VS2017 17 # - For the Cygwin build, the CYG_MIRROR URL used to use the "Cygwin Time Machine" archive 18 # in order to pull a previous version of Cygwin, v2.11.2-1 (with timestamp 1550062412). 20 # The previous URL was: 23 # In order to speed the builds up we use the "-X" or "--no-verify" option to skip checking 28 ICU_CI_CACHE: c:\icu-ci-cache 29 CYG_URL: https://cygwin.com/setup-x86_64.exe 30 CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/ 31 CYG_PACKAGES: automake,gcc-core,gcc-g++,make,pkg-config,perl,python3 [all …]
|
| /third_party/mtdev/ |
| D | README.OpenSource | 6 "Version Number":"1.1.6-3.oe2203sp3", 8 …"Upstream URL":"https://repo.openeuler.org/openEuler-22.03-LTS-SP3/source/Packages/mtdev-1.1.6-3.o… 9 …"Description": "The mtdev library transforms all variants of kernel MT events to the slotted type …
|
1234567