| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_global_state.c | 22 commit = kzalloc(sizeof(*commit), GFP_KERNEL); in commit_new() 23 if (!commit) in commit_new() 29 return commit; in commit_new() 37 kfree(commit); in __commit_free() 42 if (commit) in commit_get() 45 return commit; in commit_get() 50 if (commit) in commit_put() 328 if (!commit) in intel_atomic_global_state_setup_commit() 335 commit = commit_get(old_obj_state->commit); in intel_atomic_global_state_setup_commit() 338 new_obj_state->commit = commit; in intel_atomic_global_state_setup_commit() [all …]
|
| H A D | intel_drrs.c | 356 struct drm_crtc_commit *commit; in intel_drrs_debugfs_ctl_set() local 369 commit = crtc_state->uapi.commit; in intel_drrs_debugfs_ctl_set() 370 if (commit) { in intel_drrs_debugfs_ctl_set() 371 ret = wait_for_completion_interruptible(&commit->hw_done); in intel_drrs_debugfs_ctl_set()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 2326 commit = kzalloc(sizeof(*commit), GFP_KERNEL); in drm_atomic_helper_setup_commit() 2332 new_crtc_state->commit = commit; in drm_atomic_helper_setup_commit() 2355 commit->event = kzalloc(sizeof(*commit->event), in drm_atomic_helper_setup_commit() 2369 state->crtcs[i].commit = commit; in drm_atomic_helper_setup_commit() 2392 new_conn_state->commit = drm_crtc_commit_get(commit); in drm_atomic_helper_setup_commit() 2537 commit = new_crtc_state->commit; in drm_atomic_helper_commit_hw_done() 2549 old_crtc_state->commit = drm_crtc_commit_get(commit); in drm_atomic_helper_commit_hw_done() 2582 commit = old_crtc_state->commit; in drm_atomic_helper_commit_cleanup_done() 3078 commit = old_crtc_state->commit; in drm_atomic_helper_swap_state() 3089 commit = old_conn_state->commit; in drm_atomic_helper_swap_state() [all …]
|
| H A D | drm_atomic_state_helper.c | 152 state->commit = NULL; in __drm_atomic_helper_crtc_duplicate_state() 195 if (state->commit) { in __drm_atomic_helper_crtc_destroy_state() 206 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_crtc_destroy_state() 208 kfree(state->commit->event); in __drm_atomic_helper_crtc_destroy_state() 209 state->commit->event = NULL; in __drm_atomic_helper_crtc_destroy_state() 211 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_crtc_destroy_state() 353 state->commit = NULL; in __drm_atomic_helper_plane_duplicate_state() 398 if (state->commit) in __drm_atomic_helper_plane_destroy_state() 399 drm_crtc_commit_put(state->commit); in __drm_atomic_helper_plane_destroy_state() 638 state->commit = NULL; in __drm_atomic_helper_connector_duplicate_state() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/riscv/ |
| H A D | extensions.yaml | 501 in commit 2e5236 ("Ztso is now ratified.") of the 507 instructions, as ratified in commit 56ed795 ("Update 513 instructions, as ratified in commit 56ed795 ("Update 573 instructions, as ratified in commit 56ed795 ("Update 597 instructions, as ratified in commit 56ed795 ("Update 603 instructions, as ratified in commit 56ed795 ("Update 621 instructions, as ratified in commit 56ed795 ("Update 633 instructions, as ratified in commit 56ed795 ("Update 639 instructions, as ratified in commit 56ed795 ("Update 645 instructions, as ratified in commit 56ed795 ("Update [all …]
|
| /linux-6.15/scripts/ |
| H A D | checkkconfigsymbols.py | 87 if args.commit and args.diff: 94 if args.commit or args.diff: 103 if args.commit: 137 if args.commit or args.diff: 143 if args.commit: 144 commit_a = args.commit + "~" 145 commit_b = args.commit 199 for commit in commits: 200 commit = commit.split(" ", 1) 201 print("\t- %s (\"%s\")" % (yel(commit[0]), commit[1])) [all …]
|
| H A D | checktransupdate.py | 42 def get_latest_commit_from(file_path, commit): argument 83 def pretty_output(commit): argument 91 def valid_commit(commit): argument 93 msg = pretty_output(commit) 125 for commit in commits: 126 if valid_commit(commit): 127 logging.info("commit %s", pretty_output(commit))
|
| /linux-6.15/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 230 commit page 235 commit page. 257 Write commit:: 274 +---------+ <-- current commit 290 |commit | 310 The commit page points to the page that has the last full commit. 322 commit page 328 head page commit page | 368 is still on that page. If the read meets the last commit (real commit 665 reader page commit page [all …]
|
| /linux-6.15/rust/pin-init/ |
| H A D | CONTRIBUTING.md | 48 Everything must compile without errors or warnings and all tests must pass after **every commit**. 51 Each commit should be a single, logically cohesive change. Of course it's best to keep the changes 52 small and digestible, but logically linked changes should be made in the same commit. For example, 53 when fixing typos, create a single commit that fixes all of them instead of one commit per typo. 55 Commits must have a meaningful commit title. Commits with changes to files in the `internal` 56 directory should have a title prefixed with `internal:`. The commit message should explain the 63 Any changes made to public APIs must be documented not only in the commit message, but also in the
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 75 defined by commit cd20cee ("FMIN/FMAX now implement 175 defined in the RISC-V ISA manual starting from commit 056b6ff467c7 179 defined in the RISC-V ISA manual starting from commit 5618fb5a216b 184 from commit 5059e0ca641c ("update to ratified"). 191 manual starting from commit 95cf1f9 ("Add changes requested by Ved 195 supported as defined in the RISC-V ISA manual starting from commit 217 supported as defined in the RISC-V ISA manual starting from commit 241 supported as defined in the RISC-V ISA manual starting from commit 245 ratified in commit 98918c844281 ("Merge pull request #1217 from 260 defined in the RISC-V ISA manual starting from commit 4dc23d6229de [all …]
|
| /linux-6.15/drivers/interconnect/qcom/ |
| H A D | bcm-voter.c | 128 u32 addr, bool commit, bool wait) in tcs_cmd_gen() argument 147 cmd->data = BCM_TCS_CMD(commit, valid, vote_x, vote_y); in tcs_cmd_gen() 162 bool commit, wait; in tcs_list_gen() local 168 commit = false; in tcs_list_gen() 172 commit = true; in tcs_list_gen() 176 wait = commit && (voter->tcs_wait & BIT(bucket)); in tcs_list_gen() 179 bcm->vote_y[bucket], bcm->addr, commit, wait); in tcs_list_gen() 189 if (!commit) { in tcs_list_gen()
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 35 affected metadata in fast commit space that is shared with JBD2. 36 Once the fast commit area fills in or if fast commit is not possible 37 or if JBD2 commit timer goes off, Ext4 performs a traditional full commit. 75 commit. If there is no commit record (or the checksums don't match), the 202 - First commit ID expected in log. 261 - Number of fast commit blocks in the journal. 622 the entire commit block, with this field zeroed. If 651 - Fast commit area header 681 - Unused bytes in the fast commit area. 684 - Mark the end of a fast commit [all …]
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | journalling.rst | 66 A jbd2_journal_flush() may be called at any time to commit and 107 journal commit callback for this purpose. 109 With journal commit callbacks you can ask the journalling layer to call 114 called after each transaction commit. 141 fast commit. 143 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit 148 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client 151 commit immediately after stopping the fast commit it can do so by calling 154 perform the full traditional commit. 156 JBD2 helper functions to manage fast commit buffers. File system can use [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | README.rst | 148 __ https://github.com/llvm/llvm-project/commit/ddf1864ace484035e3cde5e83b3a31ac81e059c6 198 __ https://github.com/llvm/llvm-project/commit/3cb7e7bf959dcd3b8080986c62e10a75c7af43f0 237 __ https://github.com/llvm/llvm-project/commit/1959ead525b8830cc8a345f45e1c3ef9902d3229 254 .. _0: https://github.com/llvm/llvm-project/commit/6b01b465388b204d543da3cf49efd6080db094a9 255 .. _1: https://github.com/llvm/llvm-project/commit/072cde03aaa13a2c57acf62d79876bf79aa1919f 256 .. _2: https://github.com/llvm/llvm-project/commit/00602ee7ef0bf6c68d690a2bd729c12b95c95c99 257 .. _3: https://github.com/llvm/llvm-project/commit/6d218b4adb093ff2e9764febbbc89f429412006c 267 __ https://github.com/llvm/llvm-project/commit/a7137b238a07d9399d3ae96c0b461571bd5aa8b2 281 __ https://github.com/llvm/llvm-project/commit/886f9ff53155075bd5f1e994f17b85d1e1b7470c 307 __ https://github.com/llvm/llvm-project/commit/968292cb93198442138128d850fd54dc7edc0035 [all …]
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_devlink.c | 25 if (strlen(fw_ver->commit) > 0) { in fbnic_version_running_put() 30 fw_ver->commit); in fbnic_version_running_put() 50 if (strlen(fw_ver->commit) > 0) { in fbnic_version_stored_put() 55 fw_ver->commit); in fbnic_version_stored_put()
|
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | xe_display.c | 272 struct drm_crtc_commit *commit; in xe_display_flush_cleanup_work() local 275 commit = list_first_entry_or_null(&crtc->base.commit_list, in xe_display_flush_cleanup_work() 277 if (commit) in xe_display_flush_cleanup_work() 278 drm_crtc_commit_get(commit); in xe_display_flush_cleanup_work() 281 if (commit) { in xe_display_flush_cleanup_work() 282 wait_for_completion(&commit->cleanup_done); in xe_display_flush_cleanup_work() 283 drm_crtc_commit_put(commit); in xe_display_flush_cleanup_work()
|
| /linux-6.15/drivers/gpu/drm/sun4i/ |
| H A D | sunxi_engine.h | 63 void (*commit)(struct sunxi_engine *engine, member 158 if (engine->ops && engine->ops->commit) in sunxi_engine_commit() 159 engine->ops->commit(engine, crtc, state); in sunxi_engine_commit()
|
| /linux-6.15/Documentation/maintainer/ |
| H A D | configure-git.rst | 33 Creating commit links to lore.kernel.org 40 reference back to the lore archive so that people that browse the commit 54 test -x "$GIT_DIR/hooks/commit-msg" && 55 exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
|
| /linux-6.15/Documentation/driver-api/acpi/ |
| H A D | linuxized-acpica.rst | 127 copy the ACPICA git repository. Each commit in the monthly release is 239 1. Cherry-pick an ACPICA commit 244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit 249 $ generate/linux/gen-patch.sh -u [commit ID] 251 Here the commit ID is the ACPICA local repository commit ID you want to 252 cherry pick. It can be omitted if the commit is "HEAD". 264 $ generate/linux/make-patches.sh -u [commit ID] 266 The commit ID should be the last ACPICA commit accepted by Linux. Usually, 267 it is the commit modifying ACPI_CA_VERSION. It can be found by executing
|
| /linux-6.15/include/soc/qcom/ |
| H A D | tcs.h | 73 #define BCM_TCS_CMD(commit, valid, vote_x, vote_y) \ argument 74 (u32_encode_bits(commit, BCM_TCS_CMD_COMMIT_MASK) | \
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer_benchmark.c | 17 local_t commit; member 110 unsigned long commit; in read_page() local 126 commit = local_read(&rpage->commit) & 0xfffff; in read_page() 127 for (i = 0; i < commit && !test_error ; i += inc) { in read_page()
|
| H A D | ring_buffer.c | 388 local_set(&bpage->commit, 0); in rb_init_page() 632 long commit, write; in verify_event() local 641 commit = local_read(&page->page->commit); in verify_event() 3066 unsigned long commit; in rb_iter_head_event() local 5186 unsigned commit; in ring_buffer_iter_empty() local 6512 unsigned int commit; in ring_buffer_read_page() local 6579 len = (commit - read); in ring_buffer_read_page() 6607 if (rpos >= commit) in ring_buffer_read_page() 6647 commit = local_read(&bpage->commit); in ring_buffer_read_page() 6668 memset(&bpage->data[commit], 0, buffer->subbuf_size - commit); in ring_buffer_read_page() [all …]
|
| /linux-6.15/tools/testing/selftests/coredump/ |
| H A D | README.rst | 26 * commit 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") changed kstkesp to 29 * commit fd7d56270b52 ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") fixed it for the 32 * commit cb8f381f1613 ("fs/proc/array.c: allow reporting eip/esp for all coredumping threads") fixed 35 * commit 92307383082d ("coredump: Don't perform any cleanups before dumping core") broke it again
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-delayed-logging-design.rst | 280 after the commit completes. Once the commit completes, we can sleep waiting for 680 commit the checkpoint. 847 transaction commit code. 914 3. Checkpoint commit ordering 929 the transaction commit side. 993 6. Transaction commit 996 Write commit LSN into transaction 1006 Write commit LSN into log item 1038 6. Transaction commit 1054 sequence commit records [all …]
|
| /linux-6.15/drivers/tty/ |
| H A D | tty_buffer.c | 73 bool restart = buf->head->commit != buf->head->read; in tty_buffer_unlock_exclusive() 107 p->commit = 0; in tty_buffer_reset() 237 buf->head->read = buf->head->commit; in tty_buffer_flush() 283 smp_store_release(&b->commit, b->used); in __tty_buffer_request_room() 415 count = smp_load_acquire(&head->commit) - head->lookahead; in lookahead_bufs() 486 count = smp_load_acquire(&head->commit) - head->read; in flush_to_ldisc() 516 smp_store_release(&tail->commit, tail->used); in tty_flip_buffer_commit()
|