/openbmc/qemu/qapi/ |
H A D | compat.json | 46 # with feature 'deprecated' or 'unstable'. We may want to extend it 57 # @unstable-input: how to handle unstable input (default 'accept') 60 # @unstable-output: how to handle unstable output (default 'accept') 68 '*unstable-input': 'CompatPolicyInput', 69 '*unstable-output': 'CompatPolicyOutput' } }
|
H A D | virtio.json | 31 # @unstable: This command is meant for debugging. 66 'features': [ 'unstable' ] } 200 # @unstable: This command is meant for debugging. 441 'features': [ 'unstable' ] } 564 # @unstable: This command is meant for debugging. 635 'features': [ 'unstable' ] } 699 # @unstable: This command is meant for debugging. 756 'features': [ 'unstable' ] } 848 # @unstable: This command is meant for debugging. 945 'features': [ 'unstable' ] }
|
H A D | machine.json | 196 # @unstable: Member @compat-props is experimental. 207 'features': ['unstable'] } } } 219 # @unstable: Argument @compat-props is experimental. 250 'features': [ 'unstable' ] } }, 1719 # @unstable: This command is meant for debugging. 1727 'features': [ 'unstable' ] } 1736 # @unstable: This command is meant for debugging. 1745 'features': [ 'unstable' ] } 1754 # @unstable: This command is meant for debugging. 1762 'features': [ 'unstable' ] } [all …]
|
H A D | machine-target.json | 442 # @unstable: This command is experimental. 455 'features': [ 'unstable' ], 479 # @unstable: This event is experimental. 491 'features': [ 'unstable' ], 514 # @unstable: This command is experimental. 521 'features': [ 'unstable' ],
|
H A D | qdev.json | 183 # @unstable: The command is experimental. 188 'features': [ 'unstable' ],
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 184 #[unstable(feature = "thin_box", issue = "92791")] 201 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 243 #[unstable(feature = "new_uninit", issue = "63291")] 270 #[unstable(feature = "new_uninit", issue = "63291")] 304 #[unstable(feature = "allocator_api", issue = "32838")] 330 #[unstable(feature = "allocator_api", issue = "32838")] 356 #[unstable(feature = "allocator_api", issue = "32838")] 379 #[unstable(feature = "allocator_api", issue = "32838")] 408 #[unstable(feature = "allocator_api", issue = "32838")] 441 #[unstable(feature = "allocator_api", issue = "32838")] [all …]
|
H A D | slice.rs | 38 #[unstable(feature = "slice_range", issue = "76393")] 40 #[unstable(feature = "array_chunks", issue = "74985")] 42 #[unstable(feature = "array_chunks", issue = "74985")] 44 #[unstable(feature = "array_windows", issue = "75027")] 52 #[unstable(feature = "slice_from_ptr_range", issue = "89792")] 62 #[unstable(feature = "slice_group_by", issue = "80552")] 437 #[unstable(feature = "allocator_api", issue = "32838")] 684 #[unstable(feature = "slice_concat_trait", issue = "27747")] 686 #[unstable(feature = "slice_concat_trait", issue = "27747")] 691 #[unstable(feature = "slice_concat_trait", issue = "27747")] [all …]
|
H A D | alloc.rs | 52 #[unstable(feature = "allocator_api", issue = "32838")] 238 #[unstable(feature = "allocator_api", issue = "32838")] 385 #[unstable(feature = "alloc_internals", issue = "none")]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | extract_if.rs | 22 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 29 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 49 #[unstable(feature = "allocator_api", issue = "32838")] 56 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 92 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")]
|
H A D | into_iter.rs | 37 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global, 94 #[unstable(feature = "allocator_api", issue = "32838")] 344 #[unstable(feature = "trusted_len", issue = "37572")] 366 #[unstable(issue = "none", feature = "std_internals")] 372 #[unstable(issue = "none", feature = "std_internals")] 376 #[unstable(issue = "none", feature = "std_internals")] 426 #[unstable(issue = "none", feature = "inplace_iteration")] 430 #[unstable(issue = "none", feature = "inplace_iteration")]
|
H A D | drain.rs | 27 #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator + 'a = Global, 64 #[unstable(feature = "allocator_api", issue = "32838")] 90 #[unstable(feature = "drain_keep_rest", issue = "101122")] 251 #[unstable(feature = "trusted_len", issue = "37572")]
|
H A D | mod.rs | 77 #[unstable(feature = "extract_if", reason = "recently added", issue = "43244")] 399 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { 664 #[unstable(feature = "allocator_api", issue = "32838")] 726 #[unstable(feature = "allocator_api", issue = "32838")] 900 #[unstable(feature = "allocator_api", issue = "32838")] 937 #[unstable(feature = "vec_into_raw_parts", reason = "new API", issue = "65816")] 980 #[unstable(feature = "allocator_api", issue = "32838")] 1395 #[unstable(feature = "allocator_api", issue = "32838")] 2011 #[unstable(feature = "vec_push_within_capacity", issue = "100486")] 2445 #[unstable(feature = "vec_split_at_spare", issue = "81944")] [all …]
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 71 #[unstable( 83 #[unstable( 99 #[unstable( 111 #[unstable( 123 #[unstable(feature = "try_reserve_kind", reason = "new API", issue = "48043")]
|
/openbmc/linux/Documentation/mm/damon/ |
H A D | maintainer-profile.rst | 10 linux-mm@kvack.org. Patches should be made against the mm-unstable tree [1]_ 18 Sufficiently reviewed patches will be queued in mm-unstable [1]_ by the memory 23 Note again the patches for review should be made against the mm-unstable 44 Patches can be sent anytime. Key cycle dates of the mm-unstable[1] and 56 .. [1] https://git.kernel.org/akpm/mm/h/mm-unstable
|
/openbmc/linux/Documentation/process/ |
H A D | programming-language.rst | 42 On top of that, some unstable features [rust-unstable-features]_ are used in 58 .. [rust-unstable-features] https://github.com/Rust-for-Linux/linux/issues/2
|
/openbmc/linux/drivers/mtd/ |
H A D | sm_ftl.c | 337 if (ftl->unstable) in sm_write_sector() 382 if (ftl->unstable) in sm_write_block() 444 if (ftl->unstable) in sm_mark_block_bad() 474 if (ftl->unstable) in sm_erase_block() 742 if (!ftl->unstable) { in sm_recheck_media() 744 ftl->unstable = 1; in sm_recheck_media() 942 if (ftl->unstable) in sm_cache_flush() 962 if (ftl->unstable) in sm_cache_flush()
|
H A D | sm_ftl.h | 38 bool unstable; member
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3399-skips.txt | 4 # Too unstable, machine ends up hanging after lots of Oopses
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-query-dv-timings.rst | 58 ENOLINK is returned. If a signal was detected, but it was unstable and 82 The signal was unstable and the hardware could not lock on to it.
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-cm-fx6.dts | 172 * the module behaves unstable at this frequency. Hence, remove the 194 * the module behaves unstable at this frequency. Hence, remove the 216 * the module behaves unstable at this frequency. Hence, remove the 238 * the module behaves unstable at this frequency. Hence, remove the
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyperf_2.8.1.bb | 9 * Detect if a benchmark result seems unstable. \
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | programming-language.rst | 52 instabili [it-rust-unstable-features]_. Queste funzionalità potrebbero cambiare 68 .. [it-rust-unstable-features] https://github.com/Rust-for-Linux/linux/issues/2
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | CVE-2018-19518.patch | 1 uw-imap (8:2007f~dfsg-6) unstable; urgency=medium
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-power-twl4030 | 17 This is useful for unstable power sources
|
/openbmc/linux/rust/ |
H A D | bindgen_parameters | 25 # nor Rust currently understand, and which Clang currently declares to be unstable.
|