/linux-6.14.4/Documentation/devicetree/bindings/mmc/ |
D | arm,pl18x.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <[email protected]> 11 - Ulf Hansson <[email protected]> 20 - $ref: /schemas/arm/primecell.yaml# 21 - $ref: mmc-controller.yaml# 29 - arm,pl180 30 - arm,pl181 31 - arm,pl18x [all …]
|
/linux-6.14.4/scripts/ |
D | Kbuild.include | 1 # SPDX-License-Identifier: GPL-2.0 11 space_escape := _-_SPACE_-_ 20 # Usage: $(call test-lt, $(CONFIG_LLD_VERSION), 150000) 25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y) 26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y) 28 test-ge = $(shell test $(strip $1)0 -ge $(strip $2)0 && echo y) 29 test-gt = $(shell test $(strip $1)0 -gt $(strip $2)0 && echo y) 31 test-le = $(call test-ge, $2, $1) 32 test-lt = $(call test-gt, $2, $1) 36 dot-target = $(dir $@).$(notdir $@) [all …]
|
D | Makefile.modinst | 1 # SPDX-License-Identifier: GPL-2.0 12 install-y := 14 ifeq ($(KBUILD_EXTMOD)$(sign-only),) 17 $(shell rm -fr $(MODLIB)/kernel $(MODLIB)/build) 19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order) 22 $(call cmd,symlink) 25 cmd_symlink = ln -s $(CURDIR) $@ 28 $(call cmd,install_modorder) 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 36 install-$(CONFIG_BUILTIN_MODULE_RANGES) += $(MODLIB)/modules.builtin.ranges [all …]
|
D | leaking_addresses.pl | 2 # SPDX-License-Identifier: GPL-2.0-only 7 # - Scans dmesg output. 8 # - Walks directory tree and parses each file (for each directory in @DIRS). 10 # Use --debug to output path before parsing, this is useful to find files that 42 # Kernel addresses vary by architecture. We can only auto-detect the following 43 # architectures (using `uname -m`). (flag --32-bit overrides auto-detection.) 57 my $opt_32bit = 0; # Scan 32-bit kernel. 58 my $page_offset_32bit = 0; # Page offset for 32-bit kernel. 65 '/proc/device-tree', 95 -o, --output-raw=<file> Save results for future processing. [all …]
|
/linux-6.14.4/tools/perf/ |
D | builtin-daemon.c | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <subcmd/parse-options.h> 40 * OK - session is up and running 41 * RECONFIG - session is pending for reconfiguration, 43 * KILL - session is pending to be killed 49 * - reads config file and setup session objects 52 * OK - no change needed 53 * RECONFIG - session needs to be changed 55 * KILL - session needs to be killed 59 * - scans session objects and does following actions [all …]
|
D | builtin-record.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * builtin-record.c 6 * (or a CPU, or a PID) into the perf.data output file - for 11 #include "util/build-id.h" 12 #include <subcmd/parse-options.h> 14 #include "util/parse-events.h" 37 #include "util/parse-branch-options.h" 38 #include "util/parse-regs-options.h" 41 #include "util/perf-hooks.h" 42 #include "util/cpu-set-sched.h" [all …]
|
/linux-6.14.4/arch/arm/boot/dts/st/ |
D | ste-href.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2012 ST-Ericsson AB 6 #include <dt-bindings/interrupt-controller/irq.h> 7 #include <dt-bindings/leds/common.h> 8 #include "ste-href-family-pinctrl.dtsi" 17 compatible = "simple-battery"; 18 battery-type = "lithium-ion-polymer"; 21 thermal-zones { 22 battery-thermal { 24 polling-delay = <0>; [all …]
|
D | ste-snowball.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2011 ST-Ericsson AB 6 /dts-v1/; 7 #include "ste-db9500.dtsi" 8 #include "ste-href-ab8500.dtsi" 9 #include "ste-href-family-pinctrl.dtsi" 13 compatible = "calaosystems,snowball-a9500", "st-ericsson,u9500"; 21 compatible = "simple-battery"; 22 battery-type = "lithium-ion-polymer"; 25 thermal-zones { [all …]
|
D | ste-nomadik-stn8815.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree for the ST-Ericsson Nomadik 8815 STn8815 SoC 6 #include <dt-bindings/gpio/gpio.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 18 L2: cache-controller { 19 compatible = "arm,l210-cache"; 21 interrupt-parent = <&vica>; 23 cache-unified; 24 cache-level = <2>; [all …]
|
D | ste-ux500-samsung-janice.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Devicetree for the Samsung Galaxy S Advance GT-I9070 also known as Janice. 6 /dts-v1/; 7 #include "ste-db8500.dtsi" 8 #include "ste-ab8500.dtsi" 9 #include "ste-dbx5x0-pinctrl.dtsi" 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/irq.h> [all …]
|
D | stm32mp15xx-dhcom-som.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (C) 2019-2020 Marek Vasut <[email protected]> 6 #include "stm32mp15-pinctrl.dtsi" 7 #include "stm32mp15xxaa-pinctrl.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/mfd/st,stpmic1.h> 23 stdout-path = "serial0:115200n8"; 31 reserved-memory { 32 #address-cells = <1>; 33 #size-cells = <1>; [all …]
|
/linux-6.14.4/include/linux/ |
D | lsm_hook_defs.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * Copyright (C) 2001 Greg Kroah-Hartman <[email protected]> 12 * Copyright (C) 2015 Casey Schaufler <casey@schaufler-ca.com> 60 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc, 84 LSM_HOOK(int, -EOPNOTSUPP, dentry_init_security, struct dentry *dentry, 91 LSM_HOOK(int, 0, path_unlink, const struct path *dir, struct dentry *dentry) 92 LSM_HOOK(int, 0, path_mkdir, const struct path *dir, struct dentry *dentry, 94 LSM_HOOK(int, 0, path_rmdir, const struct path *dir, struct dentry *dentry) 95 LSM_HOOK(int, 0, path_mknod, const struct path *dir, struct dentry *dentry, 100 LSM_HOOK(int, 0, path_symlink, const struct path *dir, struct dentry *dentry, [all …]
|
D | security.h | 5 * Copyright (C) 2001 Greg Kroah-Hartman <[email protected]> 112 * reason are not guaranteed to be stable - the same reason may block 263 /* bprm->unsafe reasons */ 299 * lsmprop_init - initialize a lsm_prop structure 312 * lsmprop_is_set - report if there is a value in the lsm_prop 403 int security_inode_init_security(struct inode *inode, struct inode *dir, 409 int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode); 412 int security_inode_link(struct dentry *old_dentry, struct inode *dir, 414 int security_inode_unlink(struct inode *dir, struct dentry *dentry); 415 int security_inode_symlink(struct inode *dir, struct dentry *dentry, [all …]
|
/linux-6.14.4/drivers/nvme/host/ |
D | rdma.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (c) 2015-2016 HGST, a Western Digital Company. 14 #include <linux/blk-mq.h> 15 #include <linux/blk-integrity.h> 25 #include <linux/nvme-rdma.h> 161 return queue - queue->ctrl->queues; in nvme_rdma_queue_idx() 167 queue->ctrl->io_queues[HCTX_TYPE_DEFAULT] + in nvme_rdma_poll_queue() 168 queue->ctrl->io_queues[HCTX_TYPE_READ]; in nvme_rdma_poll_queue() 173 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_rdma_inline_data_size() 177 size_t capsule_size, enum dma_data_direction dir) in nvme_rdma_free_qe() argument [all …]
|
/linux-6.14.4/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Nicholas A. Bellinger <nab@linux-iscsi.org> 50 isert_put_response(struct iscsit_conn *conn, struct iscsit_cmd *cmd); 70 return -EINVAL; in isert_sg_tablesize_set() 76 isert_prot_cmd(struct isert_conn *conn, struct se_cmd *cmd) in isert_prot_cmd() argument 78 return (conn->pi_support && in isert_prot_cmd() 79 cmd->prot_op != TARGET_PROT_NORMAL); in isert_prot_cmd() 88 ib_event_msg(e->event), e->event, isert_conn); in isert_qp_event_callback() 90 switch (e->event) { in isert_qp_event_callback() 92 rdma_notify(isert_conn->cm_id, IB_EVENT_COMM_EST); in isert_qp_event_callback() [all …]
|
/linux-6.14.4/drivers/mmc/host/ |
D | mmci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver 6 * Copyright (C) 2010 ST-Ericsson SA 26 #include <linux/mmc/slot-gpio.h> 33 #include <linux/dma-mapping.h> 47 #define DRIVER_NAME "mmci-pl18x" 377 spin_lock_irqsave(&host->lock, flags); in mmci_card_busy() 378 if (readl(host->base + MMCISTATUS) & host->variant->busy_detect_flag) in mmci_card_busy() 380 spin_unlock_irqrestore(&host->lock, flags); in mmci_card_busy() 394 if (host->cclk < 25000000) in mmci_reg_delay() [all …]
|
/linux-6.14.4/security/ |
D | security.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 2001-2002 Greg Kroah-Hartman <[email protected]> 9 * Copyright (C) 2023 Microsoft Corporation <paul@paul-moore.com> 25 #include <linux/backing-dev.h> 101 /* Boot-time LSM user choice */ 169 if (!lsm->enabled) in is_enabled() 172 return *lsm->enabled; in is_enabled() 182 * a hard-coded location for storing the default enabled state. in set_enabled() 184 if (!lsm->enabled) { in set_enabled() 186 lsm->enabled = &lsm_enabled_true; in set_enabled() [all …]
|
/linux-6.14.4/drivers/infiniband/hw/mlx5/ |
D | mr.c | 2 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 15 * - Redistributions of source code must retain the above 19 * - Redistributions in binary form must reproduce the above 40 #include <linux/dma-buf.h> 41 #include <linux/dma-resv.h> 66 struct mlx5_ib_dev *dev = to_mdev(pd->device); in set_mkc_access_pd_addr_fields() 75 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_write)) in set_mkc_access_pd_addr_fields() 78 if (MLX5_CAP_GEN(dev->mdev, relaxed_ordering_read) || in set_mkc_access_pd_addr_fields() 79 (MLX5_CAP_GEN(dev->mdev, in set_mkc_access_pd_addr_fields() 81 pcie_relaxed_ordering_enabled(dev->mdev->pdev))) in set_mkc_access_pd_addr_fields() [all …]
|
/linux-6.14.4/Documentation/ |
D | conf.py | 1 # -*- coding: utf-8 -*- 4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016. 7 # containing dir. 21 # ------ 23 def have_command(cmd): argument 24 """Search ``cmd`` in the ``PATH`` environment. 29 return shutil.which(cmd) is not None 47 # -- General configuration ------------------------------------------------ 171 #source_encoding = 'utf-8-sig' 213 # command-line options and find it for ourselves. [all …]
|
/linux-6.14.4/security/apparmor/ |
D | lsm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Copyright (C) 1998-2008 Novell/SUSE 8 * Copyright 2009-2010 Canonical Ltd. 182 rules = list_first_entry(&profile->rules, in apparmor_capget() 185 rules->caps.allow); in apparmor_capget() 187 rules->caps.allow); in apparmor_capget() 211 * common_perm - basic common permission check wrapper fn for paths 235 * common_perm_cond - common permission wrapper around inode cond 244 vfsuid_t vfsuid = i_uid_into_vfsuid(mnt_idmap(path->mnt), in common_perm_cond() 245 d_backing_inode(path->dentry)); in common_perm_cond() [all …]
|
/linux-6.14.4/security/selinux/ |
D | hooks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Security-Enhanced Linux (SELinux) security module 13 * Copyright (C) 2003-2008 Red Hat, Inc., James Morris <[email protected]> 15 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc. 17 * Copyright (C) 2006, 2007, 2009 Hewlett-Packard Development Company, L.P. 18 * Paul Moore <paul@paul-moore.com> 82 #include <linux/posix-timers.h> 95 #include <linux/io_uring/cmd.h> 156 * selinux_secmark_enabled - Check to see if SECMARK is currently enabled 173 * selinux_peerlbl_enabled - Check to see if peer labeling is currently enabled [all …]
|
/linux-6.14.4/security/smack/ |
D | smack_lsm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Casey Schaufler <casey@schaufler-ca.com> 11 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com> 12 * Copyright (C) 2009 Hewlett-Packard Development Company, L.P. 13 * Paul Moore <paul@paul-moore.com> 46 #include <linux/io_uring/cmd.h> 59 * SMACK64 - for access control, 60 * SMACK64TRANSMUTE - label initialization, 61 * Not saved on files - SMACK64IPIN and SMACK64IPOUT, 62 * Must be set explicitly - SMACK64EXEC and SMACK64MMAP [all …]
|
/linux-6.14.4/tools/testing/ktest/ |
D | ktest.pl | 1 #!/usr/bin/perl -w 2 # SPDX-License-Identifier: GPL-2.0-only 4 # Copyright 2010 - Steven Rostedt <[email protected]>, Red Hat Inc. 67 "GRUB_REBOOT" => "grub2-reboot", 68 "GRUB_BLS_GET" => "grubby --info=ALL", 76 "LOCALVERSION" => "-test", 79 "TARGET_IMAGE" => "/boot/vmlinuz-test", 422 i.e. -j20 433 …POWER_CYCLE = wget --no-proxy -O /dev/null -q --auth-no-challenge 'http://admin:admin\@power/outl… 444 CONSOLE = nc -d localhost 3001 [all …]
|
/linux-6.14.4/sound/soc/sof/intel/ |
D | hda.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 20 #include "../sof-client-probes.h" 21 #include "../sof-audio.h" 37 /* Legacy HDA registers and bits used - widths are variable */ 46 #define SOF_HDA_WAKESTS_INT_MASK ((1 << 8) - 1) 80 #define SOF_HDA_VS_D0I3C_CIP BIT(0) /* Command-In-Progress */ 304 /* Intel HD Audio Inter-Processor Communication Registers */ 346 /* ADSPCS - Audio DSP Control & Status */ 349 * Core Reset - asserted high 356 * Core run/stall - when set to '1' core is stalled [all …]
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 1 // SPDX-License-Identifier: GPL-2.0 61 if (pf->xdp_prog && new_mtu > MAX_XDP_MTU) { in otx2_change_mtu() 63 netdev->mtu); in otx2_change_mtu() 64 return -EINVAL; in otx2_change_mtu() 70 netdev->mtu, new_mtu); in otx2_change_mtu() 71 WRITE_ONCE(netdev->mtu, new_mtu); in otx2_change_mtu() 81 int irq, vfs = pf->total_vfs; in otx2_disable_flr_me_intr() 85 irq = pci_irq_vector(pf->pdev, RVU_PF_INT_VEC_VFME0); in otx2_disable_flr_me_intr() 90 irq = pci_irq_vector(pf->pdev, RVU_PF_INT_VEC_VFFLR0); in otx2_disable_flr_me_intr() 96 otx2_write64(pf, RVU_PF_VFME_INT_ENA_W1CX(1), INTR_MASK(vfs - 64)); in otx2_disable_flr_me_intr() [all …]
|