| /linux/tools/lib/bpf/ |
| H A D | libbpf_probes.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 21 /* On Ubuntu LINUX_VERSION_CODE doesn't correspond to info.release, 26 * Ubuntu 5.4.0-12.15-generic 5.4.8 29 * uname() call will return 5.4.0 in info.release. 53 /* On Debian LINUX_VERSION_COD [all...] |
| /linux/scripts/package/ |
| H A D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 7 set -eu 10 grep -q "^$1=y" include/config/auto.conf 15 echo -n "$2" 16 elif [ $# -ge 3 ]; then 17 echo -n "$3" 27 # Attempt to find the correct Debian architecture 83 if [ -z "$debarch" ]; then 84 debarch=$(dpkg-architecture -qDEB_HOST_ARCH) 89 echo "Debian userspace architecture defined!" >&2 [all …]
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 12 2. One-time setup 23 Debian supports installing compiler and libraries for s390 out of the box. 24 Users of other distros may use debootstrap in order to set up a Debian chroot:: 27 --variant=minbase \ 28 --include=sudo \ 30 ./s390-toolchain 31 sudo mount --rbind /dev ./s390-toolchain/dev 32 sudo mount --rbind /proc ./s390-toolchain/proc 33 sudo mount --rbind /sys ./s390-toolchain/sys 34 sudo chroot ./s390-toolchain [all …]
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | netcons_fragmented_msg.sh | |
| H A D | netcons_sysdata.sh | |
| /linux/Documentation/networking/ |
| H A D | netconsole.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 Release prepend support by Breno Leitao <leitao@debian.org>, Jul 7 2023 20 Sysdata append support by Breno Leitao <leitao@debian.org>, Jan 15 2025 28 It can be used either built-in or as a module. As a built-in, 40 netconsole=[+][r][src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] 44 r if present, prepend kernel version (release) to the message 45 src-port source for UDP packets (defaults to 6665) 46 src-ip source IP to use (interface address) 48 tgt-port port for logging agent (6666) 49 tgt-ip IP address for logging agent [all …]
|
| /linux/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1 .. SPDX-License-Identifier: GPL-2.0 16 release date 1991) and second virtualization platform for an x86 PC. 25 Most OSes today have built-in support for a number of "fake" 27 User Mode Linux takes this concept to the ultimate extreme - there 30 concepts which map onto something provided by the host - files, sockets, 36 The UML kernel is just a process running on Linux - same as any other 57 * You can run a usermode kernel as a non-root user (you may need to 99 This is extremely easy on Debian - you can do it using debootstrap. It is 100 also easy on OpenWRT - the build process can build UML images. All other 101 distros - YMMV. [all …]
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 5 ** 1.00.00.00 3/31/2004 Erich Chen First release 12 ** 1.20.00.04 1/09/2005 Erich Chen fits for Debian linux kernel version 2.2.xx 57 ** 1.implement PCI-Express error recovery function and AER capability 73 ** 2. add readl(reg->iop2drv_doorbell_reg) in arcmsr_handle_hbb_isr() 76 ** 1. modify acb->devstate[i][j] 94 ** while Linux XFS over DM-CRYPT. 98 ** 2.fix type B where we should _not_ iounmap() acb->pmu; 100 ** 3.add return -ENOMEM if ioremap() fails 103 ** 5. modify acb->devstate[i][j] as ARECA_RAID_GONE instead of 105 ** 6.fix arcmsr_cdb->Context as (unsigned long)arcmsr_cdb [all …]
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | gpio-properties.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 With the release of ACPI 5.1, the _DSD configuration object finally 31 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), 34 Package () { "reset-gpios", Package () { ^BTH, 1, 1, 0 } }, 35 Package () { "shutdown-gpios", Package () { ^BTH, 0, 0, 0 } }, 52 If 1, the GPIO is marked as active-low. 55 active-low or active-high, the "active_low" argument can be used here. 56 Setting it to 1 marks the GPIO as active-low. 61 In our Bluetooth example the "reset-gpios" refers to the second GpioIo() 70 +-------------+-------------+-----------------------------------------------+ [all …]
|
| /linux/tools/testing/selftests/drivers/net/lib/sh/ |
| H A D | lib_netcons.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # Author: Breno Leitao <leitao@debian.org> 9 set -euo pipefail 11 LIBDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")") 26 TARGET=$(mktemp -u netcons_XXXXX) 58 SRCIF=$(find "$NSIM1"/net -maxdepth 1 -type d ! \ 59 -pat [all...] |
| /linux/drivers/misc/ |
| H A D | cs5535-mfgpt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Driver for the CS5535/CS5536 Multi-Function General Purpose Timers (MFGPT) 6 * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> 21 #define DRV_NAME "cs5535-mfgpt" 53 return -EIO; in cs5535_mfgpt_toggle_event() 65 * a problem? -dilinger in cs5535_mfgpt_toggle_event() 68 mask = 1 << (timer->nr + 24); in cs5535_mfgpt_toggle_event() 73 mask = 1 << (timer->nr + shift); in cs5535_mfgpt_toggle_event() 78 mask = 1 << (timer->nr + shift); in cs5535_mfgpt_toggle_event() 82 return -EIO; in cs5535_mfgpt_toggle_event() [all …]
|
| /linux/include/linux/ |
| H A D | cdrom.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * -- <linux/cdrom.h> 4 * General header file for linux CD-ROM drivers 8 * 1997, 1998 Erik Andersen, andersee@debian.org 9 * 1998-2002 Jens Axboe, axboe@suse.de 45 void *handle; /* driver-dependent data */ 50 /* device-related storage */ 57 /* per-device flags */ 73 void (*release) (struct cdrom_device_info *); member 319 return (((m * CD_SECS) + s) * CD_FRAMES + f) - CD_MSF_OFFSET; in msf_to_lba()
|
| /linux/drivers/video/fbdev/ |
| H A D | valkyriefb.c | 2 * valkyriefb.c -- frame buffer device for the PowerMac 'valkyrie' display 7 * Vmode-switching changes and vmode 15/17 modifications created 29 August 10 * Ported to m68k Macintosh by David Huggins-Daines <dhd@debian.org> 14 * controlfb.c -- frame buffer device for the PowerMac 'control' display 15 * Copyright (C) 1998 Dan Jacobowitz <dan@debian.org> 17 * pmc-valkyrie.c -- Console support for PowerMac "valkyrie" display adaptor. 23 * drivers/video/chipsfb.c -- frame buffer device for 30 * And from the frame buffer device for Open Firmware-initialized devices: 120 /* Sets the video mode according to info->var */ 125 volatile struct valkyrie_regs __iomem *valkyrie_regs = p->valkyrie_regs; in valkyriefb_set_par() [all …]
|
| /linux/Documentation/process/ |
| H A D | embargoed-hardware-issues.rst | 7 ----- 23 ------- 31 Linux kernel security team (:ref:`Documentation/admin-guide/ 34 The team can be contacted by email at <hardware-security@kernel.org>. This 43 - PGP: https://www.kernel.org/static/files/hardware-security.asc 44 - S/MIME: https://www.kernel.org/static/files/hardware-security.crt 55 - Linus Torvalds (Linux Foundation Fellow) 56 - Greg Kroah-Hartman (Linux Foundation Fellow) 57 - Thomas Gleixner (Linux Foundation Fellow) 59 Operation of mailing-lists [all …]
|
| /linux/tools/docs/ |
| H A D | sphinx-pre-install | 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2017-2025 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 49 - System: dependencies required for docs build; 50 - Python: python dependencies for a native distro Sphinx install; 51 - PDF: dependencies needed by PDF builds. 82 - missing: missing dependencies list, containing a distro-independent 84 - missing_pkg: ancillary dict containing missing dependencies in 86 - need: total number of needed dependencies. Never cleaned. 87 - optional: total number of optional dependencies. Never cleaned. 88 - pdf: Is PDF support enabled? [all …]
|
| H A D | sphinx-build-wrapper | 2 # SPDX-License-Identifier: GPL-2.0 7 # Converted from docs Makefile and parallel-wrapper.sh, both under 12 # Breno Leitao <leitao@debian.org> 22 # Linus Torvalds <torvalds@linux-foundation.org> 36 Sphinx build wrapper that handles Kernel-specific business rules: 38 - it gets the Kernel build environment vars; 39 - it determines what's the best parallelism; 40 - i [all...] |
| /linux/drivers/media/radio/ |
| H A D | radio-mr800.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 * Big thanks to authors and contributors of dsbr100.c and radio-si470x.c 15 * http://av-usbradio.sourceforge.net/index.php 16 * http://sourceforge.net/projects/av-usbradio/ 17 * Latest release of theirs project was in 2005. 20 * Also, Faidon Liambotis <paravoid@debian.org> wrote nice driver for this radio 22 * http://www.spinics.net/lists/linux-usb-devel/msg10109.html 26 * in usbhid/hid-quirks.c 36 * - Correct power management of device (suspend & resume) 37 * - Add code for scanning and smooth tuning [all …]
|
| /linux/fs/befs/ |
| H A D | ChangeLog | 1 Version 0.92 (2002-03-29) 5 Version 0.92 (2002-03-27) 12 Version 0.91 (2002-03-26) 17 Version 0.9 (2002-03-14) 25 Version 0.64 (2002-02-07) 41 * Made a debian package of the source for use with kernel-package. [WD] 44 Version 0.63 (2002-01-31) 74 Version 0.61 (2002-01-20) 92 Version 0.6 (2001-12-15) 99 would result in the filesystem using the on-disk uid and gid. [WD] [all …]
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 2 A Linux CD-ROM standard 7 :Updated by: Erik Andersen (andersee@debian.org) 14 Linux is probably the Unix-like operating system that supports 18 - The large list of hardware devices available for the many platforms 19 that Linux now supports (i.e., i386-PCs, Sparc Suns, etc.) 20 - The open design of the operating system, such that anybody can write a 22 - There is plenty of source code around as examples of how to write a driver. 29 This divergence of behavior has been very significant for CD-ROM 32 their drivers totally inconsistent, the writers of Linux CD-ROM 35 maintain uniform behavior across all the Linux CD-ROM drivers. [all …]
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | handling-regressions.rst | 1 .. include:: ../disclaimer-sp.rst 10 *No causamos regresiones* -- este documento describe la que es la "primera 13 Documentation/admin-guide/reporting-regressions.rst, que cubre el tema 25 conversación de los correos, mandando un breve "Reply-all" con la 35 como ``#regzbot introduced v5.13..v5.14-rc1``. Si no, mandar una 45 #regzbot introduced: v5.13..v5.14-rc1 52 Documentation/process/submitting-patches.rst y 64 ----------------------------------------- 76 breve "Reply-all" con la lista en CC; Intentar asegurar que la lista es 84 Documentation/admin-guide/reporting-issues.rst. [all …]
|
| /linux/drivers/ata/ |
| H A D | sata_inic162x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * sata_inic162x.c - Driver for Initio 162x SATA controllers 15 * http://thread.gmane.org/gmane.linux.debian.devel.bugs.rc/378525/focus=54491 172 CPB_RESP_REL = (1 << 1), /* ATA release */ 255 .max_segment_size = 65536 - 512, 266 struct inic_host_priv *hpriv = ap->host->private_data; in inic_port_base() 268 return hpriv->mmio_base + ap->port_no * PORT_SIZE; in inic_port_base() 284 /* release reset */ in inic_reset_port() 293 void __iomem *scr_addr = inic_port_base(link->ap) + PORT_SCR; in inic_scr_read() 296 return -EINVAL; in inic_scr_read() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | pcwd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 * 960108 Fixed end-of-file pointer (Thanks to Dan Hollis), added 24 * added watchdog disable/re-enable routines. Added firmware 36 * Michael Meskes <meskes@debian.org>. 60 #include <linux/errno.h> /* For the -ENODEV/... values */ 71 #include <linux/ioport.h> /* For io-port access */ 79 #define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog" 94 * These are the auto-probe addresses available. 104 * PCI-PC Watchdog card. 117 on-board processor */ [all …]
|
| /linux/drivers/cdrom/ |
| H A D | cdrom.c | 3 Copyright (c) 1997, 1998 Erik Andersen <andersee@debian.org> 9 Uniform CD-ROM driver for Linux. 10 See Documentation/cdrom/cdrom-standard.rst for usage information. 13 software that uses CD-ROMs and the various low-level drivers that 15 Patches that work are more welcome though. ;-) 18 ---------------------------------- 19 1.00 Date Unknown -- David van Leeuwen <david@tm.tno.nl> 20 -- Initial version by David A. van Leeuwen. I don't have a detailed 23 2.00 Dec 2, 1997 -- Erik Andersen <andersee@debian.org> 24 -- New maintainer! As David A. van Leeuwen has been too busy to actively [all …]
|
| /linux/include/uapi/linux/ |
| H A D | cdrom.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * -- <linux/cdrom.h> 4 * General header file for linux CD-ROM drivers 8 * 1997, 1998 Erik Andersen, andersee@debian.org 9 * 1998-2002 Jens Axboe, axboe@suse.de 19 * As of Linux 2.1.x, all Linux CD-ROM application programs will use this 21 * a uniform interface between software accessing CD-ROMs and the various 23 * 23 different kinds of strange CD-ROM drives, but at least there will 24 * now be one, and only one, Linux CD-ROM interface. 27 * should use the O_NONBLOCK option when opening a CD-ROM device [all …]
|
| /linux/ |
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 EXTRAVERSION = -rc1 14 ifeq ($(filter output-sync,$(.FEATURES)),) 28 # Most importantly: sub-Makefiles should only ever modify files in 31 # unavoidable when linking the built-in.a targets which finally 41 this-makefile := $(lastword $(MAKEFILE_LIST)) 42 abs_srctree := $(realpath $(dir $(this-makefile))) 47 # Do not use make's built-in rules and variables 48 # (this increases performance and avoids hard-to-debug behaviour) 49 MAKEFLAGS += -rR [all …]
|