Home
last modified time | relevance | path

Searched refs:patch (Results 201 – 225 of 447) sorted by relevance

12345678910>>...18

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_log.c201 snapshot->ver_found.major, snapshot->ver_found.minor, snapshot->ver_found.patch, in xe_guc_log_snapshot_print()
202 snapshot->ver_want.major, snapshot->ver_want.minor, snapshot->ver_want.patch); in xe_guc_log_snapshot_print()
H A Dxe_guc.h20 #define MAKE_GUC_VER_STRUCT(ver) MAKE_GUC_VER((ver).major, (ver).minor, (ver).patch)
H A Dxe_guc_engine_activity.c113 version->major, version->minor, version->patch, required.major, in is_engine_activity_supported()
114 required.minor, required.patch); in is_engine_activity_supported()
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dhowto.rst116 "Linux kernel patch submission format"
118 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dhowto.rst113 "Linux kernel patch submission format"
115 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html
H A D5.Posting.rst230 [PATCH nn/mm] subsys: one-line description of the patch
/linux-6.15/drivers/parisc/
H A DREADME.dino25 ** patch PHSS_12295"
/linux-6.15/arch/arm64/kernel/pi/
H A DMakefile43 obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o
/linux-6.15/tools/memory-model/scripts/
H A DREADME86 git am -s -3 /path/to/patch # Or whatever it takes.
104 an error in the original LKMM version that is fixed by the patch will
/linux-6.15/Documentation/networking/
H A Dtproxy.rst51 A trivial patch for netcat is available here:
52 http://people.netfilter.org/hidden/tproxy/netcat-ip_transparent-support.patch
/linux-6.15/Documentation/translations/ko_KR/process/
H A Dhowto.rst145 "Linux kernel patch submission format"
146 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html
/linux-6.15/sound/soc/codecs/
H A Drt1320-sdw.c576 const struct firmware *patch; in rt1320_load_mcu_patch() local
588 ret = request_firmware(&patch, filename, &slave->dev); in rt1320_load_mcu_patch()
597 ptr = (const unsigned char *)patch->data; in rt1320_load_mcu_patch()
598 if ((patch->size % 8) == 0) { in rt1320_load_mcu_patch()
599 for (i = 0; i < patch->size; i += 8) { in rt1320_load_mcu_patch()
617 release_firmware(patch); in rt1320_load_mcu_patch()
H A Dwm5102.c586 const struct reg_default *patch = NULL; in wm5102_sysclk_ev() local
591 patch = wm5102_sysclk_reva_patch; in wm5102_sysclk_ev()
595 patch = wm5102_sysclk_revb_patch; in wm5102_sysclk_ev()
602 if (patch) in wm5102_sysclk_ev()
604 regmap_write_async(regmap, patch[i].reg, in wm5102_sysclk_ev()
605 patch[i].def); in wm5102_sysclk_ev()
/linux-6.15/Documentation/RCU/
H A DRTFP.txt825 ,Title="[PATCH]updated ipc lock patch"
832 Mingming Cao's patch to introduce RCU to SysV IPC.
939 dipankar/ct.2004.03.27/RCUll.2003.12.22.patch
999 Head of thread: dipankar/2004.03.23/rcu-low-lat.1.patch
1010 dipankar/rcuth.2004.03.24/rcu-throttle.patch
1023 Hierarchical-bitmap patch for RCU infrastructure.
1153 Srivatsa's RCU patch for tcp_ehash lookup.
1166 Ravikiran's lockfree FD patch.
1179 Ravikiran's lockfree FD patch.
1204 James Morris posts Kaigai Kohei's patch to LKML.
[all …]
/linux-6.15/Documentation/networking/device_drivers/ethernet/smsc/
H A Dsmc9.rst21 (A kernel patch is supplied for 1.3.71 )
/linux-6.15/arch/parisc/kernel/
H A DMakefile13 patch.o toc.o toc_asm.o
/linux-6.15/drivers/soc/loongson/
H A DKconfig14 controller, and clock control. This patch adds a driver to manage
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst56 cat << 'EOF' | patch -l -p1
83 cat << 'EOF' | patch -l -p1
131 cat << 'EOF' | patch -l -p1
209 cat << 'EOF' | patch -l -p1
266 cat << 'EOF' | patch -l -p1
312 cat << 'EOF' | patch -l -p1
475 patch compatibility. It's best to remember: use your best judgment
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_query.c572 if (ver.branch || ver.major || ver.minor || ver.patch) in query_guc_submission_version()
578 ver.patch = guc->submission_version.patch; in query_guc_submission_version()
/linux-6.15/Documentation/maintainer/
H A Drebasing-and-merging.rst31 built. For example, a rebase operation could take a patch set built on
74 increases the chances of running into surprising bugs. When a patch
78 - Realize that reparenting a patch series (or making significant history
81 patch series should, as a general rule, be treated like new code and
85 patch series that has clearly been reparented, often to a random commit,
/linux-6.15/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h312 u8 patch; member
338 u8 patch; /* firmware patch level */ member
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfi.h233 u8 patch; member
244 u8 patch;
/linux-6.15/Documentation/sound/hd-audio/
H A Dnotes.rst147 patch back to the upstream developer.
304 submit the improvement patch to the author.
439 via sysfs or a patch file, you can disable the jack detection, thus
515 When ``CONFIG_SND_HDA_PATCH_LOADER=y`` is set, you can pass a "patch"
521 A patch file is a plain text file which looks like below:
593 a patch file has to be located on the appropriate firmware path,
595 ``patch=hda-init.fw``, the file /lib/firmware/hda-init.fw must be
598 The patch module option is specific to each card instance, and you
601 for an HDMI video board, you may pass patch option like below:
604 options snd-hda-intel patch=on-board-patch,hdmi-patch
[all …]
/linux-6.15/Documentation/fb/
H A Dsstfb.rst33 You can apply the patches found in `sstfb/kernel/*-2.{2|4}.x.patch`,
34 and copy sstfb.c to linux/drivers/video/, or apply a single patch,
35 `sstfb/patch-2.{2|4}.x-sstfb-yymmdd` to your linux source tree.
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c557 u16 build = 0, major = 0, patch = 0; in txgbe_probe() local
704 patch = eeprom_cfg_blkh & 0x00ff; in txgbe_probe()
708 patch); in txgbe_probe()

12345678910>>...18