| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 7 # not "CFLIST" or "3*TRACE01") and an indication of a range of commits 9 # to test, then runs each commit through the specified list of commits using 41 echo "$0: Need a list of commits (e.g., HEAD^^^..) for second argument." 44 git log --pretty=format:"%h" "${commit_list}" > $T/commits 51 sha1_list=`cat $T/commits` 79 # Do all builds. Iterate through commits within a given scenario 93 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order. 242 # If there were build or runtime failures, map them to commits. 246 echo Build failures across commits: | tee -a $T/log
|
| /linux/Documentation/driver-api/acpi/ |
| H A D | linuxized-acpica.rst | 124 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/Documentation/doc-guide/ |
| H A D | checktransupdate.rst | 14 translation commit (order by author date) and the latest English commits 16 then commits that need to be updated will be collected and reported. 50 1 commits needs resolving in total
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 74 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 133 Fast commits 136 JBD2 to also allows you to perform file-system specific delta commits known as 137 fast commits. In order to use fast commits, you will need to set following 146 File system is free to perform fast commits as and when it wants as long as it 160 Currently, only Ext4 implements fast commits. For details of its implementation 161 of fast commits, please refer to the top level comments in
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 197 commits = find_commits(symbol, args.diff) 198 if commits: 199 for commit in commits: 238 commits = execute(["git", "log", "--pretty=oneline", 241 return [x for x in commits.split("\n") if x]
|
| H A D | check-uapi.sh | 3 # Script to check commits for UAPI backwards compatibility 11 $name - check for UAPI header stability across Git commits
|
| /linux/Documentation/maintainer/ |
| H A D | rebasing-and-merging.rst | 16 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
|
| H A D | messy-diffstat.rst | 20 A Git development history proceeds as a series of commits. In a simplified 35 When a subsystem maintainer creates a branch and commits changes to it, the
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | checktransupdate.rst | 51 1 commits needs resolving in total
|
| /linux/scripts/dtc/ |
| H A D | update-dtc-source.sh | 74 This adds the following commits from upstream:
|
| /linux/tools/perf/ |
| H A D | CREDITS | 30 The full history of the files can be found in the upstream Git commits.
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 31 In case of ``data=ordered`` mode, Ext4 also supports fast commits which 38 A full commit invalidates all the fast commits that happened before 40 commits. This feature needs to be enabled at mkfs time. 312 - Journal commits asynchronously. (JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT) 634 Fast commits 653 - Stores the TID of the transaction after which these fast commits should 692 Fast commits tags are idempotent in nature provided the recovery code follows 710 commits make it idempotent. Consider following sequence of operations: 721 of storing the procedure fast commits store the outcome of each procedure. Thus 737 into a series of idempotent outcomes, fast commits ensured idempotence during
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 8 (order by author date) and the latest english commits from HEAD. If 9 differences occur, report the file and commits that need to be updated. 25 1 commits needs resolving in total 108 """Get the commits count between two commits for the specified file""" 159 commits = get_commits_count_between( 163 for commit in commits: 167 logging.info("%d commits needs resolving in total\n", count)
|
| /linux/fs/nfs/ |
| H A D | pnfs_nfs.c | 134 list_for_each_entry_rcu(array, &fl_cinfo->commits, cinfo_list) { in pnfs_find_commit_array_by_lseg() 153 list_add_rcu(&new->cinfo_list, &fl_cinfo->commits); in pnfs_add_commit_array() 233 list_for_each_entry_safe(array, tmp, &fl_cinfo->commits, cinfo_list) in pnfs_generic_ds_cinfo_destroy() 286 list_for_each_entry_rcu(array, &fl_cinfo->commits, cinfo_list) { in pnfs_generic_scan_commit_lists() 340 list_for_each_entry_rcu(array, &fl_cinfo->commits, cinfo_list) { in pnfs_generic_recover_commit_reqs() 447 list_for_each_entry_rcu(array, &fl_cinfo->commits, cinfo_list) { in pnfs_alloc_ds_commits_list()
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | backporting.rst | 108 em consideração esses outros commits. 148 É importante sempre identificar o commit ou os commits que causaram o conflito, 152 desses commits frequentemente lhe darão o contexto para entender o código e os 161 modificado por patches. Você deve executar o ``git log`` no intervalo de commits 183 strings que aparecem nos diffs dos commits que você está listando:: 198 Outra maneira de encontrar commits pré-requisitos (embora apenas o mais recente 214 Pode ser uma boa ideia dar um ``git show`` nesses commits e ver se eles se 216 commits, seja porque múltiplos commits alteraram linhas diferentes da mesma área 406 …s-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec](https://medium.com/@slamflipstrom/a-beg…
|
| H A D | code-of-conduct.rst | 51 comentários, commits, código, edições em wiki, issues e outras contribuições que
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | checktransupdate.rst | 55 1 commits needs resolving in total
|
| /linux/Documentation/devicetree/bindings/sifive/ |
| H A D | sifive-blocks-ip-versioning.txt | 25 upstream sifive-blocks commits. It is expected that most drivers will
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | realtek-pc-beep.rst | 86 This particular register, exposed at coefficient 0x36 and named in commits from 95 commits indicate that it might be a Line In on some machines) or from the PC
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | mpo-overview.rst | 60 limit of 4 planes across all CRTCs. Atomic commits will be rejected for display 70 Atomic commits will be rejected for commits which do not follow these
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-log.rst | 30 This log implementation commits the log state to disk. This way, the
|
| /linux/Documentation/process/ |
| H A D | code-of-conduct.rst | 49 comments, commits, code, wiki edits, issues, and other contributions that are
|
| H A D | contribution-maturity-model.rst | 86 * The number of out-of-tree commits present in internal kernels.
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | code-of-conduct.rst | 62 de eliminar, editar o rechazar comentarios, commits, código, ediciones de
|
| /linux/tools/testing/memblock/ |
| H A D | README | 25 skeleton of the memblock simulator")) and a few preparation commits just
|