Searched full:kernel (Results 1 – 25 of 13089) sorted by relevance
12345678910>>...524
4 Advanced Kernel Concepts7 Yocto Project Kernel Development and Maintenance11 other kernels, are based off the Linux kernel releases from12 https://www.kernel.org. At the beginning of a major Linux kernel13 development cycle, the Yocto Project team chooses a Linux kernel based15 final upstream ``kernel.org`` versions, and Yocto Project feature16 requirements. Typically, the Linux kernel chosen is in the final stages17 of development by the Linux community. In other words, the Linux kernel20 team knows that the ``kernel.org`` final release will clearly be within24 up-to-date Yocto Linux kernel possible, while still ensuring that the[all …]
4 Kernel Maintenance10 This section describes construction of the Yocto Project kernel source12 Linux kernel repositories. These kernel repositories are found under the13 heading "Yocto Linux Kernel" at :yocto_git:`/` and18 divisions found in a Yocto Linux kernel. Thus, the Yocto Project Linux19 kernel repository (or tree) and accompanying Metadata in the20 ``yocto-kernel-cache`` are built.23 particular Yocto Project Linux kernel repository and use it to build27 in the Yocto Project Linux kernel in any clone of the Yocto Project28 Linux kernel source repository and ``yocto-kernel-cache`` Git trees. For[all …]
11 are you will work with the Linux kernel. This manual describes how to12 set up your build host to support kernel development, introduces the13 kernel development process, provides background information on the Yocto14 Linux kernel :term:`Metadata`, describes15 common tasks you can perform using the kernel tools, shows you how to16 use the kernel Metadata needed to work with the kernel inside the Yocto18 and maintains Yocto Linux kernel Git repositories and Metadata.20 Each Yocto Project release has a set of Yocto Linux kernel recipes,22 :yocto_git:`Source Repositories <>` under the "Yocto Linux Kernel"23 heading. New recipes for the release track the latest Linux kernel[all …]
4 Working with Advanced Metadata (``yocto-kernel-cache``)11 Project kernel tools also support rich16 BSPs and Linux kernel types.18 Kernel Metadata exists in many places. One area in the20 is the ``yocto-kernel-cache`` Git repository. You can find this repository21 grouped under the "Yocto Linux Kernel" heading in the24 Kernel development tools ("kern-tools") are also available in the Yocto Project25 Source Repositories under the "Yocto Linux Kernel" heading in the26 ``yocto-kernel-tools`` Git repository. The recipe that builds these27 tools is ``meta/recipes-kernel/kern-tools/kern-tools-native_git.bb`` in[all …]
8 with the Yocto Project Linux kernel. These tasks include preparing your9 host development system for kernel development, preparing a layer,10 modifying an existing recipe, patching the kernel, configuring the11 kernel, iterative development, working with your own sources, and19 Preparing the Build Host to Work on the Kernel22 Before you can do any kernel development, you need to be sure your build41 Kernel development is best accomplished using43 and not through traditional kernel workflow methods. The remainder of49 Follow these steps to prepare to update the kernel image using50 ``devtool``. Completing this procedure leaves you with a clean kernel[all …]
8 BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"11 KERNEL="md[0-9]*", NAME="md/%n"14 KERNEL="fd[0-9]*", NAME="floppy/%n"17 KERNEL="tty[0-9]*", NAME="vc/%n", SYMLINK="%k"18 KERNEL="ttyS[0-9]*", NAME="tts/%n", SYMLINK="%k"19 KERNEL="ttyUSB[0-9]*", NAME="tts/USB%n"22 KERNEL="vcs", NAME="vcc/0"23 KERNEL="vcs[0-9]*", NAME="vcc/%n"24 KERNEL="vcsa", NAME="vcc/a0"25 KERNEL="vcsa[0-9]*", NAME="vcc/a%n"[all …]
4 # %n the "kernel number" of the device.5 # For example, 'sda3' has a "kernel number" of '3'7 # %k the kernel name for the device8 # %M the kernel major number for the device9 # %m the kernel minor number for the device17 SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", \19 SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTRS{media}=="floppy", \23 SUBSYSTEMS=="scsi", KERNEL=="sr[0-9]*", NAME="scd%n", SYMLINK+="sr%n"26 SUBSYSTEMS=="usb", KERNEL=="auer[0-9]*", NAME="usb/%k"27 SUBSYSTEMS=="usb", KERNEL=="cpad[0-9]*", NAME="usb/%k"[all …]
6 SUBSYSTEM=="scsi", KERNEL=="[0-9]*:[0-9]*", WAIT_FOR_SYSFS="ioerr_cnt"13 KERNEL=="tun", OPTIONS+="ignore:remove"14 KERNEL=="ppp", OPTIONS+="ignore:remove"15 KERNEL=="loop[0-9]*", OPTIONS+="ignore:remove"26 KERNEL=="hd[a-z]|pcd[0-9]*", DRIVERS=="ide-cdrom|pcd", \29 KERNEL=="ht[0-9]*", GROUP="tape"30 KERNEL=="nht[0-9]*", GROUP="tape"33 KERNEL=="sr[0-9]*", IMPORT{program}="cdrom_id --export $tempnode"44 KERNEL=="legousbtower*", MODE="0666"45 KERNEL=="lp[0-9]*", SUBSYSTEMS=="usb", GROUP="lp"[all …]
2 The Linux Kernel API9 .. kernel-doc:: include/linux/list.h24 .. kernel-doc:: lib/vsprintf.c27 .. kernel-doc:: include/linux/kernel.h30 .. kernel-doc:: include/linux/kernel.h33 .. kernel-doc:: lib/kstrtox.c36 .. kernel-doc:: lib/string_helpers.c42 .. kernel-doc:: lib/string.c45 .. kernel-doc:: include/linux/string.h48 .. kernel-doc:: mm/util.c[all …]
... -4.4/USAGE squashfs-tools-4.4/kernel/ squashfs-tools-4.4/kernel/README ...
11 Kdump uses kexec to quickly boot to a dump-capture kernel whenever a12 dump of the system kernel's memory needs to be taken (for example, when13 the system panics). The system kernel's memory image is preserved across14 the reboot and is accessible to the dump-capture kernel.23 When the system kernel boots, it reserves a small section of memory for24 the dump-capture kernel. This ensures that ongoing Direct Memory Access25 (DMA) from the system kernel does not corrupt the dump-capture kernel.26 The kexec -p command loads the dump-capture kernel into this reserved30 regardless of where the kernel loads. Therefore, kexec backs up this31 region just before rebooting into the dump-capture kernel.[all …]
7 bool "Export kernel pagetable layout to userspace via debugfs"13 Say Y here if you want to show the kernel pagetable layout in a14 debugfs file. This information is only useful for kernel developers15 who are working in architecture specific areas of the kernel.17 kernel.27 This is useful for discovering cases where the kernel is leaving38 Note that even if the check fails, your kernel is possibly41 of other unfixed kernel bugs easier.44 once the kernel has booted up - it's a one time check.49 prompt "Choose kernel unwinder"[all …]
7 .. kernel-doc:: include/linux/module.h13 .. kernel-doc:: include/linux/mod_devicetable.h21 .. kernel-doc:: include/linux/sched.h24 .. kernel-doc:: kernel/sched/core.c27 .. kernel-doc:: kernel/sched/cpupri.c30 .. kernel-doc:: kernel/sched/fair.c33 .. kernel-doc:: include/linux/completion.h36 .. kernel-doc:: kernel/time/timer.c42 .. kernel-doc:: include/linux/wait.h45 .. kernel-doc:: kernel/sched/wait.c[all …]
11 .. kernel-doc:: include/linux/net.h17 .. kernel-doc:: include/linux/skbuff.h20 .. kernel-doc:: include/net/sock.h23 .. kernel-doc:: net/socket.c26 .. kernel-doc:: net/core/skbuff.c29 .. kernel-doc:: net/core/sock.c32 .. kernel-doc:: net/core/datagram.c35 .. kernel-doc:: net/core/stream.c41 .. kernel-doc:: net/core/filter.c47 .. kernel-doc:: include/uapi/linux/gen_stats.h[all …]
83 kernel-module-nls-utf8 \84 kernel-module-input \85 kernel-module-uinput \86 kernel-module-rtc-dev \87 kernel-module-rtc-proc \88 kernel-module-rtc-sysfs \89 kernel-module-unix"168 kernel-module-msdos \169 kernel-module-vfat \170 kernel-module-nls-iso8859-1 \[all …]
3 Linux kernel release 5.x <http://kernel.org/>8 kernel, and what to do if something goes wrong.39 Linux has also been ported to itself. You can now run the kernel as a53 these typically contain kernel-specific installation notes for some57 your kernel.59 Installing the kernel source62 - If you install the full sources, put the kernel tarball in a68 Replace "X" with the version number of the latest kernel.71 incomplete) set of kernel headers that are used by the library header73 whatever the kernel-du-jour happens to be.[all …]
1 List of maintainers and how to submit kernel changes15 them onto the kernel channel and await results. This is especially24 module and built into the kernel.36 generalized kernel feature ready for next time.66 please Cc: security@kernel.org, especially if the maintainer147 M: Steffen Klassert <klassert@kernel.org>148 L: netdev@vger.kernel.org155 L: netdev@vger.kernel.org161 L: linux-scsi@vger.kernel.org168 L: linux-scsi@vger.kernel.org[all …]
3 KERNELS=$(ls | grep kernel- || true)7 # Fallback to current kernel10 # Fallback to 5.10 kernel22 # Update kernel23 KERNEL_DIR=kernel-$RK_KERNEL_VERSION30 rm -rf kernel31 ln -rsf $KERNEL_DIR kernel49 "$SCRIPTS_DIR/check-kernel.sh"53 kernel-config)54 KERNEL_CONFIG_DIR="kernel/arch/$RK_KERNEL_ARCH/configs"[all …]
1 menu "Kernel"4 bool "Linux Kernel"8 Enable this option if you want to build a Linux kernel for13 # Packages that need to have a kernel with support for loadable modules,14 # but do not use the kernel-modules infrastructure, should select that24 # 1. A single fairly recent stable kernel version31 prompt "Kernel version"73 kernel.org, like 2.6.x, 2.6.x.y, 3.x.y, ...76 kernel, because these kernels are not located at the standard77 URL at kernel.org. Instead, select "Custom tarball" and[all …]
7 userspace requests to kernel internal objects. Everything else is handled by a39 .. kernel-doc:: include/drm/drm_modeset_helper_vtables.h42 .. kernel-doc:: include/drm/drm_modeset_helper_vtables.h53 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c59 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c65 .. kernel-doc:: include/drm/drm_atomic_helper.h68 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c74 .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c80 .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c86 .. kernel-doc:: drivers/gpu/drm/drm_simple_kms_helper.c[all …]
10 .. kernel-doc:: sound/core/init.c14 .. kernel-doc:: sound/core/device.c18 .. kernel-doc:: sound/core/sound.c22 .. kernel-doc:: sound/core/memory.c23 .. kernel-doc:: sound/core/memalloc.c31 .. kernel-doc:: sound/core/pcm.c32 .. kernel-doc:: sound/core/pcm_lib.c33 .. kernel-doc:: sound/core/pcm_native.c34 .. kernel-doc:: include/sound/pcm.h38 .. kernel-doc:: sound/core/pcm_misc.c[all …]