Home
last modified time | relevance | path

Searched refs:commit (Results 26 – 50 of 340) sorted by relevance

12345678910>>...14

/linux-6.15/Documentation/doc-guide/
H A Dchecktransupdate.rst13 It uses ``git log`` command to track the latest English commit from the
14 translation commit (order by author date) and the latest English commits
49 commit 42fb9cfd5b18 ("Documentation: dev-tools: Add link to RV docs")
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A Dmodifying-patches.rst40 commit 1c40279960bcd7d52dbdf1d466b20d24b99176c8 upstream.
48 [backport of 2.6 commit b7acbdfbd1f277c1eb23f344f899cfa4cd0bf36a]
H A Dconfigure-git.rst58 test -x "$GIT_DIR/hooks/commit-msg" &&
59 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
/linux-6.15/include/drm/
H A Ddrm_atomic.h177 struct drm_crtc_commit *commit; member
540 static inline struct drm_crtc_commit *drm_crtc_commit_get(struct drm_crtc_commit *commit) in drm_crtc_commit_get() argument
542 kref_get(&commit->ref); in drm_crtc_commit_get()
543 return commit; in drm_crtc_commit_get()
553 static inline void drm_crtc_commit_put(struct drm_crtc_commit *commit) in drm_crtc_commit_put() argument
555 kref_put(&commit->ref, __drm_crtc_commit_free); in drm_crtc_commit_put()
558 int drm_crtc_commit_wait(struct drm_crtc_commit *commit);
/linux-6.15/Documentation/process/
H A Dbackporting.rst80 commit <upstream commit> upstream
84 [ Upstream commit <upstream commit> ]
164 git log HEAD..<commit>^ -- <path>
202 git blame <commit>^ -- <path>
262 >>>>>>> <commit>... title
274 ++>>>>>>>> <commit>... title
307 +>>>>>>>> <commit>... title
323 ||||||| parent of <commit> (title)
327 >>>>>>> <commit> (title)
567 [ Upstream commit <mainline rev> ]
[all …]
H A Dmaintainer-soc-clean-dts.rst24 If a commit introducing new warnings gets accepted somehow, the resulting
26 commit reverted.
H A Dstable-kernel-rules.rst98 git cherry-pick <this commit>
117 git cherry-pick <this commit>
144 [email protected] containing the subject of the patch, the commit ID,
155 to. When doing so, you must note the upstream commit ID in the changelog of your
156 submission with a separate line above the commit text, like this::
158 commit <sha1> upstream.
162 [ Upstream commit <sha1> ]
199 tags will be collected and added to the release commit.
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Dmsm-sdm845-skips.txt5 # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/4b49f902ec6f2bb382cbbf489870573f4b43371e
6 # https://gitlab.freedesktop.org/gfx-ci/linux/-/commit/38cdf4c5559771e2474ae0fecef8469f65147bc1
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
H A Dbug-bisect.rst45 $ git bisect bad [commit]
49 $ git bisect good [commit]
/linux-6.15/drivers/pwm/
H A Dpwm-mtk-disp.c37 unsigned int commit; member
157 mtk_disp_pwm_update_bits(mdp, mdp->data->commit, in mtk_disp_pwm_apply()
160 mtk_disp_pwm_update_bits(mdp, mdp->data->commit, in mtk_disp_pwm_apply()
283 .commit = 0x8,
/linux-6.15/Documentation/translations/zh_TW/admin-guide/
H A Dbug-bisect.rst48 $ git bisect bad [commit]
52 $ git bisect good [commit]
/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
38 commit 1c40279960bcd7d52dbdf1d466b20d24b99176c8 upstream.
46 [backport of 2.6 commit b7acbdfbd1f277c1eb23f344f899cfa4cd0bf36a]
H A Drebasing-and-merging.rst30 - Changing the parent (starting) commit upon which a series of patches is
37 commits, adding patches, adding tags to commit changelogs, or changing
64 exceptions, for example, a broken commit in a tree like this should be
71 - If you must reparent a repository, do not pick some random kernel commit
85 patch series that has clearly been reparented, often to a random commit,
118 on such a pull request will almost certainly generate a merge commit; that
120 the --no-ff flag to force the addition of a merge commit in the rare cases
158 sure to document *why* it was required in the commit message. As always,
159 merge to a well-known stable point, rather than to some random commit.
190 as always, in such situations, the merge commit should explain why the
/linux-6.15/Documentation/filesystems/
H A Dubifs-authentication.rst126 on-flash filesystem structures like the index. On every commit, the TNC nodes
142 two types of nodes: *reference nodes* and *commit start nodes*. A commit start
143 node is written whenever an index commit is performed. Reference nodes are
150 a commit is initiated. This also writes a commit start node so that during
151 mount, UBIFS will seek for the most recent commit start node and just replay
152 every reference node after that. Every reference node before the commit start
197 commit. Thus, saving the LPT is an atomic operation.
272 the index is persisted (ie. on index commit).
362 filesystem at maximum back to the last commit.
377 node. Since the LPT is written and read atomically on every commit, there is
[all …]
/linux-6.15/drivers/gpu/drm/
H A Ddrm_atomic.c51 struct drm_crtc_commit *commit = in __drm_crtc_commit_free() local
54 kfree(commit); in __drm_crtc_commit_free()
68 int drm_crtc_commit_wait(struct drm_crtc_commit *commit) in drm_crtc_commit_wait() argument
73 if (!commit) in drm_crtc_commit_wait()
78 drm_err(commit->crtc->dev, "hw_done timed out\n"); in drm_crtc_commit_wait()
88 drm_err(commit->crtc->dev, "flip_done timed out\n"); in drm_crtc_commit_wait()
232 if (state->crtcs[i].commit) { in drm_atomic_state_default_clear()
233 drm_crtc_commit_put(state->crtcs[i].commit); in drm_atomic_state_default_clear()
234 state->crtcs[i].commit = NULL; in drm_atomic_state_default_clear()
1677 goto commit; in __drm_atomic_helper_set_config()
[all …]
/linux-6.15/Documentation/mm/
H A Dovercommit-accounting.rst20 Don't overcommit. The total address space commit for the
73 * We account mprotect changes in commit
77 * We report the commit status in /proc
/linux-6.15/drivers/gpu/drm/ci/
H A Dgitlab-ci.yml3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha 7d3062470f3ccc6cb40540e772e902c7e2248024
14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb
78 ref: *ci-templates-commit
84 ref: *drm-ci-commit-sha
208 # https://gitlab.com/gitlab-org/gitlab-ce/commit/8788fb925706cad594adf6917a6c5f6587dd1521
238 # Sanity checks of MR settings and commit logs
/linux-6.15/net/netfilter/
H A Dnf_nat_ovs.c87 const struct nf_nat_range2 *range, bool commit) in nf_ct_nat() argument
99 (ctinfo != IP_CT_RELATED || commit)) { in nf_ct_nat()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c529 fbd->fw_cap.running.mgmt.commit, in fbnic_fw_parse_cap_resp()
536 fbd->fw_cap.stored.mgmt.commit, in fbnic_fw_parse_cap_resp()
542 fbd->fw_cap.running.bootloader.commit, in fbnic_fw_parse_cap_resp()
548 fbd->fw_cap.stored.bootloader.commit, in fbnic_fw_parse_cap_resp()
554 fbd->fw_cap.stored.undi.commit, in fbnic_fw_parse_cap_resp()
973 if (mgmt->commit[0]) in fbnic_get_fw_ver_commit_str()
976 fbnic_mk_full_fw_ver_str(mgmt->version, delim, mgmt->commit, in fbnic_get_fw_ver_commit_str()
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt37 // Note: after this commit : "net_sched: sch_fq: account for schedule/timers drifts"
41 // (FQ commit allows an application/cwnd limited flow to get at most quantum/2 extra credit)
/linux-6.15/scripts/coccinelle/misc/
H A Duninitialized_var.cocci6 /// commit 4b19bec97c88 ("docs: deprecated.rst: Add uninitialized_var()"):
16 /// Later, commit 3942ea7a10c9 ("deprecated.rst: Remove now removed
/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c546 struct drm_crtc_commit *commit; in amdgpu_dm_crtc_set_crc_source() local
570 commit = list_first_entry_or_null(&crtc->commit_list, in amdgpu_dm_crtc_set_crc_source()
572 if (commit) in amdgpu_dm_crtc_set_crc_source()
573 drm_crtc_commit_get(commit); in amdgpu_dm_crtc_set_crc_source()
576 if (commit) { in amdgpu_dm_crtc_set_crc_source()
585 &commit->hw_done, 10 * HZ); in amdgpu_dm_crtc_set_crc_source()
707 if (commit) in amdgpu_dm_crtc_set_crc_source()
708 drm_crtc_commit_put(commit); in amdgpu_dm_crtc_set_crc_source()
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst323 使用你的真名(抱歉,不能使用假名或者匿名。)如果使用 ``git commit -s`` 的话
537 <commit message>
602 行 ``base-commit:`` 尾注,它为审阅者和CI工具提供了足够的信息以正确执行
605 $ git checkout -b patch-review [base-commit-id]
617 如果您不使用git格式化补丁,仍然可以包含相同的 ``base-commit`` 尾注,以指示您
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst327 使用你的真名(抱歉,不能使用假名或者匿名。)如果使用 ``git commit -s`` 的話
541 <commit message>
606 行 ``base-commit:`` 尾註,它爲審閱者和CI工具提供了足夠的信息以正確執行
609 $ git checkout -b patch-review [base-commit-id]
621 如果您不使用git格式化補丁,仍然可以包含相同的 ``base-commit`` 尾註,以指示您
/linux-6.15/drivers/md/persistent-data/
H A Ddm-space-map.h48 int (*commit)(struct dm_space_map *sm); member
119 return sm->commit(sm); in dm_sm_commit()

12345678910>>...14