Home
last modified time | relevance | path

Searched refs:make (Results 1 – 200 of 897) sorted by relevance

12345

/linux-4.4.14/tools/build/tests/
Drun.sh4 make -C ex V=1 clean > ex.out 2>&1
5 make -C ex V=1 >> ex.out 2>&1
12 make -C ex V=1 clean > /dev/null 2>&1
17 make -C ex V=1 clean > ex.out 2>&1
20 make -rR -C ex V=1 ex.o >> ex.out 2>&1
21 make -rR -C ex V=1 ex.i >> ex.out 2>&1
22 make -rR -C ex V=1 ex.s >> ex.out 2>&1
34 make -C ex V=1 clean > /dev/null 2>&1
39 make -C ex V=1 clean > ex.out 2>&1
43 make -C ex V=1 CFLAGS=-DINCLUDE >> ex.out 2>&1
[all …]
/linux-4.4.14/tools/testing/selftests/
DMakefile47 make -C $$TARGET; \
52 make -C $$TARGET run_tests; \
57 make -C $$TARGET; \
62 make -C $$TARGET run_full_test; \
67 make -C $$TARGET clean; \
71 make -C pstore run_crash
82 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \
94 make -s --no-print-directory -C $$TARGET emit_tests >> $(ALL_SCRIPT); \
105 make -C $$TARGET clean; \
Dkselftest_install.sh34 INSTALL_PATH=$install_dir make install
/linux-4.4.14/tools/perf/
DMakefile54 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n'
69 $(make)
75 $(make)
81 @$(MAKE) SHUF=1 -f tests/make --no-print-directory
88 $(make)
/linux-4.4.14/scripts/
Dmkmakefile45 .PHONY: __sub-make \$(MAKECMDGOALS)
47 __sub-make:
50 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make
Dheaders.sh10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
Dstackusage24 KCFLAGS="${KCFLAGS} -fstack-usage" make "$@"
DKbuild.include230 # User may override this check using make KBUILD_NOCMDDEP=1
238 # (needed for make)
240 # (needed for make)
243 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1)))))
254 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
260 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
273 # enabled by make V=2
Dver_linux21 make --version 2>&1 |
/linux-4.4.14/Documentation/
Dkselftest.txt18 $ make -C tools/testing/selftests
22 $ make -C tools/testing/selftests run_tests
25 $ make kselftest
32 You can use the "TARGETS" variable on the make command line to specify
36 $ make -C tools/testing/selftests TARGETS=ptrace run_tests
39 $ make TARGETS="size timers" kselftest
49 $ make -C tools/testing/selftests hotplug
52 $ make -C tools/testing/selftests run_hotplug
84 * Don't cause the top-level "make run_tests" to fail if your feature is
Dcoccinelle.txt35 make
39 sudo make install
73 To make a report for every semantic patch, run the following command:
75 make coccicheck MODE=report
79 make coccicheck MODE=patch
95 make coccicheck MODE=report V=1
100 make coccicheck MODE=report J=4
106 The optional make variable COCCI can be used to check a single
112 make coccicheck COCCI=<my_SP.cocci> MODE=patch
114 make coccicheck COCCI=<my_SP.cocci> MODE=report
[all …]
Dsparse.txt89 make
90 make install
97 Do a kernel make with "make C=1" to run sparse on all the C files that get
98 recompiled, or use "make C=2" to run sparse on the files whether they need to
102 The optional make variable CF can be used to pass arguments to sparse. The
106 make C=2 CF="-D__CHECK_ENDIAN__"
DSubmitChecklist45 10: Use 'make checkstack' and 'make namespacecheck' and fix any problems
51 static functions, but OK there also.) Use 'make htmldocs' or 'make
79 20: Check that it all passes `make headers_check'.
87 22: Newly-added code has been compiled with `gcc -W' (use "make
91 23: Tested after it has been merged into the -mm patchset to make sure
Dinit.txt17 A) make sure you have the correct root FS type
29 E) make sure the binary's architecture matches your hardware.
32 you should make sure that the script specifies an interpreter in its shebang
46 - try to make the implementation itself more helpful in general,
DManagementStyle32 Everybody thinks managers make decisions, and that decision-making is
34 manager must be to make it. That's very deep and obvious, but it's not
37 The name of the game is to _avoid_ having to make a decision. In
42 competent to make that decision for them.
98 your mind, and make people very _aware_ of that. And it's much easier
105 This preemptive admission of incompetence might also make the people who
186 Suck up to them, because they are the people who will make your job
187 easier. In particular, they'll be able to make your decisions for you,
217 Then make the developer who really screwed up (if you can find him) know
241 don't try to make it too obvious unless you really _intend_ to irritate
[all …]
Dbasic_profiling.txt9 It is probably easiest to use "make install" for linux and hack
38 make install
DDMA-ISA-LPC.txt22 this is not present on all platforms make sure you construct your
45 __GFP_REPEAT and __GFP_NOWARN to make the allocater try a bit harder.
112 the channel again. You should also check get_dma_residue() to make
147 It is the driver's responsibility to make sure that the machine isn't
Dsgi-ioc4.txt9 they can't all register to own the same PCI device ID. To make
26 IOC4 drivers can call to make their presence known. Each driver
DVGA-softcursor.txt7 vgacon.c). You can now play a few new tricks: you can make your cursor look
8 like a non-blinking red block, make it inverse background of the character it's
Dkernel-doc-nano-HOWTO.txt141 information as used by make.
159 subsystems (see Documentation/DocBook/*.tmpl), just type 'make
160 psdocs', or 'make pdfdocs', or 'make htmldocs', depending on your
162 'make xmldocs' and then use DocBook tools to convert
164 'db2html ...' if 'make htmldocs' was not defined).
332 How to make new SGML template files
Dstatic-keys.txt58 kernel code paths should be able to make use of the static keys facility.
91 In order to make use of this optimization you must first define a key:
135 Thus, 'static_branch_inc()' means 'make the branch true', and
136 'static_branch_dec()' means 'make the branch false' with appropriate
141 true. And then a 'static_branch_dec()', will again make the branch false.
Dgcov.txt160 directory needs to be used instead (due to make's CURDIR handling).
177 /tmp/out: kernel build directory as specified by make O=
218 KSRC=$(cd $KSRC; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
219 KOBJ=$(cd $KOBJ; printf "all:\n\t@echo \${CURDIR}\n" | make -f -)
Dcrc32.txt36 and to make the XOR cancel, it's just a copy of bit 32 of the remainder.
61 can be precomputed, and merging in the final 32 zero bits to make room
159 To make maximum use of the processor, "slicing by 8" performs 8 look-ups
167 be kept busy and make full use of its L1 cache.
182 you start the same way on decoding, it doesn't make a difference.
Dvfio.txt12 Why do we want that? Virtual machines often make use of direct device
24 driver, be maintained out of tree, or make use of the UIO framework,
73 granularity. In IOMMUs which make use of page tables, it may be
93 host drivers if a VFIO driver is unavailable; this will make the
125 pci bus, therefore the user will make use of vfio-pci to manage the
248 VFIO bus drivers, such as vfio-pci make use of only a few interfaces
305 currently there is no way to reduce the number of calls. In order to make things
380 /* Check the PE's state and make sure it's in functional state */
451 mm::locked_vm counter to make sure we do not exceed the rlimit.
Dcachetlb.txt43 the TLB. After running, this interface must make sure that
57 interface must make sure that any previous page table
82 After running, this interface must make sure that any previous
296 D-cache aliasing, to make sure these kernel stores are
300 which have shared+writable mappings of this file, we must make
327 as did the cpu stores into the page to make it
392 the vmap area. This is to make sure that any data the kernel
394 page. The design is to make this area safe to perform I/O on.
DChanges25 o GNU make 3.80 # make --version
62 You will need GNU make 3.80 or later to build the kernel.
109 SGML templates in the Documentation/DocBook directory to make DocBook
305 o <ftp://ftp.gnu.org/gnu/make/>
Demail-clients.txt133 long lines, you must make the composer window very wide before sending
138 as inlined text will make them tricky to extract from their 7-bit encoding.
142 highlight "Suggest automatic display" to make the attachment inlined to
143 make it more viewable.
151 as read-write for user only so you will have to chmod them to make them
/linux-4.4.14/
DREADME56 After installation, "make psdocs", "make pdfdocs", "make htmldocs",
57 or "make mandocs" will render the documentation in the requested format.
83 the backup files (some-file-name~ or some-file-name.orig), and make sure
109 make mrproper
128 Using the option "make O=output/dir" allow you to specify an alternate
138 make O=/home/name/build/kernel menuconfig
139 make O=/home/name/build/kernel
140 sudo make O=/home/name/build/kernel modules_install install
143 used for all invocations of make.
151 new version with minimal work, use "make oldconfig", which will
[all …]
DKbuild42 # We use internal kbuild rules to avoid the "is up to date" message from make
77 # We use internal kbuild rules to avoid the "is up to date" message from make
99 # Keep these three files during make clean
D.gitignore55 # Debian directory (make deb-pkg)
60 # tar directory (make tar*-pkg)
DCOPYING30 software--to make sure the software is free for all its users. This
38 price. Our General Public Licenses are designed to make sure that you
44 To protect your rights, we need to make restrictions that forbid
51 you have. You must make sure that they, too, receive or can get the
59 Also, for each author's protection and ours, we want to make certain
242 This section is intended to make thoroughly clear what is believed to
270 make exceptions for this. Our decision will be guided by the two goals
301 possible use to the public, the best way to achieve this is to make it
329 If the program is interactive, make it output a short notice like this
/linux-4.4.14/Documentation/zh_CN/
Dsparse.txt82 make
83 make install
90 用"make C=1"命令来编译内核,会对所有重新编译的 C 文件使用 sparse 工具。
91 或者使用"make C=2"命令,无论文件是否被重新编译都会对其使用 sparse 工具。
94 make 的可选变量 CHECKFLAGS 可以用来向 sparse 工具传递参数。编译系统会自
98 make C=2 CHECKFLAGS="-D__CHECK_ENDIAN__"
Dbasic_profiling.txt28 对于linux系统来说,配置vmlinuz最容易的方法可能就是使用“make install”,然后修改
54 make install
DHOWTO151 make pdfdocs
152 make psdocs
153 make htmldocs
154 make mandocs
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/
Dconfiginit.sh63 make mrproper
64 make $buildloc distclean > $builddir/Make.distclean 2>&1
65 make $buildloc $TORTURE_DEFCONFIG > $builddir/Make.defconfig.out 2>&1
69 yes '' | make $buildloc oldconfig > $builddir/Make.oldconfig.out 2> $builddir/Make.oldconfig.err
Dkvm-build.sh63 make O=$builddir -j$ncpus $TORTURE_KMAKE_ARG > $builddir/Make.out 2>&1
/linux-4.4.14/Documentation/ja_JP/
DSubmitChecklist59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら
60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか
66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した
95 20: 'make headers_check'を実行して全く問題がないことを確認してください。
DHOWTO197 make pdfdocs
198 make psdocs
199 make htmldocs
200 make mandocs
/linux-4.4.14/Documentation/powerpc/
Dmpc52xx.txt11 # make lite5200_defconfig
12 # make uImage
22 # make lite5200_defconfig
24 # make zImage.initrd
25 # make
/linux-4.4.14/Documentation/ia64/
Dxen.txt33 2. # make world
35 3. # make install-tools
42 5. make initrd for Dom0/DomU
43 # make -C linux-2.6.18-xen.hg ARCH=ia64 modules_install \
54 1. make file
86 FYI, virt-manager can also make a disk image for guest OS.
87 It's GUI tools and easy to make it.
143 4. make kernel with pv_ops
144 # make oldconfig
145 # make
[all …]
DREADME29 the original README for details BUT make sure you have an IA-64
/linux-4.4.14/Documentation/arm/SA1100/
DHUW_WEBPANEL7 make huw_webpanel_config
8 make oldconfig
10 make zImage
DPangolin9 make pangolin_config
10 make oldconfig
11 make zImage
DCERF24 make ARCH=arm CROSS_COMPILE=arm-linux- cerfcube_defconfig
25 make ARCH=arm CROSS_COMPILE=arm-linux- zImage
26 make ARCH=arm CROSS_COMPILE=arm-linux- modules
DBrutus8 make brutus_config
9 make config
11 make zImage
DItsy15 To build, do a "make menuconfig" (or xmenuconfig) and select Itsy support.
16 Disable Flash and LCD support. and then do a make zImage.
17 Finally, you will need to cd to arch/arm/boot/tools and execute a make there
DADSBitsy10 Use 'make adsbitsy_config' before any 'make config'.
DPLEB2 Computer Science and Engineering, University of New South Wales to make a
DGraphicsMaster10 Use 'make graphicsmaster_config' before any 'make config'.
/linux-4.4.14/tools/build/tests/ex/
DMakefile14 make -f $(srctree)/tools/build/Makefile.build dir=. $@
17 make $(build)=ex
20 make $(build)=libex
/linux-4.4.14/tools/perf/tests/
Dmake5 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile
6 @echo "Testing Makefile.perf"; $(MAKE) -sf tests/make MK=Makefile.perf
10 @echo "Testing Makefile"; $(MAKE) -sf tests/make MK=Makefile $@
18 # we need some IS_(32/64) flag to make this generic
27 # standard single make variable specified
236 clean := @(cd $(PERF); make -s -f $(MK) clean >/dev/null)
241 cmd="cd $(PERF) && make -f $(MK) DESTDIR=$$TMP_DEST $($@)"; \
252 cmd="cd $(PERF) && make -f $(MK) O=$$TMP_O DESTDIR=$$TMP_DEST $($(patsubst %_O,%,$@))"; \
265 @echo "- make -C <kernelsrc> tools/perf"
267 (make -C ../.. tools/perf) > $@ 2>&1 && \
[all …]
Dperf-targz-src-pkg12 make perf-targz-src-pkg > /dev/null
18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
/linux-4.4.14/tools/build/
DBuild.include45 # (needed for make)
47 # (needed for make)
50 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1)))))
62 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
68 printf '%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
83 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt46 complexity, so one only has to type "make" to build the module. This is
59 An alternative is to use the "make" target "modules_prepare." This will
60 make sure the kernel contains the information required. The target
66 executed to make module versioning work.
72 $ make -C <path_to_kernel_src> M=$PWD
79 $ make -C /lib/modules/`uname -r`/build M=$PWD
84 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
90 make -C $KDIR M=$PWD
94 "make" will actually change to the specified directory
105 When building an external module, only a subset of the "make"
[all …]
Dkconfig.txt1 This file contains some assistance for using "make *config".
3 Use "make help" to list all of the possible configuration targets.
16 "make oldconfig" won't necessarily produce a working new kernel
20 To see a list of new config symbols when using "make oldconfig", use
23 make listnewconfig
59 KCONFIG_ALLCONFIG == "" or KCONFIG_ALLCONFIG == "1", "make *config"
75 KCONFIG_ALLCONFIG=custom-notebook.config make allnoconfig
77 KCONFIG_ALLCONFIG=mini.config make allnoconfig
79 make KCONFIG_ALLCONFIG=mini.config allnoconfig
189 make MENUCONFIG_COLOR=<theme> menuconfig
[all …]
Dkbuild.txt60 See make help for the full list.
109 make CF=-Wbitwise C=2
118 Install script called when using "make install".
127 The implementation of "make install" is architecture specific
146 makefile but the argument can be passed to make if needed.
167 executing "make headers_*".
203 $ make ALLSOURCE_ARCHS="x86 mips arm" tags
207 $ make ALLSOURCE_ARCHS=all tags
211 If enabled over the make command line with "W=1", it turns on additional
Dheaders_install.txt4 The "make headers_install" command exports the kernel's header files in a
23 The "make headers_install" command can be run in the top level directory of the
27 make headers_install ARCH=i386 INSTALL_HDR_PATH=/usr
42 The command "make headers_install_all" exports headers for all architectures
Dmakefiles.txt92 "make menuconfig" or "make". They usually do not read or edit
264 invoke make recursively in subdirectories, provided you let it know of
396 required by make.
404 but when execution "make -s" one does not expect to see any output
407 text following $(kecho) to stdout except if "make -s" is used.
744 "make clean" deletes most generated files in the obj tree where the kernel
747 $(extra-y) and $(targets). They are all deleted during "make clean".
750 "make clean" is executed.
758 When executing "make clean", the file "crc32table.h" will be deleted.
771 To exclude certain files from make clean, use the $(no-clean-files) variable.
[all …]
DKconfig.recursion-issue-016 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-01 allnoconfig
32 # question of what are the possible values of CORE would make the kconfig
D00-INDEX8 - usage help for make *config
/linux-4.4.14/tools/build/Documentation/
DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
112 to make it easier to invoke build like:
113 make $(build)=ex
164 $ make util/map.o # objects
165 $ make util/map.i # preprocessor
166 $ make util/map.s # assembly
/linux-4.4.14/tools/vm/
DMakefile15 make -C $(LIB_DIR)
22 make -C $(LIB_DIR) clean
/linux-4.4.14/arch/mips/kernel/
Dentry.S47 local_irq_disable # make sure we dont miss an
86 local_irq_disable # make sure need_resched and
142 local_irq_disable # make sure need_resched and
160 local_irq_disable # make sure need_resched doesn't
/linux-4.4.14/Documentation/cdrom/
DMakefile4 make clean
13 make sortofclean
/linux-4.4.14/arch/mn10300/mm/
DKconfig.cache15 make room. Only at that point is it written back.
113 icache using the cache tag registers to make breakpoints work.
122 icache using automatic purge registers to make breakpoints work.
131 tag registers to make breakpoints work.
140 purge registers to make breakpoints work.
147 invalidate the icache to make breakpoints work.
/linux-4.4.14/tools/usb/usbip/
DINSTALL13 Briefly, the shell commands `./configure; make; make install' should
53 2. Type `make' to compile the package.
55 3. Optionally, type `make check' to run any self-tests that come with
58 4. Type `make install' to install the programs and any data files and
62 source code directory by typing `make clean'. To also remove the
64 a different kind of computer), type `make distclean'. There is
65 also a `make maintainer-clean' target, but that is intended mainly
70 6. Often, you can also type `make uninstall' to remove the installed
93 own directory. To do this, you can use GNU `make'. `cd' to the
98 With a non-GNU `make', it is safer to compile the package for one
[all …]
Dcleanup.sh4 make distclean
DCOPYING14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
285 possible use to the public, the best way to achieve this is to make it
313 If the program is interactive, make it output a short notice like this
/linux-4.4.14/scripts/dtc/
Dupdate-dtc-source.sh41 make clean
42 make check
/linux-4.4.14/Documentation/serial/
Dmoxa-smartio119 Please make sure the JP1 is open after the ISA board is set properly.
235 # make clean; make install
239 # make clean; make installsp1
242 # make clean; make installsp2
271 manually to make sure the modification is ok. If any error
345 # make menuconfig
358 b. make clean /* take a few minutes */
359 c. make dep /* take a few minutes */
360 d. make bzImage /* take probably 10-20 minutes */
361 e. make install /* copy boot image to correct position */
[all …]
/linux-4.4.14/Documentation/filesystems/
Dsharedsubtree.txt45 mount --make-shared /mnt
47 Note: mount(8) command now supports the --make-shared flag,
84 # mount --make-shared /mnt
92 Now let's make the mount at /tmp; a slave of /mnt
93 # mount --make-slave /tmp
126 let's say we have a mount at /mnt and we make is unbindable
128 # mount --make-unbindable /mnt
143 mount --make-shared mountpoint
144 mount --make-slave mountpoint
145 mount --make-private mountpoint
[all …]
Dbefs.txt60 step 2. Configuration & make kernel
69 make menuconfig (or xconfig)
76 (it is fine to make it a module).
Ddirectory-locking80 the process holding the "largest" such lock can always make progress, and
126 either to make sure that link(2) doesn't work for them or to make changes
127 in is_subdir() that would make it work even in presence of such beasts.
Domfs.txt32 uid=n - make all files owned by specified user
33 gid=n - make all files owned by specified group
/linux-4.4.14/tools/testing/ktest/examples/
Dcrosstests.conf78 MAKE_CMD = PATH=/usr/local/gcc-${GCC_VER}-nolibc/${CROSS}/bin:$PATH CROSS_COMPILE=${CROSS}- make AR…
205 MAKE_CMD = make ARCH=um SUBARCH=x86_64
210 MAKE_CMD = make ARCH=i386
215 MAKE_CMD = make ARCH=x86_64
Dsnowball.conf15 …2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
/linux-4.4.14/arch/openrisc/
DREADME.openrisc41 make
42 make install
48 make ARCH=openrisc defconfig
49 make ARCH=openrisc
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt25 /sys/block/<device>/make-it-fail or
26 /sys/block/<device>/<partition>/make-it-fail. (generic_make_request())
82 /proc/<pid>/make-it-fail==1.
195 bash -c "echo 1 > /proc/self/make-it-fail && exec $*"
256 In order to make it easier to accomplish the tasks mentioned above, we can use
263 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
267 -- make -C tools/testing/selftests/ run_tests
273 -- make -C tools/testing/selftests/ run_tests
280 -- make -C tools/testing/selftests/ run_tests
/linux-4.4.14/arch/h8300/lib/
Dudivsi3.S30 shlr.l er2 ; make divisor < 2^16
34 shlr.l #2,er2 ; make divisor < 2^16
40 shlr.l #2,er2 ; make divisor < 2^16
/linux-4.4.14/Documentation/hwmon/
Duserspace-tools8 The kernel drivers make the data from the sensor chips available in the /sys
21 part, so compile with "make user" and install with "make user_install".
Dadm102541 it is not a choice you have to make as the user. The choice was already
51 100k pull-ups on the VID inputs". It doesn't make any difference for us.
/linux-4.4.14/Documentation/arm/SPEAr/
Doverview.txt38 make spear13xx_defconfig
39 make spear3xx_defconfig
40 make spear6xx_defconfig
/linux-4.4.14/drivers/vfio/platform/
DKconfig6 Support for platform devices with VFIO. This is required to make
16 Support for ARM AMBA devices with VFIO. This is required to make
/linux-4.4.14/security/apparmor/
DMakefile67 $(call cmd,make-caps)
70 $(call cmd,make-rlim)
/linux-4.4.14/arch/mips/alchemy/
DPlatform34 # If they do, placing this line here at the end will make sure the
35 # compiler picks the board one. If they don't, it will make sure
/linux-4.4.14/net/ax25/
Dax25_in.c191 struct sock *make, *sk; in ax25_rcv() local
346 (make = ax25_make_new(sk, ax25_dev)) == NULL) { in ax25_rcv()
356 ax25 = sk_to_ax25(make); in ax25_rcv()
357 skb_set_owner_r(skb, make); in ax25_rcv()
360 make->sk_state = TCP_ESTABLISHED; in ax25_rcv()
/linux-4.4.14/arch/arm/mach-omap2/
Dsleep24xx.S75 str r4, [r2] @ make it so
86 ldr r4, A_SDRC0 @ make a clock happen
Dsram242x.S66 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
88 orreq r1, r1, #0x4 @ make sure exit with unlocked value
272 str r8, [r4] @ make dividers take
305 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
Dsram243x.S66 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
88 orreq r1, r1, #0x4 @ make sure exit with unlocked value
272 str r8, [r4] @ make dividers take
305 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
/linux-4.4.14/arch/x86/boot/
Dpmjump.S62 # Set up TR to make Intel VT happy
73 # Set up LDTR to make Intel VT happy
Dmtools.conf.in2 # mtools configuration file for "make (b)zdisk"
Dcode16gcc.h5 # This is done this way instead via asm() to make sure gcc does not reorder
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
DKconfig23 If unsure, say Y to make it easier to debug problems.
32 If unsure, say Y to make it easier to debug problems.
/linux-4.4.14/Documentation/networking/
DREADME.sb100020 2.) Several PPP scripts which live in /etc/ppp to make connecting via your
50 To make the SB1000 card work, follow these steps:
52 1.) Run `make config', or `make menuconfig', or `make xconfig', whichever
79 do a `make cmconfig' and then `install -c cmconfig /usr/local/sbin'. Don't do
80 `make install' because it expects to find all the utilities built and ready for
174 edit /etc/ppp/cablemodem and make sure the ",nobroadcast" option is turned on
190 '-DSB1000_DELAY=60'. Then do `make' and as root `make install' and try
Dgen_stats.txt93 1) make sure you have basic stats and rate stats setup first.
94 2) make sure you have initialized stats lock that is used to setup such
Ddns_resolver.txt19 The DNS resolver module provides a way for kernel services to make DNS queries
68 To make use of this facility, one of the following functions that are
77 it doesn't find it, it upcalls to userspace to make a new DNS query, which
Dbatman-adv.txt100 interval to a lower value. This will make the mesh more respon-
107 To make use of your newly created mesh, batman advanced provides
111 over" the data by using the batman interface and batman will make
143 man-adv as part of kernel, use "make menuconfig" and enable the
Dsmc9.txt20 3. To compile as a module, run 'make' .
DLICENSE.qlcnic24 software--to make sure the software is free for all its users. This
32 price. Our General Public Licenses are designed to make sure that you
38 To protect your rights, we need to make restrictions that forbid
45 you have. You must make sure that they, too, receive or can get the
53 Also, for each author's protection and ours, we want to make certain
236 This section is intended to make thoroughly clear what is believed to
264 make exceptions for this. Our decision will be guided by the two goals
DLICENSE.qlge24 software--to make sure the software is free for all its users. This
32 price. Our General Public Licenses are designed to make sure that you
38 To protect your rights, we need to make restrictions that forbid
45 you have. You must make sure that they, too, receive or can get the
53 Also, for each author's protection and ours, we want to make certain
236 This section is intended to make thoroughly clear what is believed to
264 make exceptions for this. Our decision will be guided by the two goals
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME23 make # to create Context.c
32 You should then be able to run the normal perf make as usual.
39 You should make sure libperl and ExtUtils/Embed.pm are installed first
/linux-4.4.14/Documentation/ko_KR/
DHOWTO171 make pdfdocs
172 make psdocs
173 make htmldocs
174 make mandocs
/linux-4.4.14/Documentation/scsi/
DNinjaSCSI.txt44 $ make config
48 and make & install. This driver requires the pcmcia-cs header file.
53 [4] Extract this driver's archive somewhere, and edit Makefile, then do make.
58 $ make
Dlink_power_management_policy.txt6 min_power Tell the controller to try to make the link use the
DLICENSE.qla4xxx25 software--to make sure the software is free for all its users. This
33 price. Our General Public Licenses are designed to make sure that you
39 To protect your rights, we need to make restrictions that forbid
46 you have. You must make sure that they, too, receive or can get the
54 Also, for each author's protection and ours, we want to make certain
237 This section is intended to make thoroughly clear what is believed to
265 make exceptions for this. Our decision will be guided by the two goals
Dscsi_eh.txt159 We'll talk about how SCSI EH takes actions to abort - make LLDD
198 of driving error handling. EH's goals are two - make LLDD, host and
199 device forget about timed out scmds and make them ready for new
334 handler returns SUCCESS if it has succeeded to make LLDD and
356 make failed sdevs ready for new commands.
375 and STU doesn't make lower layers forget about those
458 scmd doesn't make any difference.
DLICENSE.qla2xxx26 software--to make sure the software is free for all its users. This
34 price. Our General Public Licenses are designed to make sure that you
40 To protect your rights, we need to make restrictions that forbid
47 you have. You must make sure that they, too, receive or can get the
55 Also, for each author's protection and ours, we want to make certain
238 This section is intended to make thoroughly clear what is believed to
266 make exceptions for this. Our decision will be guided by the two goals
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSMDK2440.txt16 To set the default configuration, use `make smdk2440_defconfig` which
18 `make s3c2410_config` to include support for all s3c2410/s3c2440 machines
/linux-4.4.14/tools/lguest/
Dlguest.txt9 make it useful for specific tasks, and, of course, you are encouraged to fork
52 - A tool called "lguest" is available in this directory: type "make"
53 to build it. If you didn't build your kernel in-tree, use "make
61 install it under qemu, then make multiple copies:
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt50 You need to run make with the NDK toolchain and sysroot defined above:
52 make ARCH=arm CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
54 make ARCH=x86 CROSS_COMPILE=${NDK_TOOLCHAIN} CFLAGS="--sysroot=${NDK_SYSROOT}"
Dperf-stat.txt103 print counts using a CSV-style output to make it easy to import directly into
135 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco…
173 $ perf stat -- make -j
175 Performance counter stats for 'make -j':
/linux-4.4.14/tools/power/cpupower/
DREADME25 make
27 make install
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt27 API in the mainline kernel instead of the staging tree and make it
69 to expose, translate and make use of the capabilities of the audio
71 applications are not supposed to make use of this API.
89 The Compressed Data API does not make any assumptions on how the data
94 mandatory routines and possibly make use of optional ones.
104 capabilities. The intent is to make sure all the capabilities
111 it is likely that some implementations make the list of capabilities
141 - Profiles/modes listed as bitmasks to make descriptors more compact
/linux-4.4.14/arch/m32r/kernel/
Dentry.S164 DISABLE_INTERRUPTS(r4) ; make sure we don't miss an interrupt
229 DISABLE_INTERRUPTS(r4) ; make sure we don't miss an interrupt
/linux-4.4.14/Documentation/development-process/
D8.Conclusion9 mechanism; "make htmldocs" or "make pdfdocs" can be used to generate those
60 working to make it better. The kernel is a premier example of what can be
D4.Coding31 requires some uniformity of code to make it possible for developers to
59 Computer Science professors teach students to make extensive use of
85 make sense to pull out some of that code into a separate library or to
147 actually make it into the mainline until June, 2007 (2.6.22). What
174 One final hazard worth mentioning is this: it can be tempting to make a
183 to work for more people than it creates problems for. Why not make a
189 madness, and nobody ever knows if you actually make any real
221 and try to avoid "fixes" which make the warning go away without addressing
225 kernel with "make EXTRA_CFLAGS=-W" to get the full set.
291 "C=1" to your make command.
[all …]
D5.Posting7 following them will make life much easier for everybody involved. This
67 It may become necessary to make versions against -mm, linux-next, or a
82 split apart in ways which make sense. The developers are interested in
90 should make a specific change which can be reviewed on its own and
103 result is a broken kernel, you will make life harder for developers and
107 to a single file as 500 separate patches - an act which did not make him
118 code should make that code active immediately.
247 would make the code worse, don't do it.
299 introduction does not make it into the kernel changelogs. So please ensure
D7.AdvancedTopics19 Managing patches with git can make life much easier for the developer,
35 understanding of how git works before trying to use it to make patches
59 not make free use of them. And, in any case, you should not do your
81 have pulled into their repositories, you will make life much more difficult
151 looking at code you can make a significant contribution to the process as a
/linux-4.4.14/Documentation/arm/
DREADME21 level make file:
35 Do a 'make config', followed by 'make Image' to build the kernel
37 'make zImage' instead of 'make Image'.
96 make good use of modularisation.
/linux-4.4.14/Documentation/arm/OMAP/
DREADME5 v4.3+ Update is needed for custom .config files to make sure
/linux-4.4.14/drivers/net/ethernet/hisilicon/
DKconfig46 is needed by any driver which provides HNS acceleration engine or make
63 This selects the general ethernet driver for HNS. This module make
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt96 the module exit function to make sure there is no caller left using
98 probe call, make sure that probe removal and module unload are safe.
102 tracepoint name over all the kernel to make sure no type conflict will
104 to make sure typing is correct. Verification of probe type correctness
/linux-4.4.14/drivers/net/wireless/mediatek/
DKconfig5 Those drivers make use of the Linux mac80211 stack.
/linux-4.4.14/arch/mips/lasat/
DMakefile14 make -C image clean
/linux-4.4.14/net/irda/
DKconfig65 Disabling this option will make latency over IrDA very bad. Enabling
66 this option will make the IrDA stack send more packet than strictly
69 Fast RR will make IrLAP send out a RR frame immediately when
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
DKconfig42 If unsure, say Y to make it easier to debug problems.
54 If unsure, say Y to make it easier to debug problems.
/linux-4.4.14/fs/jffs2/
DTODO7 make the reservation.
12 - make the scan code populate real inodes so read_inode just after
/linux-4.4.14/Documentation/video4linux/
DREADME.saa713431 Type "make" to build the driver now. "make install" installs the
/linux-4.4.14/drivers/thermal/ti-soc-thermal/
DTODO10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt9 that is in the WRITE requests is copied into the log to make the replay happen
17 next REQ_FLUSH request. This is to make it easier for userspace to replay the
19 make it easier to detect improper waiting/flushing.
76 write, but first you need to replay up to the mkfs to make sure
/linux-4.4.14/Documentation/s390/
D3270.txt50 If you have chosen to make tub3270 a module, you add a line to a
78 make oldconfig
81 and rerun "make oldconfig".)
82 make image
83 make modules
84 make modules_install
112 necessary character special device files and make the necessary
230 assign this function to a PF key. To make PF7 cause job suspension,
Dzfcpdump.txt14 the s390-tools package) to make the device bootable. The operator of a Linux
32 To get a valid zfcpdump kernel configuration use "make zfcpdump_defconfig".
/linux-4.4.14/net/netrom/
Daf_netrom.c865 struct sock *make; in nr_rx_frame() local
958 (make = nr_make_new(sk)) == NULL) { in nr_rx_frame()
967 skb->sk = make; in nr_rx_frame()
968 make->sk_state = TCP_ESTABLISHED; in nr_rx_frame()
971 nr_make = nr_sk(make); in nr_rx_frame()
1002 nr_write_internal(make, NR_CONNACK); in nr_rx_frame()
1018 nr_insert_socket(make); in nr_rx_frame()
1020 nr_start_heartbeat(make); in nr_rx_frame()
1021 nr_start_idletimer(make); in nr_rx_frame()
/linux-4.4.14/tools/lib/lockdep/
Drun_tests.sh3 make &> /dev/null
/linux-4.4.14/tools/testing/selftests/vm/
DMakefile21 make -C ../../../.. headers_install
/linux-4.4.14/arch/alpha/lib/
Dstrlen.S38 found: blbs $2, done # make aligned case fast
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
DKconfig16 If unsure, say Y to make it easier to debug problems.
/linux-4.4.14/tools/perf/util/
DPERF-VERSION-GEN28 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
/linux-4.4.14/tools/perf/config/
Dutilities.mak22 # GNU make's $(shell ...) function converts to a
108 # At least GNU make gets confused by expanding a newline
141 # (It's necessary to use `sh -c' because GNU make messes up by
151 # (It's necessary to use `sh -c' because GNU make messes up by
/linux-4.4.14/arch/x86/lguest/
DKconfig13 If you say Y here, make sure you say Y (or M) to the virtio block
/linux-4.4.14/tools/testing/ktest/examples/include/
Dtests.conf67 MAKE_CMD = make
Dpatchcheck.conf110 MAKE_CMD = CC=gcc-4.5.1 make
/linux-4.4.14/Documentation/timers/
Dtimer_stats.txt4 timer_stats is a debugging facility to make the timer (ab)usage in a Linux
11 their code does not make unduly use of timers. This helps to avoid unnecessary
/linux-4.4.14/arch/arm/lib/
Dcsumpartial.S81 ldrneb td0, [buf], #1 @ make even
87 ldrneh td0, [buf], #2 @ make 32-bit aligned
/linux-4.4.14/Documentation/wimax/
DREADME.i2400m22 + GNU C Compiler, make
43 $ make
51 $ make install
58 $ make KDIR=/path/to/kernel/dev/tree
119 to make things work. See the network service's README for instructions
129 To make changes permanent, for example, for the i2400m module, you can
/linux-4.4.14/tools/testing/ktest/
Dktest.pl123 my $make;
1251 } elsif ($var eq "KERNEL_VERSION" && defined($make)) {
2145 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2177 doprint "$make kernelrelease ... ";
2178 $version = `$make -s kernelrelease | tail -1`;
2348 if (!run_command "$make olddefconfig") {
2352 if (!run_command "$make oldnoconfig") {
2355 run_command "yes '' | $make oldconfig" or
2419 run_command "$make mrproper" or dodie "make mrproper";
2427 run_command "$make mrproper" or
[all …]
/linux-4.4.14/Documentation/ide/
Dwarm-plug-howto.txt15 NOTE: please make sure that partitions are unmounted and that there are
/linux-4.4.14/drivers/cpuidle/
DKconfig.mips15 Processing System (CPS) architecture. In order to make use of
/linux-4.4.14/Documentation/sound/oss/
DIntroduction104 1. To make the kernel sound modules, cd to your /usr/src/linux
105 directory (typically) and type make config, make menuconfig,
106 or make xconfig (to start the command line, dialog, or x-based
117 5. Make the kernel (e.g., make bzImage), and install the kernel.
119 6. Make the modules and install them (make modules; make modules_install).
121 Note, for 2.5.x kernels, make sure you have the newer module-init-tools
233 (for example, I make a /lib/modules/<kernel>/misc/tmp
DCMI833030 (I suggest you to use "make menuconfig" or "make xconfig"
Dultrasound24 and allows owners of a GUS MAX to make use of simultaneous digital audio
/linux-4.4.14/net/rose/
Daf_rose.c972 struct sock *make; in rose_rx_call_request() local
997 (make = rose_make_new(sk)) == NULL) { in rose_rx_call_request()
1002 skb->sk = make; in rose_rx_call_request()
1003 make->sk_state = TCP_ESTABLISHED; in rose_rx_call_request()
1004 make_rose = rose_sk(make); in rose_rx_call_request()
1026 rose_write_internal(make, ROSE_CALL_ACCEPTED); in rose_rx_call_request()
1028 rose_start_idletimer(make); in rose_rx_call_request()
1038 rose_insert_socket(make); in rose_rx_call_request()
1042 rose_start_heartbeat(make); in rose_rx_call_request()
/linux-4.4.14/drivers/staging/wilc1000/
DTODO7 - make spi and sdio components coexist in one build
/linux-4.4.14/arch/mips/
DKbuild10 # make clean traverses $(obj-) without having included .config, so
/linux-4.4.14/drivers/parport/
DTODO-parport18 4. A better PLIP (make use of bidirectional/ECP/EPP ports).
/linux-4.4.14/drivers/lguest/
DMakefile16 …@for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make
/linux-4.4.14/arch/m68k/hp300/
DREADME.hp30013 every packet. This doesn't make for very speedy operation.
/linux-4.4.14/tools/build/feature/
DMakefile47 BUILD = $(__BUILD) > $(OUTPUT)$(@:.bin=.make.output) 2>&1
181 rm -f $(FILES) *.d $(FILES:.bin=.make.output)
/linux-4.4.14/Documentation/arm/stm32/
Doverview.txt16 make stm32_defconfig
/linux-4.4.14/fs/cramfs/
DREADME111 The remaining options try to make cramfs more sharable.
135 PAGE_CACHE_SIZE: just make cramfs_readpage read multiple blocks.
142 with kernels having larger PAGE_CACHE_SIZE can make use of that if
165 silicon ROMs, it might make sense to expand the inode a little from
/linux-4.4.14/arch/sparc/kernel/
Dhead_32.S311 sll %g1, 0x4, %g1 ! make physical addr
314 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
335 sll %g1, 0x4, %g1 ! make physical addr
338 sll %g1, 0x8, %g1 ! make phys addr for l1 tbl
573 wr %g1, 0x0, %wim ! make window 1 invalid
/linux-4.4.14/drivers/zorro/
DKconfig9 names to make the information in /proc/iomem comprehensible to the
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt1 This page describes how to make calls to the firmware api.
54 To make an API call, the driver iterates over each mailbox looking for the
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt29 material, simply type "make".
57 file. After the make procedure is repeated, the EDID data set is ready
/linux-4.4.14/Documentation/leds/
Dleds-lp5523.txt15 There are three options to make the channel name.
18 To make specific channel name, then use 'name' platform data.
/linux-4.4.14/net/x25/
Daf_x25.c924 struct sock *make; in x25_rx_call_request() local
1020 make = x25_make_new(sk); in x25_rx_call_request()
1021 if (!make) in x25_rx_call_request()
1029 skb->sk = make; in x25_rx_call_request()
1030 make->sk_state = TCP_ESTABLISHED; in x25_rx_call_request()
1032 makex25 = x25_sk(make); in x25_rx_call_request()
1048 x25_write_internal(make, X25_CALL_ACCEPTED); in x25_rx_call_request()
1060 x25_insert_socket(make); in x25_rx_call_request()
1064 x25_start_heartbeat(make); in x25_rx_call_request()
/linux-4.4.14/arch/m68k/kernel/
Dvmlinux-sun3.lds1 /* ld script to make m68k Linux kernel */
Dvmlinux-std.lds1 /* ld script to make m68k Linux kernel */
/linux-4.4.14/arch/parisc/math-emu/
DREADME6 make their 'diff' job easier if our code is relatively unmodified.
/linux-4.4.14/arch/sh/lib/
Dmemset.S31 2: ! make VVVV
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt21 Don't make logs for corrected errors. All events reported
41 to make sure you log even machine check events that result
60 threshold to 1. Enabling this may make memory predictive failure
103 event. This will make the CPUs eat a lot more power, but may be useful
132 Don't stop other CPUs on reboot. This can make reboot more reliable
265 4GB. Normally the kernel will make the right choice by itself.
/linux-4.4.14/Documentation/arm/sti/
Doverview.txt18 make stih41x_defconfig
/linux-4.4.14/drivers/vfio/pci/
DKconfig7 Support for the PCI VFIO bus driver. This is required to make
/linux-4.4.14/fs/notify/fanotify/
DKconfig20 Say Y here is you want fanotify listeners to be able to make permissions
/linux-4.4.14/Documentation/isdn/
DREADME.FAQ17 Alternatively, you can also do a 'configure; make all' in the FAQ directory.
/linux-4.4.14/fs/afs/
DKconfig18 Say Y here to make runtime controllable debugging messages appear.
/linux-4.4.14/Documentation/mmc/
Dmmc-dev-attrs.txt44 1. A single erase command will make all other I/O on
46 is being erased, but erasing one partition will make
/linux-4.4.14/scripts/kconfig/
Dmerge_config.sh154 make KCONFIG_ALLCONFIG=$TMP_FILE $OUTPUT_ARG $ALLTARGET
/linux-4.4.14/Documentation/power/
Dtricks.txt26 When you make it work, try to find out what exactly was it that broke
/linux-4.4.14/Documentation/gpio/
Dboard.txt11 Platforms that make use of GPIOs must select ARCH_REQUIRE_GPIOLIB (if GPIO usage
41 This property will make GPIOs 15, 16 and 17 available to the driver under the
121 - dev_id is the identifier of the device that will make use of this GPIO. It
/linux-4.4.14/net/dns_resolver/
DKconfig9 which can be used to make upcalls to perform DNS lookups in
/linux-4.4.14/net/rxrpc/
DKconfig27 Say Y here to make runtime controllable debugging messages appear.
/linux-4.4.14/Documentation/spi/
Dbutterfly11 You can make this adapter from an old printer cable and solder things
51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying14 software--to make sure the software is free for all its users. This
22 price. Our General Public Licenses are designed to make sure that you
28 To protect your rights, we need to make restrictions that forbid
35 you have. You must make sure that they, too, receive or can get the
43 Also, for each author's protection and ours, we want to make certain
226 This section is intended to make thoroughly clear what is believed to
254 make exceptions for this. Our decision will be guided by the two goals
285 possible use to the public, the best way to achieve this is to make it
313 If the program is interactive, make it output a short notice like this
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense20 to guarantee your freedom to share and change free software--to make sure
28 General Public Licenses are designed to make sure that you have the freedom
34 To protect your rights, we need to make restrictions that forbid anyone to
41 must make sure that they, too, receive or can get the source code. And you
48 Also, for each author's protection and ours, we want to make certain that
226 This section is intended to make thoroughly clear what is believed to be
253 Foundation, write to the Free Software Foundation; we sometimes make
285 possible use to the public, the best way to achieve this is to make it free
312 If the program is interactive, make it output a short notice like this when
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dlpc32xx-mlc.txt11 Hz, to make them independent of actual clock speed and to provide for good
/linux-4.4.14/Documentation/filesystems/nfs/
D00-INDEX4 - explanation of how to make filesystems exportable.
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
DKconfig7 This will enable TI wl1251 driver support. The drivers make
/linux-4.4.14/fs/befs/
DKconfig9 attributes. (Also note that this driver doesn't make those features
/linux-4.4.14/scripts/package/
Dbuildtar60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
/linux-4.4.14/arch/alpha/kernel/
Dhead.S87 # It is handy, on occasion, to make halt actually just loop.
/linux-4.4.14/Documentation/security/
DSELinux.txt14 2. Type 'make' to compile mdp.
/linux-4.4.14/scripts/coccinelle/misc/
Dbugon.cocci60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc86 subq.l &0x8,%sp # make room for result on stack
100 subq.l &0x8,%sp # make room for result on stack
112 routine must make sure that the value isn't lost while popping
/linux-4.4.14/Documentation/usb/
Dgadget_multi.txt22 To make use of the gadget one needs to make it work on host side --
68 To make Windows select RNDIS drivers for the first function in the
/linux-4.4.14/drivers/watchdog/
DKconfig615 simply watches your kernel to make sure it doesn't freeze, and if
684 processors. This watchdog watches your kernel to make sure
697 This watchdog simply watches your kernel to make sure it doesn't
740 simply watches your kernel to make sure it doesn't freeze, and if
856 If the driver does not work, then make sure that the game port in
870 If the driver does not work, then make sure that the game port in
873 This watchdog simply watches your kernel to make sure it doesn't
906 When an NMI occurs this feature will make the necessary BIOS calls to
937 This watchdog simply watches your kernel to make sure it doesn't
983 you can probably make this driver work with your card as well.
[all …]
/linux-4.4.14/arch/metag/
DKconfig.debug30 catch buffer registers on kernel entry. This will make any
/linux-4.4.14/arch/cris/boot/compressed/
DREADME14 happens in this makefile. Together they make up piggy.img.
/linux-4.4.14/arch/xtensa/
DKconfig.debug33 It is easy to make wrong hardware configuration, this test should catch it early.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-platform14 automatically unbind the device from its current driver or make

12345