Searched full:project (Results 1 – 25 of 1052) sorted by relevance
12345678910>>...43
/linux-6.12.1/Documentation/process/ |
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.
|
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-6.12.1/tools/testing/selftests/bpf/ |
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 256 .. _2: https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99 257 .. _3: https://github.com/llvm/llvm-project/commit/6d218b4adb093ff2e9764febbbc89f429412006c 258 .. _4: https://github.com/llvm/llvm-project/commit/6d6750696400e7ce988d66a1a00e1d0cb32815f8 [all …]
|
/linux-6.12.1/samples/bpf/ |
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-6.12.1/drivers/net/can/ctucanfd/ |
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-6.12.1/drivers/gpu/drm/ci/ |
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-6.12.1/Documentation/devicetree/bindings/mips/img/ |
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-6.12.1/Documentation/filesystems/xfs/ |
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-6.12.1/include/uapi/linux/ |
D | dqblk_xfs.h | 32 #define XQM_PRJQUOTA 2 /* system call project quota type */ 57 __u32 d_id; /* user, project, or group ID */ 141 #define FS_QUOTA_PDQ_ACCT (1<<4) /* project quota accounting */ 142 #define FS_QUOTA_PDQ_ENFD (1<<5) /* project quota limits enforcement */ 145 #define FS_PROJ_QUOTA (1<<1) /* project quota type */ 182 * space taken up for user, group, and project quotas, number of dquots 216 struct fs_qfilestatv qs_pquota; /* project quota information */
|
/linux-6.12.1/fs/xfs/ |
D | xfs_qm_bhv.c | 49 * Directory tree accounting is implemented using project quotas, where 50 * the project identifier is inherited from parent directories. 51 * A statvfs (df, etc.) of a directory that is using project quota should 52 * return a statvfs of the project, not the entire filesystem.
|
/linux-6.12.1/Documentation/bpf/ |
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-6.12.1/include/linux/ |
D | projid.h | 6 * A set of types for the internal kernel types representing project ids. 8 * The types defined in this header allow distinguishing which project ids in 9 * the kernel are values used by userspace and which project id values are
|
/linux-6.12.1/tools/testing/memblock/ |
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. 54 Project structure 57 The project has one target, main, which calls a group of checks for basic and
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | update-xfails.py | 107 project = path_components[1] 110 print("Collating from:", namespace, project, pipeline_id) 112 Collate(namespace=namespace, project=project)
|
/linux-6.12.1/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | grf5101.h | 10 * Code from the BSD driver and the rtl8181 project have been 14 * project Authors.
|
D | max2820.h | 10 * Code from the BSD driver and the rtl8181 project have been 14 * project Authors.
|
D | sa2400.h | 10 * Code from the BSD driver and the rtl8181 project have been 14 * project Authors.
|
/linux-6.12.1/Documentation/networking/device_drivers/can/ctu/ |
D | ctucanfd-driver.rst | 14 It originated in 2015 as Ondrej Ille's project 540 * started the project as student at Department of Measurement, FEE, CTU 541 * invested great amount of personal time and enthusiasm to the project over years 548 * is the main investor into the project over many years 549 …* uses project in their CAN/CAN FD diagnostics framework for `Skoda Auto <https://www.skoda-auto.c… 553 * funding of the project CAN FD Open Cores Support Linux Kernel Based Systems 554 * negotiated and paid CTU to allow public access to the project 561 * solving the project CAN FD Open Cores Support Linux Kernel Based Systems 568 * minor funding to initiate preparation of the project open-sourcing 583 * project initiation, management and use at Department of Measurement, FEE, CTU [all …]
|
/linux-6.12.1/Documentation/userspace-api/ |
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-6.12.1/Documentation/devicetree/bindings/mtd/partitions/ |
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-6.12.1/Documentation/networking/ |
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-6.12.1/drivers/media/usb/gspca/m5602/ |
D | m5602_bridge.h | 6 * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. 7 * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br> 104 #define DRIVER_AUTHOR "ALi m5602 Linux Driver Project"
|
D | m5602_sensor.h | 6 * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. 7 * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
|
D | m5602_s5k83a.h | 6 * Copyright (C) 2007 Ilyes Gouta. Based on the m5603x Linux Driver Project. 7 * Copyright (C) 2005 m5603x Linux Driver Project <m5602@x3ng.com.br>
|
/linux-6.12.1/Documentation/tee/ |
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
|
12345678910>>...43