Home
last modified time | relevance | path

Searched +full:allow +full:- +full:set +full:- +full:time (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/Linux-v6.6/lib/
DKconfig.kgdb1 # SPDX-License-Identifier: GPL-2.0-only
6 # set if architecture has the its kgdb_arch_handle_qxfer_pkt
22 as well as in Documentation/dev-tools/kgdb.rst. If
34 If set to Y the debug core will use the kprobe blocklist to
35 identify symbols where it is unsafe to set breakpoints.
49 Share a serial console with kgdb. Sysrq-g must be used
83 bool "KGDB: Allow debugging with traps in notifiers"
88 exception handler which will allow kgdb to step through a
103 be set to 1 or 0 to enable all commands or disable almost all
108 0x0002 - allow arbitrary reads from memory and symbol lookup
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dregulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liam Girdwood <lgirdwood@gmail.com>
11 - Mark Brown <broonie@kernel.org>
14 regulator-name:
18 regulator-min-microvolt:
19 description: smallest voltage consumers may set
21 regulator-max-microvolt:
22 description: largest voltage consumers may set
[all …]
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsm6125-xiaomi-laurel-sprout.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/input/gpio-keys.h>
11 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
17 compatible = "xiaomi,laurel-sprout", "qcom,sm6125";
18 chassis-type = "handset";
21 qcom,msm-id = <394 0>; /* sm6125 v1 */
22 qcom,board-id = <11 0>;
[all …]
Dsm6125-sony-xperia-seine-pdx201.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/gpio-keys.h>
12 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
16 qcom,msm-id = <394 0x10000>; /* sm6125 v1 */
17 qcom,board-id = <34 0>;
21 chassis-type = "handset";
29 #address-cells = <2>;
30 #size-cells = <2>;
[all …]
Dmsm8998-sony-xperia-yoshino.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/leds/common.h>
10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
18 qcom,msm-id = <0x124 0x20000>, <0x124 0x20001>; /* 8998v2, v2.1 */
19 qcom,board-id = <8 0>;
23 compatible = "gpio-gate-clock";
24 pinctrl-0 = <&div_clk1>;
25 pinctrl-names = "default";
27 #clock-cells = <0>;
[all …]
/Linux-v6.6/Documentation/leds/
Dledtrig-transient.rst8 to be off. The delay_on value specifies the time period an LED should stay
11 gets deactivated. There is no provision for one time activation to implement
16 set a timer to hold a state, however when user space application crashes or
36 that are active at the time driver gets suspended, continue to run, without
41 class device property. When brightness is set to 0 from user space via
56 non-transient state. When driver gets suspended, irrespective of the transient
69 transient trigger is activated these properties are set to default values.
71 - duration allows setting timer value in msecs. The initial value is 0.
72 - activate allows activating and deactivating the timer specified by
73 duration as needed. The initial and default value is 0. This will allow
[all …]
/Linux-v6.6/include/uapi/linux/
Dcapability.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
11 * ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
19 /* User-level do most of the mapping between kernel and user
25 a set of three capability sets. The transposition of 3*the
33 #define _LINUX_CAPABILITY_VERSION_2 0x20071026 /* deprecated - use v3 */
96 * Backwardly compatible definition for source code - trapped in a
97 * 32-bit world. If you find you need this, please consider using
107 ** POSIX-draft defined capabilities.
155 /* Allows set*uid(2) manipulation (including fsuid). */
162 ** Linux-specific capabilities
[all …]
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dpower.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH
5 * Copyright (C) 2015-2017 Intel Deutschland GmbH
13 * enum iwl_ltr_config_flags - masks for LTR config command flags
15 * @LTR_CFG_FLAG_HW_DIS_ON_SHADOW_REG_ACCESS: allow LTR change on shadow
17 * @LTR_CFG_FLAG_HW_EN_SHRT_WR_THROUGH: allow LTR msg send on ANY LTR
19 * @LTR_CFG_FLAG_HW_DIS_ON_D0_2_D3: allow LTR msg send on transition from
23 * @LTR_CFG_FLAG_DENIE_C10_ON_PD: allow going into C10 on PD
39 * struct iwl_ltr_config_cmd_v1 - configures the LTR
[all …]
/Linux-v6.6/Documentation/arch/ia64/
Defirtc.rst2 EFI Real Time Clock driver
13 the IA-64 platform.
16 to get access to the Time Service offered by EFI version 0.92.
27 at first, the time of day service. This is required in order to access, in a
29 to initialize the system view of the time during boot.
31 Because we wanted to minimize the impact on existing user-level apps using
38 EFI uses a slightly different way of representing the time, noticeably
39 the reference date is different. Year is the using the full 4-digit format.
41 expose this new way of representing time. Instead we use something very
43 One of the reasons for doing it this way is to allow for EFI to still evolve
[all …]
/Linux-v6.6/Documentation/w1/slaves/
Dw1_therm.rst16 -----------
47 time required by parasited powered device on the line. Reading
49 -1 if at least one sensor still in conversion, 1 if conversion is complete
55 time of issue of the bulk read command (not the current temperature).
59 ``conv_time`` is used to get current conversion time (read), and
60 adjust it (write). A temperature conversion time depends on the device type and
61 its current resolution. Default conversion time is set by the driver according
62 to the device datasheet. A conversion time for many original device clones
63 deviate from datasheet specs. There are three options: 1) manually set the
64 correct conversion time by writing a value in milliseconds to ``conv_time``; 2)
[all …]
/Linux-v6.6/include/media/
Drc-core.h1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2009-2010 by Mauro Carvalho Chehab
14 #include <linux/time.h>
16 #include <media/rc-map.h>
19 * enum rc_driver_type - type of the RC driver.
23 * It needs a Infra-Red pulse/space decoder
34 * struct rc_scancode_filter - Filter scan codes.
44 * enum rc_filter_type - Filter type constants.
57 * struct lirc_fh - represents an open lirc file
61 * set with an ioctl and then the high end with another ioctl
[all …]
/Linux-v6.6/include/linux/platform_data/
Dmtd-nand-s3c2410.h1 /* SPDX-License-Identifier: GPL-2.0-only */
6 * S3C2410 - NAND device controller platform_device info
15 * struct s3c2410_nand_set - define a set of one or more nand chips
16 * @flash_bbt: Openmoko u-boot can create a Bad Block Table
17 * Setting this flag will allow the kernel to
18 * look for it at boot time and also skip the NAND
20 * @options: Default value to set into 'struct nand_chip' options.
21 * @nr_chips: Number of chips in this set
23 * @name: Name of set (optional)
24 * @nr_map: Map for low-layer logical to physical chip numbers (option)
[all …]
/Linux-v6.6/kernel/trace/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
21 API, which will be used by other function-entry hooking
27 See Documentation/trace/ftrace-design.rst
32 See Documentation/trace/ftrace-design.rst
40 See Documentation/trace/ftrace-design.rst
54 If this is set, then arguments and stack can be found from
69 See Documentation/trace/ftrace-design.rst
74 See Documentation/trace/ftrace-design.rst
79 Arch supports the gcc options -pg with -mfentry
84 Arch supports the gcc options -pg with -mrecord-mcount and -nop-mcount
[all …]
/Linux-v6.6/drivers/md/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 # after relevant mdadm enhancements - to make "names=yes"
21 # the default - are widely available.
34 Software RAID mini-HOWTO, available from
49 a several-second delay in the boot time due to various
69 use the so-called linear mode, i.e. it will combine the hard disk
78 tristate "RAID-0 (striping) mode"
82 use the so-called raid0 mode, i.e. it will combine the hard disk
88 Software-RAID mini-HOWTO, available from
98 tristate "RAID-1 (mirroring) mode"
[all …]
/Linux-v6.6/include/linux/
Dlru_cache.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 Copyright (C) 2003-2008, LINBIT Information Technologies GmbH.
8 Copyright (C) 2003-2008, Philipp Reisner <philipp.reisner@linbit.com>.
9 Copyright (C) 2003-2008, Lars Ellenberg <lars.ellenberg@linbit.com>.
24 This header file (and its .c file; kernel-doc of functions see there)
26 and changes to an "active set" of objects, as well as pending transactions,
30 the active set before we can "heat" a previously unused region.
33 As it actually Tracks Objects in an Active SeT, we could also call it
42 we need to resync all regions that have been target of in-flight WRITE IO
48 This is known as "write intent log", and can be implemented as on-disk
[all …]
/Linux-v6.6/Documentation/virt/kvm/devices/
Dvcpu.rst1 .. SPDX-License-Identifier: GPL-2.0
9 kvm_device_attr as other devices, but targets VCPU-wide settings and controls.
19 ---------------------------------------
27 -EBUSY The PMU overflow interrupt is already set
28 -EFAULT Error reading interrupt number
29 -ENXIO PMUv3 not supported or the overflow interrupt not set
31 -ENODEV KVM_ARM_VCPU_PMU_V3 feature missing from VCPU
32 -EINVAL Invalid PMU overflow interrupt number supplied or
33 trying to set the IRQ number without using an in-kernel
43 ---------------------------------------
[all …]
/Linux-v6.6/Documentation/admin-guide/
Dxfs.rst1 .. SPDX-License-Identifier: GPL-2.0
8 on the SGI IRIX platform. It is completely multi-threaded, can
15 for further details. This implementation is on-disk compatible
25 Sets the buffered I/O end-of-file preallocation size when
28 through to 1GiB, inclusive, in power-of-2 increments.
30 The default behaviour is for dynamic end-of-file
31 preallocation size, which uses a set of heuristics to
40 on-disk. When the new form is used for the first time when
42 attributes) the on-disk superblock feature bit field will be
45 The default behaviour is determined by the on-disk feature
[all …]
Dkernel-parameters.txt5 force -- enable ACPI if default was off
6 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
7 off -- disable ACPI if default was on
8 noirq -- do not use ACPI for IRQ routing
9 strict -- Be less tolerant of platforms that are not
11 rsdt -- prefer RSDT over (default) XSDT
12 copy_dsdt -- copy DSDT to memory
26 If set to vendor, prefer vendor-specific driver
29 If set to video, use the ACPI video.ko driver.
30 If set to native, use the device's native backlight mode.
[all …]
/Linux-v6.6/kernel/rcu/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 # RCU-related configuration options
11 # Dynticks-idle tracking
26 thousands of CPUs, but for which real-time response
37 designed for UP systems from which real-time response
42 bool "Make expert-level adjustments to RCU configuration"
46 expert-level adjustments to RCU configuration. By default,
47 no such adjustments can be made, which has the often-beneficial
48 side-effect of preventing "make oldconfig" from asking you all
50 obscure RCU options to be set up.
[all …]
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Ddevices.rst24 An entry is added using devices.allow, and removed using
27 echo 'c 1:3 mr' > /sys/fs/cgroup/1/devices.allow
36 echo a > /sys/fs/cgroup/1/devices.allow
61 access permissions than its parent. Every time an entry is written to
63 from their whitelist and all the locally set whitelist entries will be
64 re-evaluated. In case one of the locally set whitelist entries would provide
74 A allow "b 8:* rwm", "c 116:1 rw"
103 # echo "c *:3 rwm" >A/devices.allow
113 # echo "c 2:3 rwm" >B/devices.allow
114 # echo "c 50:3 r" >B/devices.allow
[all …]
/Linux-v6.6/Documentation/block/
Ddata-integrity.rst10 corruption is done at read time which could potentially be months
40 allow the operating system to interact with the integrity metadata
53 encouraged them to allow separation of the data and integrity metadata
54 scatter-gather lists.
60 Also, the 16-bit CRC checksum mandated by both the SCSI and SATA specs
63 performance for a number of workloads. Some controllers allow a
64 lighter-weight checksum to be used when interfacing with the operating
66 The IP checksum received from the OS is converted to the 16-bit CRC
91 device. However, at the same time this is also the biggest
102 concept of an end-to-end protection scheme is a layering violation.
[all …]
/Linux-v6.6/Documentation/userspace-api/
Dunshare.rst10 ----------
14 --------
26 -----------
37 outside the confinement of all-or-nothing shared resources of legacy
38 threads. On Linux, at the time of thread creation using the clone system
44 shared at the time of their creation. unshare() was conceptualized by
45 Al Viro in the August of 2000, on the Linux-Kernel mailing list, as part
49 addition to the set of available primitives on Linux that implement
53 -----------
59 even non-threaded applications if they have a need to disassociate
[all …]
Dseccomp_filter.rst11 certain subset of userland applications benefit by having a reduced set
12 of available system calls. The resulting set reduces the total kernel
22 history of being exposed to userland and a straightforward data set.
25 to time-of-check-time-of-use (TOCTOU) attacks that are common in system
65 call will return -1 and set errno to ``EINVAL``.
73 true, ``-EACCES`` will be returned. This requirement ensures that filter
79 time, but allow for further decreasing the attack surface during
82 The above call returns 0 on success and non-zero on error.
106 task without executing the system call. ``siginfo->si_call_addr``
108 ``siginfo->si_syscall`` and ``siginfo->si_arch`` will indicate which
[all …]
/Linux-v6.6/kernel/power/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
7 Allow the system to enter sleep states in which main memory is
9 suspend-to-RAM state (e.g. the ACPI S3 state).
30 user-space before invoking suspend. There's a run-time switch
32 This setting changes the default for the run-tim switch. Say Y
60 for suspend states like suspend-to-RAM (STR) often don't work very
72 <file:Documentation/power/swsusp-and-swap-files.rst>).
100 The default resume partition is the partition that the suspend-
101 to-disk implementation will look for a suspended disk image.
111 which will set the resume partition to the device specified.
[all …]
/Linux-v6.6/Documentation/admin-guide/cifs/
Dusage.rst18 MS-SMB2 (for detailed SMB2/SMB3/SMB3.1.1 protocol specification)
36 (e.g. /usr/src/linux-2.5.73)
48 the modules directory e.g. /lib/modules/6.3.0-060300-generic/kernel/fs/smb/client/cifs.ko).
57 required, mount.cifs is recommended. Most distros include a ``cifs-utils``
63 found at cifs-utils.git on git.samba.org
72 at module initialization time (by running insmod cifs.ko) can be seen.
122 mounts, unless umount is invoked with -i (which will avoid invoking a umount
125 allow adding entries to a file to the /etc/permissions file to achieve the
166 disabled on a per-mount basis by specifying ``nouser_xattr`` on mount.
168 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
[all …]

12345678910>>...42