Home
last modified time | relevance | path

Searched refs:patch (Results 151 – 175 of 447) sorted by relevance

12345678910>>...18

/linux-6.15/sound/drivers/opl3/
H A Dopl3_midi.c310 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 Dtransition.h9 void klp_init_transition(struct klp_patch *patch, int state);
H A DMakefile4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
/linux-6.15/drivers/base/regmap/
H A Dregmap-kunit.c650 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 Dsubmitting-patches.rst8 Sottomettere patch per devicetree (DT) *binding*
/linux-6.15/Documentation/arch/riscv/
H A Dindex.rst13 patch-acceptance
/linux-6.15/arch/arm/probes/kprobes/
H A Dcore.c156 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 Dindex.rst33 * 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 DREADME.rst13 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 D7.AdvancedTopics.rst70 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 Dresearcher-guidelines.rst90 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 DREADME.rst77 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 Dindex.rst23 patch-acceptance
H A Dpatch-acceptance.rst5 :Original: Documentation/arch/riscv/patch-acceptance.rst
/linux-6.15/arch/arm64/kernel/
H A Dpatching.c227 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 Dxe_gt_sriov_vf_types.h22 u8 patch; member
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A Dmaintainer-entry-profile.rst92 ../../../arch/riscv/patch-acceptance
/linux-6.15/Documentation/arch/x86/
H A Dmicrocode.rst45 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 Dindex.rst11 senza un particolare struttura; si accettano patch!
/linux-6.15/Documentation/admin-guide/media/
H A Dsaa7134.rst72 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 Dmaintainer-profile.rst50 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 Dbase.c200 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 Dmodifying-patches.rst30 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 DChangeLog.lpfc11 * 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 DKconfig12 kernel patch and allow a lot more flexibility.

12345678910>>...18