| /linux-6.15/sound/drivers/opl3/ |
| H A D | opl3_midi.c | 310 struct fm_patch *patch; in snd_opl3_note_on() local 349 patch = snd_opl3_find_patch(opl3, prg, bank, 0); in snd_opl3_note_on() 350 if (!patch) { in snd_opl3_note_on() 355 fm = &patch->inst; in snd_opl3_note_on() 356 switch (patch->type) { in snd_opl3_note_on() 371 instr_4op ? 3 : 2, patch->name); in snd_opl3_note_on()
|
| /linux-6.15/kernel/livepatch/ |
| H A D | transition.h | 9 void klp_init_transition(struct klp_patch *patch, int state);
|
| H A D | Makefile | 4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
|
| /linux-6.15/drivers/base/regmap/ |
| H A D | regmap-kunit.c | 650 struct reg_sequence patch[2]; in register_patch() local 668 patch[0].reg = 2; in register_patch() 669 patch[0].def = rval[2] + 1; in register_patch() 670 patch[0].delay_us = 0; in register_patch() 671 patch[1].reg = 5; in register_patch() 672 patch[1].def = rval[5] + 1; in register_patch() 673 patch[1].delay_us = 0; in register_patch() 1165 patch[0].def = rval[2] + 1; in cache_sync_patch() 1166 patch[0].delay_us = 0; in cache_sync_patch() 1168 patch[1].def = rval[5] + 1; in cache_sync_patch() [all …]
|
| /linux-6.15/Documentation/translations/it_IT/devicetree/bindings/ |
| H A D | submitting-patches.rst | 8 Sottomettere patch per devicetree (DT) *binding*
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | index.rst | 13 patch-acceptance
|
| /linux-6.15/arch/arm/probes/kprobes/ |
| H A D | core.c | 156 struct patch { struct 163 struct patch *p = data; in __kprobes_remove_breakpoint() argument 170 struct patch p = { in kprobes_remove_breakpoint()
|
| /linux-6.15/Documentation/gpu/amdgpu/display/ |
| H A D | index.rst | 33 * Ensure that every patch compiles and the entire series pass our set of IGT 38 emerge: fix the issue or drop the patch. If it is not an easy fix, the bad 39 patch is dropped.
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | README.rst | 13 BPF employs a continuous integration (CI) system to check patch submission in an 14 automated fashion. The system runs selftests for each patch in a series. Results 146 Hence `this patch`__ addresses it on the compiler side. It was committed on llvm 12. 196 available in 10.0.1. The patch is available in llvm 11.0.0 trunk. 312 Clang 13 patch `clang reloc patch`_ made some changes on relocations such 325 .. _clang reloc patch: https://github.com/llvm/llvm-project/commit/6a2ea84600ba4bd3b2733bd8f08f5115…
|
| /linux-6.15/Documentation/process/ |
| H A D | 7.AdvancedTopics.rst | 70 development history. An inconvenient patch (one which breaks bisection, 72 made to disappear from the history entirely. A patch series can be 76 ability to revise history can help in the creation of clean patch sets with 123 You can send me patches, but for me to pull a git patch from you, I 140 you may have to add a "From:" line to the patch if it has been relayed to 180 by the patch as a whole is a good thing for the kernel or not. Yet others 192 maintainers will not know that the reviewer has looked at the patch at all! 194 Last but not least patch review may become a negative process, focused
|
| H A D | researcher-guidelines.rst | 90 When engaging with the developer community, sending a patch has 100 Then send a patch (including a commit log with all the details listed 120 * Who else has reviewed this patch? This should go in appropriate 156 If you are a first time contributor it is recommended that the patch 160 "Reviewed-by" tag included in the resulting patch. Finding another
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | README.rst | 77 newer patch files, enter the top level directory of the kernel source 80 xz -cd ../patch-6.x.xz | patch -p1 91 and you want to apply the 6.0.3 patch, you must not first apply the 6.0.1 93 want to jump to 6.0.3, you must first reverse the 6.0.2 patch (that is, 94 patch -R) **before** applying the 6.0.3 patch. You can read more on this in 97 Alternatively, the script patch-kernel can be used to automate this 101 linux/scripts/patch-kernel linux
|
| /linux-6.15/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | index.rst | 23 patch-acceptance
|
| H A D | patch-acceptance.rst | 5 :Original: Documentation/arch/riscv/patch-acceptance.rst
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | patching.c | 227 struct aarch64_insn_patch patch = { in aarch64_insn_patch_text() local 237 return stop_machine_cpuslocked(aarch64_insn_patch_text_cb, &patch, in aarch64_insn_patch_text()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_vf_types.h | 22 u8 patch; member
|
| /linux-6.15/Documentation/translations/zh_CN/maintainer/ |
| H A D | maintainer-entry-profile.rst | 92 ../../../arch/riscv/patch-acceptance
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | microcode.rst | 45 Thus, the cached microcode patch is applied when CPUs resume from a 192 real workloads. Late loading behavior depends on what the base patch on 193 the CPU is before upgrading to the new patch. 197 Consider, for example, a CPU has patch level 1 and the update is to 198 patch level 3.
|
| /linux-6.15/Documentation/translations/it_IT/dev-tools/ |
| H A D | index.rst | 11 senza un particolare struttura; si accettano patch!
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | saa7134.rst | 72 This is done by committing a patch at a clone of the git tree and 73 submitting the patch using ``git send-email``. Don't forget to
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | maintainer-profile.rst | 50 slow. I try to always send out a notification when a patch is merged (or 52 have not heard back within a week of sending a patch.
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | base.c | 200 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new() 211 bios->version.minor, bios->version.micro, bios->version.patch); in nvkm_bios_new()
|
| /linux-6.15/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 30 to insert an indication of the origin of a patch at the top of the commit 40 And here's what might appear in an older kernel once a patch is backported::
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 11 * Merged patch from Christoph Hellwig <[email protected]>: split helpers 162 * Integrated Christoph Hellwig's patch from 1/30: Make some 165 * Integrated Christoph Hellwig's patch from 1/30: Use 381 kthread patch. 434 * Integrate Christoph Hellwig's patch for 8.0.14: if 626 for 2.6.5 kernel with block/unblock patch. 670 patch. 687 block/unblock patch. 777 * Integrated Christoph Hellwig's patch: Cleanup 792 * Integrated patch from Christoph Hellwig: remove dead [all …]
|
| /linux-6.15/drivers/hid/bpf/ |
| H A D | Kconfig | 12 kernel patch and allow a lot more flexibility.
|