Home
last modified time | relevance | path

Searched full:live (Results 1 – 25 of 1573) sorted by relevance

12345678910>>...63

/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
Dtest-livepatch.sh21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then
29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then
58 grep 'live patched' /proc/cmdline > /dev/kmsg
59 grep 'live patched' /proc/meminfo > /dev/kmsg
63 grep 'live patched' /proc/cmdline > /dev/kmsg
64 grep 'live patched' /proc/meminfo > /dev/kmsg
69 grep 'live patched' /proc/cmdline > /dev/kmsg
70 grep 'live patched' /proc/meminfo > /dev/kmsg
75 grep 'live patched' /proc/cmdline > /dev/kmsg
76 grep 'live patched' /proc/meminfo > /dev/kmsg
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
Dtest-livepatch.sh21 if [[ "$(cat /proc/cmdline)" != "$MOD_LIVEPATCH: this has been live patched" ]] ; then
29 if [[ "$(cat /proc/cmdline)" == "$MOD_LIVEPATCH: this has been live patched" ]] ; then
58 grep 'live patched' /proc/cmdline > /dev/kmsg
59 grep 'live patched' /proc/meminfo > /dev/kmsg
63 grep 'live patched' /proc/cmdline > /dev/kmsg
64 grep 'live patched' /proc/meminfo > /dev/kmsg
69 grep 'live patched' /proc/cmdline > /dev/kmsg
70 grep 'live patched' /proc/meminfo > /dev/kmsg
75 grep 'live patched' /proc/cmdline > /dev/kmsg
76 grep 'live patched' /proc/meminfo > /dev/kmsg
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-kernel-livepatch4 Contact: live-patching@vger.kernel.org
6 Interface for kernel live patching
9 each loaded live patch module.
14 Contact: live-patching@vger.kernel.org
22 Contact: live-patching@vger.kernel.org
31 Contact: live-patching@vger.kernel.org
39 Contact: live-patching@vger.kernel.org
53 Contact: live-patching@vger.kernel.org
61 Contact: live-patching@vger.kernel.org
69 Contact: live-patching@vger.kernel.org
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-kernel-livepatch4 Contact: live-patching@vger.kernel.org
6 Interface for kernel live patching
9 each loaded live patch module.
14 Contact: live-patching@vger.kernel.org
22 Contact: live-patching@vger.kernel.org
31 Contact: live-patching@vger.kernel.org
39 Contact: live-patching@vger.kernel.org
53 Contact: live-patching@vger.kernel.org
61 Contact: live-patching@vger.kernel.org
/kernel/linux/linux-5.10/Documentation/devicetree/
Dof_unittest.rst13 is attached to the live tree dynamically, independent of the machine's
117 blob. And finally, if the machine's device tree (i.e live tree) is present,
118 then it attaches the unflattened test data tree to the live tree, else it
119 attaches itself as a live device tree.
122 live tree as explained below. To explain the same, the test data tree described
123 in Figure 2 is attached to the live tree described in Figure 1::
134 Figure 2: Example test data tree to be attached to live tree.
136 According to the scenario above, the live tree is already present so it isn't
141 given parent in live tree. But, if parent already has a child then the new node
143 data node is attached to the live tree above (Figure 1), the final structure is
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/
Dof_unittest.rst13 is attached to the live tree dynamically, independent of the machine's
138 blob. And finally, if the machine's device tree (i.e live tree) is present,
139 then it attaches the unflattened test data tree to the live tree, else it
140 attaches itself as a live device tree.
143 live tree as explained below. To explain the same, the test data tree described
144 in Figure 2 is attached to the live tree described in Figure 1::
155 Figure 2: Example test data tree to be attached to live tree.
157 According to the scenario above, the live tree is already present so it isn't
162 given parent in live tree. But, if parent already has a child then the new node
164 data node is attached to the live tree above (Figure 1), the final structure is
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_selftest.c71 int (*live)(struct drm_i915_private *); member
81 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
87 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },
160 err = st->live(data); in __run_selftests()
205 if (!i915_selftest.live) in i915_live_selftests()
208 err = run_selftests(live, pdev_to_i915(pdev)); in i915_live_selftests()
210 i915_selftest.live = err; in i915_live_selftests()
214 if (i915_selftest.live < 0) { in i915_live_selftests()
215 i915_selftest.live = -ENOTTY; in i915_live_selftests()
435 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
[all …]
/kernel/linux/linux-5.10/net/rxrpc/
Dnet_ns.c18 if (rxnet->live) in rxrpc_client_conn_reap_timeout()
27 if (rxnet->live) in rxrpc_service_conn_reap_timeout()
36 if (rxnet->live) in rxrpc_peer_keepalive_timeout()
48 rxnet->live = true; in rxrpc_init_net()
107 rxnet->live = false; in rxrpc_init_net()
118 rxnet->live = false; in rxrpc_exit_net()
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
Dgpio-sim.sh26 if [ "$BANK" = "live" -o "$BANK" = "dev_name" ]; then
93 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip"
99 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip"
283 echo "2.9. Can't modify settings when chip is live"
288 fail "Setting label of a live chip should fail"
290 fail "Setting number of lines of a live chip should fail"
294 echo "2.10. Can't create line items when chip is live"
306 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Probe error was not propagated"
311 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Chip enabled without any GPIO banks"
320 echo 1 > $CONFIGFS_DIR/chip/live 2> /dev/null && fail "Duplicate chip labels were not rejected"
/kernel/linux/linux-5.10/samples/livepatch/
Dlivepatch-sample.c3 * livepatch-sample.c - Kernel Live Patching Sample Module
15 * This (dumb) live patch overrides the function that prints the
25 * this has been live patched
35 seq_printf(m, "%s\n", "this has been live patched"); in livepatch_cmdline_proc_show()
/kernel/linux/linux-6.6/samples/livepatch/
Dlivepatch-sample.c3 * livepatch-sample.c - Kernel Live Patching Sample Module
15 * This (dumb) live patch overrides the function that prints the
25 * this has been live patched
35 seq_printf(m, "%s\n", "this has been live patched"); in livepatch_cmdline_proc_show()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/xlnx/
Dxlnx,zynqmp-dpsub.yaml21 Live Video --->| | --> | Audio | Audio | |---> | PHY1 |
23 Live Audio --->| | --> | | || +-------------+ |
31 live audio/video streams from the programmable logic. The Video Rendering
72 dp_vtc_pixel_clk_in is the non-live video clock (from Processing
75 dp_live_video_in_clk is the live video clock (from Programmable
129 description: The live video input from the programmable logic
133 description: The live graphics input from the programmable logic
137 description: The live audio input from the programmable logic
/kernel/linux/linux-6.6/Documentation/driver-api/nvdimm/
Dfirmware-activate.rst41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to
44 modifications of system memory. A value of 'live' attempts
50 'live' or 'quiesce', where 'live' indicates that the firmware
53 expect and injects a quiet period for the memory controller, but 'live'
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dfirmware-activate.rst41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to
44 modifications of system memory. A value of 'live' attempts
50 'live' or 'quiesce', where 'live' indicates that the firmware
53 expect and injects a quiet period for the memory controller, but 'live'
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
Di915_selftest.c76 int (*live)(struct drm_i915_private *); member
86 #define selftest(n, f) [live_##n] = { .name = #n, { .live = f } },
92 #define selftest(n, f) [perf_##n] = { .name = #n, { .live = f } },
214 err = st->live(data); in __run_selftests()
263 if (!i915_selftest.live) in i915_live_selftests()
282 err = run_selftests(live, i915); in i915_live_selftests()
284 i915_selftest.live = err; in i915_live_selftests()
288 if (i915_selftest.live < 0) { in i915_live_selftests()
289 i915_selftest.live = -ENOTTY; in i915_live_selftests()
513 module_param_named_unsafe(live_selftests, i915_selftest.live, int, 0400);
[all …]
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dgspca-cardlist.rst21 zc3xx 041e:041e Creative WebCam Live!
40 zc3xx 041e:4036 Creative Live !
44 sq930x 041e:403c Creative Live! Ultra
45 sq930x 041e:403d Creative Live! Ultra for Notebooks
46 sq930x 041e:4041 Creative Live! Motion
47 zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250)
48 ov519 041e:4052 Creative Live! VISTA IM
49 zc3xx 041e:4053 Creative Live!Cam Video IM
50 vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130)
51 ov519 041e:405f Creative Live! VISTA VF0330
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dgspca-cardlist.rst21 zc3xx 041e:041e Creative WebCam Live!
40 zc3xx 041e:4036 Creative Live !
44 sq930x 041e:403c Creative Live! Ultra
45 sq930x 041e:403d Creative Live! Ultra for Notebooks
46 sq930x 041e:4041 Creative Live! Motion
47 zc3xx 041e:4051 Creative Live!Cam Notebook Pro (VF0250)
48 ov519 041e:4052 Creative Live! VISTA IM
49 zc3xx 041e:4053 Creative Live!Cam Video IM
50 vc032x 041e:405b Creative Live! Cam Notebook Ultra (VC0130)
51 ov519 041e:405f Creative Live! VISTA VF0330
[all …]
/kernel/linux/linux-6.6/drivers/of/
Dresolver.c231 * of_resolve_phandles - Relocate and resolve overlay against live tree
236 * does not conflict with the live expanded devicetree. Update references
238 * in @overlay that refer to the live expanded devicetree.
240 * Phandle values in the live tree are in the range of
247 * the name of a symbol (a label) in the live tree. The values of each
250 * corresponding to that symbol in the live tree. Update the references in
251 * the overlay with the phandle values in the live tree.
255 * Resolving and applying @overlay to the live expanded devicetree must be
319 pr_err("node label '%s' not found in live devicetree symbols table\n", in of_resolve_phandles()
/kernel/linux/linux-5.10/drivers/of/
Dresolver.c231 * of_resolve_phandles - Relocate and resolve overlay against live tree
236 * does not conflict with the live expanded devicetree. Update references
238 * in @overlay that refer to the live expanded devicetree.
240 * Phandle values in the live tree are in the range of
247 * the name of a symbol (a label) in the live tree. The values of each
250 * corresponding to that symbol in the live tree. Update the references in
251 * the overlay with the phandle values in the live tree.
255 * Resolving and applying @overlay to the live expanded devicetree must be
325 pr_err("node label '%s' not found in live devicetree symbols table\n", in of_resolve_phandles()
/kernel/linux/linux-6.6/Documentation/networking/
Dnet_failover.rst24 datapath. It also enables hypervisor controlled live migration of a VM with
65 be brought UP during live migration to allow uninterrupted communication.
113 Live Migration of a VM with SR-IOV VF & virtio-net in STANDBY mode
116 net_failover also enables hypervisor controlled live migration to be supported
120 Here is a sample script that shows the steps to initiate live migration from
153 virsh detach-device --live --config $DOMAIN $VF_XML
163 virsh migrate --live --persistent $DOMAIN qemu+ssh://$REMOTE_HOST/system
183 virsh attach-device --config --live vm01 vf.xml
/kernel/linux/linux-6.6/net/rxrpc/
Dnet_ns.c18 if (rxnet->live) in rxrpc_service_conn_reap_timeout()
27 if (rxnet->live) in rxrpc_peer_keepalive_timeout()
39 rxnet->live = true; in rxrpc_init_net()
92 rxnet->live = false; in rxrpc_init_net()
103 rxnet->live = false; in rxrpc_exit_net()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dsyncpt_hw.c56 u32 old, live; in syncpt_load() local
61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load()
64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()
69 return live; in syncpt_load()
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
Dsyncpt_hw.c56 u32 old, live; in syncpt_load() local
61 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
62 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load()
64 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()
69 return live; in syncpt_load()
/kernel/linux/linux-5.10/kernel/livepatch/
DKconfig5 Arch supports kernel live patching
8 bool "Kernel Live Patching"
16 Say Y here if you want to support kernel live patching.
/kernel/linux/linux-6.6/kernel/livepatch/
DKconfig5 Arch supports kernel live patching
8 bool "Kernel Live Patching"
16 Say Y here if you want to support kernel live patching.

12345678910>>...63