| /linux/Documentation/translations/pt_BR/process/ |
| H A D | backporting.rst | 31 git, caso em que você apenas faz o cherry-pick dele diretamente usando 32 ``git cherry-pick``. No entanto, se o patch vier de um e-mail, como costuma 42 o patch se aplique de forma limpa e *então* fazer o cherry-pick dele para a sua 48 seguida, fazer o cherry-pick dele para a sua ramificação estável mais antiga. 54 contexto do diff ao fazer o cherry-pick dele para a ramificação mais antiga. 56 Um bom motivo para preferir o ``git cherry-pick`` em vez do ``git am`` é que o 66 artigo assumirá que você está fazendo um ``git cherry-pick`` simples. 71 Assim que tiver o patch no git, você pode prosseguir e fazer o cherry-pick dele 72 em sua árvore de código-fonte. Não se esqueça de fazer o cherry-pick com ``-x`` 88 Ih, rapaz; o cherry-pick falhou com uma mensagem vagamente ameaçadora:: [all …]
|
| /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/Documentation/process/ |
| 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/kernel/sched/ext/ |
| H A D | idle.c | 114 * Pick an idle CPU in a specific NUMA node. 434 * 4. Pick a CPU within the same LLC (Last-Level Cache): 435 * - if the above conditions aren't met, pick a CPU that shares the same 439 * 5. Pick a CPU within the same NUMA node, if enabled: 443 * 6. Pick any idle CPU within the @cpus_allowed domain. 566 * If CPU has SMT, any wholly idle CPU is likely a better pick than in scx_select_cpu_dfl() 808 * pick_task_idle() calls here only on an idle-to-idle re-pick and the in __scx_update_idle() 818 * An idle pick also fires it to flush a forced notify owed to a sched in __scx_update_idle() 844 * bypass is lifted and each idle CPU is forced through an idle re-pick. in reset_idle_masks() 1325 * scx_bpf_pick_idle_cpu_node - Pick and claim an idle cpu from @node [all …]
|
| H A D | inlines.h | 16 /* what dispatch concluded, consumed by the pick that follows */ 21 SCX_DSP_RETRY, /* pick helpers only: restart the pick */
|
| /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/scripts/ |
| H A D | checkversion.pl | 31 # Pick up definitions. 40 # Pick up definitions.
|
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | numa.bpf.c | 41 * idle re-pick while this callback is running. If it is running a in validate_local_idle_state() 60 * since it already tries to pick an idle CPU within the node in BPF_STRUCT_OPS()
|
| /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/drivers/net/ethernet/intel/ice/ |
| H A D | ice_xsk.c | 247 * ice_fill_rx_descs - pick buffers from XSK buffer pool and use it 283 * @xsk_pool: XSK buffer pool to pick buffers to be filled by HW 334 * @xsk_pool: XSK buffer pool to pick buffers to be filled by HW 705 * @xsk_pool: XSK buffer pool to pick buffers to be consumed by HW 730 * @xsk_pool: XSK buffer pool to pick buffers to be consumed by HW 764 * @xsk_pool: XSK buffer pool to pick buffers to be consumed by HW
|
| /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/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/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/Documentation/devicetree/bindings/misc/ |
| H A D | intel,ixp4xx-ahb-queue-manager.yaml | 17 IXP4xx for accelerating queues, especially for networking. Clients pick
|
| /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()
|
| /linux/lib/raid/raid6/riscv/ |
| H A D | recov_rvv.c | 178 /* Now, pick the proper data tables */ in raid6_2data_recov_rvv() 211 /* Now, pick the proper data tables */ in raid6_datap_recov_rvv()
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_disp.h | 19 * resolutions under a 300Mhz pixel rate would work. Pick 4096x4096.
|
| /linux/Documentation/usb/ |
| H A D | dwc3.rst | 9 Please pick something while reading :)
|
| /linux/drivers/hid/ |
| H A D | hid-waltop.c | 55 0x09, 0x46, /* Usage (Tablet Pick), */ 106 0x09, 0x46, /* Usage (Tablet Pick), */ 157 0x09, 0x46, /* Usage (Tablet Pick), */ 210 0x09, 0x46, /* Usage (Tablet Pick), */ 261 0x09, 0x46, /* Usage (Tablet Pick), */ 374 0x09, 0x46, /* Usage (Tablet Pick), */ 489 0x09, 0x46, /* Usage (Tablet Pick), */
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-irq.c | 200 pend0 &= mask[0]; /* Pick intrs we should look at */ in ip27_do_irq_mask0() 240 pend1 &= mask[1]; /* Pick intrs we should look at */ in ip27_do_irq_mask1()
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 75 /* If has both hs_mic and hp_mic, pick the hs_mic ahead of hp_mic. */ in compare_input_type() 82 pick the one with boost first. */ in compare_input_type() 886 * snd_hda_pick_pin_fixup - Pick up a fixup matching with the pin quirk list in snd_hda_apply_fixup() 946 * snd_hda_pick_fixup - Pick up a fixup matching with PCI/codec SSID or model string in snd_hda_pick_pin_fixup() 952 * Pick up a fixup entry matching with the given model string or SSID. in snd_hda_pick_pin_fixup() 978 /* when model=nofixup is given, don't pick up any fixups */ in hda_quirk_lookup_id()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | user.h | 23 * current->brk to pick up all of the user variables, plus any memory
|