| /linux/Documentation/process/ |
| A D | code-of-conduct.rst | 10 contributors and maintainers pledge to making participation in our project and 57 This Code of Conduct applies both within project spaces and in public spaces 58 when an individual is representing the project or its community. Examples of 59 representing a project or community include using an official project e-mail 61 representative at an online or offline event. Representation of a project may be 62 further defined and clarified by project maintainers.
|
| A D | 3.Early-stage.rst | 6 When contemplating a Linux kernel development project, it can be tempting 7 to jump right in and start coding. As with any significant project, 16 Like any engineering project, a successful kernel enhancement starts with a 58 So, when contemplating a kernel development project, one should obtain 74 When planning a kernel development project, it makes great sense to hold 145 development project. 174 project. 186 not assume that it means there is no interest in the project. 201 of a kernel development project, the better off everybody involved will be. 223 without requiring public disclosure of the project.
|
| /linux/tools/testing/selftests/bpf/ |
| A D | README.rst | 19 https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173 64 - clang (preferably built from sources, https://github.com/llvm/llvm-project); 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0 237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229 254 .. _0: https://github.com/llvm/llvm-project/commit/6b01b465388b204d543da3cf49efd6080db094a9 255 .. _1: https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f 267 __ https://github.com/llvm/llvm-project/commit/a7137b238a07d9399d3ae96c0b461571bd5aa8b2 281 __ https://github.com/llvm/llvm-project/commit/886f9ff53155075bd5f1e994f17b85d1e1b7470c 307 __ https://github.com/llvm/llvm-project/commit/968292cb93198442138128d850fd54dc7edc0035 [all …]
|
| /linux/drivers/net/can/ctucanfd/ |
| A D | Kconfig | 5 More documentation and core sources at project page 10 from project (https://gitlab.fel.cvut.cz/canbus/pcie-ctucanfd) and 11 on Intel SoC from project (https://gitlab.fel.cvut.cz/canbus/intel-soc-ctucanfd). 20 The project providing FPGA design for Intel EP4CGX15 based DB4CGX15
|
| /linux/Documentation/devicetree/bindings/mips/img/ |
| A D | xilfpga.txt | 11 project provided by IMG. 13 The example project runs on the Nexys4DDR board by Digilent powered by 16 Relevant details about the example project and the Nexys4DDR board: 76 When the example project bitstream is loaded, the cpu_reset button
|
| /linux/samples/bpf/ |
| A D | README.rst | 8 moved to the xdp-tools repository: https://github.com/xdp-project/xdp-tools 82 $ git clone https://github.com/llvm/llvm-project.git 83 $ mkdir -p llvm-project/llvm/build 84 $ cd llvm-project/llvm/build 94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
|
| /linux/drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 75 - project: 'freedesktop/ci-templates' 79 - project: 'freedesktop/ci-templates' 85 - project: *drm-ci-project-path 135 # Pipeline for forked project branch 138 # Forked project branch / pre-merge pipeline not for Marge bot 141 # Pipeline runs for the main branch of the upstream Mesa project 207 # Run pipeline by default in the main project if any CI pipeline 217 # Run pipeline by default in the main project if it was not triggered by
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| A D | update-xfails.py | 107 project = path_components[1] 110 print("Collating from:", namespace, project, pipeline_id) 112 Collate(namespace=namespace, project=project)
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_mode_lib.h | 88 enum dml_project project; member 99 enum dml_project project);
|
| A D | display_mode_lib.c | 96 enum dml_project project) in dml_init_instance() argument 100 lib->project = project; in dml_init_instance() 101 switch (project) { in dml_init_instance()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml2_wrapper.c | 74 if (dml2->v20.dml_core_ctx.project != dml_project_dcn35 && in map_hw_resources() 75 dml2->v20.dml_core_ctx.project != dml_project_dcn351) { in map_hw_resources() 237 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in calculate_lowest_supported_state_for_temp_read() 342 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml_mode_support_wrapper() 687 build_unoptimized_policy_settings(dml2->v20.dml_core_ctx.project, &dml2->v20.dml_core_ctx.policy); in dml2_validate_only() 748 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn35; in dml2_init() 751 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn351; in dml2_init() 754 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn32; in dml2_init() 757 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn321; in dml2_init() 760 (*dml2)->v20.dml_core_ctx.project = dml_project_dcn401; in dml2_init() [all …]
|
| A D | dml2_policy.h | 45 void build_unoptimized_policy_settings(enum dml_project_id project, struct dml_mode_eval_policy_st …
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| A D | binman.yaml | 26 - u-boot # u-boot.bin from U-Boot project 27 - tfa-bl31 # bl31.bin or bl31.elf from TF-A project
|
| /linux/Documentation/bpf/ |
| A D | s390.rst | 64 git clone https://github.com/llvm/llvm-project.git 65 ln -s ../../clang llvm-project/llvm/tools/ 66 mkdir llvm-project-build 67 cd llvm-project-build 72 ../llvm-project/llvm
|
| /linux/Documentation/tee/ |
| A D | ts-tee.rst | 4 TS-TEE (Trusted Services project) 9 Trusted Services [1] is a TrustedFirmware.org project that provides a framework 11 Secure Partitions. The project hosts the reference implementation of the Arm
|
| /linux/Documentation/devicetree/bindings/net/can/ |
| A D | ctu,ctucanfd.yaml | 12 The core sources and documentation on project page 18 [3] project : https://gitlab.fel.cvut.cz/canbus/zynq/zynq-can-sja1000-top
|
| /linux/Documentation/networking/ |
| A D | sctp.rst | 21 The initial project goal is to create an Linux kernel reference implementation 36 For more information, please visit the lksctp project website:
|
| /linux/Documentation/ |
| A D | conf.py | 177 project = 'The Linux Kernel' variable 517 epub_title = project
|
| /linux/Documentation/userspace-api/media/ |
| A D | conf_nitpick.py | 5 project = 'Linux Media Subsystem Documentation' variable
|
| /linux/Documentation/userspace-api/ |
| A D | dcdbas.rst | 15 700, and 750. Other Dell software such as the open source libsmbios project 19 The Dell libsmbios project aims towards providing access to as much BIOS 21 more information about the libsmbios project.
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-maintainer-entry-profile.rst | 7 The aim of this project is to provide and maintain a robust and 25 There are eight key roles in the XFS project. 32 in the XFS project on a regular basis. 44 These people collectively decide the long term goals of the project 55 1. Does the idea fit the goals of the project? 64 coverage goals of the project, negotiating with developers to decide
|
| /linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/ |
| A D | ctrl2080bios.h | 33 char project[5]; member
|
| /linux/tools/testing/memblock/ |
| A D | README | 22 As this project uses the actual memblock code and has to run in user space, 27 consult them first before making any significant changes to the project. 57 The project has one target, main, which calls a group of checks for basic and
|
| /linux/Documentation/driver-api/acpi/ |
| A D | linuxized-acpica.rst | 15 This document describes the ACPICA project and the relationship between 23 The ACPI Component Architecture (ACPICA) project provides an operating 30 The homepage of ACPICA project is: www.acpica.org, it is maintained and 119 The ACPICA project maintains its code base at the following repository URL: 123 As the coding style adopted by the ACPICA project is not acceptable by
|
| /linux/net/netlabel/ |
| A D | Kconfig | 14 Documentation/netlabel as well as the NetLabel SourceForge project
|