Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/linux-6.1.9/scripts/clang-tools/
Drun-clang-tools.py48 checks = []
49 checks.append("-checks=-*")
51 checks.append("linuxkernel-*")
53 checks.append("clang-analyzer-*")
54 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling")
55 p = subprocess.run(["clang-tidy", "-p", args.path, ",".join(checks), entry["file"]],
/linux-6.1.9/Documentation/virt/kvm/x86/
Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit
77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit
85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit
89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit
95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit
99 KVM_FEATURE_HC_MAP_GPA_RANGE 16 guest checks this feature bit before
103 KVM_FEATURE_MIGRATION_CONTROL 17 guest checks this feature bit before
120 KVM_HINTS_REALTIME 0 guest checks this feature bit to
/linux-6.1.9/
DKbuild61 atomic-checks += $(addprefix $(obj)/.checked-, \
66 targets += $(atomic-checks)
67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE
73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
/linux-6.1.9/tools/perf/tests/shell/lib/
Dperf_json_output_lint.py56 checks = {
77 if key not in checks:
79 if not checks[key](value):
/linux-6.1.9/arch/s390/
DKconfig.debug10 This option enables sanity checks in s390 low-level entry code.
11 Some of these sanity checks may slow down kernel entries and
/linux-6.1.9/scripts/atomic/
Dgen-atomic-instrumented.sh67 local checks="$(gen_params_checks "${meta}" "${order}" "$@")"
75 ${checks}
/linux-6.1.9/lib/
DKconfig.ubsan80 This option enables -fsanitize=shift which checks for bit-shift
91 This option enables -fsanitize=integer-divide-by-zero which checks
103 This option enables -fsanitize=unreachable which checks for control
111 This option enables -fsanitize=bool which checks for boolean values being
119 This option enables -fsanitize=enum which checks for values being loaded
/linux-6.1.9/Documentation/x86/x86_64/
Dmachinecheck.rst7 Machine checks report internal hardware error conditions detected
11 Machine checks are organized in banks (normally associated with
/linux-6.1.9/tools/testing/memblock/
DREADME16 consist of a series of checks that exercise both the basic operations and
18 memory allocator is initialized at the build time, so the checks here reuse its
57 The project has one target, main, which calls a group of checks for basic and
95 (...allocation checks...)
/linux-6.1.9/drivers/gpu/drm/i915/
DKconfig.debug30 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
53 bool "Always insert extra checks around mmio access by default"
56 By default, always enables the extra sanity checks (extra register
66 bool "Insert extra checks into the GEM internals"
70 Enable extra sanity checks (including BUGs) along the GEM driver
/linux-6.1.9/drivers/staging/qlge/
DTODO22 * the driver has a habit of using runtime checks where compile time checks are
/linux-6.1.9/Documentation/dev-tools/
Dtesting-overview.rst132 Smatch extends Sparse and provides additional checks for programming logic
142 available include API tests, tests for correct usage of kernel iterators, checks
162 It's generally easier to write checks in Smatch than it is to write checks in
163 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks.
168 Coccinelle is probably the easiest for writing checks. It works before the
/linux-6.1.9/Documentation/admin-guide/LSM/
Dindex.rst6 various security checks to be hooked by new kernel extensions. The name
28 order in which checks are made. The capability module will always
/linux-6.1.9/Documentation/virt/coco/
Dsev-guest.rst46 The firmware checks that the message sequence counter is one greater than
135 - Attempts to bypass PSP checks by the hypervisor by using a normal page, or
140 gated by the PSP CPUID enforcement policy checks performed on the page
142 implements their own checks of the CPUID values.
/linux-6.1.9/fs/quota/
DKconfig41 bool "Additional quota sanity checks"
46 sanity checks of quota internal structures. If unsure, say N.
/linux-6.1.9/fs/ocfs2/
DKconfig71 bool "OCFS2 expensive checks"
75 This option will enable expensive consistency checks. Enable
/linux-6.1.9/Documentation/filesystems/ext4/
Dmmp.rst9 etc.), the MMP code running on the node (call it node A) checks a
16 code passes all of those checks, a new MMP sequence number is generated
/linux-6.1.9/drivers/firmware/psci/
DKconfig9 Run the PSCI checker during startup. This checks that hotplug and
/linux-6.1.9/Documentation/admin-guide/blockdev/drbd/
Dconn-states-8.dot5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
/linux-6.1.9/drivers/net/can/spi/mcp251xfd/
DKconfig16 This option enables additional sanity checks in the driver,
/linux-6.1.9/drivers/gpu/drm/nouveau/
DKconfig64 The paranoia and spam levels will add a lot of extra checks which
88 and sanity checks.
/linux-6.1.9/Documentation/staging/
Dspeculation.rst21 checks to be ignored by code which is speculatively executed. Consider the
70 The kernel provides a generic API to ensure that bounds checks are
/linux-6.1.9/Documentation/mm/damon/
Ddesign.rst79 Accessed-bit for basic access checks. Only one difference is the way of
84 and clear the bit(s) for next sampling target address and checks whether the
107 ``sampling interval`` and ``aggregation interval``. In detail, DAMON checks
137 ``sampling interval``, checks whether the page is accessed meanwhile, and
/linux-6.1.9/scripts/dtc/
DMakefile9 srcpos.o checks.o util.o
/linux-6.1.9/net/
DKconfig.debug25 Enable extra sanity checks in networking.

12345678910>>...14