/linux-4.1.27/tools/build/tests/ |
D | run.sh | 4 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
|
/linux-4.1.27/tools/testing/selftests/ |
D | Makefile | 36 make -C $$TARGET; \ 41 make -C $$TARGET run_tests; \ 46 make -C $$TARGET; \ 51 make -C $$TARGET run_full_test; \ 56 make -C $$TARGET clean; \ 69 make -C $$TARGET INSTALL_PATH=$(INSTALL_PATH)/$$TARGET install; \ 81 make -s --no-print-directory -C $$TARGET emit_tests >> $(ALL_SCRIPT); \ 92 make -C $$TARGET clean; \
|
D | kselftest_install.sh | 34 INSTALL_PATH=$install_dir make install
|
/linux-4.1.27/tools/perf/ |
D | Makefile | 54 @printf ' BUILD: Doing '\''make \033[33m-j'$(JOBS)'\033[m'\'' parallel build\n' 69 $(make) 75 $(make) 81 @$(MAKE) -f tests/make --no-print-directory 88 $(make)
|
/linux-4.1.27/Documentation/ |
D | kselftest.txt | 18 $ 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 68 * Don't cause the top-level "make run_tests" to fail if your feature is
|
D | coccinelle.txt | 35 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 …]
|
D | sparse.txt | 89 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__"
|
D | SubmitChecklist | 45 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
|
D | init.txt | 17 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,
|
D | ManagementStyle | 32 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 …]
|
D | basic_profiling.txt | 9 It is probably easiest to use "make install" for linux and hack 38 make install
|
D | DMA-ISA-LPC.txt | 22 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
|
D | VGA-softcursor.txt | 7 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
|
D | sgi-ioc4.txt | 9 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
|
D | kernel-doc-nano-HOWTO.txt | 141 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
|
D | static-keys.txt | 43 kernel code paths should be able to make use of the static keys facility. 76 In order to make use of this optimization you must first define a key: 118 Thus, 'static_key_slow_inc()' means 'make the branch true', and 119 'static_key_slow_dec()' means 'make the branch false' with appropriate 124 true. And then a 'static_key_slow_dec()', will again make the branch false.
|
D | gcov.txt | 160 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 -)
|
D | crc32.txt | 36 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.
|
D | email-clients.txt | 133 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
|
D | cachetlb.txt | 43 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.
|
D | vfio.txt | 12 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 303 currently there is no way to reduce the number of calls. In order to make things 378 /* Check the PE's state and make sure it's in functional state */
|
D | Changes | 25 o GNU make 3.80 # make --version 60 You will need GNU make 3.80 or later to build the kernel. 96 SGML templates in the Documentation/DocBook directory to make DocBook 292 o <ftp://ftp.gnu.org/gnu/make/>
|
/linux-4.1.27/scripts/ |
D | mkmakefile | 45 .PHONY: __sub-make \$(MAKECMDGOALS) 47 __sub-make: 50 \$(filter-out __sub-make, \$(MAKECMDGOALS)): __sub-make
|
D | Kbuild.include | 226 # User may override this check using make KBUILD_NOCMDDEP=1 234 # (needed for make) 236 # (needed for make) 239 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1))))) 250 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd) 256 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\ 269 # enabled by make V=2
|
D | headers.sh | 10 make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
|
D | ver_linux | 17 make --version 2>&1 | awk -F, '{print $1}' | awk \
|
/linux-4.1.27/ |
D | README | 56 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 …]
|
D | Kbuild | 41 # We use internal kbuild rules to avoid the "is up to date" message from make 58 # We use internal kbuild rules to avoid the "is up to date" message from make 80 # Keep these two files during make clean
|
D | .gitignore | 53 # Debian directory (make deb-pkg) 58 # tar directory (make tar*-pkg)
|
D | COPYING | 30 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.1.27/Documentation/zh_CN/ |
D | sparse.txt | 82 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__"
|
D | basic_profiling.txt | 28 对于linux系统来说,配置vmlinuz最容易的方法可能就是使用“make install”,然后修改 54 make install
|
D | HOWTO | 151 make pdfdocs 152 make psdocs 153 make htmldocs 154 make mandocs
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 63 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.modconfig.out 2>&1
|
D | kvm-build.sh | 63 make O=$builddir -j$ncpus $TORTURE_KMAKE_ARG > $builddir/Make.out 2>&1
|
/linux-4.1.27/Documentation/ja_JP/ |
D | SubmitChecklist | 59 10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら 60 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか 66 そして、'make htmldocs' もしくは 'make mandocs' を利用して追記した 95 20: 'make headers_check'を実行して全く問題がないことを確認してください。
|
D | HOWTO | 197 make pdfdocs 198 make psdocs 199 make htmldocs 200 make mandocs
|
/linux-4.1.27/Documentation/powerpc/ |
D | mpc52xx.txt | 11 # make lite5200_defconfig 12 # make uImage 22 # make lite5200_defconfig 24 # make zImage.initrd 25 # make
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 33 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 …]
|
D | README | 29 the original README for details BUT make sure you have an IA-64
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | HUW_WEBPANEL | 7 make huw_webpanel_config 8 make oldconfig 10 make zImage
|
D | Pangolin | 9 make pangolin_config 10 make oldconfig 11 make zImage
|
D | CERF | 24 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
|
D | Brutus | 8 make brutus_config 9 make config 11 make zImage
|
D | Itsy | 15 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
|
D | ADSBitsy | 10 Use 'make adsbitsy_config' before any 'make config'.
|
D | PLEB | 2 Computer Science and Engineering, University of New South Wales to make a
|
D | GraphicsMaster | 10 Use 'make graphicsmaster_config' before any 'make config'.
|
D | GraphicsClient | 14 Use 'make graphicsclient_config' before any 'make config'. This will set up
|
/linux-4.1.27/tools/build/tests/ex/ |
D | Makefile | 11 make -f $(srctree)/tools/build/Makefile.build dir=. $@ 14 make $(build)=ex 17 make $(build)=libex
|
/linux-4.1.27/Documentation/kbuild/ |
D | modules.txt | 46 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 …]
|
D | kconfig.txt | 1 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 …]
|
D | kbuild.txt | 60 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_*". 198 $ make ALLSOURCE_ARCHS="x86 mips arm" tags 202 $ make ALLSOURCE_ARCHS=all tags 206 If enabled over the make command line with "W=1", it turns on additional
|
D | headers_install.txt | 4 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/include 39 The command "make headers_install_all" exports headers for all architectures
|
D | makefiles.txt | 92 "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 two files "devlist.h classlist.h" will be 771 To exclude certain files from make clean, use the $(no-clean-files) variable. [all …]
|
D | 00-INDEX | 8 - usage help for make *config
|
/linux-4.1.27/tools/build/ |
D | Build.include | 45 # (needed for make) 47 # (needed for make) 50 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1))))) 65 printf '%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd) 72 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
|
/linux-4.1.27/scripts/dtc/ |
D | update-dtc-source.sh | 40 make clean 41 make check
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-targz-src-pkg | 12 make perf-targz-src-pkg > /dev/null 18 make -C $TMP_DEST/perf*/tools/perf > /dev/null 2>&1
|
D | make | 7 # we need some IS_(32/64) flag to make this generic 16 # standard single make variable specified 198 clean := @(cd $(PERF); make -s -f $(MK) clean >/dev/null) 203 cmd="cd $(PERF) && make -f $(MK) DESTDIR=$$TMP_DEST $($@)"; \ 214 cmd="cd $(PERF) && make -f $(MK) O=$$TMP_O DESTDIR=$$TMP_DEST $($(patsubst %_O,%,$@))"; \
|
/linux-4.1.27/tools/vm/ |
D | Makefile | 15 make -C $(LIB_DIR) 22 make -C $(LIB_DIR) clean
|
/linux-4.1.27/arch/mips/kernel/ |
D | entry.S | 47 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.1.27/Documentation/cdrom/ |
D | Makefile | 4 make clean 13 make sortofclean
|
/linux-4.1.27/tools/build/Documentation/ |
D | Build.txt | 26 $ make -f tools/build/Makefile srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT) 80 $ make -f tools/build/Makefile.build dir=. obj=ex 81 $ make -f tools/build/Makefile.build dir=. obj=libex 137 $ make util/map.o # objects 138 $ make util/map.i # preprocessor 139 $ make util/map.s # assembly
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Kconfig.cache | 15 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.1.27/tools/usb/usbip/ |
D | INSTALL | 13 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 …]
|
D | cleanup.sh | 4 make distclean
|
D | COPYING | 14 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.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 21 /sys/block/<device>/make-it-fail or 22 /sys/block/<device>/<partition>/make-it-fail. (generic_make_request()) 78 /proc/<pid>/make-it-fail==1. 184 bash -c "echo 1 > /proc/self/make-it-fail && exec $*" 245 In order to make it easier to accomplish the tasks mentioned above, we can use 252 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab 256 -- make -C tools/testing/selftests/ run_tests 262 -- make -C tools/testing/selftests/ run_tests 269 -- make -C tools/testing/selftests/ run_tests
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 119 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.1.27/Documentation/filesystems/ |
D | sharedsubtree.txt | 45 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 …]
|
D | befs.txt | 60 step 2. Configuration & make kernel 69 make menuconfig (or xconfig) 76 (it is fine to make it a module).
|
D | directory-locking | 80 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.
|
D | omfs.txt | 32 uid=n - make all files owned by specified user 33 gid=n - make all files owned by specified group
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | crosstests.conf | 78 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
|
D | snowball.conf | 15 …2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 41 make 42 make install 48 make ARCH=openrisc defconfig 49 make ARCH=openrisc
|
/linux-4.1.27/Documentation/hwmon/ |
D | userspace-tools | 8 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".
|
D | adm1025 | 41 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.1.27/drivers/staging/android/ |
D | TODO | 5 - make sure things build as modules properly 7 - audit userspace interfaces to make sure they are sane
|
/linux-4.1.27/drivers/vfio/platform/ |
D | Kconfig | 6 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.1.27/Documentation/arm/SPEAr/ |
D | overview.txt | 38 make spear13xx_defconfig 39 make spear3xx_defconfig 40 make spear6xx_defconfig
|
/linux-4.1.27/security/apparmor/ |
D | Makefile | 67 $(call cmd,make-caps) 70 $(call cmd,make-rlim)
|
/linux-4.1.27/arch/mips/alchemy/ |
D | Platform | 34 # 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.1.27/net/ax25/ |
D | ax25_in.c | 192 struct sock *make, *sk; in ax25_rcv() local 347 (make = ax25_make_new(sk, ax25_dev)) == NULL) { in ax25_rcv() 357 ax25 = ax25_sk(make); in ax25_rcv() 358 skb_set_owner_r(skb, make); in ax25_rcv() 361 make->sk_state = TCP_ESTABLISHED; in ax25_rcv()
|
/linux-4.1.27/arch/x86/boot/ |
D | pmjump.S | 62 # Set up TR to make Intel VT happy 73 # Set up LDTR to make Intel VT happy
|
D | mtools.conf.in | 2 # mtools configuration file for "make (b)zdisk"
|
D | code16gcc.h | 5 # This is done this way instead via asm() to make sure gcc does not reorder
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | Kconfig | 23 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.1.27/arch/arm/mach-omap2/ |
D | sleep24xx.S | 75 str r4, [r2] @ make it so 86 ldr r4, A_SDRC0 @ make a clock happen
|
D | sram243x.S | 66 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)
|
D | sram242x.S | 66 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.1.27/Documentation/networking/ |
D | README.sb1000 | 20 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
|
D | gen_stats.txt | 93 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
|
D | dns_resolver.txt | 19 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
|
D | batman-adv.txt | 100 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
|
D | smc9.txt | 20 3. To compile as a module, run 'make' .
|
D | LICENSE.qlge | 24 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
|
D | LICENSE.qlcnic | 24 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.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 23 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.1.27/Documentation/ko_KR/ |
D | HOWTO | 171 make pdfdocs 172 make psdocs 173 make htmldocs 174 make mandocs
|
/linux-4.1.27/Documentation/scsi/ |
D | NinjaSCSI.txt | 44 $ 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
|
D | link_power_management_policy.txt | 6 min_power Tell the controller to try to make the link use the
|
D | LICENSE.qla4xxx | 25 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
|
D | scsi_eh.txt | 159 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.
|
D | LICENSE.qla2xxx | 26 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.1.27/tools/perf/Documentation/ |
D | perf-stat.txt | 95 print counts using a CSV-style output to make it easy to import directly into 127 perf stat --repeat 10 --null --sync --pre 'make -s O=defconfig-build/clean' -- make -s -j64 O=defco… 160 $ perf stat -- make -j 162 Performance counter stats for 'make -j':
|
D | android.txt | 50 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}"
|
D | perf-inject.txt | 22 information could make use of this facility.
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | SMDK2440.txt | 16 To set the default configuration, use `make smdk2440_defconfig` which 18 `make s3c2410_config` to include support for all s3c2410/s3c2440 machines
|
/linux-4.1.27/tools/lguest/ |
D | lguest.txt | 9 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.1.27/tools/power/cpupower/ |
D | README | 25 make 27 make install
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 27 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.1.27/arch/m32r/kernel/ |
D | entry.S | 164 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.1.27/Documentation/development-process/ |
D | 8.Conclusion | 9 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
|
D | 4.Coding | 31 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 …]
|
D | 5.Posting | 7 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
|
D | 7.AdvancedTopics | 19 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.1.27/Documentation/arm/ |
D | README | 21 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.1.27/tools/perf/config/ |
D | utilities.mak | 22 # 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.1.27/Documentation/trace/ |
D | tracepoints.txt | 96 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.1.27/arch/mips/lasat/ |
D | Makefile | 14 make -C image clean
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 65 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.1.27/fs/jffs2/ |
D | TODO | 7 make the reservation. 12 - make the scan code populate real inodes so read_inode just after
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 31 Type "make" to build the driver now. "make install" installs the
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 42 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.1.27/drivers/thermal/ti-soc-thermal/ |
D | TODO | 10 - make sure this code works on OMAP4430, OMAP4460 and OMAP5430
|
/linux-4.1.27/Documentation/device-mapper/ |
D | log-writes.txt | 9 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.1.27/Documentation/s390/ |
D | 3270.txt | 50 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,
|
D | zfcpdump.txt | 14 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.1.27/net/netrom/ |
D | af_netrom.c | 865 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.1.27/tools/lib/lockdep/ |
D | run_tests.sh | 3 make &> /dev/null
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp5523.txt | 15 There are three options to make the channel name. 18 To make specific channel name, then use 'name' platform data.
|
/linux-4.1.27/arch/alpha/lib/ |
D | strlen.S | 38 found: blbs $2, done # make aligned case fast
|
/linux-4.1.27/tools/perf/util/ |
D | PERF-VERSION-GEN | 28 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | Kconfig | 16 If unsure, say Y to make it easier to debug problems.
|
/linux-4.1.27/tools/testing/ktest/examples/include/ |
D | tests.conf | 67 MAKE_CMD = make
|
D | patchcheck.conf | 110 MAKE_CMD = CC=gcc-4.5.1 make
|
/linux-4.1.27/arch/x86/lguest/ |
D | Kconfig | 13 If you say Y here, make sure you say Y (or M) to the virtio block
|
/linux-4.1.27/arch/arm/lib/ |
D | csumpartial.S | 81 ldrneb td0, [buf], #1 @ make even 87 ldrneh td0, [buf], #2 @ make 32-bit aligned
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 44 BUILD = $(__BUILD) > $(OUTPUT)$(@:.bin=.make.output) 2>&1 164 rm -f $(FILES) *.d $(FILES:.bin=.make.output)
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 4 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.1.27/Documentation/wimax/ |
D | README.i2400m | 22 + 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.1.27/tools/testing/ktest/ |
D | ktest.pl | 123 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.1.27/arch/mips/ |
D | Kbuild | 10 # make clean traverses $(obj-) without having included .config, so
|
/linux-4.1.27/drivers/cpuidle/ |
D | Kconfig.mips | 15 Processing System (CPS) architecture. In order to make use of
|
/linux-4.1.27/Documentation/ide/ |
D | warm-plug-howto.txt | 15 NOTE: please make sure that partitions are unmounted and that there are
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 104 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
|
D | CMI8330 | 30 (I suggest you to use "make menuconfig" or "make xconfig"
|
D | ultrasound | 24 and allows owners of a GUS MAX to make use of simultaneous digital audio
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 971 struct sock *make; in rose_rx_call_request() local 996 (make = rose_make_new(sk)) == NULL) { in rose_rx_call_request() 1001 skb->sk = make; in rose_rx_call_request() 1002 make->sk_state = TCP_ESTABLISHED; in rose_rx_call_request() 1003 make_rose = rose_sk(make); in rose_rx_call_request() 1025 rose_write_internal(make, ROSE_CALL_ACCEPTED); in rose_rx_call_request() 1027 rose_start_idletimer(make); in rose_rx_call_request() 1037 rose_insert_socket(make); in rose_rx_call_request() 1041 rose_start_heartbeat(make); in rose_rx_call_request()
|
/linux-4.1.27/drivers/parport/ |
D | TODO-parport | 18 4. A better PLIP (make use of bidirectional/ECP/EPP ports).
|
/linux-4.1.27/drivers/lguest/ |
D | Makefile | 16 …@for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make …
|
/linux-4.1.27/drivers/staging/fsl-mc/ |
D | TODO | 2 DPAA2 objects and how combine them to make a NIC, an LS2 switch, etc.
|
/linux-4.1.27/arch/m68k/hp300/ |
D | README.hp300 | 13 every packet. This doesn't make for very speedy operation.
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 11 Platforms that make use of GPIOs must select ARCH_REQUIRE_GPIOLIB (if GPIO usage 37 This property will make GPIOs 15, 16 and 17 available to the driver under the 108 - dev_id is the identifier of the device that will make use of this GPIO. It
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | boot-options.txt | 21 Don't make logs for corrected errors. All events reported 38 to make sure you log even machine check events that result 57 threshold to 1. Enabling this may make memory predictive failure 100 event. This will make the CPUs eat a lot more power, but may be useful 129 Don't stop other CPUs on reboot. This can make reboot more reliable 262 4GB. Normally the kernel will make the right choice by itself.
|
/linux-4.1.27/fs/cramfs/ |
D | README | 111 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.1.27/arch/sparc/kernel/ |
D | head_32.S | 311 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.1.27/drivers/zorro/ |
D | Kconfig | 9 names to make the information in /proc/iomem comprehensible to the
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 65 security verification you can make (or the best, for someone willing 73 # FIXME: make sure none can mount it
|
D | gadget_multi.txt | 22 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.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 1 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.1.27/Documentation/EDID/ |
D | HOWTO.txt | 29 material, simply type "make". 57 file. After the make procedure is repeated, the EDID data set is ready
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 924 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.1.27/arch/sh/lib/ |
D | memset.S | 31 2: ! make VVVV
|
/linux-4.1.27/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 1 /* ld script to make m68k Linux kernel */
|
D | vmlinux-std.lds | 1 /* ld script to make m68k Linux kernel */
|
/linux-4.1.27/arch/parisc/math-emu/ |
D | README | 6 make their 'diff' job easier if our code is relatively unmodified.
|
/linux-4.1.27/drivers/vfio/pci/ |
D | Kconfig | 6 Support for the PCI VFIO bus driver. This is required to make
|
/linux-4.1.27/Documentation/arm/sti/ |
D | overview.txt | 18 make stih41x_defconfig
|
/linux-4.1.27/scripts/kconfig/ |
D | merge_config.sh | 142 make KCONFIG_ALLCONFIG=$TMP_FILE $OUTPUT_ARG $ALLTARGET
|
/linux-4.1.27/fs/afs/ |
D | Kconfig | 18 Say Y here to make runtime controllable debugging messages appear.
|
/linux-4.1.27/fs/notify/fanotify/ |
D | Kconfig | 20 Say Y here is you want fanotify listeners to be able to make permissions
|
/linux-4.1.27/Documentation/isdn/ |
D | README.FAQ | 17 Alternatively, you can also do a 'configure; make all' in the FAQ directory.
|
/linux-4.1.27/Documentation/power/ |
D | tricks.txt | 26 When you make it work, try to find out what exactly was it that broke
|
/linux-4.1.27/net/dns_resolver/ |
D | Kconfig | 9 which can be used to make upcalls to perform DNS lookups in
|
/linux-4.1.27/net/rxrpc/ |
D | Kconfig | 27 Say Y here to make runtime controllable debugging messages appear.
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 44 1. A single erase command will make all other I/O on 46 is being erased, but erasing one partition will make
|
/linux-4.1.27/Documentation/spi/ |
D | butterfly | 11 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.1.27/drivers/staging/rtl8192e/ |
D | license | 20 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.1.27/drivers/staging/rtl8192u/ |
D | copying | 14 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.1.27/drivers/net/wireless/ti/wl1251/ |
D | Kconfig | 7 This will enable TI wl1251 driver support. The drivers make
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | lpc32xx-mlc.txt | 11 Hz, to make them independent of actual clock speed and to provide for good
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | 00-INDEX | 4 - explanation of how to make filesystems exportable.
|
/linux-4.1.27/Documentation/security/ |
D | SELinux.txt | 14 2. Type 'make' to compile mdp.
|
/linux-4.1.27/arch/alpha/kernel/ |
D | head.S | 87 # It is handy, on occasion, to make halt actually just loop.
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | bugon.cocci | 60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
|
/linux-4.1.27/fs/befs/ |
D | Kconfig | 9 attributes. (Also note that this driver doesn't make those features
|
/linux-4.1.27/scripts/package/ |
D | buildtar | 60 make ARCH="${ARCH}" O="${objtree}" KBUILD_SRC= INSTALL_MOD_PATH="${tmpdir}" modules_install
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 86 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.1.27/drivers/watchdog/ |
D | Kconfig | 551 simply watches your kernel to make sure it doesn't freeze, and if 620 processors. This watchdog watches your kernel to make sure 633 This watchdog simply watches your kernel to make sure it doesn't 676 simply watches your kernel to make sure it doesn't freeze, and if 790 If the driver does not work, then make sure that the game port in 804 If the driver does not work, then make sure that the game port in 807 This watchdog simply watches your kernel to make sure it doesn't 840 When an NMI occurs this feature will make the necessary BIOS calls to 871 This watchdog simply watches your kernel to make sure it doesn't 917 you can probably make this driver work with your card as well. [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-platform | 14 automatically unbind the device from its current driver or make
|
D | sysfs-bus-amba | 14 device from its current driver or make any attempt to
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 30 catch buffer registers on kernel entry. This will make any
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | README | 14 happens in this makefile. Together they make up piggy.img.
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 17 => The API should make no changes to the hardware state unless it has
|
/linux-4.1.27/arch/cris/ |
D | Kconfig.debug | 32 here to make it possible to dump an OOPS with an external NMI.
|
/linux-4.1.27/arch/xtensa/ |
D | Kconfig.debug | 33 It is easy to make wrong hardware configuration, this test should catch it early.
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 24 the filesystem and will make sure the volatile cache of the storage device 37 filesystem and will make sure that I/O completion for this request is only
|