| /linux-5.15/Documentation/virt/kvm/ ! |
| A D | cpuid.rst | 65 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-5.15/scripts/clang-tools/ ! |
| A D | run-clang-tools.py | 49 checks = "-checks=-*," 51 checks += "linuxkernel-*" 53 checks += "clang-analyzer-*" 54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
|
| /linux-5.15/arch/s390/ ! |
| H A D | Kconfig.debug | 10 This option enables sanity checks in s390 low-level entry code. 11 Some of these sanity checks may slow down kernel entries and
|
| /linux-5.15/scripts/atomic/ ! |
| A D | gen-atomic-instrumented.sh | 59 local checks="$(gen_params_checks "${meta}" "$@")" 67 ${checks}
|
| /linux-5.15/lib/ ! |
| A D | Kconfig.ubsan | 92 This option enables -fsanitize=shift which checks for bit-shift 100 This option enables -fsanitize=integer-divide-by-zero which checks 112 This option enables -fsanitize=unreachable which checks for control 123 This option enables -fsanitize=object-size which checks for accesses 133 This option enables -fsanitize=bool which checks for boolean values being 141 This option enables -fsanitize=enum which checks for values being loaded
|
| /linux-5.15/drivers/gpu/drm/i915/ ! |
| A D | Kconfig.debug | 30 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-5.15/drivers/staging/qlge/ ! |
| A D | TODO | 22 * the driver has a habit of using runtime checks where compile time checks are
|
| /linux-5.15/Documentation/vm/damon/ ! |
| A D | design.rst | 75 basic access checks. It finds the relevant PTE Accessed bit from the address 78 checks whether the bit set again after one sampling period. This could disturb 99 ``sampling interval`` and ``aggregation interval``. In detail, DAMON checks 129 ``sampling interval``, checks whether the page is accessed meanwhile, and 164 As the changes could be quite frequent in some cases, DAMON checks the dynamic
|
| /linux-5.15/Documentation/admin-guide/LSM/ ! |
| A D | index.rst | 6 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-5.15/fs/ocfs2/ ! |
| H A D | Kconfig | 71 bool "OCFS2 expensive checks" 75 This option will enable expensive consistency checks. Enable
|
| /linux-5.15/fs/quota/ ! |
| H A D | Kconfig | 41 bool "Additional quota sanity checks" 46 sanity checks of quota internal structures. If unsure, say N.
|
| /linux-5.15/drivers/net/can/spi/mcp251xfd/ ! |
| A D | Kconfig | 15 This option enables additional sanity checks in the driver,
|
| /linux-5.15/drivers/firmware/psci/ ! |
| A D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
| /linux-5.15/Documentation/admin-guide/blockdev/drbd/ ! |
| A D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
| /linux-5.15/drivers/gpu/drm/nouveau/ ! |
| H A D | Kconfig | 62 The paranoia and spam levels will add a lot of extra checks which 86 and sanity checks.
|
| /linux-5.15/Documentation/staging/ ! |
| A D | speculation.rst | 21 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-5.15/Documentation/filesystems/ext4/ ! |
| A D | mmp.rst | 9 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-5.15/Documentation/dev-tools/ ! |
| A D | kasan.rst | 22 validity checks before every memory access and, therefore, require a compiler 31 The hardware KASAN mode (#3) relies on hardware to perform the checks but 203 register for arm64). The kernel periodically checks the hardware and 204 only reports tag faults during these checks. 217 checks before each memory access. 234 Compile-time instrumentation is used to insert memory access checks. Compiler 262 Software tag-based KASAN uses compile-time instrumentation to insert checks 263 before each memory access. These checks make sure that the tag of the memory 270 memory checks inline). With outline instrumentation mode, a bug report is 382 Software KASAN modes use compiler instrumentation to insert validity checks.
|
| /linux-5.15/drivers/dma-buf/ ! |
| A D | Kconfig | 55 bool "DMA-BUF debug checks" 59 This option enables additional checks for DMA-BUF importers and
|
| /linux-5.15/Documentation/devicetree/bindings/thermal/ ! |
| A D | da9062-thermal.txt | 18 milliseconds, between thermal zone device update checks.
|
| /linux-5.15/Documentation/filesystems/ ! |
| A D | xfs-self-describing-metadata.rst | 50 not detected by automated verification checks) but are not correct. Finding and 88 fast. So while CRC32c is not the strongest of possible integrity checks that 177 further checks are made against the location information, followed by extensive 178 object specific metadata validation. If any of these checks fail, then the 266 /* object specific verification checks here */ 291 /* object specific verification checks here */ 338 verification checks are done when each inode is read from or written back to the 341 The structure of the verifiers and the identifiers checks is very similar to the
|
| /linux-5.15/scripts/ ! |
| A D | Makefile.kasan | 54 $(call cc-param,hwasan-inline-all-checks=0) \
|
| /linux-5.15/drivers/w1/slaves/ ! |
| A D | w1_ds28e17.c | 89 unsigned int checks; in w1_f19_i2c_busy_wait() local 105 checks = W1_F19_BUSY_CHECKS; in w1_f19_i2c_busy_wait() 106 while ((checks--) > 0) { in w1_f19_i2c_busy_wait()
|
| /linux-5.15/Documentation/x86/x86_64/ ! |
| A D | machinecheck.rst | 7 Machine checks report internal hardware error conditions detected 11 Machine checks are organized in banks (normally associated with
|
| /linux-5.15/scripts/dtc/ ! |
| H A D | Makefile | 9 srcpos.o checks.o util.o
|