Home
last modified time | relevance | path

Searched refs:linux (Results 1 – 25 of 2510) sorted by relevance

12345678910>>...101

/kernel/linux/build/test/syzkaller/qos_auth/
Dlatency_nice.txt1 include <linux/socket.h>
2 include <linux/ptrace.h>
3 include <linux/resource.h>
4 include <linux/stat.h>
5 include <linux/mman.h>
6 include <linux/time.h>
7 include <linux/mount.h>
8 include <linux/fs.h>
9 include <linux/eventpoll.h>
10 include <linux/signalfd.h>
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/
Dioctl-number.rst11 macros defined in <linux/ioctl.h>:
73 0x00 00-1F linux/fs.h conflict!
75 0x00 00-1F linux/fb.h conflict!
76 0x00 00-1F linux/wavefront.h conflict!
77 0x02 all linux/fd.h
78 0x03 all linux/hdreg.h
79 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't r…
80 0x06 all linux/lp.h
81 0x09 all linux/raid/md_u.h
85 0x12 all linux/fs.h
[all …]
/kernel/linux/patches/
DREADME_zh.md13 …19.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
15 …10.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
22 kernel/linux
28 │ ├── linux-4.19 # linux-4.19 相关patch
30 │ │   │ └── hdf.patch # linux-4.19 HDF patches
32 │ │   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
33 │ └── linux-5.10
35 │    │ └── hdf.patch # linux-5.10 HDF patches
37 │    │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
39 │    ├── kernel.patch # linux-5.10 rk3568 SOC patches
[all …]
DREADME.md13 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
15 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
22 kernel/linux
28 │ ├── linux-4.19 # linux-4.19 patches
30 │ │   │ └── hdf.patch # linux-4.19 HDF patches
32 │ │   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
33 │ └── linux-5.10
35 │    │ └── hdf.patch # linux-5.10 HDF patches
37 │    │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
39 │    ├── kernel.patch # linux-5.10 rk3568 SOC patches
[all …]
/kernel/linux/build/
DREADME_zh.md14 …19.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
16 …10.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
29 kernel/linux/patches
30 ├── linux-4.19 # linux-4.19 相关patch
32 │   │ └── hdf.patch # linux-4.19 HDF patches
34 │   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
35 └── linux-5.10
37 │ └── hdf.patch # linux-5.10 HDF patches
39 │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
41 ├── kernel.patch # linux-5.10 rk3568 SOC patches
[all …]
DREADME.md14 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
16 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
29 kernel/linux/patches
30 ├── linux-4.19 # linux-4.19 patches
32 │   │ └── hdf.patch # linux-4.19 HDF patches
34 │   └── hi3516dv300.patch # linux-4.19 Hi3516D V300 SOC patches
35 └── linux-5.10
37 │ └── hdf.patch # linux-5.10 HDF patches
39 │ └── hi3516dv300.patch # linux-5.10 Hi3516D V300 SOC patches
41 ├── kernel.patch # linux-5.10 rk3568 SOC patches
[all …]
Dkernel.mk27 KERNEL_SRC_PATH := $(OHOS_BUILD_HOME)/kernel/linux/${KERNEL_VERSION}
28 KERNEL_PATCH_PATH := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}
29 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
31 CLANG_HOST_TOOLCHAIN := $(OHOS_BUILD_HOME)/prebuilts/clang/ohos/linux-x86_64/llvm/bin
37 …KERNEL_TARGET_TOOLCHAIN := $(PREBUILTS_GCC_DIR)/linux-x86/arm/gcc-linaro-7.5.0-arm-linux-gnueabi/b…
38 KERNEL_TARGET_TOOLCHAIN_PREFIX := $(KERNEL_TARGET_TOOLCHAIN)/arm-linux-gnueabi-
40 …NEL_TARGET_TOOLCHAIN := $(PREBUILTS_GCC_DIR)/linux-x86/aarch64/gcc-linaro-7.5.0-2019.12-x86_64_aar…
41 KERNEL_TARGET_TOOLCHAIN_PREFIX := $(KERNEL_TARGET_TOOLCHAIN)/aarch64-linux-gnu-
64 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
82 …$(hide) $(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(K…
[all …]
/kernel/linux/linux-5.10/scripts/gdb/
Dvmlinux-gdb.py25 import linux.utils
26 import linux.symbols
27 import linux.modules
28 import linux.dmesg
29 import linux.tasks
30 import linux.config
31 import linux.cpus
32 import linux.lists
33 import linux.rbtree
34 import linux.proc
[all …]
/kernel/linux/linux-5.10/usr/include/
DMakefile27 no-header-test += linux/am437x-vpfe.h
28 no-header-test += linux/android/binder.h
29 no-header-test += linux/android/binderfs.h
30 no-header-test += linux/coda.h
31 no-header-test += linux/errqueue.h
32 no-header-test += linux/fsmap.h
33 no-header-test += linux/hdlc/ioctl.h
34 no-header-test += linux/ivtv.h
35 no-header-test += linux/kexec.h
36 no-header-test += linux/matroxfb.h
[all …]
/kernel/linux/config/
DREADME_zh.md14 …19.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
16 …10.y分支信息请查看[kernel官网](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
22 kernel/linux/config
23 └── linux-5.10
54 在kernel/linux/build仓中,按照kernel.mk中HDF的补丁合入方法,合入不同内核版本对应的HDF内核补丁:
57 …$(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SR…
64 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件patch放到对应路径下:
67 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
73 在kernel/linux/build仓中,按照kernel.mk中的芯片组件所对应的patch路径规则及命名规则,将对应的芯片组件config放到对应路径下:
76 KERNEL_CONFIG_PATH := $(OHOS_BUILD_HOME)/kernel/linux/config/${KERNEL_VERSION}
[all …]
DREADME.md14 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
16 …icial kernel website](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linu…
35 kernel/linux/config
36 ├── linux-4.19
44 └── linux-5.10
58 …nel version. For details, see the method in **kernel.mk** in the **kernel/linux/build** repository.
61 …$(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(KERNEL_SR…
68 …es for the patches of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
71 DEVICE_PATCH_DIR := $(OHOS_BUILD_HOME)/kernel/linux/patches/${KERNEL_VERSION}/$(DEVICE_NAME)_patch
77 …h and naming rules of the chip component in **kernel.mk** in the **kernel/linux/build** repository.
[all …]
/kernel/linux/common_modules/newip/
Dapply_newip.sh18 NEWIP_SOURCE_ROOT=$OHOS_SOURCE_ROOT/kernel/linux/common_modules/newip
24 cd $KERNEL_BUILD_ROOT/include/linux/
25 …h --relative-to=$KERNEL_BUILD_ROOT/include/linux $NEWIP_SOURCE_ROOT/third_party/linux-5.10/in…
27 …e-to=$KERNEL_BUILD_ROOT/include/net/netns $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/net/n…
29 …e-to=$KERNEL_BUILD_ROOT/include/net $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include/net)/…
30 cd $KERNEL_BUILD_ROOT/include/uapi/linux
31 …elative-to=$KERNEL_BUILD_ROOT/include/uapi/linux $NEWIP_SOURCE_ROOT/third_party/linux-5.10/include…
38 …ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/net/newip $NEWIP_SOURCE_ROOT/src/linux-5.10/…
40 …-relative-to=$KERNEL_BUILD_ROOT/net/newip $NEWIP_SOURCE_ROOT/third_party/linux-5.10/net/newip)/* …
41 cd $KERNEL_BUILD_ROOT/include/uapi/linux
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dsun4i-a10-inet9f-rev03.dts68 linux,code = <ABS_X>;
69 linux,input-type = <EV_ABS>;
70 linux,input-value = <0xffffffff>; /* -1 */
76 linux,code = <ABS_X>;
77 linux,input-type = <EV_ABS>;
78 linux,input-value = <1>;
84 linux,code = <ABS_Y>;
85 linux,input-type = <EV_ABS>;
86 linux,input-value = <0xffffffff>; /* -1 */
92 linux,code = <ABS_Y>;
[all …]
Dsocfpga_cyclone5_sockit.dts36 linux,default-trigger = "heartbeat";
42 linux,default-trigger = "heartbeat";
48 linux,default-trigger = "heartbeat";
54 linux,default-trigger = "heartbeat";
64 linux,input-type = <5>; /* EV_SW */
65 linux,code = <0x0>; /* SW_LID */
71 linux,input-type = <5>; /* EV_SW */
72 linux,code = <0x5>; /* SW_DOCK */
78 linux,input-type = <5>; /* EV_SW */
79 linux,code = <0xa>; /* SW_KEYPAD_SLIDE */
[all …]
Dbcm47081-luxul-xwr-1200.dts30 linux,default-trigger = "default-on";
36 linux,default-trigger = "none";
42 linux,default-trigger = "none";
48 linux,default-trigger = "none";
54 linux,default-trigger = "none";
61 linux,default-trigger = "usbport";
67 linux,default-trigger = "timer";
73 linux,default-trigger = "none";
79 linux,default-trigger = "none";
85 linux,default-trigger = "none";
[all …]
/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit.py53 def config_tests(linux: kunit_kernel.LinuxSourceTree,
58 success = linux.build_reconfig(request.build_dir, request.make_options)
68 def build_tests(linux: kunit_kernel.LinuxSourceTree,
73 success = linux.build_um_kernel(request.alltests,
90 def exec_tests(linux: kunit_kernel.LinuxSourceTree,
94 result = linux.run_kernel(
134 def run_tests(linux: kunit_kernel.LinuxSourceTree,
140 config_result = config_tests(linux, config_request)
147 build_result = build_tests(linux, build_request)
153 exec_result = exec_tests(linux, exec_request)
[all …]
/kernel/linux/linux-5.10/
DMAINTAINERS161 L: linux-scsi@vger.kernel.org
168 L: linux-scsi@vger.kernel.org
174 M: Jukka Rissanen <jukka.rissanen@linux.intel.com>
175 L: linux-bluetooth@vger.kernel.org
176 L: linux-wpan@vger.kernel.org
184 L: linux-hams@vger.kernel.org
190 L: linux-wireless@vger.kernel.org
193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
197 F: include/linux/ieee80211.h
[all …]
/kernel/linux/linux-5.10/tools/testing/ktest/examples/
Dcrosstests.conf30 BUILD_DIR = ${THIS_DIR}/linux.git
101 CROSS = alpha-linux
106 CROSS = arm-unknown-linux-gnueabi
111 CROSS = ia64-linux
116 CROSS = m68k-linux
121 CROSS = mips64-linux
126 CROSS = mips-linux
131 CROSS = hppa64-linux
136 CROSS = hppa-linux
141 CROSS = powerpc-linux
[all …]
/kernel/linux/linux-5.10/tools/testing/scatterlist/
DMakefile17 …$(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linu…
25 include: ../../../include/linux/scatterlist.h
26 @mkdir -p linux
29 @touch linux/highmem.h
30 @touch linux/kmemleak.h
31 @touch linux/slab.h
32 @cp $< linux/scatterlist.h
/kernel/linux/linux-5.10/Documentation/arm/
Dsunxi.rst25 http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf
28 …http://dl.linux-sunxi.org/A10/A10%20User%20Manual%20-%20v1.20%20%282012-04-09%2c%20DECRYPTED%29.pdf
34 http://dl.linux-sunxi.org/A10s/A10s%20Datasheet%20-%20v1.20%20%282012-03-27%29.pdf
40 http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf
43 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf
52 http://linux-sunxi.org/File:Allwinner_V3s_Datasheet_V1.0.pdf
59 http://dl.linux-sunxi.org/A20/A20%20User%20Manual%202013-03-22.pdf
65 http://dl.linux-sunxi.org/A23/A23%20Datasheet%20V1.0%2020130830.pdf
69 http://dl.linux-sunxi.org/A23/A23%20User%20Manual%20V1.0%2020130830.pdf
76 … http://dl.linux-sunxi.org/A31/A3x_release_document/A31/IC/A31%20datasheet%20V1.3%2020131106.pdf
[all …]
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dconstants.py.in15 #include <linux/clk-provider.h>
16 #include <linux/fs.h>
17 #include <linux/hrtimer.h>
18 #include <linux/mount.h>
19 #include <linux/of_fdt.h>
20 #include <linux/threads.h>
42 /* linux/clk-provider.h */
46 /* linux/fs.h */
54 /* linux/htimer.h */
57 /* linux/mount.h */
[all …]
/kernel/linux/linux-5.10/tools/lib/bpf/
DMakefile161 @(test -f ../../include/uapi/linux/bpf.h -a -f ../../../include/uapi/linux/bpf.h && ( \
162 (diff -B ../../include/uapi/linux/bpf.h ../../../include/uapi/linux/bpf.h >/dev/null) || \
164 …@(test -f ../../include/uapi/linux/bpf_common.h -a -f ../../../include/uapi/linux/bpf_common.h && …
165 …(diff -B ../../include/uapi/linux/bpf_common.h ../../../include/uapi/linux/bpf_common.h >/dev/null…
167 @(test -f ../../include/uapi/linux/netlink.h -a -f ../../../include/uapi/linux/netlink.h && ( \
168 (diff -B ../../include/uapi/linux/netlink.h ../../../include/uapi/linux/netlink.h >/dev/null) || \
170 @(test -f ../../include/uapi/linux/if_link.h -a -f ../../../include/uapi/linux/if_link.h && ( \
171 (diff -B ../../include/uapi/linux/if_link.h ../../../include/uapi/linux/if_link.h >/dev/null) || \
173 @(test -f ../../include/uapi/linux/if_xdp.h -a -f ../../../include/uapi/linux/if_xdp.h && ( \
174 (diff -B ../../include/uapi/linux/if_xdp.h ../../../include/uapi/linux/if_xdp.h >/dev/null) || \
[all …]
/kernel/linux/linux-5.10/arch/microblaze/boot/
DMakefile6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.*
10 $(obj)/linux.bin: vmlinux FORCE
13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE
16 $(obj)/linux.bin.gz: $(obj)/linux.bin FORCE
/kernel/linux/linux-5.10/Documentation/driver-api/
Dbasics.rst7 .. kernel-doc:: include/linux/module.h
13 .. kernel-doc:: include/linux/mod_devicetable.h
21 .. kernel-doc:: include/linux/sched.h
33 .. kernel-doc:: include/linux/completion.h
42 .. kernel-doc:: include/linux/wait.h
51 .. kernel-doc:: include/linux/ktime.h
54 .. kernel-doc:: include/linux/hrtimer.h
69 .. kernel-doc:: include/linux/kthread.h
78 .. kernel-doc:: include/linux/refcount.h
99 .. kernel-doc:: include/linux/kernel.h
[all …]
/kernel/linux/common_modules/
DREADME.OpenSource3 "Name": "linux-5.10",
5 "License File": "newip/third_party/linux-5.10/LICENSES",
8 …"Upstream URL": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/?h=linux-5.1…
9 "Description": "linux kernel 5.10"

12345678910>>...101