Home
last modified time | relevance | path

Searched refs:commit (Results 151 – 175 of 340) sorted by relevance

12345678910>>...14

/linux-6.15/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_crtc.c364 NULL : &crtc->state->commit->flip_done; in komeda_crtc_atomic_disable()
374 NULL : &crtc->state->commit->flip_done; in komeda_crtc_atomic_disable()
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-agl-defs.h1036 uint64_t commit:2; member
1038 uint64_t commit:2;
1049 uint64_t commit:1; member
1051 uint64_t commit:1;
/linux-6.15/drivers/cxl/core/
H A Dregion.c295 if (cxld->commit) in commit_decoder()
296 return cxld->commit(cxld); in commit_decoder()
358 bool commit; in commit_store() local
361 rc = kstrtobool(buf, &commit); in commit_store()
370 if (commit && p->state >= CXL_CONFIG_COMMIT) in commit_store()
372 if (!commit && p->state < CXL_CONFIG_COMMIT) in commit_store()
376 if (commit && p->state < CXL_CONFIG_ACTIVE) { in commit_store()
389 if (commit) { in commit_store()
432 static DEVICE_ATTR_RW(commit);
/linux-6.15/Documentation/translations/sp_SP/process/
H A Dhandling-regressions.rst99 de los commits así como un único commit, en caso en el que el informante
100 haya identificado el commit causante con 'bisect'.
134 * Añada la etiqueta "Fixes:" para indicar el commit causante de la
396 Por ejemplo ``#regzbot introduced <version or commit>``, que hace que regzbot
398 seguimiento, como se ha descrito anteriormente; ``#regzbot ^introduced <version or commit>``
427 * Identificar una regresión como corregida por un commit que se ha mandado
749 Una reversión _en particular_ en el último minuto en el último commit
754 Lo que es instructivo sobre esto es que he revertido un commit que no
764 la regla del kernel de "no regresiones". El commit que ha sido revertido
H A D5.Posting.rst189 corrige un error, cita el commit que introdujo el error si es posible (y
190 por favor, proporcione tanto el ID del commit como el título al citar
201 al realizar el commit en un sistema de control de revisiones. Será seguido
223 …Fixes: 1f2e3d4c5b6a ("La primera línea del commit especificada por los primeros 12 caracteres de s…
243 automáticamente cuando se aplica un commit con tal etiqueta. Algunos bots
/linux-6.15/drivers/md/persistent-data/
H A Ddm-space-map-disk.c211 .commit = sm_disk_commit,
H A Ddm-space-map-metadata.c574 .commit = sm_metadata_commit,
711 .commit = sm_bootstrap_commit,
/linux-6.15/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst58 Since v5.17, and specifically after the commit 451769ebb7e79 ("mm/vmalloc:
/linux-6.15/Documentation/process/
H A Dmaintainer-pgp-guide.rst660 line in the commit says it was done by you, while you're pretty sure you
733 the mailing list, and this workflow does not preserve PGP commit
735 upstream, even your own PGP commit signatures will end up discarded. For
748 provenance, even externally maintained trees carrying PGP commit
759 To create a signed commit, you just need to pass the ``-S`` flag to the
760 ``git commit`` command (it's capital ``-S`` due to collision with
763 $ git commit -S
770 git config --global commit.gpgSign true
/linux-6.15/fs/adfs/
H A Ddir_f.c323 .commit = adfs_f_commit,
H A Ddir_fplus.c286 .commit = adfs_fplus_commit,
/linux-6.15/include/drm/
H A Ddrm_plane.h252 struct drm_crtc_commit *commit; member
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst51 the same transaction so performance is reasonable. The commit method
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgv100.c210 .commit = gk104_runl_commit,
/linux-6.15/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst50 3. charge-commit-cancel
61 At commit(), the page is associated with the memcg.
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_test.c440 if (conn_state->commit && in intel_dp_prep_phy_test()
441 !try_wait_for_completion(&conn_state->commit->hw_done)) in intel_dp_prep_phy_test()
/linux-6.15/net/netfilter/
H A Dnfnetlink.c409 if (!ss->valid_genid || !ss->commit || !ss->abort) { in nfnetlink_rcv_batch()
574 err = ss->commit(net, oskb); in nfnetlink_rcv_batch()
/linux-6.15/drivers/infiniband/core/
H A Drdma_core.c993 bool commit, struct uverbs_attr_bundle *attrs) in uverbs_finalize_object() argument
1013 if (commit) in uverbs_finalize_object()
/linux-6.15/drivers/gpu/drm/sti/
H A Dsti_tvout.c705 .commit = sti_hda_encoder_enable,
753 .commit = sti_hdmi_encoder_enable,
/linux-6.15/Documentation/dev-tools/
H A Dcheckuapi.rst163 Let's commit the breaking change, then commit the innocuous change::
165 % git commit -m 'Breaking UAPI change' include/uapi/linux/bpf.h
168 % git commit -m 'Innocuous UAPI change' include/uapi/linux/acct.h
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dphy.c779 ret_val = phy->ops.commit(hw); in e1000e_copper_link_setup_m88()
834 if (phy->ops.commit) { in e1000e_copper_link_setup_m88()
835 ret_val = phy->ops.commit(hw); in e1000e_copper_link_setup_m88()
1326 if (hw->phy.ops.commit) { in e1000e_phy_force_speed_duplex_m88()
1327 ret_val = hw->phy.ops.commit(hw); in e1000e_phy_force_speed_duplex_m88()
/linux-6.15/Documentation/admin-guide/
H A Dreporting-regressions.rst105 culprit's commit message mentions in lines starting with "Signed-off-by:".
116 performed a bisection to find the commit that caused the regression, specify the
117 culprit's commit-id instead::
138 "culprit commit") is reliably identified. Some regressions can be fixed without
149 the reporter to locate the culprit commit; sometimes users might even need to
/linux-6.15/Documentation/translations/it_IT/process/
H A Dadding-syscalls.rst199 almeno le seguenti voci in *commit* distinti (ognuno dei quali sarà descritto
272 Per riassumere, vi serve un *commit* che includa:
618 x86 dovrebbe avvenire in un *commit* differente:
631 - commit 75069f2b5bfb ("vfs: renumber FMODE_NONOTIFY and add to uniqueness
633 - commit 12ed2e36c98a ("fanotify: FMODE_NONOTIFY and __O_SYNC in sparc
635 - commit bb458c644a59 ("Safer ABI for O_TMPFILE")
/linux-6.15/drivers/gpu/drm/gma500/
H A Dcdv_intel_hdmi.c257 .commit = gma_encoder_commit,
/linux-6.15/Documentation/filesystems/ext4/
H A Dallocators.rst28 particular placement until it's absolutely necessary (the commit timeout

12345678910>>...14