/linux/drivers/scsi/mpt3sas/ |
H A D | Kconfig | 32 # DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND 60 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this 61 can be 256. However, it may decreased down to 16. Decreasing this 72 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this 73 can be 256. However, it may decreased down to 16. Decreasing this
|
/linux/Documentation/arch/powerpc/ |
H A D | pmu-ebb.rst | 34 events, however unless the target process enables EBBs (via mtspr(BESCR)) no 48 It is however safe to run 'perf' commands on a process which is using EBBs. The 94 However, due to the design of the perf_events API, enabling an event does not 102 this case the enable will be successful. However if there is already an event 109 It is possible to read() from an EBB event. However the results are 125 The EBB handler is just regular userspace code, however it must be written in
|
/linux/Documentation/mm/ |
H A D | hugetlbfs_reserv.rst | 18 kernel, the code has evolved over time. However, the basic idea was to 139 always the value (to - from). However, for shared mappings it is possible that 153 However, within those routines the code is simply checking to ensure there 204 However, in every case the avoid_reserve argument overrides the use of 243 in the reserve map already existed so no change is made. However, if there 322 However, if reserves are associated with the subpool a return value less 407 return value of region_chg(). However, in the case of shared mappings it is 437 indicate that there is a reservation for the page. However, the subpool and 462 in the section "Reservation Map Modifications". However, they do take into 524 However, there are several instances where errors are encountered after a huge [all …]
|
/linux/Documentation/security/tpm/ |
H A D | tpm-security.rst | 32 evaporate. However, the goal of this document is to protect TPM 46 which would be an annoying denial of service attack. However, there 63 response. However, the second can only really be detected by relying 83 However, using these keys is difficult because the only way to pass 100 However, the TPM has a key certification mechanism (using the EK 115 cleared before handing it on to the next consumer. However the kernel
|
/linux/tools/memory-model/Documentation/ |
H A D | ordering.txt | 115 synchronize_srcu() and so on. However, these primitives have orders 184 the write to "y". However, you are usually better off using a release 216 "x". However, you are usually better off using an acquire load, as described 432 However, control dependencies are easily destroyed by compiler 452 However, if a group of CPUs apply these operations to a single variable, 462 a number of destructive optimizations. However, they provide no 470 a number of destructive optimizations. However, they provide no 483 However, many CPUs will happily reorder these operations with 554 fastpaths. However, the price is great care and continual attention
|
H A D | access-marking.txt | 102 However, in practice this will have the disadvantage of causing KCSAN 117 However, please keep in mind that a data_race() load feeding into 126 However, in practice this will have the disadvantage of causing KCSAN 147 However, in practice this will have the disadvantage of causing KCSAN 162 Plain C-language stores can also be used for this use case. However, 219 enclosed by data_race(). However, __data_racy does not affect the 236 However, it is even more important to comment plain C-language accesses 327 However, in order for KCSAN to detect buggy lockless writes, your kernel
|
/linux/Documentation/userspace-api/ |
H A D | check_exec.rst | 20 However, a JavaScript engine running in a web browser should already be 44 view of the interpreter, should be checked. However the result of this check 81 However, script interpreters may still use user configuration such as 90 interactive user commands (e.g. scripts). However, if such commands are passed
|
/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 30 However, except for filenames, fscrypt does not encrypt filesystem 112 However, if hardware-wrapped keys are used, then the fscrypt master 127 However, these ioctls have some limitations: 148 your kernel command line. However, this has a performance cost. 164 However, if `hardware-wrapped keys`_ are used, such attackers will be 509 index of the data unit in the file. However, users can select an 541 However, each encrypted directory still uses a unique key, or 553 >= 16 bytes; cipher block alignment is not required. However, 674 FS_IOC_SET_ENCRYPTION_POLICY is executed. However, it must be added 705 FS_IOC_SET_ENCRYPTION_POLICY is executing. However, if the new [all …]
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | types.h | 9 * not a major issue. However, for interoperability, libraries still 18 * However, some user programs are fine with this. They can
|
/linux/include/linux/ |
H A D | rculist_nulls.h | 29 * hlist_nulls_del_rcu(), running on this same list. However, it is 70 * However, it is perfectly legal to run concurrently with 93 * However, it is perfectly legal to run concurrently with 124 * However, it is perfectly legal to run concurrently with
|
/linux/drivers/hwmon/occ/ |
H A D | Kconfig | 12 On-Chip Controller (OCC) on a POWER8 processor. However, this driver 26 On-Chip Controller (OCC) on a POWER9 processor. However, this driver
|
/linux/Documentation/networking/device_drivers/can/ |
H A D | can327.rst | 35 As such, can327 is a best effort driver. However, this is more than 210 However, immediately after sending a frame, the ELM327 will be in 238 However, they do send ACKs while waiting for a reply immediately 276 However there is an exception: With a separate flag, it may set the 293 helpful here, however SocketCAN does not currently provide a facility
|
/linux/Documentation/ |
H A D | atomic_t.txt | 196 later accesses against the RMW op and all accesses preceding it. However, 218 However the atomic_fetch_add() might be implemented more efficiently. 321 operations -- those in the Arithmetic and Bitwise classes and xchg(). However 326 indefinitely. However, this is not evident on LL/SC architectures, because 356 However, even the forward branch from the failed compare can cause the LL/SC
|
/linux/Documentation/block/ |
H A D | data-integrity.rst | 9 protect against data corruption. However, the detection of the 39 controller and storage device. However, many controllers actually 72 errors. However, the strength is really in the separation of the data 91 device. However, at the same time this is also the biggest 100 However, this level of detail is required when preparing the
|
/linux/Documentation/hid/ |
H A D | hid-transport.rst | 95 multiplex all four on a single physical channel. However, in this document we 160 return the current report state of the device. However, OUTPUT reports as 165 according to the given data. Any of the 3 report types can be used. However, 168 A device must answer with a synchronous acknowledgement. However, HID core 239 drivers can choose to setup their device in this callback. However, normally 262 However, once ->open() is called, transport drivers must be ready for I/O. 274 ->open() calls have been followed by a ->close() call. However, ->start() may
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-samsung-e7.dts | 14 * However, it is possible to use this device tree by compiling an ARM32 kernel 16 * to the other MSM8916 device trees. However, it is actually used through
|
H A D | msm8916-samsung-e5.dts | 14 * However, it is possible to use this device tree by compiling an ARM32 kernel 16 * to the other MSM8916 device trees. However, it is actually used through
|
/linux/Documentation/timers/ |
H A D | no_hz.rst | 52 However, if you are instead running a light workload with long idle 173 However, the drawbacks listed above mean that adaptive ticks should not 229 dyntick-idle mode, an option that most of them take. However, 243 However, please note that use of this parameter can cause 265 interrupt to this CPU. However, the current implementation 279 if needed, however, due to the complexity of reconfiguring RCU at
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | types.h | 6 * not a major issue. However, for interoperability, libraries still 22 * However, some user programs are fine with this. They can
|
/linux/Documentation/dev-tools/ |
H A D | gpio-sloppy-logic-analyzer.rst | 32 for a reason. However, for e.g. remote development, it may be useful to get a 60 The logic analyzer is configurable via files in debugfs. However, it is 71 sample at least at 800kHz. However, falling edges of both signals in an I2C
|
/linux/arch/arm64/kernel/ |
H A D | syscall.c | 113 * suitable error code for consumption by userspace. However, in el0_svc_common() 121 * user-issued syscall(-1). However, requesting a skip and not in el0_svc_common() 136 * check again. However, if we were tracing entry, then we always trace in el0_svc_common()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | wiznet,w5x00.txt | 16 generates falling edge interrupts, however, additional board logic 25 According to the w5500 datasheet, the chip allows a maximum of 80 MHz, however,
|
H A D | microchip,enc28j60.txt | 13 generates falling edge interrupts, however, additional board logic 22 According to the ENC28J80 datasheet, the chip allows a maximum of 20 MHz, however,
|
/linux/Documentation/filesystems/ext4/ |
H A D | bigalloc.rst | 9 exceeds the page size. However, for a filesystem of mostly huge files, 29 128MiB); however, the minimum allocation unit becomes a cluster, not a
|
/linux/drivers/usb/dwc3/ |
H A D | io.h | 26 * However, the offsets are given starting from xHCI address space. in dwc3_readl() 45 * However, the offsets are given starting from xHCI address space. in dwc3_writel()
|