Home
last modified time | relevance | path

Searched refs:backwards (Results 1 – 25 of 100) sorted by relevance

1234

/linux-6.12.1/net/ipv4/netfilter/
DKconfig77 This is a backwards-compat option for the user's convenience
85 This is a backwards-compat option for the user's convenience
152 This is a backwards-compat option for the user's convenience
172 This is a backwards-compat option for the user's convenience
234 This is a backwards-compat option for the user's convenience
242 This is a backwards-compat option for the user's convenience
251 This is a backwards-compat option for the user's convenience
289 This is a backwards-compatible option for the user's convenience
/linux-6.12.1/mm/kmsan/
Dcore.c91 bool backwards; in kmsan_internal_memmove_metadata() local
112 backwards = dst > src; in kmsan_internal_memmove_metadata()
113 step = backwards ? -1 : 1; in kmsan_internal_memmove_metadata()
114 iter = backwards ? n - 1 : 0; in kmsan_internal_memmove_metadata()
/linux-6.12.1/Documentation/dev-tools/
Dcheckuapi.rst8 checks UAPI header files for userspace backwards-compatibility across
79 All 912 UAPI headers compatible with x86 appear to be backwards compatible
114 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
121 in which the userspace backwards compatibility is ambiguous::
127 All 912 UAPI headers compatible with x86 appear to be backwards compatible
161 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
178 All 912 UAPI headers compatible with x86 appear to be backwards compatible
199 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
254 error - 1/884 UAPI headers compatible with arm64 appear _not_ to be backwards compatible
336 error - 1/912 UAPI headers compatible with x86 appear _not_ to be backwards compatible
[all …]
/linux-6.12.1/scripts/
Dpatch-kernel97 backwards () { function
231 backwards
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dhisilicon-hns-mdio.txt8 while "hisilicon,mdio" is optional for backwards compatibility only on
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
Dopencores,or1k-pic.txt11 but this is only for backwards compatibility.
Dnvidia,tegra20-ictlr.txt13 subsequent SoCs remained backwards-compatible with Tegra30, so on
/linux-6.12.1/net/ipv6/netfilter/
DKconfig70 This is a backwards-compat option for the user's convenience
130 This is a backwards-compat option for the user's convenience
186 This is a backwards-compatible option for the user's convenience
280 This is a backwards-compat option for the user's convenience
/linux-6.12.1/net/8021q/
DKconfig39 supersedes GVRP and is not backwards-compatible.
/linux-6.12.1/Documentation/networking/
Dalias.rst10 for backwards compatibility.
Dnetif-msg.rst13 constrained by backwards compatibility previous practice. It is useful
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-rbd49 will fail for backwards compatibility reasons.
63 available will fail for backwards compatibility reasons.
/linux-6.12.1/arch/arm64/boot/dts/sprd/
Dwhale2.dtsi132 /* For backwards compatibility: */
280 /* For backwards compatibility: */
/linux-6.12.1/Documentation/filesystems/
Ddevpts.rst14 To retain backwards compatibility the a ptmx device node (aka any node
/linux-6.12.1/arch/arm/boot/dts/intel/pxa/
Dpxa25x.dtsi42 /* For backwards compatibility: */
Dpxa27x.dtsi16 /* For backwards compatibility: */
/linux-6.12.1/tools/testing/selftests/livepatch/
DREADME35 tested on systems with different kABI, ensuring they the tests are backwards
/linux-6.12.1/drivers/staging/media/deprecated/atmel/
DTODO5 not backwards compatible with the current usability of the driver.
/linux-6.12.1/Documentation/kbuild/
Dheaders_install.rst18 Kernel headers are backwards compatible, but not forwards compatible. This
/linux-6.12.1/Documentation/sound/designs/
Dtimestamping.rst35 ``CLOCK_REALTIME`` (NTP corrections including going backwards),
36 ``CLOCK_MONOTONIC`` (NTP corrections but never going backwards),
87 For backwards compatibility with previous implementations that did not
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c805 bool backwards) in vc_insn_string_read() argument
807 int i, b = backwards ? -1 : 1; in vc_insn_string_read()
831 bool backwards) in vc_insn_string_write() argument
833 int i, s = backwards ? -1 : 1; in vc_insn_string_write()
/linux-6.12.1/Documentation/driver-api/firmware/
Dfirmware-usage-guidelines.rst31 backwards compatibility for the older major versions. Minor version
/linux-6.12.1/drivers/mtd/spi-nor/
DKconfig41 of your SPI flash. This is only to keep backwards compatibility.
/linux-6.12.1/Documentation/driver-api/
Dzorro.rst20 - Zorro III is a 32-bit extension of Zorro II, which is backwards compatible
/linux-6.12.1/Documentation/bpf/
Dbpf_design_QA.rst313 kernel preserve backwards compatibility for these features?
319 the kernel will preserve backwards compatibility, as they are part of UAPI.
337 In other words, no backwards compatibility is guaranteed if one using a type
343 bpf_obj_new for user defined types). Will the kernel preserve backwards

1234