Home
last modified time | relevance | path

Searched refs:commits (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.4/scripts/
Dget_maintainer.pl1578 my $commits;
1592 $commits = grep(/$pattern/, @lines); # of commits
1612 return ($commits, $signers_ref, $authors_ref, \@stats);
1646 my @commits = ();
1652 push(@commits, $1);
1656 return @commits;
1662 my @commits = ();
1664 return @commits if (!(-f $file));
1680 push(@commits, $all_commits[$i]);
1692 push(@commits, vcs_save_commits($cmd));
[all …]
Dcheckkconfigsymbols.py195 commits = find_commits(symbol, args.diff)
196 if commits:
197 for commit in commits:
236 commits = execute(["git", "log", "--pretty=oneline",
239 return [x for x in commits.split("\n") if x]
Dcheckpatch.pl1001 my @commits = ();
1017 unshift(@commits, $sha1);
1021 die "$P: no git commits after extraction!\n" if (@commits == 0);
1022 @ARGV = @commits;
/Linux-v5.4/Documentation/driver-api/acpi/
Dlinuxized-acpica.rst124 Linux, there is a release process to convert the ACPICA git commits into
133 | acpica / master (-) commits |
147 | acpica / master (+) commits | | |
191 Ideally, all of the ACPICA commits should be converted into Linux patches
218 4. ACPICA release fixups - ACPICA only tests commits using a set of the
226 5. Fast tracking of ACPICA commits - Some ACPICA commits are regression
228 respect to the ACPICA release process. If such commits are reverted or
236 utilities to obtain Linux patches corresponding to upstream ACPICA commits
254 2. Cherry-pick recent ACPICA commits
/Linux-v5.4/Documentation/maintainer/
Drebasing-and-merging.rst16 the kernel community is not scared by seeing merge commits in its
25 "Rebasing" is the process of changing the history of a series of commits
37 commits, adding patches, adding tags to commit changelogs, or changing
38 the order in which commits are applied. In the following text, this
90 If, instead, rebasing is limited to private trees, commits are based on a
98 development cycle included 1,126 merge commits - nearly 9% of the total.
105 current trunk so that no merge commits appear in the history. The kernel
200 creating a topic branch dedicated to the prerequisite commits that can be
203 commits for one development cycle so that those changes have time to
Dpull-requests.rst161 pull request, and a shortlog of the individual commits that the
/Linux-v5.4/tools/perf/
DCREDITS30 The full history of the files can be found in the upstream Git commits.
/Linux-v5.4/scripts/dtc/
Dupdate-dtc-source.sh73 This adds the following commits from upstream:
/Linux-v5.4/Documentation/filesystems/
Djournalling.rst74 single outstanding transaction at any one time, remember nothing commits
102 these blocks commits. If you reused these blocks and crash happens,
106 structures only after the transaction freeing them commits. Ext4 uses
116 that need processing when the transaction commits.
Dubifs-authentication.rst131 any changes (in form of inode nodes, data nodes etc.) between commits
220 index commits. That means that an attacker is able to partially undo changes.
Dxfs-delayed-logging-design.txt610 commits must scale to many concurrent commits. The current transaction commit
619 1. Locking out new transaction commits while flushing the CIL
/Linux-v5.4/Documentation/translations/zh_CN/process/
D5.Posting.rst131 一个bug,请引用引入该bug的commit(如果可能,请在引用commits时同时提供commit id
/Linux-v5.4/Documentation/process/
Dmaintainer-pgp-guide.rst678 commits on a remote system. Please refer to the instructions provided
694 project, including all of its tags, commits and branches. However, with
706 tag, while signed commits make it nearly impossible for someone to
781 How to work with signed commits
784 It is easy to create signed commits, but it is much more difficult to
789 this reason, most kernel developers don't bother signing their commits
790 and will ignore signed commits in any external repositories that they
795 then the recommendation is that you sign all your git commits even if
806 3. If someone needs to cherry-pick your commits, this allows them to
809 Creating signed commits argument
[all …]
Dcode-of-conduct.rst49 comments, commits, code, wiki edits, issues, and other contributions that are
/Linux-v5.4/Documentation/devicetree/bindings/sifive/
Dsifive-blocks-ip-versioning.txt25 upstream sifive-blocks commits. It is expected that most drivers will
/Linux-v5.4/Documentation/networking/
Dtls.rst210 `here <https://github.com/Mellanox/openssl/commits/tls_rx2>`_.
212 `An example <https://github.com/ktls/af_ktls-tool/commits/RX>`_
Dnetdev-FAQ.rst73 repository link above for any new networking-related commits. You may
149 A: Normally Greg Kroah-Hartman collects stable commits himself, but for
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-log.rst30 This log implementation commits the log state to disk. This way, the
Ddm-integrity.rst13 writes sector data and integrity tags into a journal, commits the journal
Ddm-clone.rst128 such requests are made then commits will occur every second. This means the
Dcache.rst135 If no such requests are made then commits will occur every second. This
/Linux-v5.4/kernel/trace/
Dring_buffer.c466 local_t commits; member
2456 local_inc(&cpu_buffer->commits); in rb_start_commit()
2516 unsigned long commits; in rb_end_commit() local
2523 commits = local_read(&cpu_buffer->commits); in rb_end_commit()
2539 if (unlikely(local_read(&cpu_buffer->commits) != commits) && in rb_end_commit()
2891 local_dec(&cpu_buffer->commits); in rb_reserve_next_event()
4378 local_set(&cpu_buffer->commits, 0); in rb_reset_cpu()
/Linux-v5.4/drivers/gpio/
DTODO55 legacy bindings internally. (See e.g. commits 6953c57ab172,
/Linux-v5.4/Documentation/trace/
Dring-buffer-design.txt215 is finished writing data into that position, it commits the write.
256 After second writer commits:
269 When the first writer commits:
/Linux-v5.4/Documentation/gpu/
Dtodo.rst57 nonblocking commits, and every driver had to hand-roll them. This is fixed
62 events for atomic commits correctly. But fixing these bugs is good anyway.

12