Home
last modified time | relevance | path

Searched refs:live (Results 1 – 110 of 110) sorted by relevance

/linux-4.4.14/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
/linux-4.4.14/drivers/gpu/host1x/hw/
Dsyncpt_hw.c60 u32 old, live; in syncpt_load() local
65 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id)); in syncpt_load()
66 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old); in syncpt_load()
68 if (!host1x_syncpt_check_max(sp, live)) in syncpt_load()
73 return live; in syncpt_load()
/linux-4.4.14/Documentation/devicetree/
Dof_unittest.txt9 is attached to the live tree dynamically, independent of the machine's
110 blob. And finally, if the machine's device tree (i.e live tree) is present,
111 then it attaches the unflattened test data tree to the live tree, else it
112 attaches itself as a live device tree.
115 live tree as explained below. To explain the same, the test data tree described
116 in Figure 2 is attached to the live tree described in Figure 1.
127 Figure 2: Example test data tree to be attached to live tree.
129 According to the scenario above, the live tree is already present so it isn't
134 given parent in live tree. But, if parent already has a child then the new node
136 data node is attached to the live tree above (Figure 1), the final structure is
[all …]
Ddynamic-resolution-notes.txt17 1. Get the maximum device tree phandle value from the live tree + 1.
22 in the live tree. This is the label used to tag the node.
Dchangesets.txt2 in the live tree in such a way that either the full set of changes
Doverlay-notes.txt12 A Device Tree's overlay purpose is to modify the kernel's live tree, and
Dusage-model.txt349 later), which will happily live at the base of the Linux /sys/devices
/linux-4.4.14/tools/perf/Documentation/
Dperf-kmem.txt59 --live::
60 Show live page stat. The perf kmem shows total allocation stat by
61 default, but this option shows live (currently allocated) pages
Dperf-kvm.txt16 'perf kvm stat [record|report|live] [<options>]
63 'perf kvm stat live' reports statistical data in a live mode (similar to
64 record + report but with statistical data updated live at a given display
Dperf-script.txt47 using 'live-mode' i.e. without writing anything to disk. <script>
60 <top-script> and to run the <top-script> using 'live-mode'
67 record' and 'live-mode' variants; this isn't possible however for
68 <top-script> 'live-mode' or 'perf script report' variants.
Dperf-trace.txt20 This is a live mode tool in addition to working with perf.data files like
/linux-4.4.14/kernel/livepatch/
DKconfig4 Arch supports kernel live patching
14 Say Y here if you want to support kernel live patching.
/linux-4.4.14/samples/
DKconfig67 tristate "Build live patching sample -- loadable modules only"
70 Builds a sample live patch that replaces the procfs handler
71 for /proc/cmdline to print "this has been live patched".
/linux-4.4.14/arch/xtensa/kernel/
Dprocess.c324 int live, last; in xtensa_elf_core_copy_regs() local
347 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16; in xtensa_elf_core_copy_regs()
349 memcpy(elfregs->a, regs->areg, live * 4); in xtensa_elf_core_copy_regs()
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt86 QEMU/KVM is using the userfaultfd syscall to implement postcopy live
87 migration. Postcopy live migration is one form of memory
91 KVM kernel code had to be modified in order to add postcopy live
100 It is generally beneficial to run one pass of precopy live migration
101 just before starting postcopy live migration, in order to avoid
104 The implementation of postcopy live migration currently uses one
135 doesn't need to keep any per-page state bitmap relative to the live
Dhighmem.txt147 pageframes need to live in the permanent mapping, which means:
/linux-4.4.14/lib/
Dis_single_threaded.c25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()
DKconfig.debug84 From a live system:
964 bool "Lock debugging: detect incorrect freeing of live locks"
973 vfree(), etc.), whether a live lock is incorrectly reinitialized via
1123 live on past the point at which a driver decides to drop it's
/linux-4.4.14/Documentation/security/
Dtomoyo.txt6 http://tomoyo.sourceforge.jp/1.7/1st-step/ubuntu10.04-live/
7 http://tomoyo.sourceforge.jp/1.7/1st-step/centos5-live/ .
Dcredentials.txt373 actually live in struct cred:
545 This gets a reference on a live set of credentials, returning a pointer to
/linux-4.4.14/Documentation/features/debug/optprobes/
Darch-support.txt4 # description: arch supports live patched optprobes
/linux-4.4.14/Documentation/features/debug/uprobes/
Darch-support.txt4 # description: arch supports live patched user probes
/linux-4.4.14/Documentation/features/debug/kprobes/
Darch-support.txt4 # description: arch supports live patched kernel probe
/linux-4.4.14/Documentation/features/core/jump-labels/
Darch-support.txt4 # description: arch supports live patched, high efficiency branches
/linux-4.4.14/Documentation/features/debug/kprobes-on-ftrace/
Darch-support.txt4 # description: arch supports combined kprobes and ftrace live patching
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c96 uobj->live = 0; in init_uobj()
176 if (!uobj->live) { in idr_read_uobj()
194 if (!uobj->live) { in idr_write_uobj()
582 uobj->live = 1; in ib_uverbs_alloc_pd()
627 uobj->live = 0; in ib_uverbs_dealloc_pd()
836 obj->uobject.live = 1; in ib_uverbs_open_xrcd()
877 int live; in ib_uverbs_close_xrcd() local
902 uobj->live = 0; in ib_uverbs_close_xrcd()
905 live = uobj->live; in ib_uverbs_close_xrcd()
914 if (inode && !live) in ib_uverbs_close_xrcd()
[all …]
Duverbs_main.c549 if (!event->element.qp->uobject || !event->element.qp->uobject->live) in ib_uverbs_qp_event_handler()
/linux-4.4.14/drivers/media/rc/keymaps/
DMakefile29 rc-dntv-live-dvb-t.o \
30 rc-dntv-live-dvbt-pro.o \
/linux-4.4.14/arch/x86/realmode/rm/
Dtrampoline_64.S129 # so the kernel can live anywhere
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt11 live at offset 0 of the EEPROM, and typically extends for a few hundred
108 The SDB entry point (which acts as a directory listing) cannot live at
109 offset zero in the flash device, because the FRU information must live
140 the fine-delay driver, and must live at a known address of 0x1800. By
/linux-4.4.14/Documentation/hwmon/
Dltc421518 from a live backplane.
Dltc426018 and removed from a live backplane.
Dltc426118 to be safely inserted and removed from a live backplane.
Dadm127532 allow a circuit board to be removed from or inserted into a live backplane.
Dltc424518 from a live backplane in multiple supply systems such as CompactPCI and
/linux-4.4.14/tools/perf/util/
Dkvm-stat.h101 bool live; member
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt206 A config_item cannot live in a vacuum. The only way one can be created
301 When the register call returns, the subsystem is live, and it
454 subdirectories: "live" and "pending". The "live" directory does not
458 will. Userspace commits the item by renaming it into the "live"
461 method returns zero and the item is moved to the "live" directory.
463 As rmdir(2) does not work in the "live" directory, an item must be
465 time from the "live" directory back to the "pending" one. The subsystem
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmi_pc.h87 dword volatile live; member
Dos_pri.c356 i = READ_DWORD(&boot->live); in diva_pri_reset_adapter()
359 if (i == READ_DWORD(&boot->live)) { in diva_pri_reset_adapter()
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices17 devices which live on this bus. This is done with an array of struct
163 chips on PC mainboards. There are several dozen models, which can live
211 what addresses they live at. However, in certain cases, it does not, so a
223 device. As no two devices can live at the same address on a given I2C
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt31 kept 'live', and is only preserved and restored when multiple tasks are
61 the NEON registers are live. (Additional calls to kernel_neon_begin() should be
/linux-4.4.14/arch/sparc/kernel/
Dwuf.S184 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-4.4.14/Documentation/
Ddebugging-via-ohci1394.txt61 be used to view the printk buffer of a remote machine, even with live update.
175 updated live view of recent kernel messages logged on the debug target.
Defi-stub.txt8 jumps to are collectively known as the "EFI boot stub", and live in
Dapplying-patches.txt219 The 2.6.x.y (-stable) and 2.6.x patches live at
222 The -rc patches live at
225 The -git patches live at
228 The -mm kernels live at
Dsysfs-rules.txt154 directories live in /sys/devices.
Doops-tracing.txt273 16: 'K' if the kernel has been live patched.
DManagementStyle137 as easy to undo personality disorders. You just have to live with
Dkobject.txt383 live in the kset directory. If an explicit parent kobject is assigned
Dkernel-parameters.txt3803 the system to live lock.
/linux-4.4.14/drivers/mtd/
DKconfig212 unless you live in the Free World where software patents aren't
229 unless you live in the Free World where software patents aren't
254 unless you live in the Free World where software patents aren't
/linux-4.4.14/arch/arm/boot/dts/
Dimx27-eukrea-mbimxsd27-baseboard.dts52 label = "system::live";
Dimx27-phytec-phycore-rdk.dts264 label = "system:green3:live";
Ddm814x.dtsi274 /* REVISIT: Move to live under l4hs once driver is fixed */
/linux-4.4.14/fs/proc/
DKconfig35 Provides a virtual ELF core file of the live kernel. This can
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmc13xxx.txt137 label = "system:red:live";
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt15 it is possible to look at the debug logs on a live system via the Linux
54 The debug logs can be inspected in a live system through entries in
472 to investigate the debug logs on a live system and with a memory dump after
477 One last possibility to investigate the debug logs at a live
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c2384 bool modified, live; in scan_isoc() local
2394 live = true; in scan_isoc()
2397 live = false; in scan_isoc()
2422 if (frame == now_frame && live) { in scan_isoc()
2464 && live in scan_isoc()
Dfotg210-hcd.c4611 unsigned now_frame, bool live) in scan_frame_queue() argument
4633 if (frame == now_frame && live) { in scan_frame_queue()
4684 bool live; in scan_isoc() local
4694 live = true; in scan_isoc()
4697 live = false; in scan_isoc()
4706 now_frame, live); in scan_isoc()
Doxu210hp-hcd.c2298 int live; in scan_periodic() local
2300 live = HC_IS_RUNNING(oxu_to_hcd(oxu)->state); in scan_periodic()
/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c581 if (kvm->live) { in print_result()
680 if (kvm->live) { in cpu_isa_config()
907 kvm->live = true; in kvm_events_live_report()
Dbuiltin-trace.c1439 bool live; member
1517 if (!trace->live) in thread__fd_path()
2537 trace->live = true; in trace__run()
2694 trace->live = false; in trace__run()
/linux-4.4.14/Documentation/frv/
Datomic-ops.txt134 The out-of-line implementations live in arch/frv/lib/atomic-ops.S.
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt35 POHMELFS is based on transactions, which are potentially long-standing objects that live
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdomain.c1547 int status, node, live; in dlm_send_join_asserts() local
1563 live = test_bit(node, dlm->live_nodes_map); in dlm_send_join_asserts()
1571 if (live) in dlm_send_join_asserts()
1574 } while (status && live); in dlm_send_join_asserts()
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfs.txt94 script, and <ttl> is the 'time to live' of this cache entry (in
Dnfs41-server.txt170 fail to live up to the promise we made in CREATE_SESSION fore channel
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmr.c837 mr->live = 1; in reg_umr()
1024 mr->live = 1; in reg_create()
1267 mr->live = 0; in mlx5_ib_dereg_mr()
Dmlx5_ib.h337 int live; member
Dodp.c148 if (!mmr || mmr->key != key || !mr->live) in mlx5_ib_odp_find_mr_lkey()
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt126 are live (possibly) and so must be saved somehow before the handler can invoke
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress.txt6 peripherals. Processor and RAM "live" on the tiles.
/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt85 of this structure changes, this can break live migration across KVM versions.
Dppc-pv.txt180 RAM around where we can live translate instructions to. What happens is the
Dmmu.txt22 - dirty tracking: report writes to guest memory to enable live migration
/linux-4.4.14/fs/
DKconfig122 created on your hard drive. The files live in memory and swap
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt129 When a user queries to get per-tgid data, the sum of all other live threads in
/linux-4.4.14/Documentation/filesystems/caching/
Dcachefiles.txt56 placed on the same medium as a live set of data, and will expand to make use of
132 binds to fscache and the cache becomes live.
/linux-4.4.14/kernel/
Dfork.c1129 atomic_set(&sig->live, 1); in copy_signal()
1595 atomic_inc(&current->signal->live); in copy_process()
Dexit.c720 group_dead = atomic_dec_and_test(&tsk->signal->live); in do_exit()
/linux-4.4.14/Documentation/filesystems/
Ddebugfs.txt221 cleaned up. We live in more civilized times now, though, and debugfs users
Dvfs.txt35 translate a pathname (filename) into a specific dentry. Dentries live
51 beasts. They live either on the disc (for block device filesystems)
52 or in the memory (for pseudo filesystems). Inodes that live on the
Dramfs-rootfs-initramfs.txt346 specific MAC address, logging into a server, etc). They can live on removable
Dext2.txt256 backups used to live, and ext2_free_blocks() refuses to free these blocks,
Dpath-lookup.txt281 live locks). It is costly to have a full restart, but fortunately they are
Df2fs.txt39 segment cleaner to compress the live information from heavily fragmented
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt168 which are 'A'live, and the array is 2/490221568 complete with its initial
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt60 the probe() routine can live in an init section to reduce the driver's
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt158 entries' time-to-live and time intervals between garbage collection
159 passes. More entries, less time-to-live, less GC interval.
162 Minimum time-to-live of entries. Should be enough to cover fragment
163 time-to-live on the reassembling side. This minimum time-to-live is
168 Maximum time-to-live of entries. Unused entries will expire after
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
Dl2tp.txt174 needed when debugging a live system since the messages are not
Drxrpc.txt589 permits the server to add more keys, replace keys, etc. whilst it is live.
Dfilter.txt361 attaching to a live system. For that purpose, there's a small tool called
/linux-4.4.14/Documentation/arm/OMAP/
DDSS10 panel and controller drivers are in drivers/video/omap2/. DSS1 and DSS2 live
/linux-4.4.14/drivers/isdn/hisax/
DKconfig47 If you have trouble with some ugly exchanges or you live in
/linux-4.4.14/arch/powerpc/
DKconfig943 must live at a different physical address than the primary
1053 must live at a different physical address than the primary
/linux-4.4.14/drivers/md/
DKconfig344 needed for live data migration tools such as 'pvmove'.
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S576 ;; now I will just live with the bug.
Dxircom_pgs.S614 ;; now I will just live with the bug.
/linux-4.4.14/drivers/i2c/busses/
DKconfig64 and temperature sensors live. Saying yes here will give you access
205 live. Saying yes here will give you access to these in addition
/linux-4.4.14/include/rdma/
Dib_verbs.h1275 int live; member
/linux-4.4.14/include/linux/
Dsched.h655 atomic_t live; member
/linux-4.4.14/net/netfilter/
DKconfig717 hoplimit/time-to-live value of the IP header.
1161 in the IPv6 header, or the time-to-live field in the IPv4
/linux-4.4.14/Documentation/development-process/
D2.Process301 being added to the kernel tree live. They remain in drivers/staging while
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt883 32768 - The kernel has been live patched.
/linux-4.4.14/Documentation/trace/
Dftrace.txt103 file is meant to be streamed with live tracing.
2544 different. The trace is live.
/linux-4.4.14/arch/arm/
DKconfig.debug33 # If you know what you are doing and are willing to live without stack
DKconfig1844 This was deprecated in 2001 and announced to live on for 5 years.
/linux-4.4.14/arch/x86/
DKconfig1863 must live at a different physical address than the primary
/linux-4.4.14/
DMAINTAINERS6475 L: live-patching@vger.kernel.org