Home
last modified time | relevance | path

Searched +full:debian +full:- +full:arm64 (Results 1 – 7 of 7) sorted by relevance

/linux/scripts/package/
H A Dmkdebian5 # 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
55 aarch64|arm64)
56 debarch=arm64 ;;
83 if [ -z "$debarch" ]; then
[all …]
/linux/tools/testing/selftests/mm/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
16 uname_M := $(shell uname -m 2>/dev/null || echo not)
18 uname_M := $(shell echo $(CROSS_COMPILE) | grep -o '^[a-z0-9]\+')
20 ARCH ?= $(shell echo $(uname_M) | sed -e 's/aarch64.*/arm64/' -
[all...]
/linux/
H A DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
55 D: in-kernel DRM Maintainer
75 E: tim_alpaerts@toyota-motor-europe.com
79 S: B-2610 Wilrijk-Antwerpen
105 D: Maintainer of ide-cd and Uniform CD-ROM driver,
106 D: ATAPI CD-Changer support, Major 2.1.x CD-ROM update.
114 D: Linux/PA-RISC hacker
[all …]
H A DMAINTAINERS5 ----------
[all...]
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
5 EXTRAVERSION = -rc6
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-i
[all...]
/linux/lib/
H A DKconfig.debug1 # SPDX-License-Identifier: GPL-2.0-only
19 parameter printk.time=1. See Documentation/admin-guide/kernel-parameters.rst
62 int "Default console loglevel (1-15)"
72 Note: This does not affect the log level of un-prefixed printk()
77 int "quiet console loglevel (1-15)"
88 int "Default message log level (1-7)"
94 This was hard-coded to KERN_WARNING since at least 2.6.10 but folks
130 enabled/disabled based on various levels of scope - per source file,
170 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' >
174 nullarbor:~ # echo -n 'file svcsock.c +p' >
[all …]
/linux/tools/lib/bpf/
H A Dlibbpf.c1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org>
71 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
301 if (err != -EPERM || geteuid() != 0) in pr_perm_msg()
318 pr_warn("permission error while running as root; try raising 'ulimit - in pr_perm_msg()
[all...]