/xen/xen/arch/arm/ |
A D | README.LinuxPrimitives | 9 bitops: last sync @ v3.16-rc6 (last commit: 8715466b6027) 15 cmpxchg: last sync @ v3.16-rc6 (last commit: e1dfda9ced9b) 21 atomics: last sync @ v3.16-rc6 (last commit: 8715466b6027) 31 mem*: last sync @ v3.16-rc6 (last commit: d875c9b37240) 45 str*: last sync @ v3.16-rc6 (last commit: 0a42cb0a6fa6) 69 bitops: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 77 cmpxchg: last sync @ v3.16-rc6 (last commit: c32ffce0f66e) 83 atomics: last sync @ v3.16-rc6 (last commit: 030d0178bdbd) 93 mem*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) 109 str*: last sync @ v3.16-rc6 (last commit: d98b90ea22b0) [all …]
|
/xen/tools/ocaml/xenstored/ |
A D | history.ml | 20 finish_count: int64; (* the commit-count at which the transaction finished *) 26 (* There is scope for optimisation here, since in consecutive commits one commit's `after` 27 * is the same thing as the next commit's `before`, but not all commits in history are 32 * since the next element is the previous commit *) 39 (* Keep only enough commit-history to protect the running transactions that we are still tracking *) 51 let end_transaction txn con tid commit = 52 let success = Connection.end_transaction con tid commit in 62 (* Find the connections from records since commit-count [since] for which [f record] returns [true]…
|
A D | transaction.ml | 77 Store.t (* A pointer to the canonical store: its root changes on each transaction-commit *) 197 let commit ~con t = var 240 (* we try a partial commit if possible *) 253 then Logging.commit ~tid:(get_id t) ~con;
|
A D | process.ml | 293 all equivalent: if so, commit the transaction. Otherwise send the abort to 319 Transaction.commit ~con replay_t 385 let commit = 392 let commit = commit && not (Transaction.is_read_only t) in 394 …let commit = if commit then Some (fun con trans -> transaction_replay con trans domains cons) else… 395 History.end_transaction t con (Transaction.get_id t) commit in 398 if commit then begin
|
A D | connection.ml | 270 let end_transaction con tid commit = 274 match commit with 277 Transaction.commit ~con:(get_domstr con) trans || transaction_replay_f con trans
|
A D | domain.ml | 34 mutable conflict_credit: float; (* Must be positive to perform writes; a commit
|
A D | logging.ml | 220 | Commit -> "commit " 310 let commit = access_logging Commit ~level:Debug var
|
/xen/docs/process/ |
A D | tags.pandoc | 13 If your patch fixes a bug in a specific commit, e.g. you found an issue using 29 A backport tag is an optional tag in the commit message to request a 30 given commit to be backported to the released trees: 34 It marks a commit for being a candidate for backports to all released 45 Maintainers request the Backport tag to be added on commit. Contributors
|
A D | branching-checklist.txt | 27 # docs too. commit to git. 30 # xenbits-docs-all.sh in the obvious way. git commit 41 git commit -m "Branch for $v" 72 git commit -m "Branch for $v"
|
A D | release-technician-checklist.txt | 32 git show # should show appropriate intended commit 39 git show # should show appropriate intended commit 45 git show # should show appropriate intended commit 82 git-show # should show commit updating version to right version
|
A D | xen-release-management.pandoc | 62 A group of trusted maintainers who can commit to xen.git. During the 144 committers so that they can commit bug fixes at will. As we approach late 146 communicate clearly when committers can commit at will and when formal 184 1. Send out commit moratorium emails to committers@. 212 8. Do not commit to a release date until 214 * The exact xen.git commit id to be released is known. 215 * That commit id has been satisfactorily tested. 288 The tree is in good state. No release ack is needed before RcX. Please commit 308 ## Lift commit moratorium 315 The commit moratorium is lifted, please commit patches that are already
|
A D | RUBRIC | 6 them beyond the usual acks for commit. They should be updated as and
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 2 build-each-commit-gcc: 10 …HA:-${CI_COMMIT_SHA}} ./automation/gitlab-ci/build-each-commit.sh 2>&1 | tee ../build-each-commit-… 11 - mv ../build-each-commit-gcc.log .
|
/xen/m4/ |
A D | README.source | 17 with provenance and last commit ID information. For documentation 25 The last synch was from commit: 27 commit 4f0084d9d3b8726a797a373c7ec5e406000995d0
|
/xen/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 415 struct reiserfs_journal_commit commit; in block_read() local 429 sizeof (commit), (char *) &commit)) in block_read() 432 if (commit.j_realblock[i++ - JOURNAL_TRANS_HALF] == blockNr) in block_read() 470 struct reiserfs_journal_commit commit; in journal_init() local 496 journal_read (ffi, commit_block, sizeof (commit), (char *) &commit); in journal_init() 497 if (desc.j_trans_id != commit.j_trans_id in journal_init() 498 || desc.j_len != commit.j_len) in journal_init() 535 *journal_table++ = commit.j_realblock[i-JOURNAL_TRANS_HALF]; in journal_init() 538 commit.j_realblock[i-JOURNAL_TRANS_HALF], in journal_init()
|
/xen/scripts/ |
A D | get_maintainer.pl | 1442 foreach my $commit (@commits) { 1443 $commit =~ s/^\^//g; 1831 my $commit = ""; 1835 $commit = $1 if ($line =~ m/$VCS_cmds{"commit_pattern"}/); 1850 if (@{$ref}[0] eq $commit && 1859 [ ($commit, $subject, $type) ]); 1949 my $commit = join(" -r ", @commits); 1959 foreach my $commit (@commits) { 1982 my $commit = join(" -r ", @commits); 2013 foreach my $commit (@commits) { [all …]
|
/xen/stubdom/vtpmmgr/ |
A D | README.source | 7 has since been (commit b918dce5bb2a665a34ff893a9df5392fb8ea429d)
|
/xen/tools/ocaml/libs/xs/ |
A D | queueop.ml | 43 let transaction_end tid commit con = 44 let data = data_concat [ (if commit then "T" else "F"); ] in
|
A D | xsraw.ml | 219 let transaction_end tid commit con = 221 ack (sync (Queueop.transaction_end tid commit) con);
|
/xen/xen/include/public/xsm/ |
A D | flask_op.h | 100 uint8_t commit; member
|
/xen/docs/ |
A D | support-matrix-generate | 177 <th align="left">Git commit</th>
|
/xen/tools/libxc/ |
A D | xc_flask.c | 217 int xc_flask_setbool(xc_interface *xch, char *name, int value, int commit) in xc_flask_setbool() argument 232 op.u.boolean.commit = 1; in xc_flask_setbool()
|
/xen/tools/libxl/ |
A D | libxl_checkpoint_device.c | 265 define_checkpoint_api(commit);
|
A D | libxl_netbuffer.c | 523 .commit = nic_commit,
|
/xen/docs/misc/ |
A D | hypfs-paths.pandoc | 136 Git commit of the hypervisor.
|