| /linux-6.15/LICENSES/dual/ |
| H A D | copyleft-next-0.3.1 | 26 of, publicly perform and publicly display My Work. 40 Legal Notices contained in My Work (to the extent they remain 50 separate Distribution of portions of the Derived Work. 53 instead license the Derived Work under the GPL. 57 When Distributing a Covered Work, You may not impose further 184 "Covered Work" means My Work or a Derived Work. 190 (ii) a mere reproduction of My Work; and (iii) if My Work fails to 192 reference to My Work. 216 only as a consequence of further modification of My Work. 219 Separate Work. [all …]
|
| H A D | Apache-2.0 | 55 that is based on (or derived from) the Work and for which the editorial 63 version of the Work and any modifications or additions to that Work or 65 inclusion in the Work by the copyright owner or by an individual or Legal 78 subsequently incorporated within the Work. 91 sell, import, and otherwise transfer the Work, where such license 94 combination of their Contribution(s) with the Work to which such 99 any patent licenses granted to You under this License for that Work 118 d. If the Work includes a "NOTICE" text file as part of its 131 Work, provided that such additional attribution notices cannot be 152 origin of the Work and reproducing the content of the NOTICE file. [all …]
|
| H A D | CDDL-1.0 | 38 1.6. "Larger Work" means a work which combines Covered Software or 98 Work; and 130 Larger Work; and 223 You may create a Larger Work by combining Covered Software with 225 the Larger Work as a single product. In such a case, You must make
|
| H A D | MPL-1.1 | 46 1.7. "Larger Work" means a work which combines Covered Code or 105 as part of a Larger Work; and 131 and/or as part of a Larger Work; and 267 You may create a Larger Work by combining Covered Code with other code 269 Work as a single product. In such a case, You must make sure the
|
| /linux-6.15/rust/kernel/ |
| H A D | workqueue.rs | 233 work: Work<ClosureWork<T>>, 354 pub struct Work<T: ?Sized, const ID: u64 = 0> { struct 363 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} implementation 367 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} implementation 369 impl<T: ?Sized, const ID: u64> Work<T, ID> { impl 458 unsafe fn raw_get_work(ptr: *mut Self) -> *mut Work<T, ID> { in raw_get_work() 469 unsafe fn work_container_of(ptr: *mut Work<T, ID>) -> *mut Self in work_container_of() 541 let ptr = ptr as *mut Work<T, ID>; in run() 575 let work_ptr = unsafe { Work::raw_get(work_ptr) }; in __enqueue() 594 let ptr = ptr as *mut Work<T, ID>; in run() [all …]
|
| /linux-6.15/Documentation/process/ |
| H A D | contribution-maturity-model.rst | 92 time focused on Upstream Work, which is defined as reviewing patches, 105 at least a third of the engineer’s time spent doing Upstream Work. 109 Upstream Work to work focused on directly pursuing business goals.
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 72 Work Queues(WQ) - Contain the memory and operations for use by CMD queues and 74 pointers to Memory Areas that are the Memory for the Work Queue Elements(WQEs).
|
| /linux-6.15/drivers/gpio/ |
| H A D | TODO | 36 Work items: 62 Work items: 84 Work items: 114 Work items:
|
| /linux-6.15/Documentation/gpu/nova/core/ |
| H A D | todo.rst | 47 Work out how register constants and structures can be automatically generated 261 Work out the architecture for MMU / page table management. 411 Work out the common pieces of the API to connect 2nd level drivers, i.e. vGPU 419 Work out the API parts required by the vGPU manager, which are not covered by
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | inspur-ipsps1.rst | 75 mode Work mode. Can be set to active or
|
| /linux-6.15/Documentation/fb/ |
| H A D | pvr2fb.rst | 37 24bpp and 32bpp modes function poorly. Work to fix that is
|
| /linux-6.15/Documentation/core-api/ |
| H A D | workqueue.rst | 43 while an ST wq one for the whole system. Work items had to compete for 187 Work items queued to an unbound wq are served by the special 205 suspend operations. Work items on the wq are drained and no 214 Work items of a highpri wq are queued to the highpri 223 Work items of a CPU intensive wq do not contribute to the 272 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU. 353 (``WQ_MEM_RECLAIM``, flush and work item attributes. Work items
|
| /linux-6.15/arch/arm64/ |
| H A D | Kconfig | 732 Work around this by adding the affected CPUs to the list that needs 766 Work around the erratum by triggering a dummy step exception 801 Work around the issue by inserting DMB SY barriers around PAR_EL1 863 Work around the issue by always making sure we move the TRBPTR_EL1 by 881 Work around the issue by always making sure we move the TRBPTR_EL1 by 936 Work around this in the driver by always making sure that there is a 954 Work around this in the driver by always making sure that there is a 970 Work around this by adding the affected CPUs to the list that needs 1130 Work around this problem by placing a Speculation Barrier (SB) or 1209 Work around the issue by avoiding the problematic code sequence and [all …]
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | mlx5.rst | 57 is configuring steering rules directly to the HW using Work Queues with 58 a special new type of WQE (Work Queue Element).
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | fsl,fman.yaml | 99 "Work Queue (WQ) Channel Assignments in the QMan" section
|
| /linux-6.15/Documentation/i2c/ |
| H A D | summary.rst | 82 target. Work to replace the old terminology in the Linux Kernel is on-going.
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | microchip.rst | 210 Work In Progress statement:
|
| /linux-6.15/Documentation/driver-api/cxl/ |
| H A D | maturity-map.rst | 25 - [3] Mature: Work in this area is complete and no changes on the horizon.
|
| /linux-6.15/Documentation/gpu/rfc/ |
| H A D | gpusvm.rst | 97 * Work in progress and patches expected after initially landing on GPU
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | unshare.rst | 23 9) Future Work 322 9) Future Work
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 39 class Work(): class 188 w = Work(work_cmd, pipe_to, work_output_dir)
|
| /linux-6.15/Documentation/userspace-api/media/ |
| H A D | glossary.rst | 10 userspace API documentation. This is Work In Progress.
|
| /linux-6.15/Documentation/trace/ |
| H A D | kprobes.rst | 61 How Does a Kprobe Work? 107 How Does a Return Probe Work? 169 How Does Jump Optimization Work? 426 register_kretprobe(); see "How Does a Return Probe Work?" for details.
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | sva.rst | 35 the use of Shared Work Queues (SWQ) by both applications and Virtual 192 hardware also manages the queue depth for Shared Work Queues (SWQ), and
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-kms.rst | 638 Vertical Blank Work 644 Vertical Blank Work Functions Reference
|