Searched full:development (Results 1 – 25 of 887) sorted by relevance
12345678910>>...36
/Linux-v6.1/arch/arm/mach-mmp/ |
D | Kconfig | 19 bool "Marvell's PXA168 Aspenite Development Board" 25 Aspenite Development Board. 28 bool "Marvell's PXA168 Zylonite2 Development Board" 34 Zylonite2 Development Board. 37 bool "Marvell's PXA168 Avengers Lite Development Board" 43 Avengers Lite Development Board. 46 bool "Marvell's PXA910 TavorEVB/TTC_DKB Development Board" 52 TTC_DKB Development Board. 55 bool "Marvell's Brownstone Development Platform" 61 Brown Development Platform. [all …]
|
/Linux-v6.1/Documentation/process/ |
D | 1.Intro.rst | 9 The rest of this section covers the scope of the kernel development process 14 influence the direction of kernel development. Code contributed to the 17 :ref:`development_process` introduces the development process, the kernel 19 the patch development, review, and merging cycle are covered. There is some 21 with kernel development are encouraged to track down and fix bugs as an 25 emphasis on involving the development community as soon as possible. 33 review. To be taken seriously by the development community, patches must be 40 of the development process; this section offers a number of tips on how to 48 for more information on kernel development. 62 (and companies) wishing to participate in its development. Hardware [all …]
|
D | 2.Process.rst | 3 How the development process works 6 Linux kernel development in the early 1990's was a pretty loose affair, 10 processes to keep development happening smoothly. A solid understanding of 32 the leading edge of Linux kernel development; the kernel uses a 33 rolling development model which is continually integrating major changes. 36 merging of patches for each release. At the beginning of each development 38 deemed to be sufficiently stable (and which is accepted by the development 40 new development cycle (and all of the major changes) will be merged during 62 best thing to do is to wait for the next development cycle. (An occasional 73 As an example, here is how the 5.4 development cycle went (all dates in [all …]
|
D | howto.rst | 3 HOWTO do Linux kernel development 8 to work with the Linux kernel development community. It tries to not 29 kernel development. Assembly (any architecture) is not required unless 30 you plan to do low-level development for that architecture. Though they 50 existing development community. It is a diverse group of people, with 137 This document is crucial for understanding the Linux development 139 development on other Operating Systems. 149 for anyone new to kernel development (or anyone simply curious about 160 development. Please consult this list if you do not find what you 165 apply it to the different development branches of the kernel. [all …]
|
D | 3.Early-stage.rst | 6 When contemplating a Linux kernel development project, it can be tempting 41 entire kernel development process; one of them went back to an audio list 55 - and to discuss it with the development community before investing in the 58 So, when contemplating a kernel development project, one should obtain 74 When planning a kernel development project, it makes great sense to hold 95 Years of experience with the kernel development community have taught a 145 development project. 173 provide can help the development community provide useful input on the 201 of a kernel development project, the better off everybody involved will be. 208 need to keep development plans behind closed doors. [all …]
|
D | development-process.rst | 3 A guide to the Kernel Development Process 22 work with the development community with a minimum of frustration. It is 25 development (or, indeed, free software development in general). While
|
D | embargoed-hardware-issues.rst | 92 community compliant development under embargo restrictions. 117 Due to the globally distributed nature of Linux kernel development, 144 development process. 159 participate in the mitigation development. 176 Mitigation development 182 Using a mailing-list is close to the normal Linux development process and 186 The mailing-list operates in the same way as normal Linux development. 190 development branch against the mainline kernel and backport branches for 195 time of the development process and needs to be handled in a timely manner. 210 by the incident team and brought into the development process. [all …]
|
D | 8.Conclusion.rst | 6 There are numerous sources of information on Linux kernel development and 16 Various web sites discuss kernel development at all levels of detail. Your 30 There are a number of books on kernel development: 36 Linux Kernel Development (Robert Love). 71 the direction of kernel development, and more. It is a situation where
|
D | 7.AdvancedTopics.rst | 6 At this point, hopefully, you have a handle on how the development process 9 regular part of the Linux kernel development process. 18 control enabled an immediate acceleration of the kernel development 29 fits into the kernel development process in particular. Developers who 61 of development can be separated into a separate "topic branch" and 64 development in any branch which you intend to ask others to pull from. 66 from development branches when they are in complete form and ready to go - 70 development history. An inconvenient patch (one which breaks bisection, 97 of the reasons why development should be done in private branches (which
|
D | maintainer-tip.rst | 10 development. The tip tree is both a direct development tree and a 18 The x86 architecture development takes place in the tip tree except 37 Scheduler development takes place in the -tip tree, in the 43 Locking development (including atomics and other synchronization 50 - interrupt core development happens in the irq/core branch 52 - interrupt chip driver development also happens in the irq/core 58 - timekeeping, clocksource core, NTP and alarmtimer development 62 - clocksource/event driver development happens in the timers/core 68 - perf core and architecture support development happens in the 71 - perf tooling development happens in the perf tools maintainer [all …]
|
/Linux-v6.1/arch/mips/generic/ |
D | Kconfig | 28 development boards, which boot using a legacy boot protocol. 56 Enable this to include the FDT for the MIPS Boston development board 80 bool "Include FDT for Microsemi Ocelot development platforms" 83 Enable this to include the FDT for the Ocelot development platforms 88 bool "Include FDT for Microsemi Luton development platforms" 91 Enable this to include the FDT for the Luton development platforms 96 bool "Include FDT for Microsemi Jaguar2 development platforms" 99 Enable this to include the FDT for the Jaguar2 development platforms 104 bool "Include FDT for Microsemi Serval development platforms" 107 Enable this to include the FDT for the Serval development platforms
|
/Linux-v6.1/Documentation/maintainer/ |
D | rebasing-and-merging.rst | 17 development history. Indeed, given the scale of the project, avoiding 42 Used properly, rebasing can yield a cleaner and clearer development 73 between release points; basing development on one of those points 97 Merging is a common operation in the kernel development process; the 5.1 98 development cycle included 1,126 merge commits - nearly 9% of the total. 128 branches. Failure to do so threatens the security of the development 145 sure that there are no conflicts with parallel development and generally 149 Why is that? Back merges will muddy the development history of your own 153 also obscure problems with the development process in your tree; they can 171 in the 5.1 development cycle) and has gotten quite good at conflict [all …]
|
D | messy-diffstat.rst | 11 complicated development history will yield a massive diffstat containing a 20 A Git development history proceeds as a series of commits. In a simplified 21 manner, mainline kernel development looks like this:: 46 consider a slightly more complex development history:: 60 the ``git diff`` operation to use. The development culminating in cN
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 128 - OMAP4 SDP : Software Development Board 143 - OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x 146 - AM335X EVM : Software Development Board for AM335x 167 - AM335X phyCORE-AM335x: Development kit 209 - DRA762 EVM: Software Development Board for DRA762 212 - DRA742 EVM: Software Development Board for DRA742 215 - DRA722 EVM: Software Development Board for DRA722 218 - DRA718 EVM: Software Development Board for DRA718
|
/Linux-v6.1/Documentation/ |
D | index.rst | 15 Working with the development community 18 The essential guides for interacting with the kernel's development 24 process/development-process 28 All development-process docs <process/index> 45 Development tools and processes
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | Kconfig | 60 bool "Intel DBPXA250 Development Platform (aka Lubbock)" 67 bool "Intel HCDDBBVA0 Development Platform (aka Mainstone)" 77 bool "PXA3xx Development Platform (aka Zylonite) PXA300/310" 84 bool "PXA3xx Development Platform (aka Zylonite) PXA320" 243 bool "LogicPD PXA270 Card Engine Development Platform" 254 bool "PHYTEC PCM-990 development board" 737 found on the pxa25x development platform system (Lubbock) and pxa27x 738 development platform system (Mainstone). This IO board supports the
|
/Linux-v6.1/fs/reiserfs/ |
D | README | 70 Hideous Commercial Pitch: Spread your development costs across other OS 73 the software component development power of the internet. Be the most 75 decentralized internet development, and add value through your branded 98 Vladimir throughout the project's development. He wrote a quite 155 hypertext feature development, MP3.com funded journaling, SuSE funded 156 core development, IntegratedLinux.com funded squid web cache
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | Kconfig.s3c24xx | 22 Samsung SMDK2410 development board (and derivatives). 219 development board (also known as BAST) 413 Note: This is under development and not all peripherals can be supported 465 development system 468 bool "Avantech AT2440EVB development board" 472 Say Y here if you are using the AT2440EVB development board 475 bool "MINI2440 development board"
|
/Linux-v6.1/arch/powerpc/platforms/8xx/ |
D | Kconfig | 18 MPC86x Application Development System by Freescale Semiconductor. 20 development around the MPC86X processor families. 27 Freescale Semiconductor MPC885 Application Development System (ADS). 30 development around the MPC885 processor family.
|
/Linux-v6.1/Documentation/arc/ |
D | arc.rst | 17 Home for all development activities regarding open source projects for 50 SoC bringup and software development in general. 58 - Cross-compilation: process of compiling for ARC targets on a development 61 (hardware board or a simulator like QEMU) with complete development environment
|
/Linux-v6.1/Documentation/usb/ |
D | CREDITS | 38 of hardware, support, time and development (this is from the original 41 The following corporations have helped us in the development 77 - AVM GmbH Berlin is supporting the development of the Linux 111 converter products for development. 119 the driver development.
|
/Linux-v6.1/drivers/staging/board/ |
D | Kconfig | 7 in-tree development and integration of platform devices. 11 This in turn allows for incremental development of both
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | r8a7744-iwg20d-q7-dbcm-ca.dts | 3 * Device Tree Source for the iWave Systems RZ/G1N Qseven board development 15 model = "iWave Systems RZ/G1N Qseven development platform with camera add-on";
|
D | kirkwood-db-88f6281.dts | 3 * Marvell DB-88F6281-BP Development Board Setup 16 model = "Marvell DB-88F6281-BP Development Board";
|
/Linux-v6.1/arch/arm/mach-dove/ |
D | Kconfig | 22 bool "Marvell DB-MV88AP510 Development Board" 27 Marvell DB-MV88AP510 Development Board.
|
12345678910>>...36