Searched full:linux (Results 1 – 25 of 11919) sorted by relevance
12345678910>>...477
/Linux-v5.15/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 11 macros defined in <linux/ioctl.h>: 65 This table lists ioctls visible from user land for Linux/x86. It contains 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 [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvif/ |
D | os.h | 5 #include <linux/types.h> 6 #include <linux/slab.h> 7 #include <linux/mutex.h> 8 #include <linux/pci.h> 9 #include <linux/platform_device.h> 10 #include <linux/printk.h> 11 #include <linux/bitops.h> 12 #include <linux/firmware.h> 13 #include <linux/module.h> 14 #include <linux/i2c.h> [all …]
|
/Linux-v5.15/tools/perf/arch/ |
D | common.c | 10 #include <linux/zalloc.h> 13 "arc-linux-", 14 "arc-snps-linux-uclibc-", 15 "arc-snps-linux-gnu-", 21 "arm-linux-androideabi-", 22 "arm-unknown-linux-", 23 "arm-unknown-linux-gnu-", 24 "arm-unknown-linux-gnueabi-", 25 "arm-linux-gnu-", 26 "arm-linux-gnueabihf-", [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 56 of the Linux Foundation certificate of contribution and should 161 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 [all …]
|
/Linux-v5.15/Documentation/x86/ |
D | topology.rst | 14 definitions. Thus, the way to read up on Linux topology on x86 is to start 113 A thread is a single scheduling unit. It's the equivalent to a logical Linux 152 The alternative Linux CPU enumeration depends on how the BIOS enumerates the 154 That has the "advantage" that the logical Linux CPU numbers of threads 0 stay 160 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0 166 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0 167 -> [core 1] -> [thread 0] -> Linux CPU 1 171 [package 0] -> [core 0] -> [thread 0] -> Linux CPU 0 172 -> [thread 1] -> Linux CPU 1 173 -> [core 1] -> [thread 0] -> Linux CPU 2 [all …]
|
/Linux-v5.15/fs/xfs/ |
D | xfs_linux.h | 9 #include <linux/types.h> 10 #include <linux/uuid.h> 27 #include <linux/semaphore.h> 28 #include <linux/mm.h> 29 #include <linux/sched/mm.h> 30 #include <linux/kernel.h> 31 #include <linux/blkdev.h> 32 #include <linux/slab.h> 33 #include <linux/crc32c.h> 34 #include <linux/module.h> [all …]
|
/Linux-v5.15/Documentation/firmware-guide/acpi/ |
D | osi.rst | 16 This document explains how and why the BIOS and Linux should use these methods. 22 Linux runs on two groups of machines -- those that are tested by the OEM 23 to be compatible with Linux, and those that were never tested with Linux, 24 but where Linux was installed to replace the original OS (Windows or OSX). 31 exposes Linux to an entire category of BIOS bugs. 32 For this reason, Linux _OSI defaults must continue to claim compatibility 35 But Linux isn't actually compatible with Windows, and the Linux community 36 has also been hurt with regressions when Linux adds the latest version of 41 What should an OEM do if they want to support Linux and Windows 43 for Linux to deal with how Linux is different from Windows. [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | sun4i-a10-inet9f-rev03.dts | 68 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 …]
|
/Linux-v5.15/scripts/gdb/ |
D | vmlinux-gdb.py | 2 # gdb helper commands and functions for Linux kernel debugging 22 gdb.write("NOTE: gdb 7.2 or later required for Linux helper scripts to " 25 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 [all …]
|
/Linux-v5.15/arch/arm/kernel/ |
D | sys_arm.c | 3 * linux/arch/arm/kernel/sys_arm.c 5 * Copyright (C) People who wrote linux/arch/i386/kernel/sys_i386.c 9 * have a non-standard calling sequence on the Linux/arm 12 #include <linux/export.h> 13 #include <linux/errno.h> 14 #include <linux/sched.h> 15 #include <linux/mm.h> 16 #include <linux/sem.h> 17 #include <linux/msg.h> 18 #include <linux/shm.h> [all …]
|
/Linux-v5.15/arch/mips/kernel/ |
D | linux32.c | 8 #include <linux/compiler.h> 9 #include <linux/mm.h> 10 #include <linux/errno.h> 11 #include <linux/file.h> 12 #include <linux/highuid.h> 13 #include <linux/resource.h> 14 #include <linux/highmem.h> 15 #include <linux/time.h> 16 #include <linux/times.h> 17 #include <linux/poll.h> [all …]
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | sys_ppc32.c | 13 #include <linux/kernel.h> 14 #include <linux/sched.h> 15 #include <linux/fs.h> 16 #include <linux/mm.h> 17 #include <linux/file.h> 18 #include <linux/signal.h> 19 #include <linux/resource.h> 20 #include <linux/times.h> 21 #include <linux/smp.h> 22 #include <linux/sem.h> [all …]
|
/Linux-v5.15/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 10 #include <linux/spinlock.h> 11 #include <linux/compiler.h> 12 #include <linux/kernel.h> 13 #include <linux/errno.h> 14 #include <linux/init.h> 15 #include <linux/slab.h> 16 #include <linux/module.h> 17 #include <linux/kref.h> 18 /* include <linux/smp_lock.h> */ 19 #include <linux/netdevice.h> [all …]
|
/Linux-v5.15/drivers/net/can/m_can/ |
D | m_can.h | 9 #include <linux/can/core.h> 10 #include <linux/can/led.h> 11 #include <linux/can/rx-offload.h> 12 #include <linux/completion.h> 13 #include <linux/device.h> 14 #include <linux/dma-mapping.h> 15 #include <linux/freezer.h> 16 #include <linux/slab.h> 17 #include <linux/uaccess.h> 18 #include <linux/clk.h> [all …]
|
/Linux-v5.15/drivers/crypto/caam/ |
D | compat.h | 9 #include <linux/kernel.h> 10 #include <linux/module.h> 11 #include <linux/mod_devicetable.h> 12 #include <linux/device.h> 13 #include <linux/interrupt.h> 14 #include <linux/crypto.h> 15 #include <linux/hash.h> 16 #include <linux/hw_random.h> 17 #include <linux/of_platform.h> 18 #include <linux/dma-mapping.h> [all …]
|
/Linux-v5.15/lib/ |
D | debug_info.c | 8 #include <linux/cred.h> 9 #include <linux/crypto.h> 10 #include <linux/dcache.h> 11 #include <linux/device.h> 12 #include <linux/fs.h> 13 #include <linux/fscache-cache.h> 14 #include <linux/io.h> 15 #include <linux/kallsyms.h> 16 #include <linux/kernel.h> 17 #include <linux/kobject.h> [all …]
|
/Linux-v5.15/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 7 #include <linux/stddef.h> 8 #include <linux/module.h> 9 #include <linux/types.h> 11 #include <linux/mm.h> 12 #include <linux/errno.h> 13 #include <linux/ioport.h> 14 #include <linux/pci.h> 15 #include <linux/kernel.h> 16 #include <linux/netdevice.h> 17 #include <linux/etherdevice.h> [all …]
|
/Linux-v5.15/arch/microblaze/kernel/ |
D | sys_microblaze.c | 15 #include <linux/errno.h> 16 #include <linux/export.h> 17 #include <linux/mm.h> 18 #include <linux/smp.h> 19 #include <linux/syscalls.h> 20 #include <linux/sem.h> 21 #include <linux/msg.h> 22 #include <linux/shm.h> 23 #include <linux/stat.h> 24 #include <linux/mman.h> [all …]
|
/Linux-v5.15/usr/include/ |
D | Makefile | 27 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 …]
|
/Linux-v5.15/net/ax25/ |
D | ax25_uid.c | 7 #include <linux/capability.h> 8 #include <linux/errno.h> 9 #include <linux/types.h> 10 #include <linux/socket.h> 11 #include <linux/in.h> 12 #include <linux/kernel.h> 13 #include <linux/timer.h> 14 #include <linux/string.h> 15 #include <linux/sockios.h> 16 #include <linux/net.h> [all …]
|
/Linux-v5.15/arch/arm64/kernel/ |
D | time.c | 10 #include <linux/clockchips.h> 11 #include <linux/export.h> 12 #include <linux/kernel.h> 13 #include <linux/interrupt.h> 14 #include <linux/time.h> 15 #include <linux/init.h> 16 #include <linux/sched.h> 17 #include <linux/smp.h> 18 #include <linux/timex.h> 19 #include <linux/errno.h> [all …]
|
/Linux-v5.15/include/linux/ |
D | init_task.h | 5 #include <linux/rcupdate.h> 6 #include <linux/irqflags.h> 7 #include <linux/utsname.h> 8 #include <linux/lockdep.h> 9 #include <linux/ftrace.h> 10 #include <linux/ipc.h> 11 #include <linux/pid_namespace.h> 12 #include <linux/user_namespace.h> 13 #include <linux/securebits.h> 14 #include <linux/seqlock.h> [all …]
|
/Linux-v5.15/Documentation/translations/zh_CN/process/ |
D | submitting-drivers.rst | 18 如何向 Linux 内核提交驱动程序 31 块设备和字符设备的主设备号与从设备号是由 Linux 命名编号分配权威 LANANA( 42 Linux 2.0: 45 Linux 2.2: 48 Linux 2.4: 53 Linux 2.6: 54 除了遵循和 2.4 版内核同样的规则外,你还需要在 linux-kernel 邮件 55 列表上跟踪最新的 API 变化。向 Linux 2.6 内核提交驱动的顶级联系人 56 是 Andrew Morton <akpm@linux-foundation.org>。 61 许可: 代码必须使用 GNU 通用公开许可证 (GPL) 提交给 Linux,但是 [all …]
|
/Linux-v5.15/Documentation/process/ |
D | kernel-docs.rst | 3 Index of Documentation for People Interested in Writing and/or Understanding the Linux Kernel 9 linux-kernel mailing list as the same questions, asking for pointers 12 Fortunately, as more and more people get to GNU/Linux, more and more 40 Docs at the Linux Kernel tree 45 * Name: **linux/Documentation** 58 * Title: **Linux Kernel Mailing List Glossary** 63 :Keywords: glossary, terms, linux-kernel. 66 during discussion of the Linux kernel". 68 * Title: **Tracing the Way of Data in a TCP Connection through the Linux Kernel** 73 :Keywords: Linux Kernel Networking, TCP, tracing, ftrace [all …]
|
/Linux-v5.15/arch/arm/mach-integrator/ |
D | core.c | 3 * linux/arch/arm/mach-integrator/core.c 7 #include <linux/types.h> 8 #include <linux/kernel.h> 9 #include <linux/init.h> 10 #include <linux/device.h> 11 #include <linux/export.h> 12 #include <linux/spinlock.h> 13 #include <linux/interrupt.h> 14 #include <linux/irq.h> 15 #include <linux/memblock.h> [all …]
|
12345678910>>...477