Home
last modified time | relevance | path

Searched refs:HEAD (Results 1 – 25 of 37) sorted by relevance

12

/linux/Documentation/dev-tools/
H A Dcheckuapi.rst25 dirty changes, HEAD will be used.
77 Installing user-facing UAPI headers from HEAD... OK
78 Checking changes to UAPI headers between HEAD and dirty tree...
101 Installing user-facing UAPI headers from HEAD... OK
102 Checking changes to UAPI headers between HEAD and dirty tree...
103 ==== ABI differences detected in include/linux/bpf.h from HEAD -> dirty tree ====
125 Installing user-facing UAPI headers from HEAD... OK
126 Checking changes to UAPI headers between HEAD and dirty tree...
151 Installing user-facing UAPI headers from HEAD... OK
152 Checking changes to UAPI headers between HEAD and dirty tree...
[all …]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dmktestid.sh21 echo Current commit: `git show --oneline --no-patch HEAD` >> ${resdir}/testid.txt
27 echo ' ---' Output of "'"git diff HEAD"'": >> ${resdir}/testid.txt
28 git diff HEAD >> ${resdir}/testid.txt
/linux/scripts/
H A Dsetlocalversion45 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null)
81 if ! head=$(git rev-parse --verify HEAD 2>/dev/null); then
150 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.
276 "$0" "$*" "$(git rev-parse HEAD)" > "$abi_error_log"
492 base_ref=HEAD
499 past_ref=HEAD
H A DMakefile.package10 filechk_HEAD = git -C $(srctree) rev-parse --verify HEAD 2>/dev/null
13 $(call filechk,HEAD)
216 .tmp_perf/HEAD: .tmp_HEAD | .tmp_perf
237 $(perf-tarballs): tools/perf/MANIFEST .tmp_perf/HEAD .tmp_perf/PERF-VERSION-FILE FORCE
H A Dcheck-git8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
/linux/drivers/clk/thead/
H A DKconfig4 bool "T-HEAD TH1520 AP clock support"
11 on the T-HEAD TH1520 SoC. This includes configuration of
/linux/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/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c841 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD) | in fm10k_mbx_create_connect_hdr()
855 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_data_hdr()
881 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_disconnect_hdr()
902 FM10K_MSG_HDR_FIELD_SET(mbx->tail, HEAD); in fm10k_mbx_create_fake_disconnect_hdr()
939 FM10K_MSG_HDR_FIELD_SET(mbx->head, HEAD); in fm10k_mbx_create_error_msg()
958 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_validate_msg_hdr()
973 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
992 if (!head || (head == FM10K_MSG_HDR_MASK(HEAD))) in fm10k_mbx_validate_msg_hdr()
1066 head = FM10K_MSG_HDR_FIELD_GET(mbx->mbx_hdr, HEAD); in fm10k_mbx_reset_work()
1156 head = FM10K_MSG_HDR_FIELD_GET(*hdr, HEAD); in fm10k_mbx_process_connect()
[all …]
/linux/arch/riscv/
H A DKconfig.errata100 bool "T-HEAD errata"
103 All T-HEAD errata Kconfig depend on this Kconfig. Disabling
104 this Kconfig will disable all T-HEAD errata. Please say "Y"
105 here if your platform uses T-HEAD CPU cores.
H A DKconfig.socs80 bool "T-HEAD RISC-V SoCs"
85 This enables support for the RISC-V based T-HEAD SoCs.
/linux/arch/arm/boot/compressed/
H A DMakefile10 HEAD = head.o macro
148 $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/$(HEAD) $(obj)/piggy.o \
/linux/scripts/package/
H A Dgen-diff-patch10 git -C "${srctree:-.}" diff HEAD > "${diff_patch}"
/linux/tools/power/cpupower/utils/
H A Dversion-gen.sh15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-ha.dts10 model = "TI OMAP3 HEAD acoustics baseboard with TAO3530 SOM";
H A Domap3-ha-lcd.dts10 model = "TI OMAP3 HEAD acoustics LCD-baseboard with TAO3530 SOM";
/linux/drivers/pmdomain/thead/
H A DKconfig9 This driver enables power domain management for the T-HEAD
/linux/lib/zlib_inflate/
H A Dinflate.h18 HEAD, /* i: waiting for magic header */ enumerator
H A Dinflate.c42 state->mode = HEAD; in zlib_inflateReset()
365 case HEAD: in zlib_inflate()
791 if (state->mode != TYPE && state->mode != HEAD) in zlib_inflateIncomp()
/linux/scripts/dtc/
H A Dupdate-dtc-source.sh52 dtc_version=$(git describe HEAD)
/linux/Documentation/doc-guide/
H A Dchecktransupdate.rst15 from HEAD. If any differences occur, the file is considered as out-of-date,
/linux/Documentation/trace/
H A Dring-buffer-design.rst782 that converted a pointer from HEAD to UPDATE will convert it back
855 It changes it from HEAD to UPDATE::
880 But now that the third writer did change the HEAD flag to UPDATE it
925 while it updates the HEAD page. It will then update the head page to
940 will see it succeeded in updating the pointer from NORMAL to HEAD.
957 writers means that it only needs to check this after setting the HEAD page::
/linux/drivers/block/
H A Dfloppy.c310 #define HEAD 3 macro
2345 reply_buffer[R_HEAD] - raw_cmd->cmd[HEAD]) * raw_cmd->cmd[SECT_PER_TRACK] + in rw_interrupt()
2355 raw_cmd->cmd[HEAD]); in rw_interrupt()
2575 raw_cmd->cmd[HEAD] = fsector_t / _floppy->sect; in make_raw_rw_request()
2583 if ((_floppy->rate & FD_2M) && (!raw_cmd->cmd[TRACK]) && (!raw_cmd->cmd[HEAD])) { in make_raw_rw_request()
2596 (raw_cmd->cmd[TRACK] || raw_cmd->cmd[HEAD]) && raw_cmd->rate == 2) in make_raw_rw_request()
2604 raw_cmd->cmd[DR_SELECT] = UNIT(current_drive) + PH_HEAD(_floppy, raw_cmd->cmd[HEAD]); in make_raw_rw_request()
2630 max_sector = raw_cmd->cmd[HEAD] * _floppy->sect + tracksize; in make_raw_rw_request()
2631 } else if (!raw_cmd->cmd[TRACK] && !raw_cmd->cmd[HEAD] && !(_floppy->rate & FD_2M) && probing) { in make_raw_rw_request()
2633 } else if (!raw_cmd->cmd[HEAD] && CT(raw_cmd->cmd[COMMAND]) == FD_WRITE) { in make_raw_rw_request()
[all …]
/linux/Documentation/arch/riscv/
H A Dpatch-acceptance.rst30 they arrive. The automation applies patches against the current HEAD of the

12