Home
last modified time | relevance | path

Searched full:kernel (Results 1 – 25 of 13089) sorted by relevance

12345678910>>...524

/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin
H A Dmodules.dep
H A Dmodules.order
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dconcepts-appx.rst4 Advanced Kernel Concepts
7 Yocto Project Kernel Development and Maintenance
11 other kernels, are based off the Linux kernel releases from
12 https://www.kernel.org. At the beginning of a major Linux kernel
13 development cycle, the Yocto Project team chooses a Linux kernel based
15 final upstream ``kernel.org`` versions, and Yocto Project feature
16 requirements. Typically, the Linux kernel chosen is in the final stages
17 of development by the Linux community. In other words, the Linux kernel
20 team knows that the ``kernel.org`` final release will clearly be within
24 up-to-date Yocto Linux kernel possible, while still ensuring that the
[all …]
H A Dmaint-appx.rst4 Kernel Maintenance
10 This section describes construction of the Yocto Project kernel source
12 Linux kernel repositories. These kernel repositories are found under the
13 heading "Yocto Linux Kernel" at :yocto_git:`/` and
18 divisions found in a Yocto Linux kernel. Thus, the Yocto Project Linux
19 kernel repository (or tree) and accompanying Metadata in the
20 ``yocto-kernel-cache`` are built.
23 particular Yocto Project Linux kernel repository and use it to build
27 in the Yocto Project Linux kernel in any clone of the Yocto Project
28 Linux kernel source repository and ``yocto-kernel-cache`` Git trees. For
[all …]
H A Dintro.rst11 are you will work with the Linux kernel. This manual describes how to
12 set up your build host to support kernel development, introduces the
13 kernel development process, provides background information on the Yocto
14 Linux kernel :term:`Metadata`, describes
15 common tasks you can perform using the kernel tools, shows you how to
16 use the kernel Metadata needed to work with the kernel inside the Yocto
18 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 …]
H A Dadvanced.rst4 Working with Advanced Metadata (``yocto-kernel-cache``)
11 Project kernel tools also support rich
16 BSPs and Linux kernel types.
18 Kernel Metadata exists in many places. One area in the
20 is the ``yocto-kernel-cache`` Git repository. You can find this repository
21 grouped under the "Yocto Linux Kernel" heading in the
24 Kernel development tools ("kern-tools") are also available in the Yocto Project
25 Source Repositories under the "Yocto Linux Kernel" heading in the
26 ``yocto-kernel-tools`` Git repository. The recipe that builds these
27 tools is ``meta/recipes-kernel/kern-tools/kern-tools-native_git.bb`` in
[all …]
H A Dcommon.rst8 with the Yocto Project Linux kernel. These tasks include preparing your
9 host development system for kernel development, preparing a layer,
10 modifying an existing recipe, patching the kernel, configuring the
11 kernel, iterative development, working with your own sources, and
19 Preparing the Build Host to Work on the Kernel
22 Before you can do any kernel development, you need to be sure your build
41 Kernel development is best accomplished using
43 and not through traditional kernel workflow methods. The remainder of
49 Follow these steps to prepare to update the kernel image using
50 ``devtool``. Completing this procedure leaves you with a clean kernel
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Ddevfs-udev.rules8 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 …]
H A Dudev.rules4 # %n the "kernel number" of the device.
5 # For example, 'sda3' has a "kernel number" of '3'
7 # %k the kernel name for the device
8 # %M the kernel major number for the device
9 # %m the kernel minor number for the device
17 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 …]
H A Dpermissions.rules6 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 …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkernel-api.rst2 The Linux Kernel API
9 .. kernel-doc:: include/linux/list.h
24 .. kernel-doc:: lib/vsprintf.c
27 .. kernel-doc:: include/linux/kernel.h
30 .. kernel-doc:: include/linux/kernel.h
33 .. kernel-doc:: lib/kstrtox.c
36 .. kernel-doc:: lib/string_helpers.c
42 .. kernel-doc:: lib/string.c
45 .. kernel-doc:: include/linux/string.h
48 .. kernel-doc:: mm/util.c
[all …]
/OK3568_Linux_fs/buildroot/dl/squashfs/
HDsquashfs-4.4.tar.gz ... -4.4/USAGE squashfs-tools-4.4/kernel/ squashfs-tools-4.4/kernel/README ...
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dkdump.rst11 Kdump uses kexec to quickly boot to a dump-capture kernel whenever a
12 dump of the system kernel's memory needs to be taken (for example, when
13 the system panics). The system kernel's memory image is preserved across
14 the reboot and is accessible to the dump-capture kernel.
23 When the system kernel boots, it reserves a small section of memory for
24 the dump-capture kernel. This ensures that ongoing Direct Memory Access
25 (DMA) from the system kernel does not corrupt the dump-capture kernel.
26 The kexec -p command loads the dump-capture kernel into this reserved
30 regardless of where the kernel loads. Therefore, kexec backs up this
31 region just before rebooting into the dump-capture kernel.
[all …]
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig.debug7 bool "Export kernel pagetable layout to userspace via debugfs"
13 Say Y here if you want to show the kernel pagetable layout in a
14 debugfs file. This information is only useful for kernel developers
15 who are working in architecture specific areas of the kernel.
17 kernel.
27 This is useful for discovering cases where the kernel is leaving
38 Note that even if the check fails, your kernel is possibly
41 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 …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dbasics.rst7 .. kernel-doc:: include/linux/module.h
13 .. kernel-doc:: include/linux/mod_devicetable.h
21 .. kernel-doc:: include/linux/sched.h
24 .. kernel-doc:: kernel/sched/core.c
27 .. kernel-doc:: kernel/sched/cpupri.c
30 .. kernel-doc:: kernel/sched/fair.c
33 .. kernel-doc:: include/linux/completion.h
36 .. kernel-doc:: kernel/time/timer.c
42 .. kernel-doc:: include/linux/wait.h
45 .. kernel-doc:: kernel/sched/wait.c
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkapi.rst11 .. kernel-doc:: include/linux/net.h
17 .. kernel-doc:: include/linux/skbuff.h
20 .. kernel-doc:: include/net/sock.h
23 .. kernel-doc:: net/socket.c
26 .. kernel-doc:: net/core/skbuff.c
29 .. kernel-doc:: net/core/sock.c
32 .. kernel-doc:: net/core/datagram.c
35 .. kernel-doc:: net/core/stream.c
41 .. kernel-doc:: net/core/filter.c
47 .. kernel-doc:: include/uapi/linux/gen_stats.h
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb83 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A DREADME.rst3 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 a
53 these typically contain kernel-specific installation notes for some
57 your kernel.
59 Installing the kernel source
62 - If you install the full sources, put the kernel tarball in a
68 Replace "X" with the version number of the latest kernel.
71 incomplete) set of kernel headers that are used by the library header
73 whatever the kernel-du-jour happens to be.
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS1 List of maintainers and how to submit kernel changes
15 them onto the kernel channel and await results. This is especially
24 module and built into the kernel.
36 generalized kernel feature ready for next time.
66 please Cc: security@kernel.org, especially if the maintainer
147 M: Steffen Klassert <klassert@kernel.org>
148 L: netdev@vger.kernel.org
155 L: netdev@vger.kernel.org
161 L: linux-scsi@vger.kernel.org
168 L: linux-scsi@vger.kernel.org
[all …]
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D10-kernel.sh3 KERNELS=$(ls | grep kernel- || true)
7 # Fallback to current kernel
10 # Fallback to 5.10 kernel
22 # Update kernel
23 KERNEL_DIR=kernel-$RK_KERNEL_VERSION
30 rm -rf kernel
31 ln -rsf $KERNEL_DIR kernel
49 "$SCRIPTS_DIR/check-kernel.sh"
53 kernel-config)
54 KERNEL_CONFIG_DIR="kernel/arch/$RK_KERNEL_ARCH/configs"
[all …]
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-kernel.sh3 KERNELS=$(ls | grep kernel- || true)
7 # Fallback to current kernel
10 # Fallback to 5.10 kernel
22 # Update kernel
23 KERNEL_DIR=kernel-$RK_KERNEL_VERSION
30 rm -rf kernel
31 ln -rsf $KERNEL_DIR kernel
49 "$SCRIPTS_DIR/check-kernel.sh"
53 kernel-config)
54 KERNEL_CONFIG_DIR="kernel/arch/$RK_KERNEL_ARCH/configs"
[all …]
/OK3568_Linux_fs/buildroot/linux/
H A DConfig.in1 menu "Kernel"
4 bool "Linux Kernel"
8 Enable this option if you want to build a Linux kernel for
13 # Packages that need to have a kernel with support for loadable modules,
14 # but do not use the kernel-modules infrastructure, should select that
24 # 1. A single fairly recent stable kernel version
31 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 standard
77 URL at kernel.org. Instead, select "Custom tarball" and
[all …]
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-kms-helpers.rst7 userspace requests to kernel internal objects. Everything else is handled by a
39 .. kernel-doc:: include/drm/drm_modeset_helper_vtables.h
42 .. kernel-doc:: include/drm/drm_modeset_helper_vtables.h
53 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c
59 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c
65 .. kernel-doc:: include/drm/drm_atomic_helper.h
68 .. kernel-doc:: drivers/gpu/drm/drm_atomic_helper.c
74 .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c
80 .. kernel-doc:: drivers/gpu/drm/drm_atomic_state_helper.c
86 .. kernel-doc:: drivers/gpu/drm/drm_simple_kms_helper.c
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dalsa-driver-api.rst10 .. kernel-doc:: sound/core/init.c
14 .. kernel-doc:: sound/core/device.c
18 .. kernel-doc:: sound/core/sound.c
22 .. kernel-doc:: sound/core/memory.c
23 .. kernel-doc:: sound/core/memalloc.c
31 .. kernel-doc:: sound/core/pcm.c
32 .. kernel-doc:: sound/core/pcm_lib.c
33 .. kernel-doc:: sound/core/pcm_native.c
34 .. kernel-doc:: include/sound/pcm.h
38 .. kernel-doc:: sound/core/pcm_misc.c
[all …]

12345678910>>...524