Searched refs:HEAD (Results 1 - 19 of 19) sorted by relevance

/linux-master/scripts/package/
H A Dgen-diff-patch8 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
16 # you committed in the repository. If you have local diff ('git diff HEAD'),
33 echo >&2 "Your working tree has diff from HEAD, and also untracked file(s)."
/linux-master/scripts/
H A Dcheck-git8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
H A Dsetlocalversion56 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
65 # annotated tag exists and is an ancestor of HEAD, use
75 # KERNELVERSION exists and is an ancestor of HEAD, use
124 git diff-index --name-only HEAD
H A Dcheck-uapi.sh14 dirty changes) did not introduce ABI changes when compared to HEAD^1. You can
25 dirty changes, HEAD will be used.
271 "$0" "$*" "$(git rev-parse HEAD)" > "$abi_error_log"
487 base_ref=HEAD
494 past_ref=HEAD
H A DMakefile.package10 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null
13 $(call filechk,HEAD)
181 .tmp_perf/HEAD: .tmp_HEAD | .tmp_perf
202 $(perf-tarballs): tools/perf/MANIFEST .tmp_perf/HEAD .tmp_perf/PERF-VERSION-FILE FORCE
/linux-master/include/linux/
H A Dlsm_hooks.h113 #define LSM_HOOK_INIT(HEAD, HOOK) \
114 { .head = &security_hook_heads.HEAD, .hook = { .HEAD = HOOK } }
/linux-master/tools/testing/ktest/examples/include/
H A Dpatchcheck.conf14 PATCH_START := HEAD~3
15 PATCH_END := HEAD
H A Dbisect.conf24 BISECT_BAD = HEAD
/linux-master/tools/power/cpupower/utils/
H A Dversion-gen.sh15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
20 test -z "$(git diff-index --name-only HEAD --)" ||
/linux-master/lib/zlib_inflate/
H A Dinflate.h18 HEAD, /* i: waiting for magic header */ enumerator in enum:__anon673
56 HEAD -> (gzip) or (zlib)
H A Dinflate.c42 state->mode = HEAD;
365 case HEAD:
781 * be waiting on the start of a block (i.e. mode == TYPE or HEAD). On exit,
791 if (state->mode != TYPE && state->mode != HEAD)
/linux-master/scripts/dtc/
H A Dupdate-dtc-source.sh52 dtc_version=$(git describe HEAD)
/linux-master/arch/arm/boot/compressed/
H A DMakefile10 HEAD = head.o macro
154 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c841 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) |
855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD);
881 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD);
902 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD);
939 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD);
958 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD);
973 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD)))
992 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD)))
1066 head = FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, HEAD);
1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD);
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh442 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt
448 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt
449 git diff HEAD >> $resdir/$ds/testid.txt
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcorec37d.c45 NVDEF(NVC37D, WINDOW_SET_CONTROL, OWNER, HEAD(i >> 1)));
/linux-master/drivers/block/
H A Dfloppy.c314 #define HEAD 3 macro
2349 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] +
2359 raw_cmd->cmd[HEAD]);
2579 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect;
2587 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) {
2600 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2)
2608 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]);
2634 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize;
2635 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) {
2637 } else if (!raw_cmd->cmd[HEAD]
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl3116 # get current HEAD
3117 my $head = get_sha1("HEAD");
3455 my $end = "HEAD";
3462 # Get the true sha1's since we can use things like HEAD~3
4173 open (HEAD, ">$header_file") or die "Can not create $header_file\n";
4174 print HEAD "To: $mailto\n";
4175 print HEAD "Subject: $subject\n\n";
4176 print HEAD "$message\n";
4177 close HEAD;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c1676 (u16)read_sde_csr(sde, SD(HEAD));
1833 hwhead = (u16)read_sde_csr(sde, SD(HEAD));
2079 sdma_dumpstate_helper(SD(HEAD));
2187 (unsigned long long)read_sde_csr(sde, SD(HEAD)), head,

Completed in 225 milliseconds