/linux/Documentation/process/ |
H A D | backporting.rst | 31 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 D | stable-kernel-rules.rst | 47 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/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 10 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/kernel/sched/ |
H A D | ext_idle.c | 113 * Pick an idle CPU in a specific NUMA node. 427 * 3. Pick a CPU within the same LLC (Last-Level Cache): 428 * - if the above conditions aren't met, pick a CPU that shares the same 432 * 4. Pick a CPU within the same NUMA node, if enabled: 436 * 5. Pick any idle CPU within the @cpus_allowed domain. 557 * If CPU has SMT, any wholly idle CPU is likely a better pick than in scx_select_cpu_dfl() 999 * scx_bpf_select_cpu_and - Pick an idle CPU usable by task @p, 1194 * scx_bpf_pick_idle_cpu_node - Pick and claim an idle cpu from @node 1199 * Pick and claim an idle cpu in @cpus_allowed from the NUMA node @node. 1231 * scx_bpf_pick_idle_cpu - Pick and claim an idle cpu [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_twos.c | 29 * pick choice1 when rweight1 is <= 0 30 * pick choice2 when rweight2 is <= 0 77 /* Pick two weighted servers */ in ip_vs_twos_schedule()
|
/linux/Documentation/translations/it_IT/process/ |
H A D | stable-kernel-rules.rst | 108 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/maintainer/ |
H A D | rebasing-and-merging.rst | 71 - 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
|
/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | rdtgroup.c | 156 /* Pick all the CPUs in the domain instance */ in set_cache_qos_cfg() 160 /* Pick one CPU from each domain instance to update MSR */ in set_cache_qos_cfg() 249 * CBMs in all ctrl_domains to the maximum mask value. Pick one CPU in resctrl_arch_reset_all_ctrls()
|
/linux/scripts/ |
H A D | checkversion.pl | 31 # Pick up definitions. 40 # Pick up definitions.
|
/linux/lib/raid6/ |
H A D | recov_neon.c | 53 /* Now, pick the proper data tables */ in raid6_2data_recov_neon() 86 /* Now, pick the proper data tables */ in raid6_datap_recov_neon()
|
H A D | recov_s390xc.c | 51 /* Now, pick the proper data tables */ in raid6_2data_recov_s390xc() 93 /* Now, pick the proper data tables */ in raid6_datap_recov_s390xc()
|
H A D | recov.c | 48 /* Now, pick the proper data tables */ in raid6_2data_recov_intx1() 84 /* Now, pick the proper data tables */ in raid6_datap_recov_intx1()
|
H A D | recov_rvv.c | 180 /* Now, pick the proper data tables */ in raid6_2data_recov_rvv() 213 /* Now, pick the proper data tables */ in raid6_datap_recov_rvv()
|
/linux/Documentation/driver-api/acpi/ |
H A D | linuxized-acpica.rst | 239 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/tools/testing/selftests/net/netfilter/ |
H A D | conntrack_tcp_unreplied.sh | 119 # wait for conntrack to pick the new connection request up before loading 122 echo "ERROR: $ns2 did not pick up tcp connection from peer"
|
/linux/arch/powerpc/mm/nohash/ |
H A D | mmu_context.c | 106 /* Pick up the victim mm */ in steal_context_smp() 156 /* Pick up the victim mm */ in steal_all_contexts() 187 /* Pick up the victim mm */ in steal_context_up()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_sf.c | 374 int pick; /* which algorithm to use */ in xfs_dir2_sf_addname() local 405 * or the pick routine says it won't (due to offset values). in xfs_dir2_sf_addname() 408 (pick = in xfs_dir2_sf_addname() 431 if (pick == 1) in xfs_dir2_sf_addname() 438 ASSERT(pick == 2); in xfs_dir2_sf_addname() 452 * This is already checked by the pick routine. 586 * If it will fit, pick between adding the new entry to the end (easy) 591 static int /* pick result */
|
/linux/arch/um/include/asm/ |
H A D | xor.h | 19 /* pick an arbitrary one - measuring isn't possible with inf-cpu */
|
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | ti-abb-regulator.txt | 47 - "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/include/linux/ |
H A D | memblock.h | 208 * @flags: pick from blocks based on memory attributes 228 * @flags: pick from blocks based on memory attributes 332 * @flags: pick from blocks based on memory attributes 348 * @flags: pick from blocks based on memory attributes
|
/linux/Documentation/arch/arm/ |
H A D | vlocks.rst | 73 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/arch/arm64/include/asm/ |
H A D | asm-prototypes.h | 10 * ... kbuild will automatically pick these up from <asm/asm-prototypes.h> and
|
/linux/arch/parisc/ |
H A D | defpalo.conf | 9 ########## Pick your ROOT here! ##########
|
/linux/fs/ceph/ |
H A D | mdsmap.c | 32 /* pick */ in __mdsmap_get_random_mds() 156 * pick out the active nodes as the m_num_active_mds, the in ceph_mdsmap_decode() 176 /* pick out active nodes from mds_info (state > 0) */ in ceph_mdsmap_decode()
|
/linux/drivers/clk/qcom/ |
H A D | clk-hfpll.c | 41 /* Pick the right VCO. */ in __clk_hfpll_init_once() 173 /* Pick the right VCO. */ in clk_hfpll_set_rate()
|