Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 61) sorted by relevance

123

/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and
13 The scheme that depthcharge_ uses to pick the device tree takes into account
47 Then depthcharge_ will pick the first device tree even though
65 revision and try to run old software on it then we'll at pick the
/linux/Documentation/process/
H A Dbackporting.rst31 in which case you just cherry-pick it directly using
32 ``git cherry-pick``. However, if the patch comes from an email, as it
42 where the patch applies cleanly and *then* cherry-pick it over to your
47 can apply it to the most recent mainline kernel and then cherry-pick it
57 A good reason to prefer ``git cherry-pick`` over ``git am`` is that git
67 article will assume that you are doing a plain ``git cherry-pick``.
72 Once you have the patch in git, you can go ahead and cherry-pick it into
73 your source tree. Don't forget to cherry-pick with ``-x`` if you want a
89 Uh-oh; the cherry-pick failed with a vaguely threatening message::
104 If your attempted cherry-pick fails with a conflict, git automatically
[all …]
H A Dstable-kernel-rules.rst47 2. Ask the stable team to pick up a patch already mainlined.
95 git cherry-pick a1f84a3
96 git cherry-pick 1b9508f
97 git cherry-pick fd21073
98 git cherry-pick <this commit>
117 git cherry-pick <this commit>
124 * Delay pick up of patches::
/linux/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst239 1. Cherry-pick an ACPICA commit
242 you want to cherry pick must be committed into the local repository.
244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit
252 cherry pick. It can be omitted if the commit is "HEAD".
254 2. Cherry-pick recent ACPICA commits
/linux/Documentation/translations/it_IT/process/
H A Dstable-kernel-rules.rst108 git cherry-pick a1f84a3
109 git cherry-pick 1b9508f
110 git cherry-pick fd21073
111 git cherry-pick <this commit>
128 git cherry-pick <this commit>
/linux/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt47 - "efuse-address" - Contains efuse base address used to pick up ABB info.
56 from efuse-address to pick up ABB characteristics. Set to 0 if
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst71 - If you must reparent a repository, do not pick some random kernel commit
75 series must move to a new base, pick a stable point (such as one of
210 the development cycle in order to pick up changes and fixes done elsewhere
211 in the tree. As always, such a merge should pick a well-known release
H A Dmessy-diffstat.rst62 ends up having pick one of them and hoping for the best. If the diffstat
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c170 int pos, pick = -1; in intel_pt_pick_bit() local
174 if (pos <= target || pick < 0) in intel_pt_pick_bit()
175 pick = pos; in intel_pt_pick_bit()
181 return pick; in intel_pt_pick_bit()
/linux/Documentation/usb/
H A Ddwc3.rst9 Please pick something while reading :)
/linux/Documentation/arch/arm/
H A Dvlocks.rst73 atomicity is used to pick the winner. This avoids the need for a static
90 to pick a unique winner, but it does not matter which CPU actually
/linux/tools/include/uapi/
H A DREADME66 The tooling policy is to always pick up the kernel side headers as-is,
/linux/lib/tests/
H A Dfortify_kunit.c113 static volatile int pick; variable
116 static noinline size_t want_minus_one(int pick) in want_minus_one() argument
120 switch (pick) { in want_minus_one()
136 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in fortify_test_control_flow_split()
/linux/Documentation/i2c/
H A Di2c-address-translators.rst87 2. When the attach callback is called pick an appropriate alias,
/linux/samples/bpf/
H A DREADME.rst51 level directory, that the make system will automatically pick up first.
/linux/Documentation/leds/
H A Dwell-known-leds.txt29 though drivers may pick a default value.
/linux/Documentation/hwmon/
H A Dw83793.rst86 will always pick the safest (max) PWM value for each fan.
/linux/drivers/firmware/
H A DKconfig200 drivers like efifb, vesafb and uvesafb can pick it up.
205 not be able to pick up generic system framebuffers if this option
/linux/Documentation/arch/x86/
H A Dentry_64.rst67 The cheap way is to pick this info off the entry frame on the kernel
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst31 broadcast band, so I could pick up the audio carriers from North American
/linux/Documentation/dev-tools/
H A Dpropeller.rst55 link-time flag to pick up the Propeller compile time and link time
/linux/Documentation/networking/
H A Dtcp_ao.rst190 (with different KeyIDs), how should the sender/receiver pick KeyID to use?
192 A: Some mechanism should pick the "desired" MKT [3.3]::
431 RFC 5926. But that is only used to pick the correct SNE before/after
/linux/Documentation/scheduler/
H A Dschedutil.rst76 We pick 4C turbo over 1C turbo to make it slightly more sustainable.
/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst156 # try to pick up an existing GUID
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst102 this new job before it can pick a candidate. To do so, the job

123