Searched refs:archive (Results 1 – 25 of 96) sorted by relevance
1234
/linux-5.19.10/Documentation/arm/ |
D | marvell.rst | 21 …- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M… 22 …- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~… 23 …- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800… 24 …- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8… 27 …- Datasheet: https://web.archive.org/web/20131028144728/http://www.ocmodshop.com/images/reviews/ne… 42 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc… 45 …- Product Brief : https://web.archive.org/web/20111027032509/http://www.marvell.com/embedded-proc… 48 …- Product Brief : https://web.archive.org/web/20130730072715/http://www.marvell.com/embedded-proc… 49 …- Hardware Spec : https://web.archive.org/web/20121021182835/http://www.marvell.com/embedded-proc… 50 …- Functional Spec: https://web.archive.org/web/20130730091033/http://www.marvell.com/embedded-proc… [all …]
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-archive.txt | 1 perf-archive(1) 6 perf-archive - Create archive with object files with build-ids found in perf.data file 11 'perf archive' [file]
|
D | android.txt | 62 If you also want to use perf-archive you need busybox tools for Android. 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh: 64 sed 's/#!\/bin\/bash/#!\/system\/bin\/sh/g' perf-archive >> /tmp/perf-archive 65 chmod +x /tmp/perf-archive 66 adb push /tmp/perf-archive /data/perf-archive
|
D | tips.txt | 8 Create an archive with symtabs to analyse on other machine: perf archive
|
/linux-5.19.10/Documentation/scsi/ |
D | ppa.rst | 8 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/ 10 Driver archive for old drivers: 11 http://web.archive.org/web/%2E/http://www.torque.net/~campbell/ppa 14 http://web.archive.org/web/%2E/http://www.torque.net/parport/
|
D | wd719x.rst | 18 wget http://support.wdc.com/download/archive/pciscsi.exe
|
/linux-5.19.10/Documentation/driver-api/early-userspace/ |
D | buffer-format.rst | 13 is different. The initramfs buffer contains an archive which is 19 archive can be compressed using gzip(1). One valid version of an 47 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is 87 If the filename is "TRAILER!!!" this is actually an end-of-archive 88 marker; the c_filesize for an end-of-archive marker must be zero. 108 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is 117 end-of-archive marker, or
|
D | early_userspace_support.rst | 15 - gen_init_cpio, a program that builds a cpio-format archive 16 containing a root filesystem image. This archive is compressed, and 26 archive to be used as the image or have the kernel build process build 32 You can create a cpio archive that contains the early userspace image. 33 Your cpio archive should be specified in CONFIG_INITRAMFS_SOURCE and it 36 combination with a cpio archive. 42 source parts rather than supplying a cpio archive. This method provides 146 initrd format, an cpio archive. It must be called "/init". This binary 150 comes via an initramfs cpio archive. If this is not the case,
|
/linux-5.19.10/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.rst | 95 All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is 101 archive is extracted into it, the kernel will fall through to the older code 107 - The old initrd was always a separate file, while the initramfs archive is 109 devoted to generating this archive during the build.) 113 initramfs archive is a gzipped cpio archive (like tar only simpler, 140 archive and links it into the resulting kernel binary. By default, this 141 archive is empty (consuming 134 bytes on x86). 145 initramfs archive, which will automatically be incorporated into the 147 archive, a directory containing files to be archived, or a text file 165 set permissions or create device nodes in the new archive. (Note that those [all …]
|
/linux-5.19.10/tools/perf/ |
D | perf-archive.sh | 22 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX) 31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
|
D | .gitignore | 21 perf-archive
|
D | command-list.txt | 6 perf-archive mainporcelain common
|
/linux-5.19.10/Documentation/bpf/libbpf/ |
D | index.rst | 19 mailing list search its `archive <https://lore.kernel.org/bpf/>`_. 20 Please search the archive before asking new questions. It very well might
|
/linux-5.19.10/scripts/ |
D | Makefile.vmlinux_o | 58 --whole-archive $(KBUILD_VMLINUX_OBJS) --no-whole-archive \
|
D | link-vmlinux.sh | 102 ${wl}--whole-archive ${objs} ${wl}--no-whole-archive \
|
/linux-5.19.10/Documentation/admin-guide/acpi/ |
D | initrd_table_override.rst | 69 # Add the raw ACPI tables to an uncompressed cpio archive. 71 # archive. Note that if the table put here matches a platform table 85 # The uncompressed cpio archive must be the first. Other, typically 87 # one. Following command creates the uncompressed cpio archive and
|
D | ssdt-overlays.rst | 84 # Add the raw ACPI tables to an uncompressed cpio archive. 86 # cpio archive. 87 # The uncompressed cpio archive must be the first. 93 # Create the uncompressed cpio archive and concatenate the original initrd
|
/linux-5.19.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 126 def cmdfiles_for_a(archive, ar): argument 137 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
/linux-5.19.10/Documentation/maintainer/ |
D | configure-git.rst | 40 The web site http://lore.kernel.org is meant as a grand archive of all mail 44 reference back to the lore archive so that people that browse the commit
|
/linux-5.19.10/Documentation/w1/masters/ |
D | mxc-w1.rst | 12 …- http://cache.freescale.com/files/dsp/doc/archive/MCIMX27.pdf?fsrch=1&WT_TYPE=Data%20Sheets&WT_VE…
|
/linux-5.19.10/fs/hpfs/ |
D | hpfs.h | 336 u8 archive: 1; /* dos attrib */ member 342 u8 archive: 1; /* dos attrib */ member
|
/linux-5.19.10/Documentation/translations/zh_CN/process/ |
D | howto.rst | 116 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 307 网上很多地方都有这个邮件列表的存档(archive)。可以使用搜索引擎来找到这些
|
/linux-5.19.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm-check-branches.sh | 33 echo '!!!' This script needs to run in a git archive. 1>&2
|
/linux-5.19.10/Documentation/translations/zh_TW/process/ |
D | howto.rst | 119 https://web.archive.org/web/20180829112450/http://linux.yyz.us/patch-format.html 310 網上很多地方都有這個郵件列表的存檔(archive)。可以使用搜尋引擎來找到這些
|
/linux-5.19.10/Documentation/admin-guide/media/ |
D | dvb_references.rst | 14 reasons, please check the archive at https://linuxtv.org/pipermail/linux-dvb/.
|
1234