/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | other.json | 22 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 28 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 34 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 40 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 58 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 64 …ch group is valid but does not get dispatched due to a Token Stall. Also counts cycles when the th… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | other.json | 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
/Linux-v6.1/Documentation/core-api/ |
D | timekeeping.rst | 21 accurately. Starts at system boot time but stops during suspend. 27 Like ktime_get(), but does not stop when suspended. This can be 38 persist across a reboot, like inode times, but should be avoided 47 Like ktime_get_real(), but uses the International Atomic Time (TAI) 55 Like ktime_get(), but runs at the same rate as the hardware 71 Same as the plain ktime_get functions, but returning a u64 number 81 Same above, but returns the time in a 'struct timespec64', split 117 These are quicker than the non-coarse versions, but less accurate, 126 but can't easily use 'jiffies', e.g. for inode timestamps. 128 on most modern machines with a reliable cycle counter, but [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 45 at boot but shouldn't prevent it from being turned off later. 124 protection and value '1' indicates that protection should be enabled but 131 that detection should be enabled but limit setting can be omitted. 135 is assumed still to be functional but approaching limit where it gets 138 be enabled but limit setting can be omitted. 143 protection and value '1' indicates that protection should be enabled but 151 that detection should be enabled but limit setting can be omitted. Limit 156 is assumed still to be functional but approaching limit where it gets 159 be enabled but limit setting can be omitted. Limit is given as microvolt 165 protection and value '1' indicates that protection should be enabled but [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | other.json | 17 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 23 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 29 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 35 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 41 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 47 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 53 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
|
/Linux-v6.1/Documentation/bpf/ |
D | ringbuf.rst | 22 These two problems are independent, but perf buffer fails to satisfy both. 26 counting, but given the first one requires an MPSC buffer, the same solution 33 type ``BPF_MAP_TYPE_RINGBUF``. Two other alternatives considered, but 37 ``BPF_MAP_TYPE_RINGBUF`` could represent an array of ring buffers, but not 39 with existing perf buffer use in BPF, but would fail if application needed more 51 themselves with, new syntax in libbpf, etc. But then would really provide no 53 doesn't support lookup/update/delete operations, but so doesn't few other map 66 with hashed task's tgid being a look up key to preserve order, but reduce 81 - but still the ability to do busy polling for new data to achieve the 93 discarded. Discard is similar to commit, but makes consumer ignore the [all …]
|
/Linux-v6.1/Documentation/process/ |
D | botching-up-ioctls.rst | 13 Which is nice, since there's no more insanity in the form of fake-generic, but 14 actually only used once interfaces. But the clear downside is that there's much 34 platforms don't necessarily align 64-bit values to 64-bit boundaries, but 68 but isn't a complete solution since newer userspace on older kernels won't 77 but garbage. This is also the reason why you must explicitly pad all 136 v4l use by default nowadays. But let userspace know which timestamps are 139 will mismatch if you look close enough, but if performance measuring tools 145 convenient time specification, but it's mostly the standard. 156 always be extended - but users will surely hate you if their neat animations 171 A full-blown drm driver essentially implements a little OS, but specialized to [all …]
|
D | volatile-considered-harmful.rst | 40 compiler might think it knows what will be in shared_data, but the 46 necessary. But the compiler would also be prevented from optimizing access 54 by locks, but one also does not want the compiler "optimizing" register 55 accesses within a critical section. But, within the kernel, I/O memory 81 - Inline assembly code which changes memory, but which has no other 86 every time it is referenced, but it can be read without any special 87 locking. So jiffies can be volatile, but the addition of other
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | ksm.rst | 16 by sharing the data common between them. But it can be useful to any 28 KSM's merged pages were originally locked into kernel memory, but can now 29 be swapped out just like other user pages (but sharing is broken when they 50 with EAGAIN, but more probably arousing the Out-Of-Memory killer. 79 readable by all but writable only by root: 111 * set to 0 to stop ksmd from running but keep merged pages, 113 * set to 2 to stop ksmd and unmerge all pages currently merged, but 141 deduplication factor will be, but the slower the worst case 156 lower latency, but they will make ksmd use more CPU during the 167 how many pages unique but repeatedly checked for merging [all …]
|
/Linux-v6.1/lib/ |
D | Kconfig | 134 modules require CRC-CCITT functions, but a module built outside 142 modules require CRC16 functions, but a module built outside 168 modules require CRC ITU-T V.41 functions, but a module built outside 178 modules require CRC32/CRC32c functions, but a module built outside 204 This is the fastest algorithm, but comes with a 8KiB lookup table. 215 This is a bit slower than slice by 8, but has a smaller 4KiB lookup 224 is not particularly fast, but has a small 256 byte lookup table. 231 Calculate checksum one bit at a time. This is VERY slow, but has 242 modules require CRC64 functions, but a module built outside 250 modules require CRC4 functions, but a module built outside [all …]
|
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer.sh | 113 check_err $? "Expected iPool($SB_POOL_ING) max occupancy to be $exp_max_occ, but got $max_occ" 118 check_err $? "Expected iPool($SB_POOL_ING) max occupancy to be $exp_max_occ, but got $max_occ" 123 check_err $? "Expected ePool($SB_POOL_EGR_CPU) max occupancy to be $exp_max_occ, but got $max_occ" 141 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ" 146 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ" 151 …check_err $? "Expected egress TC($SB_ITC_CPU_IP) max occupancy to be $exp_max_occ, but got $max_oc… 172 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ" 177 check_err $? "Expected ingress TC($SB_ITC) max occupancy to be $exp_max_occ, but got $max_occ" 182 check_err $? "Expected egress TC($SB_ITC_IP2ME) max occupancy to be $exp_max_occ, but got $max_occ"
|
/Linux-v6.1/Documentation/scheduler/ |
D | sched-stats.rst | 18 domain. Domains have no particular names in this implementation, but 48 scheduler. We kept it for ABI compatibility, but it is always set to zero. 80 2) # of times in this domain load_balance() checked but found 90 7) # of times in this domain load_balance() was called but did 93 cpu was idle but no busier group was found 96 10) # of times in this domain load_balance() checked but found the 105 15) # of times in this domain load_balance() was called but did not 108 was busy but no busier group was found 112 18) # of times in this domain load_balance() checked but found the 121 23) # of times in this domain load_balance() was called but did not [all …]
|
/Linux-v6.1/tools/memory-model/litmus-tests/ |
D | README | 45 As below, but with store-release replaced with WRITE_ONCE() 63 As above, but with store-release replaced with WRITE_ONCE() 71 As below, but with rcu_assign_pointer() and an rcu_dereference(). 84 As below, but with the second access of the writer process 88 As below, but without the smp_rmb() and smp_wmb(). 91 As below, but with a release-acquire chain. 94 As below, but with the first access of the writer process 106 but with two processes instead of three.) 114 As above, but without the smp_mb() invocations. 122 As above, but without the smp_mb() invocations. [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 8 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 18 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 28 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 38 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 48 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 58 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 68 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 78 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 88 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… 98 …s unit predicts the target address not only based on the EIP of the branch but also based on the e… [all …]
|
/Linux-v6.1/Documentation/mm/ |
D | frontswap.rst | 28 from transcendent memory into kernel memory, but will NOT remove the page 78 but-much-faster-than-disk "pseudo-RAM device". 94 as in zcache, but then "remotified" to another system's RAM. This 109 virtual machines, but the pages can be compressed and deduplicated to 121 * Sure there may be performance advantages in some situations, but 126 swap device. If CONFIG_FRONTSWAP is enabled but no frontswap "backend" 142 the existing eight bits, but let's worry about that minor optimization 149 backend, such as zcache, must implement policies to carefully (but 173 page. But if the backend does accept a page, the data from the page 198 but this would require fairly drastic changes. Even if it were [all …]
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | osi.rst | 24 but where Linux was installed to replace the original OS (Windows or OSX). 27 but many were tested to run with just one specific version of Windows. 35 But Linux isn't actually compatible with Windows, and the Linux community 39 But it is likely that they will all eventually be added. 82 But _OS had fundamental problems. First, the BIOS needed to know the name 112 But two bad things happened. First, the Windows ecosystem used _OSI 113 not as designed, but as a direct replacement for _OS -- identifying 120 Linux had no choice but to also return TRUE to _OSI("Windows 2001") 132 using it in untested BIOS flows. But some OEM's used _OSI("Linux") 142 of over-stating that compatibility; but the alternative has often been [all …]
|
/Linux-v6.1/Documentation/maintainer/ |
D | pull-requests.rst | 13 Mauro Carvalho Chehab. Misrepresentation was unintentional but inevitable, 62 not just make sense to me, but make sense as a historical record 70 (or even bug-fixes, but ones that look scary), explain not just 71 what they do and why they do it, but explain the _timing_. What 82 trivial formatting (the whole indentation and quoting etc), but 85 it right now), but may not make sense in the context of a merge 88 particularly for non-native speakers (but also for native ones 89 ;^). But I may miss some, or even add some. 136 will do this for you with the ``git request-pull`` command, but it needs a 150 can be used here instead as well (but note that some people behind
|
/Linux-v6.1/Documentation/ia64/ |
D | serial.rst | 32 change, but we registered devices that might not really exist. 54 EFI knows what your console devices are, but it doesn't tell the 57 devices are, but not all firmware supplies it. Also, EFI supports 98 - You specified "console=ttyS0" but Linux changed the device 103 EFI and elilo use both, but Linux defaults to VGA. Remove 107 elilo use all selected devices, but Linux uses only one. 111 - You're connected to an HP MP port[2] but have a non-MP UART 128 Kernel and init script output works fine, but no "login:" prompt: 134 "login:" prompt, but can't login as root:
|
/Linux-v6.1/Documentation/driver-api/ |
D | device-io.rst | 31 memory, but as accesses to a device. Some architectures define devices 32 to be at a fixed address, but most have some method of discovering 34 document does not cover how to receive such an address, but assumes you 154 points to a virtual memory address and can be offset or dereferenced, but in 184 each other, but contain a less expensive barrier operation. A device driver 196 identical behavior, but they can also operate on ``__iomem`` tokens returned 205 These behave in the same way as the ioread32()/iowrite32() family, but with 214 Drivers that use readl()/writel() this way are generally not portable, but 223 on 32-bit architectures but allow two consecutive 32-bit accesses instead. 237 a four-byte __raw_readl() does not get split into individual byte loads, but [all …]
|
/Linux-v6.1/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 29 state bits (one for MMIO and one for DMA, they get set together but can be 34 captures things like the details of the error that caused the freeze etc., but 53 memory but accessed in HW by the chip) that provides a direct 91 reserved for MSIs but this is not a problem at this point; we just 106 but that would mean using a completely different address allocation 116 bits which are not conveyed by PowerBus but we don't use this. 146 mechanism to make the freeze state cascade to "companion" PEs but 149 SW. We lose a bit of effectiveness of EEH in that case, but that's 158 sense, but we haven't done it yet. 170 PCI devices, but the BARs in VF config space headers are unusual. For [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/verifier/ |
D | var_off.c | 9 * &skb->pkt_type, but we don't know which 30 /* add it to fp. We now have either fp-4 or fp-8, but 52 /* add it to fp. We now have either fp-4 or fp-8, but 73 /* Add it to fp. We now have either fp-8 or fp-16, but 109 /* Add it to fp. We now have either fp-8 or fp-16, but 148 /* Check the lower bound but don't check the upper one. */ 175 /* add it to fp. We now have either fp-4 or fp-8, but 200 /* add it to fp. We now have either fp-516 or fp-512, but 225 /* Add it to fp. We now have either fp-12 or fp-16, but we don't know 250 /* Add it to fp. We now have either fp-12 or fp-16, but we don't know [all …]
|
/Linux-v6.1/Documentation/sound/cards/ |
D | hdspm.rst | 33 receiver, only 56 are transmitted/received over the MADI, but 42 over the MADI, but all 32 channels are available for the mixer, 51 over the MADI, but all 16 channels are available for the mixer, 77 result), but if MMAP is used by the application. Therefore it 116 control-panel, but buffer-sizes are controlled with ALSA from 130 !!!! This is a hardware-function but is in conflict with the 151 !!!! This is no pure hardware function but was implemented by 169 card should synchronise better in MADI Mode. But since the 282 Should be "Autosync Rate", but Name used is 369 channels have to be muted on after loading the driver, but was [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-cache.json | 224 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 234 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 244 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 254 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 264 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 274 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 284 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 294 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 304 …This includes when packets are passing by and when packets are being sunk, but does not include wh… 314 …This includes when packets are passing by and when packets are being sunk, but does not include wh… [all …]
|
/Linux-v6.1/sound/soc/sof/intel/ |
D | Kconfig | 15 This option is not user-selectable but automagically handled by 23 This option is not user-selectable but automagically handled by 35 This option is not user-selectable but automagically handled by 52 drivers, currently the default but which will be deprecated 273 This option is not user-selectable but automagically handled by 303 This option is not user-selectable but automagically handled by 311 This option is not user-selectable but automagically handled by 320 This option is not user-selectable but automagically handled by
|
/Linux-v6.1/Documentation/filesystems/ |
D | hpfs.rst | 53 attributes but do not create them. 'rw' - create extended attributes 65 'cat FOO', 'cat Foo', 'cat foo' or 'cat F*' but not 'cat f*'. Note, that you 71 well. If you create 'a. ...', the file 'a' will be created, but you can still 105 chgrp symlinks but I don't know what is it good for. chmoding symlink results 109 moved ... sometimes it works. But the link is partly stored in directory 122 partition. It marked file name codepage as 850 - good. But when I again booted 126 really what IBM developers wanted? But problems continued. When I created in 135 OK, I could implement complex codepage support to this driver but I think it 156 OS/2 can't access files if the path is longer than about 256 chars but this 177 but vfs doesn't. Something like 'mv file FILE' won't work. [all …]
|